Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | - More proto/error message fixes | Marcus Boerger | 2004-12-27 | 1 | -6/+6 | |
| | ||||||
* | - Small fixlet (by Tony) | Marcus Boerger | 2004-12-27 | 1 | -2/+2 | |
| | ||||||
* | - Add ReflectionClass::hasMethod() (thanks to Johannes S.) | Marcus Boerger | 2004-12-25 | 1 | -0/+27 | |
| | ||||||
* | - Fix Bug #30856 (ReflectionClass::getStaticProperties segfaults) | Marcus Boerger | 2004-11-24 | 1 | -0/+7 | |
| | ||||||
* | - Bugix #30783: Apache crash when using ReflectionFunction::getStaticVariables() | Marcus Boerger | 2004-11-14 | 1 | -1/+1 | |
| | ||||||
* | - Trying to invoke function not methot here | Marcus Boerger | 2004-11-03 | 1 | -2/+2 | |
| | ||||||
* | - Fix invokeargs() with static methods | Marcus Boerger | 2004-11-03 | 1 | -1/+9 | |
| | ||||||
* | - Add ReflectionFunction::invokeArgs(array) | Marcus Boerger | 2004-10-31 | 1 | -0/+162 | |
| | | | | | - Add ReflectionMethod::invokeArgs(obj, array) | |||||
* | Invokation -> Invocation | Sebastian Bergmann | 2004-10-31 | 1 | -4/+4 | |
| | ||||||
* | - Be consistent and use names as keys (found by johannes) | Marcus Boerger | 2004-10-30 | 1 | -1/+1 | |
| | ||||||
* | - Fix protos | Marcus Boerger | 2004-10-30 | 1 | -7/+7 | |
| | ||||||
* | - Fix Bug #30344 | Marcus Boerger | 2004-10-06 | 1 | -6/+6 | |
| | ||||||
* | - publish reflection_class_factory() as zend_reflection_class_factory() | Marcus Boerger | 2004-09-28 | 1 | -8/+8 | |
| | ||||||
* | - Make internally used properties read-only and fix default properties | Marcus Boerger | 2004-09-27 | 1 | -0/+23 | |
| | ||||||
* | - Declare properties | Marcus Boerger | 2004-09-27 | 1 | -0/+8 | |
| | ||||||
* | Fix Reflection_Class to ReflectionClass in docu/messages | Marcus Boerger | 2004-09-27 | 1 | -6/+6 | |
| | ||||||
* | - Fix warnings | Marcus Boerger | 2004-09-27 | 1 | -10/+9 | |
| | ||||||
* | Bugfix # 30209 | Marcus Boerger | 2004-09-23 | 1 | -3/+5 | |
| | ||||||
* | Bugfix #30146 (ReflectionProperty->getValue() requires instance for static ↵ | Marcus Boerger | 2004-09-19 | 1 | -26/+35 | |
| | | | | property) | |||||
* | Bugfix #30148 (ReflectionMethod->isConstructor() fails for inherited classes) | Marcus Boerger | 2004-09-19 | 1 | -3/+18 | |
| | ||||||
* | - Implement #29728: Reflection API Feature: Default parameter value. | Marcus Boerger | 2004-08-19 | 1 | -0/+62 | |
| | | | | | | . ReflectionParameter::isDefaultValueAvailable() . ReflectionParameter::getDefaultValue() | |||||
* | - Nedd to work on copy | Marcus Boerger | 2004-08-19 | 1 | -1/+2 | |
| | ||||||
* | - Show default value of optional parameters of user defined functions. | Marcus Boerger | 2004-08-18 | 1 | -5/+33 | |
| | ||||||
* | - Fix bug #29447: Reflection API issues | Marcus Boerger | 2004-08-16 | 1 | -0/+2 | |
| | ||||||
* | - Fix bug #29523 (ReflectionParameter::isOptional() is incorrect) | Marcus Boerger | 2004-08-04 | 1 | -2/+3 | |
| | ||||||
* | - Add methods to check parameter count | Marcus Boerger | 2004-08-02 | 1 | -0/+30 | |
| | ||||||
* | - Show visibility errors (try to fix #29354) | Marcus Boerger | 2004-07-25 | 1 | -0/+3 | |
| | ||||||
* | - Add ReflectionParameter::isOptional() to test whether a parameter is | Marcus Boerger | 2004-07-25 | 1 | -3/+26 | |
| | | | | | optional and also show this information in export. | |||||
* | - Fixed bug 28895 again (long live the dead) | Marcus Boerger | 2004-07-20 | 1 | -1/+1 | |
| | ||||||
* | Fix prototypes: Reflection_* -> Reflection*. | Sebastian Bergmann | 2004-07-19 | 1 | -11/+11 | |
| | ||||||
* | Make ReflectionClass::getMethod() and ReflectionClass::getProperty() raise ↵ | Sebastian Bergmann | 2004-07-19 | 1 | -4/+8 | |
| | | | | an ReflectionException instead of returning NULL on failure. | |||||
* | Do not use contracted forms. | Sebastian Bergmann | 2004-07-19 | 1 | -2/+2 | |
| | ||||||
* | Reflection_* -> Reflection*. Patch by Timm Friebe. | Sebastian Bergmann | 2004-06-19 | 1 | -93/+93 | |
| | ||||||
* | #28789: ReflectionProperty getValue() fails on public static members | Marcus Boerger | 2004-06-15 | 1 | -4/+11 | |
| | ||||||
* | Small code layout change | Marcus Boerger | 2004-06-10 | 1 | -5/+13 | |
| | ||||||
* | Bugfix #28699: Reflection api bugs | Marcus Boerger | 2004-06-10 | 1 | -12/+6 | |
| | ||||||
* | Fix Bug #28694 ReflectionExtension::getFunctions() crashes PHP | Marcus Boerger | 2004-06-09 | 1 | -1/+3 | |
| | ||||||
* | Refcount must not be set separatley again. | Marcus Boerger | 2004-05-31 | 1 | -1/+0 | |
| | ||||||
* | Add missing initialization | Marcus Boerger | 2004-05-31 | 1 | -0/+3 | |
| | ||||||
* | Add missing initialization | Marcus Boerger | 2004-05-31 | 1 | -0/+1 | |
| | ||||||
* | - Fix prototypes | Andi Gutmans | 2004-04-27 | 1 | -2/+2 | |
| | ||||||
* | Fix prototype | Marcus Boerger | 2004-04-26 | 1 | -1/+1 | |
| | ||||||
* | Show number of classes | Marcus Boerger | 2004-04-25 | 1 | -3/+6 | |
| | ||||||
* | 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 | |
| | ||||||
* | 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 | |
| |