427 Commits (3f7a4b7e90eee47e7b6873f800e93854b0338dd4)

Author SHA1 Message Date
Marcus Boerger 3f7a4b7e90 - MFH error handling, now with save, replace, restore 18 years ago
Marcus Boerger 5a59d41305 - MFH store error handling mode on stack when executing internal 18 years ago
Dmitry Stogov 37a769353f Fixed bug #44100 (Inconsistent handling of static array declarations with duplicate keys). 18 years ago
Dmitry Stogov 64c721e04e *** empty log message *** 18 years ago
Dmitry Stogov 8ee5b58bbe Added checks for destroied objects 18 years ago
Dmitry Stogov b25f9f6a6a Added support for overloaded functions (e.g. COM) in call_user_func(). 18 years ago
Dmitry Stogov af05ce0af6 Fixed is_callable/call_user_func mess that had done different things for very similar arguments e.g. array("A","B") and "A::B" 18 years ago
Dmitry Stogov 691d4a6999 Fixed uninitialised data 18 years ago
Dmitry Stogov feb8580166 LSB parent/self forwarding 18 years ago
Dmitry Stogov d5ef2f466c Added support for lambda functions and closures 18 years ago
Felipe Pena 2af92fa836 - Fixed bug #45180 ('class::method' works differently than array('class', 'method')) 18 years ago
Felipe Pena cc23d3bade - Fixed bug #45089 (__callStatic $name case sensitivity) 18 years ago
Dmitry Stogov 5521912b15 Use IS_CV for dirrent access to $this variable 18 years ago
Dmitry Stogov 0639a847ce Use lazy symbol table initialization for op_arrays called from internal php functions 18 years ago
Dmitry Stogov 833e01343d GC fix 18 years ago
Dmitry Stogov 3a86a06619 Added missing lazy initialization 18 years ago
Dmitry Stogov 2ecf4bb0a7 Lazy EG(active_symbol_table) initialization 18 years ago
Dmitry Stogov d9dd1b9e14 Optimized ZEND_RETURN opcode to not allocate and copy return value if it is not 18 years ago
Felipe Pena f66f55edc5 MFH: Implemented "jump label" operator (limited "goto") 18 years ago
Rasmus Lerdorf ea790cef01 On Windows I guess there is no point starting the timeout thread until 18 years ago
Rasmus Lerdorf d2f23dbe64 Make sure we set the signal handler when reset_signals is true, regardless 18 years ago
Rasmus Lerdorf 6c158374ba exit_on_timeout patch 18 years ago
Felipe Pena 2b10c53ae1 MFH: Dropped zend.ze1_compatibility_mode 18 years ago
Dmitry Stogov 8c885b8913 Implemented concept of "delayed early binding" that allows opcode caches to perform class declaration (early and/or run-time binding) in exactly the same order as vanila php. 18 years ago
Antony Dovgal 1f3b8cccc4 %v -> %s, this is 5_3 18 years ago
Dmitry Stogov 430e54d457 Fixed shared memory corruption of opcode caches 18 years ago
Marcus Boerger d3e5026564 - MFH Add E_DEPRECATED (Lars Strojny, Felipe Pena, Marcus) 18 years ago
Marcus Boerger da5b979f88 - MFH Add comment that explains why we need E_ERROR in those cases 18 years ago
Marcus Boerger 95a3cccf5f - Fix flag handling in message generation 18 years ago
Dmitry Stogov 9770b3cb00 Fixed bug #43323 (Wrong count abstract methods). (Felipe, Dmitry) 18 years ago
Dmitry Stogov 0b6825102d Changed EG(argument_stack) implementation. 18 years ago
Dmitry Stogov 71592cec06 Added garbage collector 18 years ago
Dmitry Stogov fa47e900e2 Changed exception handling. Now each op_array doesn't contain ZEND_HANDLE_EXCEPTION opcode in the end 18 years ago
Marcus Boerger ba8acfdfdf - Fix the fix 18 years ago
Marcus Boerger 22221def71 - Fix memleak (found by colder) 18 years ago
Dmitry Stogov ed8e2fa031 Added missing warning message 18 years ago
Sebastian Bergmann d1dded8751 MFH: Bump copyright year, 2 of 2. 18 years ago
Dmitry Stogov 43f6392e90 Fixed bug #43651 (is_callable() with one or more nonconsecutive colons crashes) 18 years ago
Dmitry Stogov 6484b3c458 Fixed bug #43344 (Wrong error message for undefined namespace constant) 18 years ago
Dmitry Stogov 648fbe9d58 Fixed bug #43128 (Very long class name causes segfault) 18 years ago
Johannes Schlüter 45f6b4ce2f - MFH Improved version of ternary shortcut (Marcus) 18 years ago
Dmitry Stogov c3ab6bd091 Fixed bug #43136 (possible crash on script execution timeout. The EG(function_state_ptr) is completely removed, EG(current_execute_data)->function_state must be used instead) 18 years ago
Jani Taskinen b489251177 - MFH from HEAD: 18 years ago
Dmitry Stogov f10766f1fb Reimplemented support for namespaces in indexes id constant arrays (removed zval.idx_type) 18 years ago
Yiduo (David) Wang 4b4d634cb9 MFH: Added macros for managing zval refcounts and is_ref statuses 18 years ago
Dmitry Stogov eb0c56ada1 Fixed bug #42820 (defined() on constant with namespace prefixes tries to load class). 18 years ago
Dmitry Stogov 220641af70 Fixed bug #42819 (namespaces in indexes of constant arrays) 18 years ago
Dmitry Stogov 3a3a7e7441 Fixed bug #42798 (__autoload() not triggered for classes used in method signature). 18 years ago
Dmitry Stogov 72d0454bf6 Added support for __callstatic() magic method (missing part). (Sara) 18 years ago
Dmitry Stogov 166266df68 Added support for Late Static Binding. (Dmitry, Etienne Kneuss) 18 years ago