summaryrefslogtreecommitdiff
path: root/Zend/zend_execute_API.c
Commit message (Expand)AuthorAgeFilesLines
* Bump up the yearfoobar2005-08-031-1/+1
* Fixed bug #33942 (the patch to #33156 crash cygwin except cli)Dmitry Stogov2005-08-021-0/+4
* bug #33865foobar2005-07-261-1/+1
* - Fix error generation logic (found by johannes)Marcus Boerger2005-07-211-1/+1
* Fixed bug #33156 (cygwin version of setitimer doesn't accept ITIMER_PROF). (N...Dmitry Stogov2005-07-121-0/+7
* Fixed bug #28072 (static array with some constant keys will be incorrectly or...Dmitry Stogov2005-07-071-4/+20
* Fixed bug #31158 (array_splice on $GLOBALS crashes)Dmitry Stogov2005-07-041-0/+14
* 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
* Allowed return by refrence from internal functionsDmitry Stogov2005-06-161-1/+1
* 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 #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
* - Part 2 of #30126: Enhancement for error message for abstract classesMarcus Boerger2005-05-021-1/+1
* - Part 1 of #30126: Enhancement for error message for abstract classesMarcus Boerger2005-05-021-1/+2
* - Fixed bug #28839 (SIGSEGV in interactive mode (php -a))foobar2005-03-261-0/+11
* - Fix all incarnations of bug #30266Marcus Boerger2005-03-191-0/+4
* - Actually this is a much better error decriptionMarcus Boerger2005-03-131-1/+1
* - Bugfix #32290Marcus Boerger2005-03-131-0/+8
* - Be more gracious in reflection APIMarcus Boerger2005-02-131-5/+5
* - Bugfix #30682 (autoconversion from false/true to 0/1 missing in case ofMarcus Boerger2005-02-121-0/+1
* Fix #31720 Invalid object callbacks not caught in array_walk() (patch from...Stanislav Malyshev2005-02-021-0/+3
* - Fix severity (found by johannes)Marcus Boerger2005-01-281-1/+1
* fix crashStanislav Malyshev2004-11-171-0/+4
* - Fixed bug #30630: Added a BSD based strtod function that isDerick Rethans2004-11-031-2/+0
* - Change zend_object_handlers->get_method() to allow aggregation for internal...Marcus Boerger2004-10-301-1/+1
* Added test cases for CV optimization patchDmitry Stogov2004-10-051-3/+5
* - 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/+21
* - Return the warning until we check if we can change the type of str.lenAndi Gutmans2004-09-281-1/+1
* - Fix warningMarcus Boerger2004-09-271-1/+1
* - Commit new VM architecture. This one allows people (aka Derick) toAndi Gutmans2004-09-231-1/+2
* Reverted the NetWare Specific Stack limit related patches as asked by AndiAnantha Kesari H Y2004-09-231-15/+0
* NetWare specific stack limit checksAnantha Kesari H Y2004-09-221-0/+13
* fix crash when dtor is fialing on shutdownStanislav Malyshev2004-09-171-0/+3
* - Roll back VM commitAndi Gutmans2004-09-091-2/+1
* - Some architectural changes:Andi Gutmans2004-09-081-1/+2
* - Boost up __autoload() calls by caching the lookupMarcus Boerger2004-08-231-1/+20
* - Second wave of garbage removal.Andi Gutmans2004-08-191-18/+0
* MFB: Enforce protocol on magic methods/functionsMarcus Boerger2004-08-021-2/+2
* - More ptr_stack optimizations and cleanupsAndi Gutmans2004-07-301-1/+1
* - Execute destructors earlier (Florian Schaper, fschaper at intux org)Marcus Boerger2004-07-251-1/+6
* No point allocating 0 bytesWez Furlong2004-07-181-4/+11
* 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