summaryrefslogtreecommitdiff
path: root/Zend/zend_execute_API.c
Commit message (Expand)AuthorAgeFilesLines
* Fixed bug #34260 (Segfault with callbacks (array_map) + overloading)Dmitry Stogov2005-09-021-1/+3
* Fixed bug #33942 (the patch to #33156 crash cygwin except cli)Dmitry Stogov2005-08-021-0/+4
* Fixed bug #33156 (cygwin version of setitimer doesn't accept ITIMER_PROF). (N...Dmitry Stogov2005-07-121-0/+7
* Fixed bug #30519 (Interface not existing says Class not found)Dmitry Stogov2005-06-241-1/+5
* Fixed bug #29896 (Backtrace argument list out of sync)Dmitry Stogov2005-06-221-0/+2
* Fixed double call to php_stream_close() on compiler errorsDmitry Stogov2005-06-091-5/+0
* Fixed bug #30140 (Problem with array in static properties)Dmitry Stogov2005-06-081-3/+5
* Fixed bug #32596 (Segfault/Memory Leak by getClass (etc) in __destruct)Dmitry Stogov2005-06-061-6/+8
* Fixed bug #30394 (Assignment operators yield wrong result with __get/__set)Dmitry Stogov2005-06-031-0/+14
* Fixed bug #33116 (crash when assigning class name to global variable in __aut...Dmitry Stogov2005-05-261-2/+5
* fix #29890 - crash when function call failsStanislav Malyshev2005-05-181-0/+5
* - MFH Bugfix #30126Marcus Boerger2005-05-021-1/+2
* MFH: - Execute destructors earlierfoobar2005-04-241-1/+9
* MFH: - Fixed bug #28839 (SIGSEGV in interactive mode (php -a)).foobar2005-04-031-0/+11
* - MFHMarcus Boerger2005-03-191-0/+4
* - MFHMarcus Boerger2005-03-131-0/+8
* - MFHMarcus Boerger2005-02-121-0/+1
* Fix #31720 Invalid object callbacks not caught in array_walk() (patch from ...Stanislav Malyshev2005-02-021-0/+3
* - MFH Fix severityMarcus Boerger2005-01-281-1/+1
* Reverting get_method() signature changeZeev Suraski2004-11-251-1/+1
* fix #30543Stanislav Malyshev2004-11-171-0/+4
* - Fix for bug #30367, #30490 and possibly #30011.Derick Rethans2004-11-051-1/+1
* - MFH: Fixed bug #30630: Added a BSD based strtod function that isDerick Rethans2004-11-031-2/+0
* MFH destructor failure fixStanislav Malyshev2004-09-171-0/+3
* - Enforce protocol on magic methods/functionsMarcus Boerger2004-08-011-2/+2
* Fix bug #28438: win32 build fails in non-zts modeWez Furlong2004-05-181-1/+4
* fix of fix related to __autoload. (ext/standard/tests/network/bug20134.phpt p...Dmitry Stogov2004-03-281-8/+8
* /* The compiler is not-reentrant. Make sure we __autoload() only during r...Andi Gutmans2004-03-251-0/+8
* Using ALLOC_HASHTABLE/FREE_HASHTABLE instead of emalloc/free.Dmitry Stogov2004-03-251-2/+2
* New autoload protection schema was implemented (Using HashTable instead of bo...Dmitry Stogov2004-03-241-10/+14
* Fix SEGV in certain conditions while calling static methodsMarcus Boerger2004-03-161-2/+2
* TSRM fixMarcus Boerger2004-03-161-2/+2
* - Spaces to tabsDerick Rethans2004-03-161-16/+16
* - If the called method is static then don't define $thisAndi Gutmans2004-03-161-10/+14
* - Error out if get_method() isn't defined.Andi Gutmans2004-03-161-13/+9
* Improve error messageMarcus Boerger2004-03-161-0/+29
* - Fix windows buildAndi Gutmans2004-03-141-1/+2
* - Fix for bug #27504Andi Gutmans2004-03-141-9/+51
* Clearify the different method/class flags (as discussed with Andi).Marcus Boerger2004-03-091-1/+1
* Check count.Marcus Boerger2004-03-081-7/+9
* - Fix crash in exception handling (zend_exception_error(...) andAndi Gutmans2004-03-011-6/+0
* - Rename compatiblity mode to zend.ze2_compatibility_mode (it doesn't only ...Zeev Suraski2004-02-251-1/+0
* Centralize exceptions code in zend_exceptions.[ch].Zeev Suraski2004-02-121-37/+1
* Exceptions updates:Zeev Suraski2004-02-121-7/+0
* - Add API function to throw exception by using an objectAndi Gutmans2004-02-121-0/+9
* Fix bug #25038Zeev Suraski2004-02-111-0/+9
* Fix exceptions thrown without a stack frameZeev Suraski2004-02-111-0/+4
* Complete the fix for handling of exceptions happening during theZeev Suraski2004-02-111-0/+1
* whitespaceZeev Suraski2004-02-111-1/+1
* Fix bug #26869Zeev Suraski2004-02-101-1/+1