History log of /PHP-5.5/ext/reflection/php_reflection.c (Results 101 – 125 of 428)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 0b9263da 26-May-2010 Pierrick Charron

Remove unused variable


# f3009cb5 25-May-2010 Felipe Pena

- Fixed bug #51911 (ReflectionParameter::getDefaultValue() memory leaks with constant array)


# 1168cdc3 25-May-2010 Felipe Pena

- Fixed bug #51911 (ReflectionParameter::getDefaultValue() memory leaks with constant array)


# f23e8576 24-May-2010 Dmitry Stogov

Fixed ZTS build


# c5237d82 24-May-2010 Dmitry Stogov

Added caches to eliminate repeatable run-time bindings of functions, classes, constants, methods and properties


# 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)


12345678910>>...18