History log of /PHP-5.5/Zend/zend_object_handlers.c (Results 201 – 225 of 251)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 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


# 17439aa9 05-Feb-2003 Zeev Suraski

Rework static class properties - now supports access restrictions


# da12870c 05-Feb-2003 Zeev Suraski

Add PPP support for arrays


# e1179a4d 04-Feb-2003 Zeev Suraski

Missing update


# 471947b1 04-Feb-2003 Zeev Suraski

Reimplement PPP properties


# 61bd944b 02-Feb-2003 Zeev Suraski

Core rearrangements - move Zend Objects specific code to their
specific implementation file


# 333406bd 01-Feb-2003 foobar

- Added some missing CVS $Id$ tags, headers and footers.


# 4b97a8df 29-Jan-2003 Zeev Suraski

Code rearrangements


# 8f52bf68 29-Jan-2003 Zeev Suraski

Fix assignments to $this.
Fixes the 'make install' problem reported on php-dev


1234567891011