Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix bug #36898 (__set() leaks in classes extending internal ones) | Antony Dovgal | 2006-03-29 | 1 | -5/+2 |
| | | | | | | | | | 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 | ||||
* | - MFH: | Marcus Boerger | 2006-03-12 | 1 | -8/+64 |
| | | | | | | | | | | | | - 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 | ||||
* | stray text | Rasmus Lerdorf | 2006-03-06 | 1 | -1/+1 |
| | |||||
* | - MFH Proto fixes | Marcus Boerger | 2006-03-06 | 1 | -7/+7 |
| | |||||
* | - Fix warning | Marcus Boerger | 2006-02-28 | 1 | -1/+1 |
| | |||||
* | - Add ReflectionExtension::getDependencies() | Marcus Boerger | 2006-02-25 | 1 | -0/+88 |
| | |||||
* | - MFH: Function deprecation flag | Marcus Boerger | 2006-02-25 | 1 | -1/+15 |
| | |||||
* | - MFH: Fix #29986 (Class constants won't work with predefined constants when | Johannes Schlüter | 2006-02-24 | 1 | -0/+1 |
| | | | | | using ReflectionClass) | ||||
* | - MFH: Rename reflection constants to fix parser conflicts | Johannes Schlüter | 2006-02-20 | 1 | -13/+13 |
| | |||||
* | Fixed bug #36434 (Improper resolution of declaring class name of an | Ilia Alshanetsky | 2006-02-20 | 1 | -1/+9 |
| | | | | | inherited property). | ||||
* | - MFH Fix naming inconsistency (providing old name as alias) | Marcus Boerger | 2006-02-18 | 1 | -3/+4 |
| | |||||
* | Fixed bug #36337 (ReflectionProperty fails to return correct visibility). | Ilia Alshanetsky | 2006-02-13 | 1 | -6/+2 |
| | |||||
* | Fixed bug #36308 (ReflectionProperty::getDocComment() does not reflect | Ilia Alshanetsky | 2006-02-08 | 1 | -6/+2 |
| | | | | | extended class commentary). | ||||
* | MFH: fix ReflectionClass::getInterfaces() | Michael Wallner | 2006-02-06 | 1 | -1/+1 |
| | |||||
* | fix printf-style formats | Antony Dovgal | 2006-01-30 | 1 | -3/+3 |
| | |||||
* | - MFH Bug #36141 Add ReflectionClass::newInstanceArgs($args) | Marcus Boerger | 2006-01-25 | 1 | -2/+76 |
| | |||||
* | bump year and license version | foobar | 2006-01-01 | 1 | -3/+3 |
| | |||||
* | tix fypo | Antony Dovgal | 2005-12-18 | 1 | -3/+3 |
| | |||||
* | - Fix MFH (oversight problem) | Marcus Boerger | 2005-12-11 | 1 | -1/+1 |
| | |||||
* | MFH: nuke php3 legacy | foobar | 2005-12-06 | 1 | -1/+1 |
| | |||||
* | Fixed bug #34729 (Crash in ZTS mode under Apache) | Dmitry Stogov | 2005-12-01 | 1 | -3/+3 |
| | |||||
* | - Moved reflection into its own extension | Marcus Boerger | 2005-11-30 | 1 | -0/+4281 |
| | |||||
* | - Not in this branch | Marcus Boerger | 2005-11-17 | 1 | -4041/+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/+2 |
| | |||||
* | MFH: fix copy/paste typo | Antony Dovgal | 2005-10-20 | 1 | -1/+1 |
| | |||||
* | - MFH ReflectionClass::isInstantiable and abstract classes | Marcus Boerger | 2005-10-06 | 1 | -1/+1 |
| | |||||
* | MFH: check class_entry of this_ptr in Reflection API | Antony Dovgal | 2005-09-16 | 1 | -83/+83 |
| | |||||
* | fix #34505 (possible memory corruption when unmangling properties with empty ↵ | Antony Dovgal | 2005-09-16 | 1 | -4/+4 |
| | | | | | | | names) 1st part | ||||
* | Support for class constants and static members for internal classes | Dmitry Stogov | 2005-09-01 | 1 | -0/+1 |
| | |||||
* | Fixed possible memory leak | Dmitry Stogov | 2005-08-30 | 1 | -0/+1 |
| | |||||
* | Fixed bug #32981 (ReflectionMethod::getStaticVariables() causes apache2.0.54 ↵ | Dmitry Stogov | 2005-08-17 | 1 | -0/+1 |
| | | | | seg fault) | ||||
* | fix #34078 (Reflection API problems in methods with boolean or null default ↵ | Antony Dovgal | 2005-08-11 | 1 | -1/+1 |
| | | | | values) | ||||
* | 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) |