Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - Move Reflection into its own extension | Marcus Boerger | 2005-11-17 | 1 | -4242/+0 |
| | |||||
* | Allow recursive calls to __get/__set for different properties | Dmitry Stogov | 2005-11-15 | 1 | -8/+2 |
| | |||||
* | Fixed bug #29268 (__autoload() not called with Reflection->getClass()) | Dmitry Stogov | 2005-10-21 | 1 | -5/+1 |
| | |||||
* | copy/paste typo | Antony Dovgal | 2005-10-20 | 1 | -1/+1 |
| | |||||
* | - Add ability to access private properties of base classes | Marcus Boerger | 2005-10-16 | 1 | -7/+35 |
| | | | | | | - Add ability to specify fully qualified name for properties - ReflectionClass::getInterfaces89 now returns associative array | ||||
* | - Add 'overwrites' info to method dump | Marcus Boerger | 2005-10-09 | 1 | -2/+15 |
| | | | | | # Right now we have to compute that information because it is not available | ||||
* | - Add ReflectionMethod::getPrototype() | Marcus Boerger | 2005-10-08 | 1 | -17/+59 |
| | | | | | | | - Add some usefull information to the method dump . From where it was inherited . The prototype | ||||
* | - Make reflection class pointers available for others | Marcus Boerger | 2005-10-03 | 1 | -10/+10 |
| | |||||
* | - Remove unused variable | Marcus Boerger | 2005-09-23 | 1 | -1/+0 |
| | |||||
* | - Add eytension consts to extension output (Johannes) | Marcus Boerger | 2005-09-19 | 1 | -4/+34 |
| | | | | | - Fix WS in output | ||||
* | Unicode support | Dmitry Stogov | 2005-09-19 | 1 | -2/+2 |
| | |||||
* | check class_entry of this_ptr in Reflection API, so we won't get an alien ↵ | Antony Dovgal | 2005-09-16 | 1 | -86/+87 |
| | | | | | | | | this_ptr when called statically in a function that is called statically too (without being declared as static) | ||||
* | Fix for Unicode access. | Andrei Zmievski | 2005-09-13 | 1 | -2/+2 |
| | |||||
* | Support for class constants and static members for internal classes | Dmitry Stogov | 2005-09-01 | 1 | -0/+1 |
| | |||||
* | - Adds module registering a function to struct zend_internal_function. | Marcus Boerger | 2005-08-30 | 1 | -2/+58 |
| | | | | | | (Johannes) # This information is by reflection API and error messages. | ||||
* | - Fix const speling (correct in branshes where did it vanish here) | Marcus Boerger | 2005-08-30 | 1 | -1/+1 |
| | |||||
* | Fixed possible memory leak | Dmitry Stogov | 2005-08-30 | 1 | -0/+1 |
| | |||||
* | - Fix #34299: ReflectionClass::isInstantiable() returns true for abstract ↵ | Marcus Boerger | 2005-08-29 | 1 | -1/+1 |
| | | | | classes | ||||
* | Unicode support | Dmitry Stogov | 2005-08-19 | 1 | -10/+12 |
| | |||||
* | Unicode support cleanup | Dmitry Stogov | 2005-08-19 | 1 | -69/+16 |
| | |||||
* | Unicode support | Dmitry Stogov | 2005-08-17 | 1 | -7/+23 |
| | |||||
* | Fixed bug #32981 (ReflectionMethod::getStaticVariables() causes apache2.0.54 ↵ | Dmitry Stogov | 2005-08-17 | 1 | -0/+1 |
| | | | | seg fault) | ||||
* | ZTS fixes. | Sebastian Bergmann | 2005-08-12 | 1 | -1/+1 |
| | |||||
* | Unicode support | Dmitry Stogov | 2005-08-12 | 1 | -67/+53 |
| | |||||
* | Unicode support | Andrei Zmievski | 2005-08-11 | 1 | -106/+188 |
| | |||||
* | MF5.1: fix #34078 (Reflection API problems in methods with boolean or null ↵ | Antony Dovgal | 2005-08-11 | 1 | -1/+1 |
| | | | | | | | | default values) (andrei said to sara a few hours ago you may commit whatever you want until 9pm) (c) helly if there are any problems with this patch - please tell me, I'll revert it immediately | ||||
* | Bump up the year | foobar | 2005-08-03 | 1 | -1/+1 |
| | |||||
* | Fixed bug #33512 (Add missing support for isset()/unset() overloading to ↵ | Dmitry Stogov | 2005-07-07 | 1 | -0/+4 |
| | | | | complement the property get/set methods) | ||||
* | Fixed memory leak. | Ilia Alshanetsky | 2005-06-21 | 1 | -0/+3 |
| | | | | | # Found by valgrind w/o zend-mm being used. | ||||
* | - Fix bug #33389 by fixing copying | Marcus Boerger | 2005-06-20 | 1 | -19/+17 |
| | |||||
* | - Show true/flase | Marcus Boerger | 2005-06-20 | 1 | -1/+7 |
| | |||||
* | - Internal functions/methods can now return by reference | Marcus Boerger | 2005-06-16 | 1 | -1/+1 |
| | |||||
* | Fixed bug #33312 (ReflectionParameter methods do not work correctly) | Dmitry Stogov | 2005-06-13 | 1 | -6/+24 |
| | |||||
* | Fixed support for ZEND_ACC_SHADOW in ReflectionProperty constructor | Dmitry Stogov | 2005-06-10 | 1 | -1/+1 |
| | |||||
* | MF50: fix #29689 and more private property problems | Stanislav Malyshev | 2005-06-09 | 1 | -7/+14 |
| | |||||
* | Fixed ReflectionClass::setStaticPropertyValue() | Dmitry Stogov | 2005-06-08 | 1 | -0/+7 |
| | |||||
* | Added array type hinting. (This patch requires full re-make) | Dmitry Stogov | 2005-05-26 | 1 | -0/+20 |
| | |||||
* | - Make ReflectionObject::hasProperty() recognize dynamically added props | Marcus Boerger | 2005-05-12 | 1 | -0/+11 |
| | |||||
* | Correct grammar. | Sebastian Bergmann | 2005-04-25 | 1 | -2/+2 |
| | |||||
* | - Add ReflectionProperty::getDocComment() | Marcus Boerger | 2005-04-19 | 1 | -0/+16 |
| | |||||
* | - Fix by Tim | Marcus Boerger | 2005-03-06 | 1 | -0/+1 |
| | |||||
* | - Add two new methods | Marcus Boerger | 2005-02-27 | 1 | -1/+64 |
| | | | | | - Fix signature, no need to cast it | ||||
* | - Fixed bug #32076 (ReflectionMethod :: isDestructor() always return true) | Derick Rethans | 2005-02-23 | 1 | -1/+1 |
| | | | | | (Patch by Antony Dogval) | ||||
* | - Be more gracious in reflection API | Marcus Boerger | 2005-02-13 | 1 | -6/+12 |
| | |||||
* | - Add ReclectionClass:hasProperty(), ReflectionClass::hasConstant() | Marcus Boerger | 2005-01-31 | 1 | -0/+48 |
| | | | | | to complete api (johannes@php.net) | ||||
* | - Fix #31651 (ReflectionClass::getDefaultProperties segfaults with arrays.) | Marcus Boerger | 2005-01-22 | 1 | -5/+3 |
| | |||||
* | - Need to unmangle the class name here | Marcus Boerger | 2004-12-27 | 1 | -2/+3 |
| | |||||
* | - More proto/error message fixes | Marcus Boerger | 2004-12-27 | 1 | -6/+6 |
| | |||||
* | - Small fixlet (by Tony) | Marcus Boerger | 2004-12-27 | 1 | -2/+2 |
| | |||||
* | - Add ReflectionClass::hasMethod() (thanks to Johannes S.) | Marcus Boerger | 2004-12-25 | 1 | -0/+27 |
| |