History log of /PHP-7.3/ext/reflection/php_reflection.c (Results 476 – 500 of 698)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: php-5.2.0RC5
# 7c78500d 03-Oct-2006 Dmitry Stogov

Fixed bug #38942 (Double old-style-ctor inheritance)


# c356ad3b 02-Oct-2006 Antony Dovgal

MFH: #39001 (ReflectionProperty returns incorrect declaring class for protected properties)


# a04b6ed6 26-Sep-2006 Dmitry Stogov

Fixed bug #38942 (Double old-style-ctor inheritance)


Revision tags: php-5.2.0RC4
# 6415ef51 11-Sep-2006 Johannes Schlüter

- MFH: Print the type of the original value


# 6a1b4c99 11-Sep-2006 Johannes Schlüter

- MFH: Fix #37923 (Display constant value in reflection::export)


# bc8377a8 10-Sep-2006 Hannes Magnusson

Make ReflectionFunctionAbstract abstract
- Move ReflectionFunctionAbstract::__construct to ReflectionFunction
- Move ReflectionFunctionAbstract::__toString to ReflectionFuncion
- Delcare

Make ReflectionFunctionAbstract abstract
- Move ReflectionFunctionAbstract::__construct to ReflectionFunction
- Move ReflectionFunctionAbstract::__toString to ReflectionFuncion
- Delcare ReflectionFunctionAbstract::__toString abstract
- fix couple of typos

show more ...


Revision tags: php-5.2.0RC3
# 75b8cd74 31-Aug-2006 Antony Dovgal

last portion of z/Z fixes


# 86bf55a3 30-Aug-2006 Antony Dovgal

MFH: fix #38653 (memory leak in ReflectionClass::getConstant())


Revision tags: php-5.1.6, php-5.2.0RC2, php-5.1.5, php-4.4.4, php-4.4.4RC1, php-5.1.5RC1, php-4.4.3
# 7b409b22 26-Jul-2006 Ilia Alshanetsky

Improved fix for bug #38132


# 65626296 26-Jul-2006 Antony Dovgal

MFH: fix bug #38217 (ReflectionClass::newInstanceArgs() tries to allocate too much memory)


# 799ec997 25-Jul-2006 Michael Wallner

- ws


# e11e2a13 25-Jul-2006 Ilia Alshanetsky

Fixed bug #38132 (ReflectionClass::getStaticProperties() retains \0 in key
names).


# bd581ab4 25-Jul-2006 Ilia Alshanetsky

Fixed bug #38194 (ReflectionClass::isSubclassOf() returns TRUE for the
class itself).


Revision tags: php-5.2.0RC1
# d0f2f6cd 24-Jul-2006 Marcus Boerger

- MFH zend_unmangle_property_name(), drop zend_unmangle_property_name_ex()


# 71efa5b4 10-Jul-2006 Marcus Boerger

- MFH Fixed bug #37816 (ReflectionProperty does not throw exception when accessing protected attribute)


# c5ff4468 09-Jul-2006 Marcus Boerger

- MFH Fix logic


# 147840dd 07-Jul-2006 Hannes Magnusson

MFH: ReflectionFunction::isDisabled()


Revision tags: php-4.4.3RC2
# 612e7544 04-Jul-2006 Hannes Magnusson

mfh


# 1d6e7e3d 04-Jul-2006 Hannes Magnusson

MFH: Fix protos&arginfo


# 97062cad 24-Jun-2006 Marcus Boerger

- MFH Fix ReflectionObject::getProperties() + dyn properties


# 13fe33c2 10-Jun-2006 Hannes Magnusson

MFH
- Created new abstract class, ReflectionFunctionAbstract implementing Reflector
- Moved all methods from ReflectionFunction (except export, invoke & invokeArgs)
- ReflectionFunction n

MFH
- Created new abstract class, ReflectionFunctionAbstract implementing Reflector
- Moved all methods from ReflectionFunction (except export, invoke & invokeArgs)
- ReflectionFunction now inherits everything from ReflectionFunctionAbstract
and implements its own export, invoke & invokeArgs methods
- ReflectionMethod now extends ReflectionFunctionAbstract and implements
its own export, invoke & invokeArgs methods.
- Removed stdClass typehint from ReflectionClass::isInstance
- Removed stdClass typehint from ReflectionClass::set/getValue

show more ...


# 44ba014c 07-Jun-2006 Marcus Boerger

- MFH Add arginfo (hannes)


# 1f93575c 07-Jun-2006 Marcus Boerger

- MFH Add ReflectionClass::getInterfaceNames()


# dfd22958 04-Jun-2006 Marcus Boerger

- Use engine call to register interfaces (steph)


Revision tags: BEFORE_NEW_OUTPUT_API
# 17ad6e2e 01-Jun-2006 Antony Dovgal

apply correct fix


1...<<11121314151617181920>>...28