427 Commits (3f7a4b7e90eee47e7b6873f800e93854b0338dd4)

Author SHA1 Message Date
Zeev Suraski 92b4013e8d Try to put an end to the endless number of call_user_function variants. 23 years ago
Stanislav Malyshev f572897dea remove stack clean - it makes trouble 23 years ago
Marcus Boerger 65557ef672 Nuke unused variables 23 years ago
Ilia Alshanetsky 1007b0a826 Fixed bug #23104 (hash position of static arrays not being reset) 23 years ago
Stanislav Malyshev 2884e8a715 oops. forgot function 23 years ago
Stanislav Malyshev 7cb1730293 fix crash #24842 23 years ago
Zeev Suraski f8bbafd604 ntroduce infrastructure for supplying information about arguments, 23 years ago
Zeev Suraski 9d7122fb53 Generalize fetch_class 23 years ago
Stanislav Malyshev 47fef22bc5 change shutdown order so that dtors would coexist with object error handlers 23 years ago
Stanislav Malyshev 5bfd386bc3 make shutdown more granular so in case some dtor goes ape we still 23 years ago
Stanislav Malyshev 5a7b07701b Fix bug #19859 - allow fast_call_user_function to support __call 23 years ago
Sterling Hughes 92e9e0ca7e optimize the case where the object is really a class name, as we don't need 23 years ago
Sterling Hughes 3fc83023b6 Timm Friebe points out that object detection should be done regardless of 23 years ago
Marcus Boerger bef4696d3e small bugfix 23 years ago
Andi Gutmans 288dacca0c - ZE coding style requires if ( instead of if( 23 years ago
Stanislav Malyshev fe1ef91e77 No need to duplicate code - zend_get_constant() knows to 23 years ago
Stanislav Malyshev 95a936becc Fix bug #18872 - Improper handling of class constants used as default 23 years ago
Stanislav Malyshev efafae1427 Fix bug #21800 - initialize opcode handlers in interactive mode 23 years ago
James Cox f68c7ff249 updating license information in the headers. 23 years ago
Wez Furlong 7959b2d7b0 Fix for Bug #23951 23 years ago
Stanislav Malyshev 565985acfc Support 'self' and 'parent' in call_user_func() 23 years ago
Stanislav Malyshev f7f5a5ea6b MEGA-patch: namespaces are R.I.P. 23 years ago
Marcus Boerger 7af8eadd57 Make zend_str_tolower_copy() a copy function (like stccpy). 23 years ago
Sterling Hughes ca6ca5e2a6 optimize the lookups by avoiding a copy and then another pass 23 years ago
Sterling Hughes 909eafc2b0 add fast_call_user_function() 23 years ago
Marcus Boerger fe47a383e3 One function call is enough 23 years ago
Stanislav Malyshev 52ac291c54 Check name before '::' so that it would be a namespace in zend_lookup_ns_class 23 years ago
Andrei Zmievski 3b47a64269 Add zend_lookup_ns_class() function. 23 years ago
Sebastian Bergmann 3fc852824f Eliminate TSRMLS_FETCH() calls in destroy_op_array() and zend_get_class_entry(). 23 years ago
Zeev Suraski 36eae0b771 Fix destructors some more 23 years ago
Sebastian Bergmann 6d300baf84 ZTS fixes 23 years ago
Stanislav Malyshev a4c3b2ce80 Namespace patch. Big changes: 23 years ago
Thies C. Arntzen e62f37c804 init current_execute_data befor we start executing 23 years ago
Zeev Suraski dbb73d8f1e Add ability to reference self:: and parent:: in constant initializers 23 years ago
foobar 333406bdc2 - Added some missing CVS $Id$ tags, headers and footers. 23 years ago
Ilia Alshanetsky 62db0b4854 Fix ZTS build. 23 years ago
Stanislav Malyshev 03f88ac2b2 Add additional stage to post-session cleanup. 23 years ago
Stanislav Malyshev f73def91ed Fix object destructors: 23 years ago
foobar 7a93625e4c Fixed bug: #14542, register_shutdown_function() timeout problem 23 years ago
Zeev Suraski 424e98f4e2 Implemented compatibility mode 23 years ago
Derick Rethans 2c44fab3a0 - Ported the zend_execute_internal hook to ZendEngine2. 23 years ago
Sebastian Bergmann 2c5d4b8c23 Bump year. 23 years ago
Andrei Zmievski 4f8c44b091 Adjust the error message. 23 years ago
Andi Gutmans 671fff2fde h WHitespace 23 years ago
Zeev Suraski 4be862b02c MFZE1 - error_reporting fix 23 years ago
Andi Gutmans c92758c89e - Fix bug introduced with type change of free_op1/2 23 years ago
Ilia Alshanetsky e842ef9f4b MFZE1 (floats & locale issue) 23 years ago
Ilia Alshanetsky d3617c51b8 MFZE1 zend_str_tolower issue. 23 years ago
Ilia Alshanetsky ee7b8f906d MFZE1 24 years ago
Zeev Suraski bd115087e3 MFZE1 - connection_status() fix 24 years ago