History log of /PHP-7.1/Zend/zend_compile.c (Results 1201 – 1225 of 1956)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 8c32f99c 20-Feb-2008 Dmitry Stogov

Fixed bug #44184 (Double free of loop-variable on exception)


Revision tags: RELEASE_1_3_1
# ddcf7a2f 12-Feb-2008 Dmitry Stogov

Added NEWDOC


# bbc813d3 12-Feb-2008 Stanislav Malyshev

fix folding


# fd597dce 12-Feb-2008 Stanislav Malyshev

[DOC] Add compile-time __DIR__ constant which implements dirname(__FILE__)


# 4252942a 29-Jan-2008 Antony Dovgal

MFH: fix typo and bug #43646


# 0095544c 23-Jan-2008 Dmitry Stogov

Additional executor specialization


# fa47e900 21-Jan-2008 Dmitry Stogov

Changed exception handling. Now each op_array doesn't contain ZEND_HANDLE_EXCEPTION opcode in the end


# b5c42440 09-Jan-2008 Dmitry Stogov

Fixed bug #43703 (Signature compatibility check broken)


Revision tags: php-4.4.8
# d1dded87 31-Dec-2007 Sebastian Bergmann

MFH: Bump copyright year, 2 of 2.


# 5a3eb537 28-Dec-2007 Dmitry Stogov

Fixed bug #38469 (unexpected creation of cycle, json tests failed, leaks memory)


# 2fa0078a 28-Dec-2007 Dmitry Stogov

Initialize operand type


# ba8dcae7 27-Dec-2007 Dmitry Stogov

Use proper result type


Revision tags: php-4.4.8RC1
# 64e8f223 13-Dec-2007 Dmitry Stogov

Allowed import of global classes "use ::GlobalClassName;"


# 80e77c13 13-Dec-2007 Dmitry Stogov

Allowed multiple namespaces per file (Gregory)


# 6484b3c4 07-Dec-2007 Dmitry Stogov

Fixed bug #43344 (Wrong error message for undefined namespace constant)


# d161978c 04-Dec-2007 Dmitry Stogov

Fixed uninitialized value


# 0f59a01e 03-Dec-2007 Dmitry Stogov

Fixed bug #43332 (self and parent as type hint in namespace)


Revision tags: RELEASE_1_2_3
# 648fbe9d 22-Nov-2007 Dmitry Stogov

Fixed bug #43128 (Very long class name causes segfault)


# 1836daf7 22-Nov-2007 Dmitry Stogov

Fixed bug #43318
The "const" statement is still allowed outside of namespaces but arrays are disabled.


# ea0a1c09 22-Nov-2007 Dmitry Stogov

Speed-up of ZEND_DO_FCALL and ZEND_INIT_FCALL_BY_NAME by lowercasing and calculating hash values at compile time.


# 45f6b4ce 21-Nov-2007 Johannes Schlüter

- MFH Improved version of ternary shortcut (Marcus)


# 9f230a0d 20-Nov-2007 Dmitry Stogov

Added support for "namespace::" prefix that is resolved to current namespace name.


# 714aad97 13-Nov-2007 Antony Dovgal

MFH: disallow multiple access modifiers and 'abstract abstract' methods (patch by Etienne Kneuss)
add tests


# 6d64218b 12-Nov-2007 Dmitry Stogov

better error messages


# 52e77374 12-Nov-2007 Antony Dovgal

MFH: fix error message (reported by Felipe Nascimento)


1...<<41424344454647484950>>...79