History log of /PHP-5.5/Zend/zend_compile.h (Results 101 – 125 of 450)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: php-5.2.6RC2, php-5.2.6RC1, RELEASE_1_3_1
# fd597dce 12-Feb-2008 Stanislav Malyshev

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


# 0b682510 24-Jan-2008 Dmitry Stogov

Changed EG(argument_stack) implementation.


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

MFH: Bump copyright year, 2 of 2.


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

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


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

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


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


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

T_IMPORT -> T_USE


Revision tags: php-5.2.5RC2
# 1530fe99 23-Oct-2007 Dmitry Stogov

Fixed variations of bug #35163


Revision tags: php-5.2.5RC1, BEFORE_IMPORT_OF_MYSQLND_IN_5_3, RELEASE_1_2_2
# eb0c56ad 03-Oct-2007 Dmitry Stogov

Fixed bug #42820 (defined() on constant with namespace prefixes tries to load class).


# b20ed0d2 29-Sep-2007 Dmitry Stogov

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


# 166266df 29-Sep-2007 Dmitry Stogov

Added support for Late Static Binding. (Dmitry, Etienne Kneuss)


# f32ffe9b 28-Sep-2007 Dmitry Stogov

Namespaces


# 6c810b0d 27-Sep-2007 Dmitry Stogov

Improved memory usage by movig constants to read only memory. (Dmitry, Pierre)


Revision tags: RELEASE_1_2_4, RELEASE_1_2_1, php-5.2.4, RELEASE_1_5, php-5.2.4RC3, php-5.2.4RC2, php-5.2.4RC1, BEFORE_REAL_IMPORT_OF_MYSQLND, BEFORE_IMPORT_OF_MYSQLND, php-5.2.3, RELEASE_1_4, php-5.2.3RC1
# 80d2409f 18-May-2007 Dmitry Stogov

Improved compilation of heredocs and interpolated strings. (Matt, Dmitry)


Revision tags: RELEASE_1_2_0, php-4.4.7, php-5.2.2, php-5.2.2RC2, RELEASE_1_1_0, php-4.4.7RC1, php-5.2.2RC1
# 17c0c49a 04-Apr-2007 Ilia Alshanetsky

Addres limitation of __HALT_COMPILER() that allowed only one instance
per request.

# Patch by Greg Beaver


Revision tags: RELEASE_1_0_1, php-4.4.6, php-4.4.6RC1
# 0291ad5f 15-Feb-2007 Dmitry Stogov

Fixed bug #40236 (php -a function allocation eats memory)


Revision tags: php-4.4.5, php-5.2.1, RELEASE_1_0_0RC1, php-4.4.5RC2, php-5.2.1RC4, php-5.2.1RC3
# e470e22e 10-Jan-2007 Dmitry Stogov

- Fixed bug #35106 (nested foreach fails when array variable has a reference).
- Fixed bug #36214 (__get method works properly only when conditional operator is used).
- Fixed bug #39449 (Ove

- Fixed bug #35106 (nested foreach fails when array variable has a reference).
- Fixed bug #36214 (__get method works properly only when conditional operator is used).
- Fixed bug #39449 (Overloaded array properties do not work correctly).
- Fixed bug #39990 (Cannot "foreach" over overloaded properties).

show more ...


Revision tags: php-4.4.5RC1, php-5.2.1RC2
# 4223aa4d 01-Jan-2007 Sebastian Bergmann

MFH: Bump year.


Revision tags: php-5.2.1RC1, php-5.2.0, php-5.2.0RC6, php-5.2.0RC5
# c3272ab0 26-Sep-2006 Dmitry Stogov

Fixed bug #38808 ("maybe ref" issue for current() and others)


# cd6537ed 19-Sep-2006 Dmitry Stogov

Fixed bugs #34065 and #38623 (throw in foreach/switch causes memory leaks)


Revision tags: php-5.2.0RC4, php-5.2.0RC3, php-5.1.6, php-5.2.0RC2, php-5.1.5, php-4.4.4, php-4.4.4RC1, php-5.1.5RC1, php-4.4.3, php-5.2.0RC1
# 519ed8e1 24-Jul-2006 Marcus Boerger

- Better fix for #34505 and related, drop zend_unmangle_property_name_ex()


Revision tags: php-4.4.3RC2
# 7bbf3532 13-Jun-2006 Stefan Esser

MFH: Added hook for compile_string()


Revision tags: BEFORE_NEW_OUTPUT_API
# 493f39da 27-May-2006 Marcus Boerger

- MFH: Fix bug #37212 (Access to protected property of common base class)
By adding "zend_class_entry *ce" to struct zend_property_info;


Revision tags: php-4.4.3RC1
# 7a5240e8 11-May-2006 Marcus Boerger

- MFH missing bits and pieces of the partial sync with head
# This time i added:
# ZEND_FE_RESET_VARIABLE
# ZEND_FE_RESET_REFERENCE
# and dapted parser,compiler,executor,interfaces to

- MFH missing bits and pieces of the partial sync with head
# This time i added:
# ZEND_FE_RESET_VARIABLE
# ZEND_FE_RESET_REFERENCE
# and dapted parser,compiler,executor,interfaces to handle these flags
# their purpose is to be able to pass whetehr foreach is done by ref to
# the current() handler so that it can error out in case it is not capable
# to comply to the requested return signature/protocol/semantics (weyp).

show more ...


12345678910>>...18