History log of /PHP-7.1/Zend/zend_compile.c (Results 1526 – 1550 of 1956)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 778d8c8b 30-Jun-2003 Sterling Hughes

nuke "main" as a reserved keyword


# 288dacca 30-Jun-2003 Andi Gutmans

- ZE coding style requires if ( instead of if(


Revision tags: php-5.0.0b1
# 60c7abac 21-Jun-2003 Marcus Boerger

Add final classes


Revision tags: php-4.3.3RC1
# 8cd97923 15-Jun-2003 Stanislav Malyshev

Fix bug #23384 - static class::constant constants should now
work in static & array expressions.


# f68c7ff2 10-Jun-2003 James Cox

updating license information in the headers.


# 8d2a4e04 09-Jun-2003 Zeev Suraski

Fix bogus implicit declarations of properties (squash bug #23671)


# d329ce93 08-Jun-2003 Zeev Suraski

Nicer handling of protected/private members in print_r()


# f7f5a5ea 02-Jun-2003 Stanislav Malyshev

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


# 5bb29cfa 31-May-2003 Sterling Hughes

revert the function call caching patch until a new solution is decided
upon.


Revision tags: BEFORE_FD_REAPPLY
# 21d32c24 29-May-2003 Marcus Boerger

Fix ~ operator in class constants.


# 472cc5b9 29-May-2003 Marcus Boerger

Faster interface inheritance & faster inheritance checks


# 15fd6425 29-May-2003 Wez Furlong

Fix Bug #23285 (Potential Stack Overflow in zendlex).


# 88b2f89e 28-May-2003 Sterling Hughes

Cache function call lookups with loops (store in a temporary variable on the
result opline).
Assuming lazy concensus on message that GeorgeS sent to the list last week


Revision tags: php-4.3.2, php-4.3.2RC4, BEFORE_FD_REVERT
# 462eff34 19-May-2003 Stanislav Malyshev

fix __clone


Revision tags: php-4.3.2RC3, RELEASE_0_9b
# d3693d92 08-May-2003 Marcus Boerger

Inheritance fix
# here we go again, sorry for the mess and thanks to edin for reverting it


# 7a0efe82 07-May-2003 Edin Kadribasic

Reverting Marcus' incomplete patch which broke the build.


# 764eaa5b 07-May-2003 Marcus Boerger

Inheritance fixes


# 9d251cde 04-May-2003 Marcus Boerger

Don't inherit twice what is needed only once


Revision tags: SPL_ALPHA, php-4.3.2RC2
# b4262dcf 20-Apr-2003 Sterling Hughes

Add check for final properties


Revision tags: RELEASE_0_6, RELEASE_0_5, init
# dccdb2f5 11-Apr-2003 Sebastian Bergmann

Fix warnings.


# c013f782 10-Apr-2003 Sterling Hughes

satisfy andi's switch fetish ;-)


# 974f406e 10-Apr-2003 Sebastian Bergmann

Fix ZTS build. Fix warning.


# 0191ba5d 10-Apr-2003 Sterling Hughes

allow expressions within constants, so the following is possible

class foo {
const a = 1<<0;
const b = 1<<1;
const c = a | b;
}

this makes co

allow expressions within constants, so the following is possible

class foo {
const a = 1<<0;
const b = 1<<1;
const c = a | b;
}

this makes const a compile-time expression. all other operators are
unaffected.

show more ...


# 91eff553 03-Apr-2003 Andrei Zmievski

Initialize all relevant zend_class_entry fields to avoid accidental
crashes.


# bdd3b604 02-Apr-2003 Andrei Zmievski

Implement a different way to catch documentation comments.


1...<<61626364656667686970>>...79