#
831fbcf3 |
| 01-Jan-2013 |
Xinchen Hui |
Happy New Year
|
Revision tags: php-5.3.20, php-5.4.10, php-5.5.0alpha2, php-5.3.20RC1, php-5.4.10RC1 |
|
#
70f83f35 |
| 30-Nov-2012 |
Dmitry Stogov |
. The VM stacks for passing function arguments and syntaticaly nested calls were merged into a single stack. The stack size needed for op_array execution is calculated at compile time and preallocate
. The VM stacks for passing function arguments and syntaticaly nested calls were merged into a single stack. The stack size needed for op_array execution is calculated at compile time and preallocated at once. As result all the stack push operatins don't require checks for stack overflow any more. . Generators implementation was improved using the new VM stack. Now it's a bit more clear and faster.
show more ...
|
Revision tags: php-5.3.19, php-5.4.9, php-5.5.0alpha1, php-5.3.19RC1, php-5.4.9RC1, php-5.3.18, php-5.4.8, php-5.3.18RC1, php-5.4.8RC1, php-5.3.17, php-5.4.7 |
|
#
b29dc146 |
| 06-Sep-2012 |
Dmitry Stogov |
- Fixed bug #61767 (Shutdown functions not called in certain error situation) - Fixed bug #60909 (custom error handler throwing Exception + fatal error = no shutdown function)
|
Revision tags: php-5.4.7RC1, php-5.3.16, php-5.4.6 |
|
#
75f6c8d4 |
| 12-Aug-2012 |
Xinchen Hui |
Revert "zend_make_printable_zval choses cast_object over __toString" This reverts commit a5dfd414941953c282bb68f6b08685252ca93a1a.
|
#
7b307fb9 |
| 12-Aug-2012 |
Xinchen Hui |
Fixed bug #62328 (implementing __toString and a cast to string fails) __toString should has a high priority
|
#
a5dfd414 |
| 10-Aug-2012 |
Leigh |
zend_make_printable_zval choses cast_object over __toString https://bugs.php.net/bug.php?id=62328 Added a check to see if the object implements a __toString magic method. This s
zend_make_printable_zval choses cast_object over __toString https://bugs.php.net/bug.php?id=62328 Added a check to see if the object implements a __toString magic method. This should be called instead of the cast_object method of built-in classes when defined.
show more ...
|
Revision tags: php-5.4.6RC1 |
|
#
b4b3a65f |
| 26-Jul-2012 |
Xinchen Hui |
Fixed bug #62661 (Interactive php-cli crashes if include() is used in auto_prepend_file)
|
Revision tags: php-5.4.5, php-5.3.15, php-5.3.15RC1, php-5.4.5RC1, php-5.3.14, php-5.4.4, php-5.3.14RC2, php-5.4.4RC2, php-5.3.14RC1, php-5.4.4RC1, php-5.3.13, php-5.4.3, php-5.4.2 |
|
#
72f19e9a |
| 03-May-2012 |
Xinchen Hui |
Fixed bug #61922 (ZTS build doesn't accept zend.script_encoding config)
|
Revision tags: php-5.3.12, php-5.3.11, php-5.4.1, php-5.3.11RC2, php-5.4.1RC2, php-5.3.11RC1, php-5.4.1RC1, PHP-5.4.1-RC1, php-5.4.0, php-5.4.0RC8, php-5.3.10, php-5.4.0RC7, php-5.4.0RC6, 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, php-5.4.0RC1, php-5.3.9RC1 |
|
#
d81ea16e |
| 21-Oct-2011 |
Stanislav Malyshev |
Changed silent conversion of array to string to produce a notice. (Patrick)
|
#
ed12ebc7 |
| 21-Oct-2011 |
Stanislav Malyshev |
Changed silent conversion of array to string to produce a notice. (Patrick)
|
Revision tags: php-5.4.0beta2, php-5.4.0beta1 |
|
#
750e4e10 |
| 14-Sep-2011 |
Dmitry Stogov |
Fixed bug #55578 (Segfault on implode/concat)
|
#
65cb18dd |
| 14-Sep-2011 |
Dmitry Stogov |
Fixed bug #55578 (Segfault on implode/concat)
|
#
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)
|
Revision tags: yaf-2.1.0, php-5.3.8, php-5.3.7, php-5.3.7RC5 |
|
#
08a499f1 |
| 08-Aug-2011 |
Pierrick Charron |
Use snprintf and strncat to make the static analyzers happy
|
#
ed7b3e70 |
| 08-Aug-2011 |
Pierrick Charron |
Use snprintf and strncat to make the static analyzers happy
|
#
6ea19be4 |
| 08-Aug-2011 |
Pierrick Charron |
Use snprintf and strncat to make the static analyzers happy
|
#
99cb211c |
| 07-Aug-2011 |
Rasmus Lerdorf |
Use snprintf here instead to make the static analyzers happy.
|
#
50d67ef7 |
| 07-Aug-2011 |
Rasmus Lerdorf |
Use snprintf here instead to make the static analyzers happy.
|
Revision tags: php-5.4.0alpha3 |
|
#
0ea2ef12 |
| 02-Aug-2011 |
Dmitry Stogov |
Fixed bug #55339 (Segfault with allow_call_time_pass_reference = Off)
|
#
6803a389 |
| 02-Aug-2011 |
Dmitry Stogov |
Fixed bug #55339 (Segfault with allow_call_time_pass_reference = Off)
|
#
a550566c |
| 02-Aug-2011 |
Dmitry Stogov |
Fixed bug #55339 (Segfault with allow_call_time_pass_reference = Off)
|