364 Commits (32c8f50ea9dc0ea65ed22d34ec00dadbae7f87bb)

Author SHA1 Message Date
Dmitry Stogov 5dda7e709c Fixed double efree() 17 years ago
Andrei Zmievski 7ac1f7eee7 Handle __call() on protected/private method access for callbacks too. 17 years ago
Sebastian Bergmann ef49b9a8de MFH: Bump copyright year, 3 of 3. 17 years ago
Antony Dovgal 72daf80c47 MFH: fix zend_register_functions() not displaying duplicate functions (reported by Gopal) 18 years ago
Antony Dovgal ba9ad966c3 MFH: fix segfault when trying to clone uncloneable object 18 years ago
Sebastian Bergmann 87784c32b3 MFH: Fugbix typo. 18 years ago
Dmitry Stogov f29c6b45a8 MFH: Fixed bug #43128 (Very long class name causes segfault) 18 years ago
Sebastian Bergmann d9f3a1305f MFH: Bump copyright year, 2 of 2. 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
Antony Dovgal 0cfa8b1a66 MFH 19 years ago
Antony Dovgal 770790af04 set module in internal_function struct 19 years ago
Marcus Boerger bfbbe4110e - MFH Extensions are indexed lowercased and not case aware 19 years ago
Johannes Schlüter e181e3ac7b - MFH Fix "f" modifier for zend_parse_parameters_ex in case of a __call call 19 years ago
Dmitry Stogov e1814f0dbe WIN64 support 19 years ago
Antony Dovgal b2e2994a6e fix #41026 (segfault when calling "self::method()" in shutdown functions) 19 years ago
Marcus Boerger 9c5ea420ac - MFH zend_info_call_*() stuff, fixes coverity issue #328, noticed by tony 19 years ago
Sebastian Bergmann 4223aa4d5e MFH: Bump year. 19 years ago
Antony Dovgal bbb923c7a8 MFH 19 years ago
Dmitry Stogov c1ad451c3e Speedup array/HashTable copying. (Matt W) 20 years ago
Derick Rethans c3e5ee1840 - Fixed typo. 20 years ago
foobar 2b8ad5a0af MFH:- Fixed bug #38183 (disable_classes=Foobar causes disabled class to be called Foo) 20 years ago
Dmitry Stogov 9a98904ddd Fixed wrong "type" argument to read_property() handler 20 years ago
Antony Dovgal 5ffbb85103 MFH: init variables 20 years ago
Dmitry Stogov ada4e506a7 MFH: Added automatic module globals management. 20 years ago
Marcus Boerger 64c353ab79 - MFH zend_fcall_info_*() and parameter parsing option 'f' 20 years ago
Marcus Boerger 5cdefd07cd - MFH Fix issue with interfaces being inherited multiple times 20 years ago
Zeev Suraski 51d495850a Restore ZE1 compatibility mode (Zend Engine part - the modules patches 20 years ago
Marcus Boerger 6c0f166794 - Fix function flag check 20 years ago
Marcus Boerger 5f63b5c4ee - Revert until there is an ok for the full patch 20 years ago
Marcus Boerger ca6a202160 - WS 20 years ago
Marcus Boerger 493f39da2d - MFH: Fix bug #37212 (Access to protected property of common base class) 20 years ago
Antony Dovgal 9dd24c6d87 fix error messages when converting objects to other types 20 years ago
Marcus Boerger f88a172959 - MFH Handle NULL in C argument parsing correct 20 years ago
Marcus Boerger 8d4eea74d5 - Fix double error raising issue 20 years ago
Marcus Boerger d45250a058 - MFH code layout for __toString() use in parameter parsing api 20 years ago
Marcus Boerger b3c3c6de14 - Missing __toString() pieces 20 years ago
Marcus Boerger b636a534c1 - Drop second superflous zval_ptr_dtor in string arg parsing 20 years ago
Antony Dovgal 085e0fc51f fix segfault when passing objects where strings are expected 20 years ago
Marcus Boerger 848c5c7695 - Missing __tostring() conversion snippets 20 years ago
Antony Dovgal 4f37b2f354 nuke extra semi-colon 20 years ago
Marcus Boerger 637a40423c - MFH as discussed 20 years ago
Dmitry Stogov bdef85af21 Fixed bug #37138 (__autoload tries to load callback'ed self and parent) 20 years ago
Marcus Boerger 041e7470b1 - Initialized callable_name if present 20 years ago
Dmitry Stogov c31c984365 Optimization of module unloading (temporary modules can be only in the end) 20 years ago
Marcus Boerger 35ce5db25e - Add missing function for completeness 20 years ago
Marcus Boerger 3840e428bb - MFH Fix string-conversion and const updating 20 years ago
Marcus Boerger 2e37e86366 - MFH Argument parsing specifier 'C', which is necessary for SPL already 20 years ago
Marcus Boerger 941b0651dc - MFH: Function deprecation flag 20 years ago
Marcus Boerger f0d9ae46c3 - Fix method flag handling 20 years ago