summaryrefslogtreecommitdiff
path: root/Zend/zend_API.c
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create branch 'PECL_OPENSSL'.PECL_OPENSSLSVN Migration2006-10-151-2930/+0
* Speedup array/HashTable copying. (Matt W)Dmitry Stogov2006-10-031-2/+2
* - Fixed typo.Derick Rethans2006-07-251-1/+1
* MFH:- Fixed bug #38183 (disable_classes=Foobar causes disabled class to be ca...foobar2006-07-221-0/+1
* Fixed wrong "type" argument to read_property() handlerDmitry Stogov2006-07-211-1/+1
* MFH: init variablesAntony Dovgal2006-06-201-2/+2
* MFH: Added automatic module globals management.Dmitry Stogov2006-06-151-0/+23
* - MFH zend_fcall_info_*() and parameter parsing option 'f'Marcus Boerger2006-06-071-0/+106
* - MFH Fix issue with interfaces being inherited multiple timesMarcus Boerger2006-06-071-12/+2
* Restore ZE1 compatibility mode (Zend Engine part - the modules patchesZeev Suraski2006-06-051-0/+19
* - Fix function flag checkMarcus Boerger2006-06-041-1/+3
* - Revert until there is an ok for the full patchMarcus Boerger2006-05-271-15/+0
* - WSMarcus Boerger2006-05-271-3/+22
* - MFH: Fix bug #37212 (Access to protected property of common base class)Marcus Boerger2006-05-271-0/+2
* fix error messages when converting objects to other typesAntony Dovgal2006-05-251-16/+13
* - MFH Handle NULL in C argument parsing correctMarcus Boerger2006-05-231-1/+5
* - Fix double error raising issueMarcus Boerger2006-05-231-1/+1
* - MFH code layout for __toString() use in parameter parsing apiMarcus Boerger2006-05-131-39/+42
* - Missing __toString() piecesMarcus Boerger2006-05-121-1/+21
* - Drop second superflous zval_ptr_dtor in string arg parsingMarcus Boerger2006-05-111-1/+0
* fix segfault when passing objects where strings are expectedAntony Dovgal2006-05-111-1/+0
* - Missing __tostring() conversion snippetsMarcus Boerger2006-05-101-0/+11
* nuke extra semi-colonAntony Dovgal2006-05-101-1/+1
* - MFH as discussedMarcus Boerger2006-05-091-125/+124
* 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