269 Commits (13da6bf4d796fa00a10f18c9987285e8fe9359d7)

Author SHA1 Message Date
Sebastian Bergmann 3717df72ae Bump year. 19 years ago
Ilia Alshanetsky 2b23e4e205 MFB: Fixed bug #39884 (ReflectionParameter::getClass() throws exception for 20 years ago
Andrei Zmievski e722dce575 - Marcus was too quick. Let's put type before zstr in the macros. 20 years ago
Marcus Boerger 98dce57dd5 - Fix ZVAL_ZSTRL 20 years ago
Andrei Zmievski 75c272440e Turn doc comments into zstr strings with corresponding adjustments. 20 years ago
Andrei Zmievski 723eb5274e Mark reflection methods as Unicode-compliant (except for FIXME parts). 20 years ago
Andrei Zmievski 78f8685b45 Fix remaining Unicode issues. 20 years ago
Johannes Schlüter 0e58baae93 - Fix #38465 (ReflectionParameter fails if default value is an access to self:: 20 years ago
Dmitry Stogov 5e60e48f8a Unicode support. (Two more places must be fixed. Look for FIXME comments.) 20 years ago
Antony Dovgal a92a070353 fix #39125 (Memleak when reflecting non-existing class/method) 20 years ago
Antony Dovgal 5d4259ff85 more improvements 20 years ago
Antony Dovgal c65d3234cd fix #39067 (getDeclaringClass() and private properties) 20 years ago
Dmitry Stogov 2027ceaa14 Fixed bug #38942 (Double old-style-ctor inheritance) 20 years ago
Antony Dovgal 8e3f5c3a04 fix #39001 (ReflectionProperty returns incorrect declaring class for protected properties) 20 years ago
Dmitry Stogov 59d0c16391 Fixed bug #38942 (Double old-style-ctor inheritance) 20 years ago
Johannes Schlüter f1ed29ffd8 - Unicode fix 20 years ago
Johannes Schlüter c1f302279f - Print the type of the original value 20 years ago
Johannes Schlüter 90db332cff - Fix #37923 (Display constant value in reflection::export) 20 years ago
Hannes Magnusson fac517522b MFB: abstracting ReflectionFunctionAbstract & fix couple of typos 20 years ago
Antony Dovgal a10691e3b9 last portion of z/Z fixes 20 years ago
Antony Dovgal dcbbae86eb fix #38653 (memory leak in ReflectionClass::getConstant()) 20 years ago
Dmitry Stogov c62b08650b Fix usage of uninitialized value and unicode support 20 years ago
Ilia Alshanetsky 23de434f3a MFB: Improved fix for bug #38132 20 years ago
Antony Dovgal 8221909b21 fix bug #38217 (ReflectionClass::newInstanceArgs() tries to allocate too much memory) 20 years ago
Ilia Alshanetsky abd9dc0bf2 MFB: Fixed bug #38194 (ReflectionClass::isSubclassOf() returns TRUE for the 20 years ago
Marcus Boerger eb0fd63012 - zend_(u_)_unmangle_property_name() has changed 20 years ago
Andrei Zmievski 0667864631 Callable checks and class fetching and lookup should support identifer 20 years ago
Antony Dovgal b8059674ee Unicode support in ReflectionParameter::__construct() 20 years ago
Marcus Boerger 18d45918bc - Fix bug #37816 ReflectionProperty does not throw exception when accessing protected attribute 20 years ago
Marcus Boerger 465a418908 - Fix logic 20 years ago
Hannes Magnusson 7e3e99251f Added new method to see if function is disabled or not 20 years ago
Hannes Magnusson 2a18040cb5 Obs. ZEND_BEGIN_ARG_INFO => ZEND_BEGIN_ARG_INFO_EX 20 years ago
Hannes Magnusson 2fbf0478da Fix protos&arginfo 20 years ago
Marcus Boerger 233a322f1e - Fix ReflectionObject::getProperties() + dyn properties 20 years ago
Hannes Magnusson d6486b8116 Only display visibility for methods 20 years ago
Hannes Magnusson 6d1b43df02 Fixed bug #37764 20 years ago
Marcus Boerger c100b2837f - Add arginfo (hannes) 20 years ago
Marcus Boerger 7b2b67770e - Add ReflectionClass::getInterfaceNames() 20 years ago
Marcus Boerger 9b70699617 - Use engine call to register interfaces (steph) 20 years ago
Antony Dovgal 8c04c51f9b ignore my previous fix, it was wrong =) 20 years ago
Antony Dovgal 890b19a709 no need to fetch trsm_ls when it's already available 20 years ago
Antony Dovgal 6a53a49c8b MF51: fix bug #36898 (__set() leaks in classes extending internal ones) 20 years ago
Marcus Boerger 946c955ce7 - Fix ReflectionParameter 20 years ago
Rasmus Lerdorf b83d7e3151 stray text 20 years ago
Marcus Boerger 1050956ad1 - Proto fixes 20 years ago
Marcus Boerger 4fb5bc4b6e - Make Derick happy for the moment 20 years ago
Marcus Boerger 257a95f69f - deprecated belongs in the flag area, not in the keyword area 20 years ago
Johannes Schlüter e0053b2536 - We need %v here 20 years ago
Johannes Schlüter cea8dd887b - Fix #29986 (Class constants won't work with predefined constants when 20 years ago
Johannes Schlüter 4ad7d57a97 - deprecated not static 20 years ago