Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Refactored run_time_cache usage in object handlers | Dmitry Stogov | 2014-07-07 | 1 | -3/+3 | |
| | | ||||||
* | | Fixed memory leak in prop_handlers registering | Xinchen Hui | 2014-05-05 | 1 | -3/+8 | |
| | | ||||||
* | | Port XMLReader | Xinchen Hui | 2014-05-04 | 1 | -88/+77 | |
|/ | ||||||
* | Bump year | Xinchen Hui | 2014-01-03 | 1 | -1/+1 | |
| | ||||||
* | Merge branch 'PHP-5.5' | Michael Wallner | 2013-10-04 | 1 | -2/+0 | |
|\ | | | | | | | | | * PHP-5.5: Fixed bug #64230 (XMLReader does not suppress errors) | |||||
| * | Merge branch 'PHP-5.4' into PHP-5.5 | Michael Wallner | 2013-10-04 | 1 | -2/+0 | |
| |\ | | | | | | | | | | | | | * PHP-5.4: Fixed bug #64230 (XMLReader does not suppress errors) | |||||
| | * | Fixed bug #64230 (XMLReader does not suppress errors) | Michael Wallner | 2013-10-04 | 1 | -2/+0 | |
| | | | ||||||
* | | | fix bug #55285 XMLReader::getAttribute/No/Ns methods inconsistency | Michael Wallner | 2013-10-03 | 1 | -6/+0 | |
|/ / | ||||||
* | | Merge branch 'PHP-5.4' into PHP-5.5 | Michael Wallner | 2013-10-03 | 1 | -0/+1 | |
|\ \ | |/ | | | | | | | * PHP-5.4: fix bug #59613 (Crash with clone XMLReader) | |||||
| * | fix bug #59613 (Crash with clone XMLReader) | Michael Wallner | 2013-10-03 | 1 | -0/+1 | |
| | | ||||||
| * | Merge branch 'pull-request/341' | Stanislav Malyshev | 2013-06-10 | 1 | -4/+4 | |
| | | | | | | | | | | * pull-request/341: (23 commits) typofixes | |||||
| * | Happy New Year | Xinchen Hui | 2013-01-01 | 1 | -1/+1 | |
| | | ||||||
| * | - Year++ | Felipe Pena | 2012-01-01 | 1 | -1/+1 | |
| | | ||||||
| * | Removal of deadcode identified by coverity | Ilia Alshanetsky | 2011-08-08 | 1 | -2/+2 | |
| | | ||||||
| * | - Added ZEND_MOD_END macro to use in the end of zend_module_dep[] | Felipe Pena | 2011-08-06 | 1 | -1/+1 | |
| | | ||||||
| * | - Make usage of new PHP_FE_END macro | Felipe Pena | 2011-07-25 | 1 | -1/+1 | |
| | | ||||||
| * | - Added new parameter parsing option (p - for valid path (string without ↵ | Felipe Pena | 2011-06-06 | 1 | -3/+3 | |
| | | | | | | | | | | | | | | | | null byte in the middle)) # The tests will be fixed in the next commits | |||||
* | | Merge branch 'pull-request/341' | Stanislav Malyshev | 2013-06-10 | 1 | -4/+4 | |
| | | | | | | | | | | * pull-request/341: (23 commits) typofixes | |||||
* | | fix bug #49348 - issue notice on get_property_ptr_ptr when used for read | Stanislav Malyshev | 2013-02-18 | 1 | -22/+22 | |
| | | ||||||
* | | Happy New Year | Xinchen Hui | 2013-01-01 | 1 | -1/+1 | |
| | | ||||||
* | | - Year++ | Felipe Pena | 2012-01-01 | 1 | -1/+1 | |
| | | ||||||
* | | Removal of deadcode identified by coverity | Ilia Alshanetsky | 2011-08-08 | 1 | -2/+2 | |
| | | ||||||
* | | - Added ZEND_MOD_END macro to use in the end of zend_module_dep[] | Felipe Pena | 2011-08-06 | 1 | -1/+1 | |
| | | ||||||
* | | - Make usage of new PHP_FE_END macro | Felipe Pena | 2011-07-25 | 1 | -1/+1 | |
| | | ||||||
* | | - Added new parameter parsing option (p - for valid path (string without ↵ | Felipe Pena | 2011-06-06 | 1 | -3/+3 | |
|/ | | | | | | | | null byte in the middle)) # The tests will be fixed in the next commits | |||||
* | Fix use after free() in XMLReader::xml() | Scott MacVicar | 2011-05-13 | 1 | -3/+11 | |
| | ||||||
* | Fix common typos in the source code (Reported in Bug #54065) | Pierrick Charron | 2011-04-03 | 1 | -4/+4 | |
| | | | | | | | # External libraries were excluded # Thanks eitan at eitanadler dot com for the first patch :) | |||||
* | - Year++ | Felipe Pena | 2011-01-01 | 1 | -1/+1 | |
| | ||||||
* | Added caches to eliminate repeatable run-time bindings of functions, ↵ | Dmitry Stogov | 2010-05-24 | 1 | -2/+1 | |
| | | | | classes, constants, methods and properties | |||||
* | Changed the structure of op_array.opcodes. The constant values are moved ↵ | Dmitry Stogov | 2010-04-20 | 1 | -6/+6 | |
| | | | | from opcode operands into a separate literal table | |||||
* | sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php | Sebastian Bergmann | 2010-01-03 | 1 | -1/+1 | |
| | ||||||
* | MFH: Bump copyright year, 3 of 3. | Sebastian Bergmann | 2008-12-31 | 1 | -1/+1 | |
| | ||||||
* | - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro | Felipe Pena | 2008-11-17 | 1 | -25/+0 | |
| | ||||||
* | - Revert ZEND_BEGIN_ARG_INFO change | Felipe Pena | 2008-11-02 | 1 | -0/+25 | |
| | ||||||
* | - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro | Felipe Pena | 2008-10-24 | 1 | -25/+0 | |
| | ||||||
* | fix proto | Hannes Magnusson | 2008-08-23 | 1 | -1/+1 | |
| | ||||||
* | MFH: add parameter allowing node to be exported into existing Document ↵ | Rob Richards | 2008-06-16 | 1 | -14/+24 | |
| | | | | | | | | context [DOC] add test fix warnings | |||||
* | one more forgotten ze1_compat leftover | Antony Dovgal | 2008-03-18 | 1 | -16/+1 | |
| | ||||||
* | MFH: Bump copyright year, 2 of 2. | Sebastian Bergmann | 2007-12-31 | 1 | -1/+1 | |
| | ||||||
* | MFH: Added macros for managing zval refcounts and is_ref statuses | Yiduo (David) Wang | 2007-10-07 | 1 | -1/+1 | |
| | ||||||
* | Improved memory usage by movig constants to read only memory. (Dmitry, Pierre) | Dmitry Stogov | 2007-09-27 | 1 | -2/+2 | |
| | ||||||
* | MFH: fix bug #42139 (XMLReader option constants are broken using XML()) | Rob Richards | 2007-09-20 | 1 | -9/+14 | |
| | | | | | add test | |||||
* | MFH: arginfo | Hannes Magnusson | 2007-07-26 | 1 | -25/+148 | |
| | ||||||
* | MFH: nuke skeleton leftovers | Antony Dovgal | 2007-01-12 | 1 | -5/+0 | |
| | ||||||
* | MFH: Bump year. | Sebastian Bergmann | 2007-01-01 | 1 | -1/+1 | |
| | ||||||
* | MFH | Antony Dovgal | 2006-10-04 | 1 | -0/+2 | |
| | ||||||
* | plug leaks that in the previous patch | Nuno Lopes | 2006-09-16 | 1 | -0/+1 | |
| | ||||||
* | add missing checks around expand_filepath() | Nuno Lopes | 2006-09-16 | 1 | -3/+2 | |
| | ||||||
* | implement a dummy clone_obj handler for ze1 compat mode | Antony Dovgal | 2006-06-06 | 1 | -1/+16 | |
| | | | | | (fixes segfault on every XMLReader instantiation) | |||||
* | Synch with HEAD | Rob Richards | 2006-05-10 | 1 | -59/+107 | |
| | | | | | | | | add readInnerXML, readOuterXML, readString, and setSchema functionality allow parser options to be passed when loading reader optimization: use xmlTextReader const functions for string properties add test |