summaryrefslogtreecommitdiff
path: root/Zend/zend_API.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'PHP-5.4' into PHP-5.5Xinchen Hui2013-03-211-0/+56
|\
| * Fixed bug #64239 (Debug backtrace changed behavior since 5.4.10 or 5.4.11)Xinchen Hui2013-03-211-0/+56
* | Merge branch 'PHP-5.4' into PHP-5.5Anatol Belski2013-03-191-1/+2
|\ \ | |/
| * fix C90 compatAnatol Belski2013-03-191-1/+2
* | Merge branch 'PHP-5.4' into PHP-5.5Dmitry Stogov2013-03-191-2/+36
|\ \ | |/
| * Fixed bug #63976 (Parent class incorrectly using child constant in class prop...Dmitry Stogov2013-03-191-2/+36
| * Happy New YearXinchen Hui2013-01-011-1/+1
* | Fix wrong macro usage and add missing NEWS entryNikita Popov2013-03-151-1/+1
* | Add support for non-scalar Iterator keys in foreachNikita Popov2013-03-121-0/+34
* | Merge remote-tracking branch 'cataphract/zpp_improv' into PHP-5.5Gustavo Lopes2013-01-161-14/+43
|\ \
| * | Export zend_parse_parameter()Gustavo Lopes2013-01-091-1/+1
| * | Expose zend_parse_arg() as zend_parse_parameter()Gustavo André dos Santos Lopes2012-07-181-0/+13
| * | zend_parse_parameters: allow ! for non pointersGustavo André dos Santos Lopes2012-07-181-14/+30
* | | Happy New YearXinchen Hui2013-01-011-1/+1
| |/ |/|
* | Fixed bug #63726 (Memleak with static properties and internal/user classes)Xinchen Hui2012-12-101-0/+2
* | Merge branch 'PHP-5.3' into PHP-5.4Dmitry Stogov2012-11-201-1/+1
|\ \
| * | Fixed bug #63468 (wrong called method as callback with inheritance)Dmitry Stogov2012-11-201-1/+1
* | | Merge branch 'PHP-5.3' into PHP-5.4Dmitry Stogov2012-09-211-1/+8
|\ \ \ | |/ /
| * | Fixed bug #63111 (is_callable() lies for abstract static method)Dmitry Stogov2012-09-211-1/+8
* | | Merge branch 'PHP-5.3' into PHP-5.4Xinchen Hui2012-09-151-1/+3
|\ \ \ | |/ /
| * | Fixed bug #63093 (Segfault while load extension failed in zts-build).Xinchen Hui2012-09-151-1/+3
* | | Fixed bug #62313 Zend\tests\errmsg_021.phpt failsAnatoliy Belsky2012-08-221-0/+6
* | | Merge branch 'PHP-5.3' into PHP-5.4Felipe Pena2012-08-191-2/+0
|\ \ \ | |/ /
| * | - Value stored to var is never usedFelipe Pena2012-08-191-2/+0
| * | This becomes useless, since we have set that in the INIT macroXinchen Hui2012-08-041-1/+0
* | | Merge branch 'PHP-5.3' into PHP-5.4Xinchen Hui2012-08-041-7/+5
|\ \ \ | |/ / | | / | |/ |/|
| * Fixed bug #62744 (dangling pointers made by zend_disable_class)Xinchen Hui2012-08-041-7/+6
| * Add the ZEND_DONT_UNLOAD_MODULES environment variable for debugging to 5.3 asDerick Rethans2012-03-061-1/+1
| * Fixed module numberingDmitry Stogov2012-03-051-2/+1
| * Improve fix for #61165, the previous one cause #43450 test failedXinchen Hui2012-02-261-3/+2
| * Fixed bug #61165 (Segfault - strip_tags())Xinchen Hui2012-02-251-2/+7
| * - Year++Felipe Pena2012-01-011-1/+1
| * - Added missing PHP_FE_END/ZEND_FE_ENDFelipe Pena2011-08-061-2/+2
| * Another potential missing va_end() found by CoverityRasmus Lerdorf2011-08-051-0/+1
| * Fixed bug #54910 (Crash when calling call_user_func with unknown function name)Dmitry Stogov2011-05-311-0/+5
| * fix bug #54423 (classes from dl()'ed extensions are not destroyed)Antony Dovgal2011-03-311-0/+17
| * - Fixed bug #53717 (checking the number of arguments is wrong in zend_parse_m...Felipe Pena2011-01-121-1/+1
| * - Year++Felipe Pena2011-01-011-1/+1
| * separate properties of internal classes in ZTS mode fully,Sascha Schumann2010-08-121-1/+1
| * - Fixed bug #51827 (Bad warning when register_shutdown_function called with w...Felipe Pena2010-05-141-3/+3
| * Fixed a possible memory corruption because of unexpected call-time pass by re...Dmitry Stogov2010-05-111-0/+6
| * Fixed a possible memory corruption in addcslashes().Dmitry Stogov2010-05-041-18/+13
* | Copy default properties of internal classes for different threadsJohannes Schlüter2012-04-111-0/+5
* | Fixed module numberingDmitry Stogov2012-03-051-2/+1
* | MFH: Fix bug #61165 (Segfault - strip_tags())Xinchen Hui2012-03-021-2/+6
* | - Year++Felipe Pena2012-01-011-1/+1
* | Fixed Bug #60173 (Wrong error message on reflective trait instantiation)Stefan Marr2011-10-311-1/+3
* | Fixed ZE specific compile warnings (Bug #55629)Dmitry Stogov2011-09-131-52/+53
* | Revert r316345 which fixes all the tests again Hannes Magnusson2011-09-071-8/+0
* | - reject paths with trainling spaces using the very good new zend argPierre Joye2011-09-071-0/+8