summaryrefslogtreecommitdiff
path: root/ext/xmlreader
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright headers to 2017Sammy Kaye Powers2017-01-042-2/+2
|
* Merge branch 'PHP-5.6' into PHP-7.0Christoph M. Becker2016-09-113-0/+59
|\
| * Add regression test for bug #73053Christoph M. Becker2016-09-113-0/+59
| | | | | | | | | | | | The test succeeds with libxml < 2.9.4, and is supposed to succeed with libxml > 2.9.4. Unfortunately, we can't conditionally mark a test case as XFAIL, so we're simply skipping the test for libxml 2.9.4 instead.
* | Merge branch 'PHP-5.6' into PHP-7.0Anatol Belski2016-05-033-0/+53
|\ \ | |/ | | | | | | * PHP-5.6: add test fo rbug 71805
| * add test fo rbug 71805Anatol Belski2016-05-033-0/+53
| |
* | Merge branch 'PHP-5.6' into PHP-7.0Lior Kaplan2016-01-012-2/+2
|\ \ | |/ | | | | | | * PHP-5.6: Happy new year (Update copyright to 2016)
| * Happy new year (Update copyright to 2016)Lior Kaplan2016-01-012-2/+2
| |
| * bump yearXinchen Hui2015-01-152-2/+2
| |
* | make this test Windows onlyAnatol Belski2015-08-211-0/+1
| | | | | | | | as we're not in control of the libxml builds everywhere
* | add test for bug 70309Anatol Belski2015-08-211-0/+42
| |
* | Update exception names in tests after formatting changes.Aaron Piotrowski2015-05-171-1/+1
| |
* | Tweak uncaught exception message displayNikita Popov2015-05-171-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | This implements a reduced variant of #1226 with just the following change: -Fatal error: Uncaught exception 'EngineException' with message 'Call to private method foo::bar() from context ''' in %s:%d +Fatal error: Uncaught EngineException: Call to private method foo::bar() from context '' in %s:%d The '' wrapper around messages is very weird if the exception message itself contains ''. Futhermore having the message wrapped in '' doesn't work for the "and defined" suffix of TypeExceptions.
* | Display EngineExceptions like ordinary exceptionsNikita Popov2015-05-151-1/+4
| | | | | | | | | | | | | | | | | | TypeException stays as-is for now because it uses messages that are incompatible with the way exception messages are displayed. closure_038.phpt and a few others now show that we're generating too many exceptions for compound operations on undefined properties -- this needs to be fixed in a followup.
* | improve searchability for libxml2 headersAnatol Belski2015-05-101-1/+5
| | | | | | | | and bring the configs inline with the current libxml2 build
* | cleanup mod version macros and mod defs, round xAnatol Belski2015-03-232-1/+4
| |
* | more fixes to the shared compilationAnatol Belski2015-03-233-1/+3
| |
* | fix wars about importing of locally defined symbolsAnatol Belski2015-02-041-0/+8
| |
* | Move zend_object->guards into additional slot of ↵Dmitry Stogov2015-02-041-1/+1
| | | | | | | | zend_object->properties_table[]. As result size of objects without __get/__set/__unset/__isset magic methods is reduced.
* | bump yearXinchen Hui2015-01-152-2/+2
| |
* | first shot remove TSRMLS_* thingsAnatol Belski2014-12-132-76/+76
| |
* | removed *.dsw and *.dsp filesAnatol Belski2014-09-281-114/+0
| |
* | Reverts some unwanted changesFlorian MARGAINE2014-09-201-1/+1
| |
* | Merge branch 'master' into issue-67910Florian MARGAINE2014-09-202-2/+2
|\ \ | | | | | | | | | | | | | | | Conflicts: README.PARAMETER_PARSING_API ext/gmp/tests/001.phpt
| * | s/PHP 5/PHP 7/Johannes Schlüter2014-09-192-2/+2
| | |
* | | Deletes patch leftoversFlorian MARGAINE2014-09-201-5/+0
| | |
* | | Replaces php5 with php7, without whitespace changes.Florian MARGAINE2014-09-204-5/+10
|/ /
* | 's' works with size_t round 3Anatol Belski2014-08-271-5/+10
| |
* | first show to make 's' work with size_tAnatol Belski2014-08-271-5/+5
| |
* | fixed several long vs zend_long castsAnatol Belski2014-08-261-1/+1
| |
* | master renames phase 1Anatol Belski2014-08-252-45/+45
| |
* | ported xsl, xml reader and writerAnatol Belski2014-08-191-12/+12
| |
* | basic macro replacements, all at onceAnatol Belski2014-08-192-33/+33
| |
* | Refactored run_time_cache usage in object handlersDmitry Stogov2014-07-071-3/+3
| |
* | Fixed memory leak in prop_handlers registeringXinchen Hui2014-05-051-3/+8
| |
* | Port XMLReaderXinchen Hui2014-05-042-90/+84
|/
* Bump yearXinchen Hui2014-01-032-2/+2
|
* Merge branch 'PHP-5.5'Michael Wallner2013-10-042-2/+50
|\ | | | | | | | | * PHP-5.5: Fixed bug #64230 (XMLReader does not suppress errors)
| * Merge branch 'PHP-5.4' into PHP-5.5Michael Wallner2013-10-042-2/+50
| |\ | | | | | | | | | | | | * PHP-5.4: Fixed bug #64230 (XMLReader does not suppress errors)
| | * Fixed bug #64230 (XMLReader does not suppress errors)Michael Wallner2013-10-042-2/+50
| | |
* | | fix bug #55285 XMLReader::getAttribute/No/Ns methods inconsistencyMichael Wallner2013-10-031-6/+0
|/ /
* | Merge branch 'PHP-5.4' into PHP-5.5Michael Wallner2013-10-031-1/+1
|\ \ | |/ | | | | | | * PHP-5.4: typo: really fix bug #51936 Crash with clone xmlreader
| * typo: really fix bug #51936 Crash with clone xmlreaderMichael Wallner2013-10-031-1/+1
| |
* | Merge branch 'PHP-5.4' into PHP-5.5Michael Wallner2013-10-032-0/+23
|\ \ | |/ | | | | | | * PHP-5.4: fix bug #59613 (Crash with clone XMLReader)
| * fix bug #59613 (Crash with clone XMLReader)Michael Wallner2013-10-032-0/+23
| |
* | Fix long-standing visual pain point: the misalignment of './configure help' ↵Christopher Jones2013-08-061-1/+1
| | | | | | | | | | | | text. Whitespace changes and a couple of grammar fixes.
* | Merge branch 'PHP-5.4' into PHP-5.5Xinchen Hui2013-06-191-2/+2
|\ \ | |/
| * Fix test typoXinchen Hui2013-06-191-2/+2
| |
| * Merge branch 'pull-request/320'Stanislav Malyshev2013-06-175-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * pull-request/320: this is test 5 not 6 fix race condition more shared names that create race conditions change to a unique filename more shared filenames yet another shared filename don't share a filename to stop race conditions fix race condition for 2-4 and normalize names for others fix race condition when running tests in parallel clean up after test Fix #64572: Clean up after the test Fix #64572: Clean up after the test
| * Merge branch 'pull-request/341'Stanislav Malyshev2013-06-101-4/+4
| | | | | | | | | | * pull-request/341: (23 commits) typofixes
| * Happy New YearXinchen Hui2013-01-012-2/+2
| |