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 | ||||
* | - Missing skipif | Marcus Boerger | 2006-03-19 | 1 | -1/+3 |
| | |||||
* | - MFH: | Marcus Boerger | 2006-03-12 | 4 | -11/+277 |
| | | | | | | | | | | | | - 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 | ||||
* | - Prefix test names | Marcus Boerger | 2006-03-12 | 27 | -23/+73 |
| | | | | | - Add missing skipif | ||||
* | 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 |
| | |||||
* | - Fix tests | Johannes Schlüter | 2006-02-27 | 2 | -2/+2 |
| | |||||
* | - 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 description | Johannes Schlüter | 2006-02-24 | 1 | -1/+1 |
| | |||||
* | - MFH: Fix #29986 (Class constants won't work with predefined constants when | Johannes Schlüter | 2006-02-24 | 2 | -0/+42 |
| | | | | | using ReflectionClass) | ||||
* | Added test for bug #36434 | Ilia Alshanetsky | 2006-02-22 | 1 | -0/+31 |
| | |||||
* | - 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 |
| | |||||
* | add test for bug #36337 | Antony Dovgal | 2006-02-14 | 1 | -0/+28 |
| | |||||
* | Fixed bug #36337 (ReflectionProperty fails to return correct visibility). | Ilia Alshanetsky | 2006-02-13 | 1 | -6/+2 |
| | |||||
* | Added test for bug #36308 | Ilia Alshanetsky | 2006-02-09 | 1 | -0/+20 |
| | |||||
* | 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 | 2 | -2/+236 |
| | |||||
* | bump year and license version | foobar | 2006-01-01 | 2 | -6/+6 |
| | |||||
* | 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 |
| | |||||
* | MFH | foobar | 2005-12-03 | 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 | 5 | -0/+4360 |
| | |||||
* | - Not in this branch | Marcus Boerger | 2005-11-17 | 2 | -4080/+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 | 2 | -5/+28 |
| | |||||
* | 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 | 2 | -1/+2 |
| | | | | 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 | 2 | -2/+2 |
| | |||||
* | 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) | ||||
* | - Fix test | Marcus Boerger | 2005-06-21 | 1 | -1/+2 |
| | |||||
* | 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 |
| | |||||
* | - Output shows false lowercased | Marcus Boerger | 2005-06-20 | 1 | -1/+4 |
| | |||||
* | - Show true/flase | Marcus Boerger | 2005-06-20 | 1 | -1/+7 |
| | |||||
* | revert - now it works again?! | foobar | 2005-06-19 | 1 | -0/+1 |
| | |||||
* | fix test | foobar | 2005-06-18 | 1 | -1/+0 |
| |