#
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)
|
Revision tags: 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 |
|
#
f7571465 |
| 07-Jun-2011 |
Felipe Pena |
- Fixed bug #55007 (compiler fail after previous fail)
|
#
08b3d76c |
| 07-Jun-2011 |
Felipe Pena |
- Fixed bug #55007 (compiler fail after previous fail)
|
#
bf07dcd5 |
| 07-Jun-2011 |
Felipe Pena |
- Fixed bug #55007 (compiler fail after previous fail)
|
#
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 ...
|
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++
|
#
ae0e5a0c |
| 27-Dec-2010 |
Antony Dovgal |
initialize script_encoding_list (reported by Gustavo Lopes)
|
#
bbf3d43c |
| 19-Dec-2010 |
Moriyoshi Koizumi |
* Refactor zend_multibyte facility. Now mbstring.script_encoding is superseded by zend.script_encoding.
|
Revision tags: php-5.2.16, php-5.2.15, php-5.3.4, php-5.2.15RC2, php-5.3.4RC2 |
|
#
ab93d8c6 |
| 24-Nov-2010 |
Dmitry Stogov |
Added multibyte suppport by default. Previosly php had to be compiled with --enable-zend-multibyte. Now it can be enabled or disabled throug zend.multibyte directive in php.ini
|
Revision tags: php-5.3.4RC1, php-5.2.15RC1, PHP_5_2_15RC1 |
|
#
ee4f5ac1 |
| 22-Sep-2010 |
Felipe Pena |
- Fixed EG(saved_fpu_cw) initialization
|
Revision tags: oci8-1.4.3, php-5.2.14, php-5.3.3, php-5.3.3RC3, php-5.2.14RC3 |
|
#
25710a40 |
| 10-Jul-2010 |
Felipe Pena |
- Added EG(saved_fpu_cw_ptr) initialization
|
#
f0c8366a |
| 08-Jul-2010 |
Dmitry Stogov |
- use interned strings for auto globals - $GLOBALS became a JIT autoglobal, so it's initialized only if used (this may affect opcode caches)
|
#
1a1178a6 |
| 06-Jul-2010 |
Dmitry Stogov |
eliminated unnecessary iterations during request startup/shutdown
|