#
0cfb59fc |
| 25-Feb-2004 |
Sebastian Bergmann |
Proto fixes.
|
Revision tags: php-4.3.5RC3, php-5.0.0b4 |
|
#
00ed3bad |
| 12-Feb-2004 |
Zeev Suraski |
Centralize exceptions code in zend_exceptions.[ch]. Remove zend_default_classes.h (use zend_exceptions.h instead) NOTE: This currently breaks the build, fixes to php-src and pecl coming
Centralize exceptions code in zend_exceptions.[ch]. Remove zend_default_classes.h (use zend_exceptions.h instead) NOTE: This currently breaks the build, fixes to php-src and pecl coming soon
show more ...
|
Revision tags: php-5.0.0b4RC1 |
|
#
fde9bac4 |
| 11-Feb-2004 |
Zeev Suraski |
Fix crash (patch by Rob Richards)
|
#
63c964c4 |
| 04-Feb-2004 |
Marcus Boerger |
Fix reflection
|
#
f5f7d569 |
| 04-Feb-2004 |
Zeev Suraski |
Change destructor implementation (details will follow on internals@)
|
Revision tags: php-4.3.5RC2 |
|
#
46be4c26 |
| 31-Jan-2004 |
Marcus Boerger |
Throw an exception in case a reflection object cannot be found and do not override the exception from constructors in static method calls.
|
Revision tags: RELEASE_1_3b6, php_ibase_before_split |
|
#
0a210d79 |
| 18-Jan-2004 |
Marcus Boerger |
Fix some casing issues
|
#
b6b3443d |
| 16-Jan-2004 |
foobar |
- Fixed bug #26640 (__autoload() not invoked by Reflection classes) # Also removed double call of reflection_register_implement() on # reflection_extension_ptr. # Fixed also case-ins
- Fixed bug #26640 (__autoload() not invoked by Reflection classes) # 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.
show more ...
|
Revision tags: php-4.3.5RC1 |
|
#
ccfc46b0 |
| 08-Jan-2004 |
foobar |
- Happy new year and PHP 5 for rest of the files too.. # Should the LICENSE and Zend/LICENSE dates be updated too?
|
#
6923a16c |
| 03-Jan-2004 |
Derick Rethans |
- Fixed var_export() to show public, protected and private modifiers properly. - Exported (un)mangle_property_name.
|
#
b58d3719 |
| 22-Dec-2003 |
Marcus Boerger |
Fixed bug #26695 (Reflection API does not recognize mixed-case class hints) # The exception part
|
Revision tags: php-5.0.0b3, php-5.0.0b3RC2, php-5.0.0b3RC1 |
|
#
2d928135 |
| 15-Dec-2003 |
Dmitry Stogov |
Memory corruptions were fixed in zend_str_tolower_copy()
|
#
d344648b |
| 24-Nov-2003 |
Andi Gutmans |
- Fix __autoload() to preserve class case. - Heads up, this patch might break stuff so please let me know if you - bump into any problems.
|
#
ceaddf23 |
| 23-Nov-2003 |
Andi Gutmans |
- Allocation optimizations by Timm Friebe
|
#
e7233928 |
| 08-Nov-2003 |
Marcus Boerger |
Add method reflection_class::implementsInterface() Allow string & reflection_class in isSubclassOf()
|
#
ab6b1adf |
| 08-Nov-2003 |
Marcus Boerger |
Fix reflection_class::isSubclassOf()
|
Revision tags: php-4.3.4, php-4.3.4RC3, php-5.0.0b2, RELEASE_2_0_0RC1 |
|
#
da8ce17f |
| 25-Oct-2003 |
Marcus Boerger |
This forces a better error message for non working clone calls.
|
#
fe3db4c7 |
| 25-Oct-2003 |
Marcus Boerger |
You shall not clone reflection_xx instances
|
Revision tags: php-5.0.0b2RC1, php-4.3.4RC2, RELEASE_1_3b3 |
|
#
641a55a4 |
| 17-Oct-2003 |
Marcus Boerger |
Show if a class/object is iterateable
|
#
43a94837 |
| 17-Oct-2003 |
Marcus Boerger |
Fix showing final/abstract for classes
|
Revision tags: BEFORE_HANDLERS_RESHUFFLE, RELEASE_1_3b2, php-4.3.4RC1, RELEASE_0_7 |
|
#
0266efb8 |
| 20-Sep-2003 |
Marcus Boerger |
Add public array Reflection_Class::getDefaultProperties()
|
#
5b3bb165 |
| 18-Sep-2003 |
Marcus Boerger |
Go with studlyCaps
|
#
f8a376fe |
| 18-Sep-2003 |
Marcus Boerger |
Change tostring() into __toString() to match method name used in casting.
|
#
d2088841 |
| 16-Sep-2003 |
Marcus Boerger |
- Make it clear whether it is an interface or a class - Fix static properties
|
#
a986b3f6 |
| 06-Sep-2003 |
Marcus Boerger |
Add missing newline if no static methods are available
|