History log of /PHP-5.6/Zend/zend_execute_API.c (Results 51 – 75 of 553)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: php-5.4.0RC6
# b515bfbd 17-Jan-2012 Dmitry Stogov

Improved traits implementation. Now to support __CLASS__ constant in traits php doesn't have to copy the complete compiled method, but can reuse the same code. The resolution of __CLASS__ constants i

Improved traits implementation. Now to support __CLASS__ constant in traits php doesn't have to copy the complete compiled method, but can reuse the same code. The resolution of __CLASS__ constants in methods defined in traits are delayed till run-time. This approach also made possible to use __CLASS__ constant as default value for traits properties and method arguments.

show more ...


# 032d140f 17-Jan-2012 Dmitry Stogov

Improved traits implementation. Now to support __CLASS__ constant in traits php doesn't have to copy the complete compiled method, but can reuse the same code. The resolution of __CLASS__ constants i

Improved traits implementation. Now to support __CLASS__ constant in traits php doesn't have to copy the complete compiled method, but can reuse the same code. The resolution of __CLASS__ constants in methods defined in traits are delayed till run-time. This approach also made possible to use __CLASS__ constant as default value for traits properties and method arguments.

show more ...


Revision tags: php-5.3.9, php-5.4.0RC5
# e4ca0ed0 01-Jan-2012 Felipe Pena

- Year++


# 8775a375 01-Jan-2012 Felipe Pena

- Year++


# 4e198252 01-Jan-2012 Felipe Pena

- Year++


Revision tags: php-5.3.9RC4, php-5.4.0RC4, php-5.3.9RC3, php-5.4.0RC3, php-5.3.9RC2, php-5.4.0RC2
# f7278c16 18-Nov-2011 Dmitry Stogov

Fixed bug #60138 (GC crash with referenced array in RecursiveArrayIterator)


# ce06b439 12-Nov-2011 David Soria Parra

Fix #60218 (instantiating unknown class leads to memory leak in cli)


# c4d5231a 12-Nov-2011 David Soria Parra

Fix #60218 (instantiating unknown class leads to memory leak in cli)


Revision tags: php-5.4.0RC1, php-5.3.9RC1, php-5.4.0beta2
# ea5a61e3 18-Oct-2011 Arnaud Le Blanc

Improved ternary operator performance when returning arrays


# 07b7ba8b 18-Oct-2011 Arnaud Le Blanc

Improved ternary operator performance when returning arrays


Revision tags: php-5.4.0beta1
# 4a25a774 13-Sep-2011 Dmitry Stogov

Fixed ZE specific compile warnings (Bug #55629)


# e43ff135 13-Sep-2011 Dmitry Stogov

Fixed ZE specific compile warnings (Bug #55629)


# d566f0c8 08-Sep-2011 Pierre Joye

- fix build when no zend signal support


# f20e7057 08-Sep-2011 Pierre Joye

- fix build when no zend signal support


# ca2234d1 07-Sep-2011 Rasmus Lerdorf

Make timeouts work again for shutdown functions.
Fixes the faling lang/045 test


# 2af36bd0 07-Sep-2011 Rasmus Lerdorf

Make timeouts work again for shutdown functions.
Fixes the faling lang/045 test


Revision tags: yaf-2.1.0, php-5.3.8, php-5.3.7, php-5.3.7RC5
# 80931fee 07-Aug-2011 Rasmus Lerdorf

Since we have fci_cache = &fci_cache_local inside that block
and fci_cache is then later used outside the block, fci_cache_local
can't be block-scoped here


# c44c0490 07-Aug-2011 Rasmus Lerdorf

Since we have fci_cache = &fci_cache_local inside that block
and fci_cache is then later used outside the block, fci_cache_local
can't be block-scoped here


Revision tags: php-5.4.0alpha3, php-5.3.7RC4, php-5.3.7RC3, php-5.4.0alpha2, php-5.3.7RC2
# 34d93f0c 22-Jun-2011 Ilia Alshanetsky

Zend Signal Handling


Revision tags: php-5.4.0alpha1, php-5.3.7RC1
# 93987513 02-Jun-2011 Ilia Alshanetsky

Zend Signal Handling (see RFC: https://wiki.php.net/rfc/zendsignals)
This needs to go into 5.4 as well, but will wait for Pierre to review win32 situation

# Patch by Lucas Nealan, Arnaud

Zend Signal Handling (see RFC: https://wiki.php.net/rfc/zendsignals)
This needs to go into 5.4 as well, but will wait for Pierre to review win32 situation

# Patch by Lucas Nealan, Arnaud Le Blanc, Brian Shire & Ilia Alshanetsky

show more ...


# 5dcdf5c4 11-May-2011 Dmitry Stogov

Fixed bug #54367 (Use of closure causes problem in ArrayAccess)


# 92e5b10c 15-Apr-2011 Dmitry Stogov

Fixed bug #54268 (Double free when destroy_zend_class fails)


# 50ce16de 15-Apr-2011 Dmitry Stogov

Fixed bug #54268 (Double free when destroy_zend_class fails)


Revision tags: php-5.3.6, php-5.3.6RC3, php-5.3.6RC2, php-5.3.6RC1, php-5.2.17, php-5.3.5
# 927bf09c 01-Jan-2011 Felipe Pena

- Year++


# 0203cc3d 01-Jan-2011 Felipe Pena

- Year++


12345678910>>...23