Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | MFH: fix #39067 (getDeclaringClass() and private properties) | Antony Dovgal | 2006-10-06 | 1 | -0/+4 | |
| | ||||||
* | Fixed bug #38942 (Double old-style-ctor inheritance) | Dmitry Stogov | 2006-10-03 | 1 | -4/+10 | |
| | ||||||
* | MFH: #39001 (ReflectionProperty returns incorrect declaring class for ↵ | Antony Dovgal | 2006-10-02 | 1 | -2/+9 | |
| | | | | protected properties) | |||||
* | Fixed bug #38942 (Double old-style-ctor inheritance) | Dmitry Stogov | 2006-09-26 | 1 | -2/+14 | |
| | ||||||
* | - MFH: Print the type of the original value | Johannes Schlüter | 2006-09-11 | 1 | -1/+4 | |
| | ||||||
* | - MFH: Fix #37923 (Display constant value in reflection::export) | Johannes Schlüter | 2006-09-11 | 1 | -2/+15 | |
| | ||||||
* | Make ReflectionFunctionAbstract abstract | Hannes Magnusson | 2006-09-10 | 1 | -5/+6 | |
| | | | | | | | | - Move ReflectionFunctionAbstract::__construct to ReflectionFunction - Move ReflectionFunctionAbstract::__toString to ReflectionFuncion - Delcare ReflectionFunctionAbstract::__toString abstract - fix couple of typos | |||||
* | last portion of z/Z fixes | Antony Dovgal | 2006-08-31 | 1 | -43/+45 | |
| | ||||||
* | MFH: fix #38653 (memory leak in ReflectionClass::getConstant()) | Antony Dovgal | 2006-08-30 | 1 | -0/+2 | |
| | ||||||
* | Improved fix for bug #38132 | Ilia Alshanetsky | 2006-07-26 | 1 | -11/+5 | |
| | ||||||
* | MFH: fix bug #38217 (ReflectionClass::newInstanceArgs() tries to allocate ↵ | Antony Dovgal | 2006-07-26 | 1 | -9/+17 | |
| | | | | too much memory) | |||||
* | - ws | Michael Wallner | 2006-07-25 | 1 | -3/+3 | |
| | ||||||
* | Fixed bug #38132 (ReflectionClass::getStaticProperties() retains \0 in key | Ilia Alshanetsky | 2006-07-25 | 1 | -3/+28 | |
| | | | | | names). | |||||
* | Fixed bug #38194 (ReflectionClass::isSubclassOf() returns TRUE for the | Ilia Alshanetsky | 2006-07-25 | 1 | -2/+1 | |
| | | | | | class itself). | |||||
* | - MFH zend_unmangle_property_name(), drop zend_unmangle_property_name_ex() | Marcus Boerger | 2006-07-24 | 1 | -4/+4 | |
| | ||||||
* | - MFH Fixed bug #37816 (ReflectionProperty does not throw exception when ↵ | Marcus Boerger | 2006-07-10 | 1 | -11/+15 | |
| | | | | accessing protected attribute) | |||||
* | - MFH Fix logic | Marcus Boerger | 2006-07-09 | 1 | -1/+1 | |
| | ||||||
* | MFH: ReflectionFunction::isDisabled() | Hannes Magnusson | 2006-07-07 | 1 | -0/+14 | |
| | ||||||
* | mfh | Hannes Magnusson | 2006-07-04 | 1 | -1/+1 | |
| | ||||||
* | MFH: Fix protos&arginfo | Hannes Magnusson | 2006-07-04 | 1 | -6/+16 | |
| | ||||||
* | - MFH Fix ReflectionObject::getProperties() + dyn properties | Marcus Boerger | 2006-06-24 | 1 | -0/+27 | |
| | ||||||
* | MFH | Hannes Magnusson | 2006-06-10 | 1 | -25/+36 | |
| | | | | | | | | | | | | - Created new abstract class, ReflectionFunctionAbstract implementing Reflector - Moved all methods from ReflectionFunction (except export, invoke & invokeArgs) - ReflectionFunction now inherits everything from ReflectionFunctionAbstract and implements its own export, invoke & invokeArgs methods - ReflectionMethod now extends ReflectionFunctionAbstract and implements its own export, invoke & invokeArgs methods. - Removed stdClass typehint from ReflectionClass::isInstance - Removed stdClass typehint from ReflectionClass::set/getValue | |||||
* | - MFH Add arginfo (hannes) | Marcus Boerger | 2006-06-07 | 1 | -35/+233 | |
| | ||||||
* | - MFH Add ReflectionClass::getInterfaceNames() | Marcus Boerger | 2006-06-07 | 1 | -0/+21 | |
| | ||||||
* | - Use engine call to register interfaces (steph) | Marcus Boerger | 2006-06-04 | 1 | -2/+1 | |
| | ||||||
* | apply correct fix | Antony Dovgal | 2006-06-01 | 1 | -2/+4 | |
| | ||||||
* | MFH: no need to fetch trsm_ls when it's already available | Antony Dovgal | 2006-06-01 | 1 | -2/+0 | |
| | ||||||
* | - Update after api changes | Marcus Boerger | 2006-05-10 | 1 | -1/+1 | |
| | ||||||
* | 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 | |
| |