History log of /PHP-5.6/ext/reflection/php_reflection.c (Results 226 – 250 of 441)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 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


# 21033590 01-Jun-2006 Antony Dovgal

MFH: no need to fetch trsm_ls when it's already available


Revision tags: php-4.4.3RC1
# 77c1b56c 10-May-2006 Marcus Boerger

- Update after api changes


Revision tags: php-5.1.4, RELEASE_1_0_3, php-5.1.3, php-5.1.2, RELEASE_1_3, php-5.1.3RC3, php-5.1.3RC2
# 59b8592c 29-Mar-2006 Antony Dovgal

fix bug #36898 (__set() leaks in classes extending internal ones)

Added:
ZEND_API void zend_object_std_init(zend_object *object, zend_class_entry *ce TSRMLS_DC)
ZEND_API void zend_ob

fix bug #36898 (__set() leaks in classes extending internal ones)

Added:
ZEND_API void zend_object_std_init(zend_object *object, zend_class_entry *ce TSRMLS_DC)
ZEND_API void zend_object_std_dtor(zend_object *object TSRMLS_DC)

to initialize and destroy zend_object structs

show more ...


# 0add197e 12-Mar-2006 Marcus Boerger

- MFH:
- Fix ReflectionParameter
. Reintroduce getClass()
. Change getDeclaringClass() to return what it suggests
. (inactive but tested) Add getDeclaringFunction()
. (ina

- MFH:
- Fix ReflectionParameter
. Reintroduce getClass()
. Change getDeclaringClass() to return what it suggests
. (inactive but tested) Add getDeclaringFunction()
. (inactive but tested) Add getPosition()
- Fix tests accordingly
# This also fixes Bug #36687 ReflectionParameter::getDeclaringClass returns
# wrong result

show more ...


Revision tags: php-5.1.3RC1
# 35631910 06-Mar-2006 Rasmus Lerdorf

stray text


# e795f8f4 06-Mar-2006 Marcus Boerger

- MFH Proto fixes


Revision tags: RELEASE_1_2
# c4b81d87 28-Feb-2006 Marcus Boerger

- Fix warning


12345678910>>...18