summaryrefslogtreecommitdiff
path: root/ext/reflection
Commit message (Collapse)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tag 'php_5_0_1'.php-5.0.1SVN Migration2004-08-121-38/+0
|
* This commit was manufactured by cvs2svn to create branch 'PHP_5_0'.SVN Migration2004-08-031-0/+38
|
* MFH bugfix 28895Marcus Boerger2004-07-201-1/+1
|
* - MFH protos and error messageMarcus Boerger2004-07-191-15/+19
|
* Reflection_* -> Reflection*. Patch by Timm Friebe.Sebastian Bergmann2004-06-191-93/+93
|
* #28789: ReflectionProperty getValue() fails on public static membersMarcus Boerger2004-06-151-4/+11
|
* Small code layout changeMarcus Boerger2004-06-101-5/+13
|
* Bugfix #28699: Reflection api bugsMarcus Boerger2004-06-101-12/+6
|
* Fix Bug #28694 ReflectionExtension::getFunctions() crashes PHPMarcus Boerger2004-06-091-1/+3
|
* Refcount must not be set separatley again.Marcus Boerger2004-05-311-1/+0
|
* Add missing initializationMarcus Boerger2004-05-311-0/+3
|
* Add missing initializationMarcus Boerger2004-05-311-0/+1
|
* - Fix prototypesAndi Gutmans2004-04-271-2/+2
|
* Fix prototypeMarcus Boerger2004-04-261-1/+1
|
* Show number of classesMarcus Boerger2004-04-251-3/+6
|
* show ini entries and classes for extensions.Marcus Boerger2004-04-191-4/+83
|
* Bugfix #27519 Reflection_Function constructor crashes with non-existantMarcus Boerger2004-04-081-2/+2
| | | | | function's name
* - Fix typoAndi Gutmans2004-03-311-9/+9
|
* Fix testsMarcus Boerger2004-03-302-7/+5
|
* Fix testMarcus Boerger2004-03-302-2/+2
|
* TSRM fixMarcus Boerger2004-03-301-0/+1
|
* - Fix Reflection class namesMarcus Boerger2004-03-301-11/+131
| | | | | | - Add ability to get the extension an internal class was defined in # This is the patch Andi and me used to search for underscrores...
* Fix memleak found by TimmMarcus Boerger2004-03-281-2/+0
|
* Clearify the different method/class flags (as discussed with Andi).Marcus Boerger2004-03-091-9/+14
|
* Add another missing conversionMarcus Boerger2004-03-081-0/+1
|
* - include exception.inc not .phpPierre Joye2004-03-021-1/+1
|
* - excpetion.php => exception.inc (derick)Pierre Joye2004-03-011-0/+0
|
* - initial release, reflection tests suitePierre Joye2004-03-012-0/+60
|
* - Fix leakAndi Gutmans2004-03-011-1/+1
|
* - Fix crash in reflection API (pierre)Andi Gutmans2004-03-011-4/+8
|
* - Apply fixes by Timm.Andi Gutmans2004-02-291-2/+7
|
* Fix problem with Reflection_Property (patch from Timm slightly modified).Marcus Boerger2004-02-261-3/+12
|
* Proto fixes.Sebastian Bergmann2004-02-251-9/+9
|
* Centralize exceptions code in zend_exceptions.[ch].Zeev Suraski2004-02-121-1/+1
| | | | | | | | Remove zend_default_classes.h (use zend_exceptions.h instead) NOTE: This currently breaks the build, fixes to php-src and pecl coming soon
* Fix crash (patch by Rob Richards)Zeev Suraski2004-02-111-1/+1
|
* Fix reflectionMarcus Boerger2004-02-041-3/+3
|
* Change destructor implementation (details will follow on internals@)Zeev Suraski2004-02-041-1/+1
|
* Throw an exception in case a reflection object cannot be found and do notMarcus Boerger2004-01-311-6/+14
| | | | | override the exception from constructors in static method calls.
* Fix some casing issuesMarcus Boerger2004-01-181-13/+19
|
* - Fixed bug #26640 (__autoload() not invoked by Reflection classes)foobar2004-01-161-53/+26
| | | | | | | | # Also removed double call of reflection_register_implement() on # reflection_extension_ptr. # Fixed also case-insensitive lookup of property names, # now Reflection_Property('Classname', 'FooBar'); works too.
* Added test case for bug #26640foobar2004-01-161-0/+25
|
* - Happy new year and PHP 5 for rest of the files too..foobar2004-01-082-2/+2
| | | | | # Should the LICENSE and Zend/LICENSE dates be updated too?
* - Fixed var_export() to show public, protected and private modifiers properly.Derick Rethans2004-01-031-3/+3
| | | | | - Exported (un)mangle_property_name.
* Add more testsMarcus Boerger2003-12-221-0/+25
|
* Fixed bug #26695 (Reflection API does not recognize mixed-case class hints)Marcus Boerger2003-12-221-2/+5
| | | | | # The exception part
* Memory corruptions were fixed in zend_str_tolower_copy()Dmitry Stogov2003-12-151-10/+10
|
* - Fix __autoload() to preserve class case.Andi Gutmans2003-11-241-12/+2
| | | | | | - Heads up, this patch might break stuff so please let me know if you - bump into any problems.
* - Allocation optimizations by Timm FriebeAndi Gutmans2003-11-231-35/+47
|
* Add method reflection_class::implementsInterface()Marcus Boerger2003-11-081-9/+90
| | | | | Allow string & reflection_class in isSubclassOf()
* Fix reflection_class::isSubclassOf()Marcus Boerger2003-11-081-1/+1
|