History log of /PHP-7.3/ext/reflection/php_reflection.c (Results 426 – 450 of 698)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 6d083e2c 11-Aug-2008 Marcus Boerger

- Cleanup


# 301af6d4 11-Aug-2008 Felipe Pena

- MFH: has_property check


# e82568d9 11-Aug-2008 Felipe Pena

- Fix build (ZTS)


# 05d896cc 11-Aug-2008 Marcus Boerger

- MFH Closure/Reflection integration (original idea by Christian Seiler)


# 18d07065 11-Aug-2008 Felipe Pena

- MFH: Fixed bug #45765 (ReflectionObject with default parameters of self::xxx cause an error)


# 06bcec06 08-Aug-2008 Felix De Vliegher

Documentation fix for getClosure()


Revision tags: php-4.4.9, php-5.3.0alpha1
# af05ce0a 26-Jul-2008 Dmitry Stogov

Fixed is_callable/call_user_func mess that had done different things for very similar arguments e.g. array("A","B") and "A::B"


# ac68c41f 25-Jul-2008 Dmitry Stogov

Fixed support for static methods


# 176ebc26 25-Jul-2008 Dmitry Stogov

Fixed uninitialized data


# a46319d8 25-Jul-2008 Antony Dovgal

fix typos


# 691d4a69 25-Jul-2008 Dmitry Stogov

Fixed uninitialised data


# 0fbe6a0c 24-Jul-2008 Felipe Pena

- MFH: Added TSRMLS_DC to apply_func_args_t and zend_hash_apply_with_arguments.


Revision tags: php-4.4.9RC1
# a83e9768 20-Jul-2008 Felipe Pena

- Fixed bug #45571 (ReflectionClass::export() shows superclasses' private static methods.)
patch by Robin Fernandes


# d5ef2f46 14-Jul-2008 Dmitry Stogov

Added support for lambda functions and closures


# b872c30c 27-Jun-2008 Dmitry Stogov

ws


# 216909ce 25-Jun-2008 Dmitry Stogov

Added support for namespaces


# bee6c524 21-Jun-2008 Felipe Pena

- New parameter parsing API


Revision tags: BEFORE_NEW_PARAMETER_PARSE
# 5050450f 01-Jun-2008 Felipe Pena

- MFB: Fixed bug #45139 (ReflectionProperty returns incorrect declaring class)


Revision tags: RELEASE_1_2_5, RELEASE_2_0_0b1, php-5.2.6, RELEASE_1_0_2, php-5.2.6RC5, php-5.2.6RC4, php-5.2.6RC3, RELEASE_2_0_0a2, RELEASE_2_0_0a1, php-5.2.6RC2, php-5.2.6RC1, RELEASE_1_3_1
# ecc9778d 18-Feb-2008 Dmitry Stogov

Made code opcode-cache friendly. (It is disallowed to change code during execution)


# d161f4ec 15-Feb-2008 Derick Rethans

- Fixed speling.


# a764d75d 15-Feb-2008 Derick Rethans

- Add the ReflectionProperty::setAccesible() method that allows non-public
property's values to be read through ::getValue().
#- [DOC]


# 2c90b712 30-Jan-2008 Felipe Pena

Revert


# b9df996a 30-Jan-2008 Felipe Pena

Fix the fix (isInstance - order of parameters)


# ca44081e 30-Jan-2008 Antony Dovgal

fix ZTS build


# 8452585f 30-Jan-2008 Felipe Pena

Fixed Bug#43926 (isInstance() isn't equivalent to instanceof operator)


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