History log of /PHP-7.3/ext/reflection/php_reflection.c (Results 376 – 400 of 698)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 1bc92476 20-May-2010 Derick Rethans

- Added scalar typehinting.


# 94dd8372 20-Apr-2010 Dmitry Stogov

Changed the structure of op_array.opcodes. The constant values are moved from opcode operands into a separate literal table


# c93a4f19 19-Apr-2010 Stanislav Malyshev

restore $this support for closures to its former glory


# 26b08f98 30-Mar-2010 Johannes Schlüter

Remove main/php3_compat.h, for that a few references to `function_entry` have
to be replaced by `zend_function_entry`.


# d5b2d647 30-Mar-2010 Johannes Schlüter

Fix protos


# 26af5759 30-Mar-2010 Johannes Schlüter

Add ReflectionZendExtension class and --rz option to CLI


# 6ba38a6e 30-Mar-2010 Johannes Schlüter

Fix folding


# 4dc1cef4 30-Mar-2010 Johannes Schlüter

Use php_error_docref instead of zend_error


# a6c9e432 30-Mar-2010 Johannes Schlüter

Use php_error_docref instead of zend_error


# 347e2bce 30-Mar-2010 Johannes Schlüter

Add ReflectionExtension::isTemporary() and ReflectionExtension::isPersistent().


Revision tags: php-5.3.2
# 004a72ce 02-Mar-2010 Hannes Magnusson

- The ctor requires both arguments
- Sync/fix ctor and export arguments to 5_2


Revision tags: php-5.2.13, php-5.3.2RC3, php-5.3.2RC2, php-5.2.13RC2, php-5.2.13RC1
# 9ba1e816 03-Jan-2010 Sebastian Bergmann

sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php


Revision tags: php-5.3.2RC1, php-5.2.12, php-5.2.12RC4
# a94558c8 08-Dec-2009 Felipe Pena

- Added MAKE_COPY_ZVAL(ppzv, pzv) macro


Revision tags: php-5.2.12RC3, php-5.2.12RC2, php-5.3.1, php-5.3.1RC4, php-5.2.12RC1
# eea23b27 11-Nov-2009 Felipe Pena

- Fixed bug #50152 (ReflectionClass::hasProperty hehaves like isset() not property_exists)
[5_2 is OK]


Revision tags: php-5.3.1RC3
# 8e91d464 01-Nov-2009 Felipe Pena

- Fixed bug #49719 (ReflectionClass::hasProperty returns true for a private property in base class)


Revision tags: php-5.3.1RC2, oci8-1.4.0
# 8172c388 03-Oct-2009 Felipe Pena

- Fix some arginfos (thanks Philip)
- Added arginfo info. for void params


# ceaf5905 16-Sep-2009 Sebastian Bergmann

Merge ReflectionMethod::setAccessible() to PHP 5.3.2, approved by Johannes.


Revision tags: php-5.2.11, php-5.2.11RC3, php-5.3.1RC1
# 853c6de6 03-Sep-2009 Sebastian Bergmann

Make invokeArgs() error messages consistent with invoke().


Revision tags: php-5.2.11RC2, php-5.2.11RC1
# c75f1621 01-Aug-2009 Felipe Pena

- Fixed ReflectionClass::getStaticProperties() to do not return the private properties from parent class;
behavior already adopted in ReflectionClass::getDefaultProperties() and ReflectionClass

- Fixed ReflectionClass::getStaticProperties() to do not return the private properties from parent class;
behavior already adopted in ReflectionClass::getDefaultProperties() and ReflectionClass::getProperties().

show more ...


# adf8f72f 01-Aug-2009 Jani Taskinen

- Fixed bug #49092 (ReflectionFunction fails to work with functions in fully qualified namespaces)


# edbf332c 01-Aug-2009 Jani Taskinen

- Fixed bug #49074 (private class static fields can be modified by using reflection)


# 485f28aa 01-Jul-2009 Kalle Sommer Nielsen

MFH: Fixed #45280 (Reflection of instantiated COM classes causes PHP to crash) (Paul Richards, Kalle)


# e536b270 01-Jul-2009 Kalle Sommer Nielsen

MFH: Fixed memory leak if zero parameters are passed, Thanks Felipe


# 21d61978 01-Jul-2009 Kalle Sommer Nielsen

MFH: Fixed bug #48757 (ReflectionFunction::invoke() parameter issues)


Revision tags: php-5.3.0, php-5.3.0RC4, php-5.2.10
# f9bb9905 16-Jun-2009 Felipe Pena

- MFH: Fixed build (removed trailing comma) patch by Seiji Masugata <s.masugata at digicom.dnp.co.jp>


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