#
6923a16c |
| 03-Jan-2004 |
Derick Rethans |
- Fixed var_export() to show public, protected and private modifiers properly. - Exported (un)mangle_property_name.
|
#
2a6ec5cc |
| 28-Dec-2003 |
Marcus Boerger |
WS
|
#
273c1933 |
| 22-Dec-2003 |
Wez Furlong |
export these symbols for use by SPL as a shared extension
|
Revision tags: php-5.0.0b3, php-5.0.0b3RC2, php-5.0.0b3RC1 |
|
#
23b231d0 |
| 02-Dec-2003 |
Andi Gutmans |
- Revert the revert of these patches. This overloading can only be used - by C extensions such as SimpleXML and *NOT* PHP code. Reasons given - on the mailing list and problem with reentrancy
- Revert the revert of these patches. This overloading can only be used - by C extensions such as SimpleXML and *NOT* PHP code. Reasons given - on the mailing list and problem with reentrancy inside the opcodes.
show more ...
|
#
ee64b61e |
| 01-Dec-2003 |
Andi Gutmans |
- Revert auto-conversion in parameter API
|
#
72036846 |
| 28-Nov-2003 |
Ilia Alshanetsky |
Add removed lcname, it is still needed.
|
#
1586f714 |
| 27-Nov-2003 |
Marcus Boerger |
Convert objects to string if string is required by newer parameter parsing since we do this for older parameter parsing does so too.
|
#
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.
|
Revision tags: php-4.3.4, php-4.3.4RC3, php-5.0.0b2, RELEASE_2_0_0RC1 |
|
#
26bfe3f8 |
| 25-Oct-2003 |
Marcus Boerger |
Add zend_make_callable() which allows to make zval's callable zval's. At the moment this function only converts strings of the form class::method to an array(class,method).
|
#
b28db6a2 |
| 24-Oct-2003 |
Marcus Boerger |
Revert accidental commit
|
#
071eaf85 |
| 24-Oct-2003 |
Marcus Boerger |
Zend/ZEND_CHANGES
|
Revision tags: php-5.0.0b2RC1 |
|
#
3c62b3b5 |
| 22-Oct-2003 |
Marcus Boerger |
Expand Interface C API. In short: zend_class_entry->interface_gets_implemented() allows to modify the class entry of a class when an interface gets implemented.
|
Revision tags: php-4.3.4RC2, RELEASE_1_3b3 |
|
#
4073a084 |
| 15-Oct-2003 |
Marcus Boerger |
Add oo support function zend_class_implements()
|
Revision tags: BEFORE_HANDLERS_RESHUFFLE |
|
#
4859431f |
| 03-Oct-2003 |
Moriyoshi Koizumi |
Fixed bug #24766 (strange result array from unpack())
|
Revision tags: RELEASE_1_3b2, php-4.3.4RC1, RELEASE_0_7 |
|
#
87045df4 |
| 18-Sep-2003 |
Marcus Boerger |
Add missing check
|
#
95649ab2 |
| 04-Sep-2003 |
Marcus Boerger |
Tests show updating consts must happen once at runtime (revert optimization). Add tests for static properties.
|
#
7bbbd503 |
| 03-Sep-2003 |
Marcus Boerger |
Fix handling of static properties initialized to arrays
|
#
1b39a5aa |
| 03-Sep-2003 |
Marcus Boerger |
Fix static properties. # # There's only an errormessage missing which i'll wommit as soon as i find out # how to do it best. But besides that damn message everything works now and all
Fix static properties. # # There's only an errormessage missing which i'll wommit as soon as i find out # how to do it best. But besides that damn message everything works now and all # inheritance rules apply. #
show more ...
|
#
e569b5ae |
| 02-Sep-2003 |
Marcus Boerger |
Allow redeclaring of protected properties as public (for internal classes). # See http://news.php.net/article.php?group=php.zend-engine.cvs&article=1737 # for the part not fixed (e.g. propert
Allow redeclaring of protected properties as public (for internal classes). # See http://news.php.net/article.php?group=php.zend-engine.cvs&article=1737 # for the part not fixed (e.g. property redeclaration of userland classes)
show more ...
|
#
0f337461 |
| 02-Sep-2003 |
Marcus Boerger |
Currently we cannot support static ctor/dtor
|
#
047a574e |
| 29-Aug-2003 |
Marcus Boerger |
- Add zend_merge_properties() which is designed to serve *_fetch_object(). - Explain drawbacks of object_and_properties_init and zend_merge_properties. # # I guess we can live with the pu
- Add zend_merge_properties() which is designed to serve *_fetch_object(). - Explain drawbacks of object_and_properties_init and zend_merge_properties. # # I guess we can live with the purity problem of potentially calling __set() # of an object which wasn't already ctored. #
show more ...
|
#
f9cebab0 |
| 24-Aug-2003 |
Marcus Boerger |
Add missing check
|
Revision tags: php-4.3.3 |
|
#
9603e44e |
| 24-Aug-2003 |
Marcus Boerger |
Fix memory source of string duplication for non internal properties
|
#
19ec7a09 |
| 24-Aug-2003 |
Marcus Boerger |
- Provide appropriate way to destroy internal zval's. - Allow internal zval's of type string and disallow complex types. - Define the default string for extensions at class level instead of c
- Provide appropriate way to destroy internal zval's. - Allow internal zval's of type string and disallow complex types. - Define the default string for extensions at class level instead of ctor.
show more ...
|
#
ea36fc41 |
| 24-Aug-2003 |
Zeev Suraski |
Use ""'s if you want empty strings. We want to crash on errors.
|