History log of /PHP-5.4/Zend/zend_compile.c (Results 651 – 675 of 1042)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 0eae2312 09-Mar-2003 Zeev Suraski

Fix handling of ::foo


# 3012bdc3 09-Mar-2003 Zeev Suraski

Cleanup


# 8bc88d8d 09-Mar-2003 Zeev Suraski

Fix parsing rules of namespaces/classes


# 8e1917bd 09-Mar-2003 Zeev Suraski

Fix :: handling


# 805f9806 06-Mar-2003 Zeev Suraski

Fix warnings


# 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 ...


# 44347cf6 06-Mar-2003 Zeev Suraski

Change opcode name


# ff76511a 06-Mar-2003 Zeev Suraski

Add class type hints


# 812d91d0 05-Mar-2003 Zeev Suraski

Fix auto globals


# 6ad2420d 05-Mar-2003 Zeev Suraski

Implement $obj::static_func()


# 26dd8492 05-Mar-2003 Zeev Suraski

Add support for interfaces


# d5ada686 04-Mar-2003 Zeev Suraski

Remove legacy code


# e0c3e2cf 04-Mar-2003 Zeev Suraski

Remove redundant code


# 98b990e3 02-Mar-2003 Zeev Suraski

Improve infrastructure


# f7b78004 02-Mar-2003 Zeev Suraski

Add infrastructure for JIT initialization of auto globals


# 805637b0 01-Mar-2003 Zeev Suraski

Fix mem leak


# 1a7c0d52 01-Mar-2003 Andi Gutmans

- Make __construct() have higher priority than class name functions
- for constructors.
- Fix problem with the engine allowing final/abstract for the same method.
- Both patches are by Ma

- Make __construct() have higher priority than class name functions
- for constructors.
- Fix problem with the engine allowing final/abstract for the same method.
- Both patches are by Marcus Börger.

show more ...


# 5793784c 25-Feb-2003 Zeev Suraski

Get the bits right - final/private fix


# 3cf20f86 24-Feb-2003 Stanislav Malyshev

fix exception handling


# 535aa632 24-Feb-2003 Zeev Suraski

Add 'final'


# 731a55ad 23-Feb-2003 Zeev Suraski

Move abstract inheritance logic to the right spot


# bb956372 23-Feb-2003 Zeev Suraski

Fixed abstract handling in inheritence


# 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() {}
}


# 955636af 18-Feb-2003 Zeev Suraski

Avoid using a C++ reserved word


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

add support for ::foo syntax meaning "global one"


1...<<21222324252627282930>>...42