Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | show ini entries and classes for extensions. | Marcus Boerger | 2004-04-19 | 1 | -4/+83 |
| | |||||
* | Bugfix #27519 Reflection_Function constructor crashes with non-existant | Marcus Boerger | 2004-04-08 | 1 | -2/+2 |
| | | | | | function's name | ||||
* | - Fix typo | Andi Gutmans | 2004-03-31 | 1 | -9/+9 |
| | |||||
* | Fix tests | Marcus Boerger | 2004-03-30 | 2 | -7/+5 |
| | |||||
* | Fix test | Marcus Boerger | 2004-03-30 | 2 | -2/+2 |
| | |||||
* | TSRM fix | Marcus Boerger | 2004-03-30 | 1 | -0/+1 |
| | |||||
* | - Fix Reflection class names | Marcus Boerger | 2004-03-30 | 1 | -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 Timm | Marcus Boerger | 2004-03-28 | 1 | -2/+0 |
| | |||||
* | Clearify the different method/class flags (as discussed with Andi). | Marcus Boerger | 2004-03-09 | 1 | -9/+14 |
| | |||||
* | Add another missing conversion | Marcus Boerger | 2004-03-08 | 1 | -0/+1 |
| | |||||
* | - include exception.inc not .php | Pierre Joye | 2004-03-02 | 1 | -1/+1 |
| | |||||
* | - excpetion.php => exception.inc (derick) | Pierre Joye | 2004-03-01 | 1 | -0/+0 |
| | |||||
* | - initial release, reflection tests suite | Pierre Joye | 2004-03-01 | 2 | -0/+60 |
| | |||||
* | - Fix leak | Andi Gutmans | 2004-03-01 | 1 | -1/+1 |
| | |||||
* | - Fix crash in reflection API (pierre) | Andi Gutmans | 2004-03-01 | 1 | -4/+8 |
| | |||||
* | - Apply fixes by Timm. | Andi Gutmans | 2004-02-29 | 1 | -2/+7 |
| | |||||
* | Fix problem with Reflection_Property (patch from Timm slightly modified). | Marcus Boerger | 2004-02-26 | 1 | -3/+12 |
| | |||||
* | Proto fixes. | Sebastian Bergmann | 2004-02-25 | 1 | -9/+9 |
| | |||||
* | Centralize exceptions code in zend_exceptions.[ch]. | Zeev Suraski | 2004-02-12 | 1 | -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 Suraski | 2004-02-11 | 1 | -1/+1 |
| | |||||
* | Fix reflection | Marcus Boerger | 2004-02-04 | 1 | -3/+3 |
| | |||||
* | Change destructor implementation (details will follow on internals@) | Zeev Suraski | 2004-02-04 | 1 | -1/+1 |
| | |||||
* | Throw an exception in case a reflection object cannot be found and do not | Marcus Boerger | 2004-01-31 | 1 | -6/+14 |
| | | | | | override the exception from constructors in static method calls. | ||||
* | Fix some casing issues | Marcus Boerger | 2004-01-18 | 1 | -13/+19 |
| | |||||
* | - Fixed bug #26640 (__autoload() not invoked by Reflection classes) | foobar | 2004-01-16 | 1 | -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 #26640 | foobar | 2004-01-16 | 1 | -0/+25 |
| | |||||
* | - Happy new year and PHP 5 for rest of the files too.. | foobar | 2004-01-08 | 2 | -2/+2 |
| | | | | | # Should the LICENSE and Zend/LICENSE dates be updated too? | ||||
* | - Fixed var_export() to show public, protected and private modifiers properly. | Derick Rethans | 2004-01-03 | 1 | -3/+3 |
| | | | | | - Exported (un)mangle_property_name. | ||||
* | Add more tests | Marcus Boerger | 2003-12-22 | 1 | -0/+25 |
| | |||||
* | Fixed bug #26695 (Reflection API does not recognize mixed-case class hints) | Marcus Boerger | 2003-12-22 | 1 | -2/+5 |
| | | | | | # The exception part | ||||
* | Memory corruptions were fixed in zend_str_tolower_copy() | Dmitry Stogov | 2003-12-15 | 1 | -10/+10 |
| | |||||
* | - Fix __autoload() to preserve class case. | Andi Gutmans | 2003-11-24 | 1 | -12/+2 |
| | | | | | | - Heads up, this patch might break stuff so please let me know if you - bump into any problems. | ||||
* | - Allocation optimizations by Timm Friebe | Andi Gutmans | 2003-11-23 | 1 | -35/+47 |
| | |||||
* | Add method reflection_class::implementsInterface() | Marcus Boerger | 2003-11-08 | 1 | -9/+90 |
| | | | | | Allow string & reflection_class in isSubclassOf() | ||||
* | Fix reflection_class::isSubclassOf() | Marcus Boerger | 2003-11-08 | 1 | -1/+1 |
| | |||||
* | This forces a better error message for non working clone calls. | Marcus Boerger | 2003-10-25 | 1 | -0/+1 |
| | |||||
* | You shall not clone reflection_xx instances | Marcus Boerger | 2003-10-25 | 1 | -1/+18 |
| | |||||
* | Show if a class/object is iterateable | Marcus Boerger | 2003-10-17 | 1 | -0/+18 |
| | |||||
* | Fix showing final/abstract for classes | Marcus Boerger | 2003-10-17 | 1 | -2/+2 |
| | |||||
* | Add public array Reflection_Class::getDefaultProperties() | Marcus Boerger | 2003-09-20 | 1 | -0/+45 |
| | |||||
* | Go with studlyCaps | Marcus Boerger | 2003-09-18 | 1 | -130/+130 |
| | |||||
* | Change tostring() into __toString() to match method name used in casting. | Marcus Boerger | 2003-09-18 | 1 | -24/+24 |
| | |||||
* | - Make it clear whether it is an interface or a class | Marcus Boerger | 2003-09-16 | 1 | -2/+2 |
| | | | | | - Fix static properties | ||||
* | Add missing newline if no static methods are available | Marcus Boerger | 2003-09-06 | 1 | -1/+1 |
| | |||||
* | - Internal functions shall be static | Marcus Boerger | 2003-09-06 | 1 | -9/+16 |
| | | | | | - Fix more nesting | ||||
* | Fix logic | Marcus Boerger | 2003-09-06 | 1 | -2/+2 |
| | |||||
* | - Fix CS: {{{ / }}} | Marcus Boerger | 2003-09-06 | 1 | -46/+194 |
| | | | | | | - Fix static reflection_*::export() - Add class reflection_object which allows to show dynamic properties | ||||
* | Use %s where it makes more sense | Marcus Boerger | 2003-09-06 | 1 | -17/+23 |
| | |||||
* | Simplify reflection_property::__constructor() and fix property factory | Marcus Boerger | 2003-09-05 | 1 | -15/+14 |
| | |||||
* | - Don't use resorved words as variable names. | Marcus Boerger | 2003-09-05 | 1 | -47/+88 |
| | | | | | | | | - Improve several exception messages. - Fix Reflection_Property::_construct() / getDeclaringClass() # The above does not imply that properties are fixed when returned # by other reflection api methods. |