summaryrefslogtreecommitdiff
path: root/ext/reflection
Commit message (Expand)AuthorAgeFilesLines
* fix buildAntony Dovgal2008-05-021-1/+1
* MFBElizabeth Marie Smith2008-05-021-1/+1
* Hard enabling it for Windows, readding define for UNIX [DOC]Lars Strojny2008-05-022-7/+3
* Hard enabling ext/reflection on UNIX too [DOC]Lars Strojny2008-05-021-7/+1
* cosmetic enhancementsAntony Dovgal2008-04-291-2/+2
* Remove inconsistent behaviour when a protected static prop is overridden by p...Robin Fernandes2008-03-031-5/+5
* Made code opcode-cache friendly. (It is disallowed to change code during exec...Dmitry Stogov2008-02-181-5/+6
* - Fixed typoDerick Rethans2008-02-152-7/+7
* - Add the ReflectionProperty::setAccesible() method that allows non-publicDerick Rethans2008-02-152-1/+74
* more cosmeticsAntony Dovgal2008-02-152-2/+2
* Fix testFelipe Pena2008-01-301-4/+49
* fix ZTS buildAntony Dovgal2008-01-301-1/+1
* Fix testsFelipe Pena2008-01-303-6/+11
* Fixed Bug #43926 (isInstance() isn't equivalent to instanceof operator)Felipe Pena2008-01-302-1/+38
* - Fixed Bug #37964 (Reflection shows private methods of parent class)Marcus Boerger2008-01-162-1/+55
* Added missing warning messageDmitry Stogov2008-01-101-2/+19
* Adding PHPT tests for the ReflectionMethod class.Steve Seear2008-01-0318-0/+2482
* Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-312-2/+2
* Adding PHPT tests for the ReflectionProperty class. reflectionProperty_getVal...Steve Seear2007-12-1813-0/+1276
* Fixed bug #43128 (Very long class name causes segfault)Dmitry Stogov2007-11-221-6/+8
* MFB: Fixed bug #42976 (Crash when constructor for newInstance() orIlia Alshanetsky2007-10-282-4/+42
* Added macros for managing zval refcounts and is_ref statusesYiduo (David) Wang2007-10-071-8/+8
* Improved memory usage by movig constants to read only memory. (Dmitry, Pierre)Dmitry Stogov2007-09-271-17/+17
* fix coverity issue #411Antony Dovgal2007-09-271-3/+3
* Simplify (the prototype of zend_u_get_constant_ex() is going to be changed)Dmitry Stogov2007-09-111-1/+1
* - MFB: Fugbix typo.Sebastian Bergmann2007-08-201-1/+1
* - Mark the parameter for ReflectionProperty::GetValue as optionalJohannes Schlüter2007-08-171-1/+1
* - MFB: New ReflectionExtension::info() function to print the phpinfo() blockJohannes Schlüter2007-07-242-0/+51
* MFB: Avoid endless loopHannes Magnusson2007-07-231-0/+2
* reflectionObject testsZoe Slattery2007-07-1224-0/+1216
* implement (or fix?) #41884 (ReflectionClass::getDefaultProperties() does not ...Antony Dovgal2007-07-112-26/+66
* More reflectionClass testsZoe Slattery2007-07-1115-0/+643
* fix typo and bug #41962Antony Dovgal2007-07-111-1/+1
* Tests for reflectionClassZoe Slattery2007-07-108-0/+438
* ReflectionClass constructor testsZoe Slattery2007-07-092-0/+139
* fix foldingAntony Dovgal2007-07-061-11/+22
* Fix logicHannes Magnusson2007-05-281-1/+1
* fix testsAntony Dovgal2007-04-261-0/+2
* - Add testJohannes Schlüter2007-04-121-0/+30
* add new test and SKIPIF sectionsAntony Dovgal2007-04-1225-1/+227
* new testAntony Dovgal2007-03-191-0/+48
* - Fix string compare in unicode modeJohannes Schlüter2007-03-172-2/+8
* fix #40794 (ReflectionObject::getValues() may crash when used with dynamic pr...Antony Dovgal2007-03-171-23/+23
* MFB: Fugbix typo.Sebastian Bergmann2007-03-161-7/+7
* fix #40431 (dynamic properties may cause crash in ReflectionProperty methods)Antony Dovgal2007-02-102-3/+206
* Bump year.Sebastian Bergmann2007-01-012-2/+2
* MFB: Fixed bug #39884 (ReflectionParameter::getClass() throws exception forIlia Alshanetsky2006-12-222-1/+57
* - Marcus was too quick. Let's put type before zstr in the macros.Andrei Zmievski2006-12-191-4/+4
* - Fix ZVAL_ZSTRLMarcus Boerger2006-12-191-1/+1
* Turn doc comments into zstr strings with corresponding adjustments.Andrei Zmievski2006-10-271-24/+10