History log of /PHP-7.1/Zend/zend_compile.c (Results 1376 – 1400 of 1956)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 08c344c2 26-Aug-2004 Marcus Boerger

Drop doubled check


# 690b45af 26-Aug-2004 Marcus Boerger

- Bugfix #29828 Interfaces no longer work


# efbfaec0 23-Aug-2004 Marcus Boerger

- Drop unused variable


# 51501e8d 23-Aug-2004 Andi Gutmans

- Improve performance of switch()


# b5547442 21-Aug-2004 Sara Golemon

Bugfix#29777 Some compilers don't like // style comments


# ce8331f9 15-Aug-2004 Marcus Boerger

Remove unnecessary check


# e45270dd 14-Aug-2004 Marcus Boerger

Add missing check


Revision tags: php-5.0.1, php-5.0.1RC2
# 993f70c1 12-Aug-2004 Andi Gutmans

- Don't use magic numbers


# de25255b 12-Aug-2004 Andi Gutmans

- Significantly improve performance of foreach($arr as $data). (Marcus)


Revision tags: php-4.3.9RC1, php-5.0.1RC1
# a0ff48db 02-Aug-2004 Marcus Boerger

- Change to use memcmp instead of strcmp


# 57d57237 02-Aug-2004 Andi Gutmans

- Fix typo


# 5f0433db 02-Aug-2004 Marcus Boerger

MFB: Enforce protocol on magic methods/functions


# d96e7a17 29-Jul-2004 Sara Golemon

Revert goto opcode


# 8c844fdd 29-Jul-2004 Sara Golemon

Plug some memory leaks and promote unknown label to E_ERROR.
If someone tries to jump to a non-existant label execution really
shouldn't try to carry on.


# 5865b368 29-Jul-2004 Sara Golemon

Add goto operator by popular request.


Revision tags: RELEASE_0_1
# 7bdc6d4b 20-Jul-2004 Stanislav Malyshev

add todo


Revision tags: php-5.0.0RC4, php-5.0.0, php-4.3.8, php-5.0.0RC3, php-5.0.0RC3RC2, php-4.3.7
# 374ac86e 31-May-2004 Marcus Boerger

#28589: Segfault in Reflection API


Revision tags: php-5.0.0RC3RC1, php-4.3.7RC1, RELEASE_0_1_1
# 4f77a021 11-May-2004 Andi Gutmans

- Don't allow passing NULL to type hinted parameter.


Revision tags: php-5.0.0RC2
# 399073f9 23-Apr-2004 Andi Gutmans

- Fixed bug #27923. foreach() without a key should not check if the key
- is a reference (Adam)


Revision tags: php-5.0.0RC2RC2
# 242aa98b 21-Apr-2004 Zeev Suraski

Restore fatal error in case a method that's supposed to implement an
interface/abstract method, breaks its prototype


Revision tags: php-4.3.6, php-5.0.0RC2RC1, php-4.3.6RC3, php-4.3.6RC2, php-4.3.6RC1
# aea24b2a 26-Mar-2004 Marcus Boerger

Force destructors to have empty signatures


# e3eb8bdd 25-Mar-2004 Andi Gutmans

- If __construct() is defined then it will always take precedence over
- old style constructors.


Revision tags: php-4.3.5
# 34667c4b 22-Mar-2004 Andi Gutmans

- Fix bug


Revision tags: php-4.3.5RC4, php-5.0.0RC1
# ed6cbcb4 18-Mar-2004 Andi Gutmans

- Change redefinition of constructor from E_COMPILE_ERROR to E_STRICT.


Revision tags: php-5.0.0RC1RC2
# c18c5be1 17-Mar-2004 Stanislav Malyshev

fix typo


1...<<51525354555657585960>>...79