summaryrefslogtreecommitdiff
path: root/Zend/zend_API.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Callable typehint following the rules of is_callable($arg, false);Hannes Magnusson2011-08-161-0/+2
* - Revert r314387Felipe Pena2011-08-071-1/+1
* Use property_info.name here instead since *name might be free'ed at this pointRasmus Lerdorf2011-08-071-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
* - Added a check for an enviroment variable (ZEND_DONT_UNLOAD_MODULES) that, ifDerick Rethans2011-07-141-1/+1
* - Minor optimization taking the computed hash of interned stringsFelipe Pena2011-07-101-14/+15
* - Minor optimization, use the computed hash when availableFelipe Pena2011-07-101-4/+12
* - Missing fixes for grammar fix 's/valid path/a valid path/'Felipe Pena2011-06-091-1/+1
* s/valid path/a valid path/Felipe Pena2011-06-081-2/+2
* - Added new parameter parsing option (p - for valid path (string without null...Felipe Pena2011-06-061-2/+9
* scalar types cleanupStanislav Malyshev2011-06-031-5/+0
* MFH: Fixed bug #54910 (Crash when calling call_user_func with unknown functio...Dmitry Stogov2011-05-311-0/+5
* - fix bug #54423, fix build in trunk, introduce by previous related commitPierre Joye2011-03-311-1/+1
* 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
* zend_collect_module_handlers() has to be called after zend_extensions startup...Dmitry Stogov2010-10-151-2/+1
* marked char pointer arguments as const in lots ofHartmut Holzgraefe2010-10-141-14/+15
* - Improved memory usageDmitry Stogov2010-09-151-26/+32
* Fixed support for static properties of internal classesDmitry Stogov2010-08-111-5/+8
* - Fix ZTS buildFelipe Pena2010-07-061-2/+2
* eliminated unnecessary iterations during request startup/shutdownDmitry Stogov2010-07-061-7/+159
* Conditional compilation is replaced by macroDmitry Stogov2010-05-261-10/+2
* fix zend_std_get_static_property() in ZTS modeAntony Dovgal2010-05-251-0/+8
* - Interned string related callbacks moved turned from compiler_globals into r...Dmitry Stogov2010-05-251-3/+3
* Added support for numeric & scalar type hint as defined within Ilia Alshanetsky2010-05-241-0/+4
* Fixed ZTS buildDmitry Stogov2010-05-241-1/+1
* Added caches to eliminate repeatable run-time bindings of functions, classes,...Dmitry Stogov2010-05-241-47/+69
* - Added scalar typehinting.Derick Rethans2010-05-201-0/+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
* spread some more constJohannes Schlüter2010-04-281-4/+4
* Added concept of interned strings. All strings constants known at compile tim...Dmitry Stogov2010-04-201-9/+25
* Changed the structure of op_array.opcodes. The constant values are moved from...Dmitry Stogov2010-04-201-17/+17
* - those are in 5.3.2 now, merge to 5.3.2 section is comingPierre Joye2010-02-111-1/+0
* sed -i "s#1998-2009#1998-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-051-1/+1
* fix flags handling in zend_parse_method_parameters_exStanislav Malyshev2009-12-241-1/+1
* Reverted accidental changeDmitry Stogov2009-11-301-1/+1
* Fixed bug #50261 (Crash When Calling Parent Constructor with call_user_func())Dmitry Stogov2009-11-301-11/+49
* - don't hide early declarationPierre Joye2009-09-051-6/+6
* Fix bug #48575 - Use dlopen() just like all the other *nixes instead of OSX s...Scott MacVicar2009-08-061-1/+1
* - MFH: Fixed bug #48899 (is_callable returns true even if method does not exi...Felipe Pena2009-07-151-1/+1
* MFH:Matt Wilmas2009-06-041-2/+22
* Bug #47880 (crashes in call_user_func_array())Dmitry Stogov2009-04-061-6/+0
* Fixed bug #47851 (is_callable throws fatal error)Dmitry Stogov2009-04-021-0/+6