History log of /PHP-5.3/Zend/zend_API.c (Results 226 – 250 of 451)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 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.


# b84e9db3 24-Aug-2003 Marcus Boerger

Allow NULL, too


# 3605be8a 24-Aug-2003 Marcus Boerger

Fix fn_flags handling


# 38805f28 24-Aug-2003 Marcus Boerger

Add property read code and use that in default exception class


# baaa4c90 23-Aug-2003 Marcus Boerger

Internal classes can now have default properties.


# fbda310a 23-Aug-2003 Marcus Boerger

- Flag ctor/dtor methods
- Use this to prevent memleaks when an exception gets thrown in ctors.
# I added the dtor flags for consistency, atm a compareable check in
# isn't necessary for

- Flag ctor/dtor methods
- Use this to prevent memleaks when an exception gets thrown in ctors.
# I added the dtor flags for consistency, atm a compareable check in
# isn't necessary for destruction. But anyway i'll use this for the
# Relection API too.

show more ...


12345678910>>...19