347 Commits (5bfe560cab0532054e48737e8ea4bf2fa8ec00ff)

Author SHA1 Message Date
Dmitry Stogov 54adfc6fcf Fixed incorrect backtrace type ("::" instead of "->") for __set()/__get() 20 years ago
Marcus Boerger 5a69b29082 - Warning fixes by Steph 20 years ago
Marcus Boerger 941b0651dc - MFH: Function deprecation flag 20 years ago
Marcus Boerger b1cebf32e4 - MFH Fix issues with static method invocation 20 years ago
Antony Dovgal 01e8d313c8 MFH: make sure ce_child is properly initialized 20 years ago
Andi Gutmans 61e93ccfe8 - Update copyright notices to 2006 20 years ago
Dmitry Stogov 9c2ea13abc Fixed bug #35612 (iis6 Access Violation crash). (alacn dot uhahaa at gmail dot com) 20 years ago
Antony Dovgal 9255733c4f fix leak appearing when __autoload() throws an exception 20 years ago
Marcus Boerger 0cd997d79c - Simplify and synch is_callable_ex() with actual execution code 20 years ago
Dmitry Stogov 599221036f Fixed bug #35612 (iis6 Access Violation crash) 21 years ago
Dmitry Stogov 9ee0707cfa Fixed bug #35509 (string constant as array key has different behavior inside object) 21 years ago
Dmitry Stogov a570981151 Fixed bug #35360 (exceptions in interactive mode (php -a) may cause crash) 21 years ago
Dmitry Stogov 8212034254 Fixed SIGSEGV 21 years ago
Dmitry Stogov 03cb8e959b Fixed bug #34767 (Zend Engine 1 Compatibility not copying objects correctly) 21 years ago
Dmitry Stogov 9305339d94 Changed "instanceof" and "catch" operators, is_a() and is_subclass_of() functions to not call __autoload(). 21 years ago
Dmitry Stogov 6319efa013 Fixed bug #34260 (Segfault with callbacks (array_map) + overloading) 21 years ago
foobar 916815b779 Bump up the year 21 years ago
Dmitry Stogov 650cdaed12 Fixed bug #33942 (the patch to #33156 crash cygwin except cli) 21 years ago
foobar 2a8cd27f4e bug #33865 21 years ago
Marcus Boerger e11fc8bda4 - Fix error generation logic (found by johannes) 21 years ago
Dmitry Stogov c25b8a3699 Fixed bug #33156 (cygwin version of setitimer doesn't accept ITIMER_PROF). (Nuno) 21 years ago
Dmitry Stogov d9c1a380ad Fixed bug #28072 (static array with some constant keys will be incorrectly ordered). 21 years ago
Dmitry Stogov 1d33a3e95e Fixed bug #31158 (array_splice on $GLOBALS crashes) 21 years ago
Dmitry Stogov 12b66c262a Fixed bug #30519 (Interface not existing says Class not found) 21 years ago
Dmitry Stogov da2ab06111 Fixed bug #29896 (Backtrace argument list out of sync) 21 years ago
Dmitry Stogov aedbdb087d Allowed return by refrence from internal functions 21 years ago
Dmitry Stogov 59a46c34fa Fixed double call to php_stream_close() on compiler errors 21 years ago
Dmitry Stogov 9affa32237 Fixed bug #30140 (Problem with array in static properties) 21 years ago
Dmitry Stogov d2018ef2c0 Fixed bug #33116 (crash when assigning class name to global variable in __autoload). 21 years ago
Stanislav Malyshev ba7123fc9b fix #29890 - crash when function call fails 21 years ago
Marcus Boerger 138c5457ac - Part 2 of #30126: Enhancement for error message for abstract classes 21 years ago
Marcus Boerger f44dc4c930 - Part 1 of #30126: Enhancement for error message for abstract classes 21 years ago
foobar fcba5e099c - Fixed bug #28839 (SIGSEGV in interactive mode (php -a)) 21 years ago
Marcus Boerger 32c2e664a6 - Fix all incarnations of bug #30266 21 years ago
Marcus Boerger d8db1c2cc5 - Actually this is a much better error decription 21 years ago
Marcus Boerger 565e832edf - Bugfix #32290 21 years ago
Marcus Boerger a57b6bad69 - Be more gracious in reflection API 21 years ago
Marcus Boerger 6159f69023 - Bugfix #30682 (autoconversion from false/true to 0/1 missing in case of 21 years ago
Stanislav Malyshev 3925337a55 Fix #31720 Invalid object callbacks not caught in array_walk() (patch from Antony Dovgal) 21 years ago
Marcus Boerger 0236e31313 - Fix severity (found by johannes) 21 years ago
Stanislav Malyshev e9003696bd fix crash 22 years ago
Derick Rethans e612284ea4 - Fixed bug #30630: Added a BSD based strtod function that is 22 years ago
Marcus Boerger c5a9a5a284 - Change zend_object_handlers->get_method() to allow aggregation for internal classes 22 years ago
Dmitry Stogov 3f35c6a6cc Added test cases for CV optimization patch 22 years ago
Andi Gutmans 11bcaedfc8 - Rename delete_global_variable() to zend_delete_global_variable() 22 years ago
Andi Gutmans db507dd153 - Commit the variable fetch optimization. 22 years ago
Andi Gutmans 3e2b49ab5b - Return the warning until we check if we can change the type of str.len 22 years ago
Marcus Boerger 16c1f0ae74 - Fix warning 22 years ago
Andi Gutmans f82ed13625 - Commit new VM architecture. This one allows people (aka Derick) to 22 years ago
Anantha Kesari H Y b04db9d9e0 Reverted the NetWare Specific Stack limit related patches as asked by Andi 22 years ago