summaryrefslogtreecommitdiff
path: root/ext/xmlreader
Commit message (Collapse)AuthorAgeFilesLines
* Bump yearXinchen Hui2014-01-032-2/+2
|
* Fixed bug #64230 (XMLReader does not suppress errors)Michael Wallner2013-10-042-2/+50
|
* typo: really fix bug #51936 Crash with clone xmlreaderMichael Wallner2013-10-031-1/+1
|
* fix bug #59613 (Crash with clone XMLReader)Michael Wallner2013-10-032-0/+23
|
* 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
|
* Merge branch 'PHP-5.3' into PHP-5.4Xinchen Hui2012-10-102-0/+0
|\
| * Remove executable permission on phptXinchen Hui2012-10-102-0/+0
| |
| * Fix #62432 ReflectionMethod random corrupt memory on high concurrentJohannes Schlüter2012-06-271-1/+1
| | | | | | | | | | This fixes the same issue in multiple extensions. This isn't needed in later branches as 5.4 introduced object_properties_init()
| * more verbose skip reason in test files with not so obvious extension ↵Olivier DOUCET2012-02-251-1/+1
| | | | | | | | requirements
| * - Year++Felipe Pena2012-01-012-2/+2
| |
| * - fix test for OS where dir sep is \ Pierre Joye2011-09-071-7/+13
| |
| * - Added ZEND_MOD_END macro to use in the end of zend_module_dep[]Felipe Pena2011-08-061-1/+1
| |
| * - Make usage of new PHP_FE_END macroFelipe Pena2011-07-251-1/+1
| |
| * Fix use after free() in XMLReader::xml()Scott MacVicar2011-05-131-3/+10
| |
| * Fix common typos in the source code (Reported in Bug #54065)Pierrick Charron2011-04-031-4/+4
| | | | | | | | | | | | | | # External libraries were excluded # Thanks eitan at eitanadler dot com for the first patch :)
| * - Year++Felipe Pena2011-01-012-2/+2
| |
* | more verbose skip reason in test files with not so obvious extension ↵Olivier DOUCET2012-02-251-1/+1
| | | | | | | | requirements
* | - Year++Felipe Pena2012-01-012-2/+2
| |
* | - fix test for OS where dir sep is \ Pierre Joye2011-09-071-7/+13
| |
* | Removal of deadcode identified by coverityIlia Alshanetsky2011-08-081-2/+2
| |
* | - Added ZEND_MOD_END macro to use in the end of zend_module_dep[]Felipe Pena2011-08-061-1/+1
| |
* | - Make usage of new PHP_FE_END macroFelipe Pena2011-07-251-1/+1
| |
* | - Added new parameter parsing option (p - for valid path (string without ↵Felipe Pena2011-06-061-3/+3
| | | | | | | | | | | | | | | | null byte in the middle)) # The tests will be fixed in the next commits
* | Fix use after free() in XMLReader::xml()Scott MacVicar2011-05-131-3/+11
| |
* | Fix common typos in the source code (Reported in Bug #54065)Pierrick Charron2011-04-031-4/+4
| | | | | | | | | | | | | | # External libraries were excluded # Thanks eitan at eitanadler dot com for the first patch :)
* | - Year++Felipe Pena2011-01-012-2/+2
| |
* | Added caches to eliminate repeatable run-time bindings of functions, ↵Dmitry Stogov2010-05-241-2/+1
| | | | | | | | classes, constants, methods and properties
* | revert change #298288: Remove old dsp/dsw/makefile filesRob Richards2010-04-281-0/+114
| |
* | Remove old dsp/dsw/makefile files, these arent used by the build system ↵Kalle Sommer Nielsen2010-04-211-114/+0
| | | | | | | | anymore and are barely updated nor available for all extensions
* | Changed the structure of op_array.opcodes. The constant values are moved ↵Dmitry Stogov2010-04-201-6/+6
|/ | | | from opcode operands into a separate literal table
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-032-2/+2
|
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-312-2/+2
|
* - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macroFelipe Pena2008-11-171-25/+0
|
* - Revert ZEND_BEGIN_ARG_INFO changeFelipe Pena2008-11-021-0/+25
|
* - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macroFelipe Pena2008-10-241-25/+0
|
* fix protoHannes Magnusson2008-08-231-1/+1
|
* MFH: add parameter allowing node to be exported into existing Document ↵Rob Richards2008-06-162-14/+61
| | | | | | | | context [DOC] add test fix warnings
* one more forgotten ze1_compat leftoverAntony Dovgal2008-03-181-16/+1
|
* remove unused PHP_EXTNAME_API macros.Nuno Lopes2008-01-031-6/+0
| | | | | #in preparation for the gcc 4 visibility patch
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-312-2/+2
|
* MFH: Added macros for managing zval refcounts and is_ref statusesYiduo (David) Wang2007-10-071-1/+1
|
* Improved memory usage by movig constants to read only memory. (Dmitry, Pierre)Dmitry Stogov2007-09-271-2/+2
|
* MFH: fix bug #42139 (XMLReader option constants are broken using XML())Rob Richards2007-09-202-9/+45
| | | | | add test
* MFH: arginfoHannes Magnusson2007-07-261-25/+148
|
* MFH: nuke skeleton leftoversAntony Dovgal2007-01-121-5/+0
|
* MFH: Bump year.Sebastian Bergmann2007-01-012-2/+2
|
* MFHAntony Dovgal2006-10-041-0/+2
|