319 Commits (5bfe560cab0532054e48737e8ea4bf2fa8ec00ff)

Author SHA1 Message Date
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
Antony Dovgal a3b941642c init variables 20 years ago
Marcus Boerger 77915bc208 - MFH 20 years ago
Marcus Boerger add3c79a23 - Fixed bug #36011 20 years ago
Antony Dovgal 4972b45520 fix typo in the code and related tests 20 years ago
Andi Gutmans 61e93ccfe8 - Update copyright notices to 2006 20 years ago
Marcus Boerger 0cd997d79c - Simplify and synch is_callable_ex() with actual execution code 20 years ago
Dmitry Stogov 8768ab94b3 Fixed bug #34729 (Crash in ZTS mode under Apache) 21 years ago
Antony Dovgal 794c2e8e5d change zend_read_property() to allocate property zval too 21 years ago
Antony Dovgal 1e93bb16e4 fix #35336 (crash on PDO::FETCH_CLASS + __set()) 21 years ago
Ilia Alshanetsky b5c8fcb5fa Allow zend_parse_parameters to handle non-well formed integers, but raise 21 years ago
Marcus Boerger 83bdbe5b53 - Fix static check in zend_is_callable_ex() 21 years ago
Marcus Boerger a4bd0d6a25 - Add missing cases and checks 21 years ago
Dmitry Stogov b05b949a47 Fixed bug #34879 (str_replace, array_map corrupt negative array indexes on 64-bit platforms) 21 years ago
Ilia Alshanetsky 3a9cdbfd41 Fixed memory leak on error 21 years ago
Marcus Boerger 2486b846cc - MFH zend_is_callable_ex() returns zend_class_entry* if available 21 years ago
Antony Dovgal d67821cd02 ws fix 21 years ago
Dmitry Stogov 594fd87ca7 Fixed bug #34678 (__call(), is_callable() and static methods) 21 years ago
Dmitry Stogov 248345d920 Support for class constants and static members for internal classes 21 years ago
Dmitry Stogov a0d479994f Fixed typo (ZVAL_LONG() -> ZVAL_DOUBLE()) 21 years ago
foobar 0f2986fe9d - Show the dependancy name we could not find (req_mod is null here when it is not found :) 21 years ago
foobar 916815b779 Bump up the year 21 years ago
Marcus Boerger 53e5260662 - Add convenience function zend_is_callable_ex() and base zend_is_callable 21 years ago
Marcus Boerger 1fad73d13d - Fix #33853 21 years ago
Dmitry Stogov 70bd938bbd Fixed bug in new module statrup mechanism 21 years ago
Dmitry Stogov 345e0255b5 Fixed bug #33512 (Add missing support for isset()/unset() overloading to complement the property get/set methods) 21 years ago
Dmitry Stogov 2ca2dc0b08 Restored old behavior of zend_statup_module() 21 years ago
Stanislav Malyshev 9727e938ee add comment 21 years ago
Stanislav Malyshev d5a1296008 fix various "Class entry requested for an object without PHP class" messages 21 years ago
Antony Dovgal baf8cadeff improve error messages when error raised from an internal class (do not hide class name) 21 years ago
Dmitry Stogov c0c7a9f010 Improved PHP extension loading mechanism with support for module dependencies and conflicts. 21 years ago
Dmitry Stogov 8b7a03c889 Fixed bug #30332 (zend.ze1_compatibility_mode isnt fully compatable with array_push()) 21 years ago
Dmitry Stogov c81db6bc56 Fixed bug #29210 (Function: is_callable - no support for private and protected classes) 21 years ago
Dmitry Stogov 5f600cdf57 Fixed bug #30702 (cannot initialize class variable from class constant) 21 years ago
Marcus Boerger 67a226d910 - Add ReflectionProperty::getDocComment() 21 years ago
Andrei Zmievski 9bf6a7f229 internal_function->fn_flags is not initialized at this point 21 years ago
Wez Furlong 7de1d279cc don't call rshutdown twice for dl()'d modules. 21 years ago
Wez Furlong 35b0b8de99 fix shutdown so that dl()'d modules are unloaded after all the dtors have 21 years ago
Marcus Boerger c17d3dbbb7 - A little optimization to prevent problems when trying to reimplement an 21 years ago
Marcus Boerger c88da2bd92 - No C++ ruleZ here 21 years ago
Marcus Boerger 82ccc25113 - Actually we must do this in two steps: 1st resize the table and set all 21 years ago
Marcus Boerger 02c35975c0 - Incrementation is done elsewhere 21 years ago
Marcus Boerger a7e4f84c5d - Fix windows build (funny MS compiler) 21 years ago
Hartmut Holzgraefe d88c2b18d4 added some missing zend_[declare|update]_property_...() convenience 21 years ago
Marcus Boerger 1d5c13bdad - Fix #31651 (ReflectionClass::getDefaultProperties segfaults with arrays.) 21 years ago
Andi Gutmans 4908642c8c - Unload on MAC OS X (shouldn't be a reason not to) 21 years ago