404 Commits (3f7a4b7e90eee47e7b6873f800e93854b0338dd4)

Author SHA1 Message Date
Marcus Boerger 3f7a4b7e90 - MFH error handling, now with save, replace, restore 18 years ago
Dmitry Stogov 43f278ccaf Fixed bug #45744 (Case sensitive callback behaviour) 18 years ago
Felipe Pena e304515ddb - MFH: Added parameter TSRMLS_DC in zend_is_callable() 18 years ago
Felipe Pena 11bc1de770 - MFH: Removed unnecessary TSRMLS_FETCH() 18 years ago
Dmitry Stogov 8ee5b58bbe Added checks for destroied objects 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
Felipe Pena 0fbe6a0c14 - MFH: Added TSRMLS_DC to apply_func_args_t and zend_hash_apply_with_arguments. 18 years ago
Dmitry Stogov feb8580166 LSB parent/self forwarding 18 years ago
Dmitry Stogov 0fa7fedfde Fixed is_callable() to support closures and return appropriate function name 18 years ago
Dmitry Stogov d5ef2f466c Added support for lambda functions and closures 18 years ago
Felipe Pena 0da88458e2 - Fixed bug #45186 (__call depends on __callstatic in class scope) 18 years ago
Matt Wilmas 7da75d81e7 MFH: Add array_init_size() and use it where array size is known at initialization 18 years ago
Dmitry Stogov 907fa66507 Added API to use namesapces in internal extensions 18 years ago
Felipe Pena 1e650ca32d - MFH: Fixed detection of invalid class name 18 years ago
Dmitry Stogov 5a0253c14c Support for old-style constructors in namespaces 18 years ago
Dmitry Stogov 00346c2dbf Optimized detection of "__call" and "__callstatic" methods. 18 years ago
Felipe Pena 2b10c53ae1 MFH: Dropped zend.ze1_compatibility_mode 18 years ago
Antony Dovgal cbdc4b9af8 fix segfault when trying to clone uncloneable object because of zend.ze1_compatibility_mode which we should have got rid of years ago 18 years ago
Sebastian Bergmann 1b03ecf1c7 MFH: Fugbix typo. 18 years ago
Marcus Boerger da2a1799ca - MFH Windows build fix 18 years ago
Marcus Boerger c7f71a7dd0 - MFH Simplify 18 years ago
Marcus Boerger b7b41a6612 - MFH Fix missing check and tests 18 years ago
Marcus Boerger 0976a2646a - MFH Fix cross class tree reference issues with callbacks (colder,helly) 18 years ago
Antony Dovgal 4904889568 MFH: fix leak appearing when calling non-static protected or private methods as static 18 years ago
Marcus Boerger da5b979f88 - MFH Add comment that explains why we need E_ERROR in those cases 18 years ago
Marcus Boerger ac8e76c714 - Fix remaining issue (should be last one) 18 years ago
Marcus Boerger 7769fda15c - Drop useless TODO, this would need to be fixed in a generic way 18 years ago
Marcus Boerger 95a3cccf5f - Fix flag handling in message generation 18 years ago
Rasmus Lerdorf 539eaceddc What's the [0] for here? Looks wrong and causes stuff to segv 18 years ago
Rasmus Lerdorf 45db15ad4e Small tweak. Need to make array and string callback syntax behave the 18 years ago
Marcus Boerger e8a8acdf39 [DOC] 18 years ago
Dmitry Stogov 03c018d34e Fixed GC bug 18 years ago
Dmitry Stogov 0b6825102d Changed EG(argument_stack) implementation. 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
Ilia Alshanetsky 11a93f62ac Fixed bug #43644 (is_callable(':') crashes) 18 years ago
Dmitry Stogov 648fbe9d58 Fixed bug #43128 (Very long class name causes segfault) 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 129c125f7f - Fix confusing logic (sync with HEAD) 18 years ago
Jani Taskinen b489251177 - MFH from HEAD: 18 years ago
Antony Dovgal 7cef86c246 backport zero args checks from HEAD 18 years ago
Sara Golemon b38282c3fd Backport +/* vararg specifiers from PHP6 18 years ago
Yiduo (David) Wang 4b4d634cb9 MFH: Added macros for managing zval refcounts and is_ref statuses 18 years ago
Ilia Alshanetsky b6817f82b1 Nuke unused vars 18 years ago
Dmitry Stogov b20ed0d2e0 Added support for __callstatic() magic method. (Sara) 18 years ago
Dmitry Stogov 166266df68 Added support for Late Static Binding. (Dmitry, Etienne Kneuss) 18 years ago
Dmitry Stogov f32ffe9b43 Namespaces 18 years ago
Dmitry Stogov 6c810b0d4c Improved memory usage by movig constants to read only memory. (Dmitry, Pierre) 18 years ago
Antony Dovgal 90d58d4668 MFH: prohibit arguments by ref in magic methods 19 years ago
Dmitry Stogov a382ede3e8 Fixed bug #42119 (array_push($arr,&$obj) doesn't work with zend.ze1_compatibility_mode On) 19 years ago