History log of /PHP-5.4/Zend/zend_object_handlers.c (Results 176 – 200 of 234)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 3cfa6a68 07-Jul-2003 Zeev Suraski

Add get_dim callback


# ae6a1e7e 07-Jul-2003 Zeev Suraski

whitespace


# 765f349e 07-Jul-2003 Zeev Suraski

fixlet


# 938c0fbc 07-Jul-2003 Zeev Suraski

Initial support for overloading of array syntax for objects (very initial)


# 35c40932 01-Jul-2003 Marcus Boerger

Fix destructor visibility


# 97545352 29-Jun-2003 Ilia Alshanetsky

Fixed bug #24279 (__get() crash when no value is returned)


Revision tags: php-5.0.0b1, php-4.3.3RC1
# f68c7ff2 10-Jun-2003 James Cox

updating license information in the headers.


# 636e9cc6 08-Jun-2003 Zeev Suraski

Fix casing issues in access level checks


# 039c1743 04-Jun-2003 Stanislav Malyshev

rm namespace leftovers


# f7f5a5ea 02-Jun-2003 Stanislav Malyshev

MEGA-patch: namespaces are R.I.P.


Revision tags: BEFORE_FD_REAPPLY, php-4.3.2
# ae2bfb78 27-May-2003 Sterling Hughes

Assume lazy consensus regarding the cast_object() patch. *Only* implemented
from a internals perspective. This callback has been very useful for both
ext/mono and ext/simplexml


Revision tags: php-4.3.2RC4
# 66b91259 21-May-2003 Marcus Boerger

Make use optimized string lowering


Revision tags: BEFORE_FD_REVERT, php-4.3.2RC3, RELEASE_0_9b, SPL_ALPHA, php-4.3.2RC2
# ad01495a 21-Apr-2003 Stanislav Malyshev

Change get_class() so that it returns qualified names for namespaced
classes.

*HEADS UP*: get_class_name() handler interface is changed, now it should
allocate the space it returns w

Change get_class() so that it returns qualified names for namespaced
classes.

*HEADS UP*: get_class_name() handler interface is changed, now it should
allocate the space it returns with emalloc, and the users free it. If
anyone has problems with it or has suggestions how to do it without this -
please tell.

Also: make function_exists() understand namespaces.

show more ...


Revision tags: RELEASE_0_6, RELEASE_0_5, init
# 62f9eb80 01-Apr-2003 Andrei Zmievski

Split ZEND_NAMESPACE into user and internal namespaces. Hope this is
okay with engine folks.


# 866332a4 26-Mar-2003 Sebastian Bergmann

Eliminate TSRMLS_FETCH() calls in zend_objects_new() and zend_objects_get_address().


# 40326f6a 18-Mar-2003 Zeev Suraski

- Fix situation where a derived class declares a public (or implicit public)
with the same name as a private in the parent
- Optimize 'static binding' of private properties a bit


Revision tags: php-4.3.2RC1
# d4053732 11-Mar-2003 Zeev Suraski

Fix handling of ::func()


# d22cc2f3 17-Feb-2003 Zeev Suraski

Improve handling of static member variables


Revision tags: php-4.3.1
# e77eca75 16-Feb-2003 Stanislav Malyshev

namespace patch - static variable access


# 88441904 13-Feb-2003 Zeev Suraski

Fix error handling in illegal property access


# 10b6a84b 10-Feb-2003 Stanislav Malyshev

update static constants too


# 029abf8c 10-Feb-2003 Zeev Suraski

Restore missing check


# fce275eb 07-Feb-2003 Zeev Suraski

Improve PPP handling of properties


# fc591167 06-Feb-2003 Zeev Suraski

Fix check


# f660d281 05-Feb-2003 Zeev Suraski

- read_property cleanup
- Implement unset/isset/empty for PPP


12345678910