summaryrefslogtreecommitdiff
path: root/Zend/zend_execute_API.c
Commit message (Expand)AuthorAgeFilesLines
* - Update copyright notices to 2006Andi Gutmans2006-01-041-1/+1
* Fixed bug #35612 (iis6 Access Violation crash). (alacn dot uhahaa at gmail do...Dmitry Stogov2005-12-221-1/+3
* MFB: fix leak appearing when __autoload() throws an exceptionAntony Dovgal2005-12-201-1/+3
* Fixed bug #35612 (iis6 Access Violation crash)Dmitry Stogov2005-12-091-1/+6
* Fixed bug #35509 (string constant as array key has different behavior inside ...Dmitry Stogov2005-12-051-21/+3
* Fixed bug #35360 (exceptions in interactive mode (php -a) may cause crash)Dmitry Stogov2005-11-241-1/+7
* Fixed SIGSEGVDmitry Stogov2005-10-271-2/+2
* Fixed bug #34767 (Zend Engine 1 Compatibility not copying objects correctly)Dmitry Stogov2005-10-201-0/+7
* Unicode support for PHP constantsDmitry Stogov2005-09-081-2/+2
* Fixed bug #34260 (Segfault with callbacks (array_map) + overloading)Dmitry Stogov2005-09-021-1/+3
* Changed is_a() and is_subcalls_of() functions to not call __autoload() (in th...Dmitry Stogov2005-08-231-16/+12
* zend_is_callable() and zend_make_callable() were changed to return readable f...Dmitry Stogov2005-08-221-4/+10
* Fixed memory leakDmitry Stogov2005-08-221-1/+5
* Unicode supportDmitry Stogov2005-08-191-2/+2
* Unicode support cleanupDmitry Stogov2005-08-191-3/+1
* nstanceof operator shouldn't call __autoload()Dmitry Stogov2005-08-191-5/+20
* Fixed user function call in unicode modeDmitry Stogov2005-08-121-3/+3
* Unicode supportAndrei Zmievski2005-08-111-69/+172
* 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