History log of /PHP-5.3/Zend/zend_execute.c (Results 351 – 375 of 809)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 37a88305 19-May-2003 Marcus Boerger

Fix exception memleak


# 462eff34 19-May-2003 Stanislav Malyshev

fix __clone


Revision tags: php-4.3.2RC3, RELEASE_0_9b
# fcf92e7e 04-May-2003 Marcus Boerger

Modify the abstract error message so that it shows up to three methods not implemented.
# The solution is generic so that we could change the number of methods shown. But the
#problem is that

Modify the abstract error message so that it shows up to three methods not implemented.
# The solution is generic so that we could change the number of methods shown. But the
#problem is that error message here have a maximum length of 1024 chars.

show more ...


# 38da5d01 04-May-2003 Marcus Boerger

Fix warnings


Revision tags: SPL_ALPHA, php-4.3.2RC2
# c5b1314e 21-Apr-2003 Stanislav Malyshev

make import * fail if such classes or functions already there


Revision tags: RELEASE_0_6, RELEASE_0_5, init
# 800de8ac 02-Apr-2003 Stanislav Malyshev

allow class_exists() to work with namespaces too.
add CLASS_IS_NAMESPACE macro


# 1ad9bd68 01-Apr-2003 Andrei Zmievski

Stas's patch on zend_execute.c (1.448 -> 1.449) resulted in a bug where
the namespaced member accesses didn't work. This should hopefully
correct it.


# 62f9eb80 01-Apr-2003 Andrei Zmievski

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


# 8c06829b 30-Mar-2003 Sebastian Bergmann

ZTS fix.


# bd4cdab9 30-Mar-2003 Stanislav Malyshev

Fix namespace switch


# 1972a656 27-Mar-2003 Stanislav Malyshev

fix fetch_class buglet


# 43e87093 26-Mar-2003 Stanislav Malyshev

Un-nest namespaces - now namespace X { namespace Y {} } is a parse error
Also refine namespaced includes


# 3fc85282 26-Mar-2003 Sebastian Bergmann

Eliminate TSRMLS_FETCH() calls in destroy_op_array() and zend_get_class_entry().


# 268a14e0 24-Mar-2003 Stanislav Malyshev

Fix {include|require}_once error message - if open
fails, don't use tream, use original name.


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

Fix handling of ::func()


# 66052056 07-Mar-2003 foobar

Better fix for the memleaks (bug 19943) by Moriyoshi


# 805f9806 06-Mar-2003 Zeev Suraski

Fix warnings


# ce469068 06-Mar-2003 Zeev Suraski

Fix error message


# 03381119 06-Mar-2003 Zeev Suraski

Require abstract classes to be explicitly declared 'abstract', in order to
avoid making developers traverse the entire class/interface hierarchy
before they can figure out whether a class is

Require abstract classes to be explicitly declared 'abstract', in order to
avoid making developers traverse the entire class/interface hierarchy
before they can figure out whether a class is instantiable
(ok, so it makes sense :)

show more ...


# 4a8abb2f 06-Mar-2003 foobar

Fixed bug #19943 (the memleaks)


# 44347cf6 06-Mar-2003 Zeev Suraski

Change opcode name


# ff76511a 06-Mar-2003 Zeev Suraski

Add class type hints


# 6ad2420d 05-Mar-2003 Zeev Suraski

Implement $obj::static_func()


# 26dd8492 05-Mar-2003 Zeev Suraski

Add support for interfaces


# e645f20d 20-Feb-2003 Stanislav Malyshev

Allow namespaces to have a number of parts. I.e., now you can do:
namespace foo {
function abc() {}
}
...
namespace foo {
functio def() {}
}


1...<<11121314151617181920>>...33