summaryrefslogtreecommitdiff
path: root/Zend/zend_API.h
Commit message (Expand)AuthorAgeFilesLines
* New memory managerDmitry Stogov2006-07-181-1/+0
* MFH: Added automatic module globals management.Dmitry Stogov2006-06-151-0/+8
* - MFH zend_fcall_info_*() and parameter parsing option 'f'Marcus Boerger2006-06-071-0/+20
* fix error messages when converting objects to other typesAntony Dovgal2006-05-251-0/+1
* - MFH as discussedMarcus Boerger2006-05-091-38/+43
* - Add missing function for completenessMarcus Boerger2006-03-051-0/+1
* - MFH: Function deprecation flagMarcus Boerger2006-02-251-0/+2
* - Update copyright notices to 2006Andi Gutmans2006-01-041-1/+1
* - Simplify and synch is_callable_ex() with actual execution codeMarcus Boerger2005-12-161-0/+2
* Fixed bug #34729 (Crash in ZTS mode under Apache)Dmitry Stogov2005-12-011-0/+6
* Fixed bug #34879 (str_replace, array_map corrupt negative array indexes on 64...Dmitry Stogov2005-10-281-12/+12
* - MFH zend_is_callable_ex() returns zend_class_entry* if availableMarcus Boerger2005-10-251-1/+1
* Support for class constants and static members for internal classesDmitry Stogov2005-09-011-0/+17
* Bump up the yearfoobar2005-08-031-1/+1
* - Add convenience function zend_is_callable_ex() and base zend_is_callableMarcus Boerger2005-07-281-0/+2
* Fixed bug in new module statrup mechanismDmitry Stogov2005-07-181-2/+2
* Fixed bug #33512 (Add missing support for isset()/unset() overloading to comp...Dmitry Stogov2005-07-071-1/+6
* Fixed bug #31158 (array_splice on $GLOBALS crashes)Dmitry Stogov2005-07-041-0/+2
* Restored old behavior of zend_statup_module()Dmitry Stogov2005-06-301-2/+2
* fix various "Class entry requested for an object without PHP class" messagesStanislav Malyshev2005-06-271-0/+1
* Improved PHP extension loading mechanism with support for module dependencies...Dmitry Stogov2005-06-171-2/+3
* Allowed return by refrence from internal functionsDmitry Stogov2005-06-161-1/+1
* Added array type hinting. (This patch requires full re-make)Dmitry Stogov2005-05-261-4/+5
* Fixed bug #29210 (Function: is_callable - no support for private and protecte...Dmitry Stogov2005-04-271-1/+5
* - Add ReflectionProperty::getDocComment()Marcus Boerger2005-04-191-0/+1
* - These must be initailizedMarcus Boerger2005-02-271-0/+2
* added some missing zend_[declare|update]_property_...() convenienceHartmut Holzgraefe2005-02-041-0/+6
* - Fix #31651 (ReflectionClass::getDefaultProperties segfaults with arrays.)Marcus Boerger2005-01-221-0/+1
* - Rename delete_global_variable() to zend_delete_global_variable()Andi Gutmans2004-10-041-1/+1
* - Commit the variable fetch optimization.Andi Gutmans2004-10-041-0/+2
* Simplify/Optmize magic method calls (__get/__set/__call/__clone/__destruct)Marcus Boerger2004-09-281-0/+3
* - Recommit:Andi Gutmans2004-09-091-0/+1
* - Roll back VM commitAndi Gutmans2004-09-091-1/+0
* - Check signature of magic methodsMarcus Boerger2004-09-091-0/+1
* - Nuke empty_string. It is a reminanent from the time where RETURN_FALSE()Andi Gutmans2004-07-191-1/+1
* Add missing declarationMarcus Boerger2004-06-101-0/+1
* Fix order of macro parameter (synch with other macros)Marcus Boerger2004-04-121-1/+1
* - Fix Reflection class namesMarcus Boerger2004-03-301-0/+1
* - Replaced the exec_finished hook by the zend_post_deactive hook forDerick Rethans2004-03-161-2/+2
* Fix zend_parse_method_parameters_ex() and make it consistant withMarcus Boerger2004-03-021-1/+1
* - Improve ARG_INFO() macros to support supplying required_num_argsZeev Suraski2004-02-251-7/+7
* more EXTERN_C wrapping of ZEND_API prototypesHartmut Holzgraefe2004-02-201-0/+4
* - Check return-by-reference bit when implementing interface prototypesZeev Suraski2004-02-121-6/+8
* Add zend_get_module_started() to quickly check whether a module is presentMarcus Boerger2004-01-191-0/+1
* Add missing macroMarcus Boerger2004-01-121-0/+1
* - Happy new year and PHP 5 for rest of the files too..foobar2004-01-081-1/+1
* Fix order of class_entry member initialization (needed for example for DOM)Marcus Boerger2003-12-281-0/+2
* export these symbols for use by SPL as a shared extensionWez Furlong2003-12-221-2/+2
* Free the zval container only if it should be freed and was not copied.Marcus Boerger2003-12-021-0/+3
* This takes the address of a zval ptrMarcus Boerger2003-11-291-1/+1