History log of /PHP-5.4/Zend/zend_compile.c (Results 301 – 325 of 1042)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 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)


# a90a0305 12-Nov-2007 Dmitry Stogov

Fixed bug #43183 ("use" of the same class in difference scripts results in a fatal error)


# 8646d9af 09-Nov-2007 Dmitry Stogov

Fixed type-hint compatibility check in namespaces


# 98b3c247 09-Nov-2007 Dmitry Stogov

Fixed implementation of internal interfaces in namesapces


Revision tags: php-5.2.5
# b7d87beb 07-Nov-2007 Dmitry Stogov

T_IMPORT -> T_USE


# f10766f1 02-Nov-2007 Dmitry Stogov

Reimplemented support for namespaces in indexes id constant arrays (removed zval.idx_type)


Revision tags: php-5.2.5RC2
# acd9a960 01-Nov-2007 Dmitry Stogov

Fixed bug #43027 (Declare cause fatal error)


# 1530fe99 23-Oct-2007 Dmitry Stogov

Fixed variations of bug #35163


# b599e434 23-Oct-2007 Dmitry Stogov

Fixed bug #35163 (Array elements can lose references)


Revision tags: php-5.2.5RC1
# 1087e6b1 17-Oct-2007 Dmitry Stogov

Fixed bug #42859 (import always conflicts with internal classes). (cellog@php.net, Dmitry)


# 4b4d634c 07-Oct-2007 Yiduo (David) Wang

MFH: Added macros for managing zval refcounts and is_ref statuses


Revision tags: BEFORE_IMPORT_OF_MYSQLND_IN_5_3, RELEASE_1_2_2
# 220641af 02-Oct-2007 Dmitry Stogov

Fixed bug #42819 (namespaces in indexes of constant arrays)


# 0625e266 01-Oct-2007 Dmitry Stogov

Late Static Binding make no sense in compile-time constants.


# 41e9b6b6 01-Oct-2007 Dmitry Stogov

Fixed bug #42802 (Namespace not supported in typehints)


# 72d0454b 29-Sep-2007 Dmitry Stogov

Added support for __callstatic() magic method (missing part). (Sara)


1...<<11121314151617181920>>...42