summaryrefslogtreecommitdiff
path: root/Zend/zend_API.c
Commit message (Expand)AuthorAgeFilesLines
* Fixed bug #37138 (__autoload tries to load callback'ed self and parent)Dmitry Stogov2006-04-201-19/+15
* - Initialized callable_name if presentMarcus Boerger2006-03-231-0/+3
* Optimization of module unloading (temporary modules can be only in the end)Dmitry Stogov2006-03-171-5/+1
* - Add missing function for completenessMarcus Boerger2006-03-051-0/+14
* - MFH Fix string-conversion and const updatingMarcus Boerger2006-03-011-0/+1
* - MFH Argument parsing specifier 'C', which is necessary for SPL alreadyMarcus Boerger2006-02-271-3/+38
* - MFH: Function deprecation flagMarcus Boerger2006-02-251-1/+3
* - Fix method flag handlingMarcus Boerger2006-02-191-1/+1
* init variablesAntony Dovgal2006-02-061-2/+2
* - MFHMarcus Boerger2006-01-251-0/+16
* - Fixed bug #36011Marcus Boerger2006-01-141-13/+12
* fix typo in the code and related testsAntony Dovgal2006-01-061-1/+1
* - Update copyright notices to 2006Andi Gutmans2006-01-041-1/+1
* - Simplify and synch is_callable_ex() with actual execution codeMarcus Boerger2005-12-161-58/+90
* Fixed bug #34729 (Crash in ZTS mode under Apache)Dmitry Stogov2005-12-011-7/+11
* change zend_read_property() to allocate property zval tooAntony Dovgal2005-11-231-4/+5
* fix #35336 (crash on PDO::FETCH_CLASS + __set())Antony Dovgal2005-11-231-31/+54
* Allow zend_parse_parameters to handle non-well formed integers, but raiseIlia Alshanetsky2005-11-171-2/+2
* - Fix static check in zend_is_callable_ex()Marcus Boerger2005-11-031-41/+18
* - Add missing cases and checksMarcus Boerger2005-11-021-16/+44
* Fixed bug #34879 (str_replace, array_map corrupt negative array indexes on 64...Dmitry Stogov2005-10-281-12/+12
* Fixed memory leak on errorIlia Alshanetsky2005-10-271-0/+4
* - MFH zend_is_callable_ex() returns zend_class_entry* if availableMarcus Boerger2005-10-251-6/+16
* ws fixAntony Dovgal2005-10-131-1/+1
* Fixed bug #34678 (__call(), is_callable() and static methods)Dmitry Stogov2005-10-031-1/+1
* Support for class constants and static members for internal classesDmitry Stogov2005-09-011-2/+221
* Fixed typo (ZVAL_LONG() -> ZVAL_DOUBLE())Dmitry Stogov2005-08-121-1/+1
* - Show the dependancy name we could not find (req_mod is null here when it is...foobar2005-08-081-1/+1
* Bump up the yearfoobar2005-08-031-1/+1
* - Add convenience function zend_is_callable_ex() and base zend_is_callableMarcus Boerger2005-07-281-11/+44
* - Fix #33853Marcus Boerger2005-07-251-8/+16
* Fixed bug in new module statrup mechanismDmitry Stogov2005-07-181-8/+8
* Fixed bug #33512 (Add missing support for isset()/unset() overloading to comp...Dmitry Stogov2005-07-071-1/+23
* Restored old behavior of zend_statup_module()Dmitry Stogov2005-06-301-5/+5
* add commentStanislav Malyshev2005-06-291-0/+1
* fix various "Class entry requested for an object without PHP class" messagesStanislav Malyshev2005-06-271-3/+33
* improve error messages when error raised from an internal class (do not hide ...Antony Dovgal2005-06-171-3/+9
* Improved PHP extension loading mechanism with support for module dependencies...Dmitry Stogov2005-06-171-16/+116
* Fixed bug #30332 (zend.ze1_compatibility_mode isnt fully compatable with arra...Dmitry Stogov2005-04-291-1/+15
* Fixed bug #29210 (Function: is_callable - no support for private and protecte...Dmitry Stogov2005-04-271-6/+19
* Fixed bug #30702 (cannot initialize class variable from class constant)Dmitry Stogov2005-04-261-0/+5
* - Add ReflectionProperty::getDocComment()Marcus Boerger2005-04-191-0/+8
* internal_function->fn_flags is not initialized at this pointAndrei Zmievski2005-03-211-1/+1
* don't call rshutdown twice for dl()'d modules.Wez Furlong2005-03-161-3/+0
* fix shutdown so that dl()'d modules are unloaded after all the dtors haveWez Furlong2005-03-151-12/+11
* - A little optimization to prevent problems when trying to reimplement anMarcus Boerger2005-02-171-2/+3
* - No C++ ruleZ hereMarcus Boerger2005-02-171-1/+1
* - Actually we must do this in two steps: 1st resize the table and set allMarcus Boerger2005-02-171-2/+5
* - Incrementation is done elsewhereMarcus Boerger2005-02-171-1/+1
* - Fix windows build (funny MS compiler)Marcus Boerger2005-02-171-1/+1