#
0e10f26e |
| 04-Sep-2013 |
Julien Pauli |
5.5.5 now |
#
7beef74a |
| 03-Sep-2013 |
Stanislav Malyshev |
5.4.21 now |
#
04fcf6a9 |
| 02-Sep-2013 |
Gustavo André dos Santos Lopes |
Update NEWS/UPGRADING with info about incompat ctx |
#
6fab1caa |
| 30-Aug-2013 |
Remi Collet |
Fixed bug #65564 stack-buffer-overflow in DateTimeZone stuff caught by AddressSanitizer |
#
d69513af |
| 30-Aug-2013 |
Remi Collet |
Fixed Bug #65564 stack-buffer-overflow in DateTimeZone stuff caught by AddressSanitizer |
#
4e3de606 |
| 30-Aug-2013 |
Xinchen Hui |
Update NEWS |
#
7da64983 |
| 30-Aug-2013 |
Xinchen Hui |
Fixed bug #60598 (cli/apache sapi segfault on objects manipulation) |
#
5015c4af |
| 29-Aug-2013 |
Dmitry Stogov |
Fixed bug #65510 (5.5.2 crashes in _get_zval_ptr_ptr_var) |
#
0f3977bc |
| 29-Aug-2013 |
Dmitry Stogov |
Merge branch 'PHP-5.4' into PHP-5.5 * PHP-5.4: Fixed bug #61759 (class_alias() should accept classes with leading backslashes). (Julien) Fixed bug #61759 (class_alias() should ac
Merge branch 'PHP-5.4' into PHP-5.5 * PHP-5.4: Fixed bug #61759 (class_alias() should accept classes with leading backslashes). (Julien) Fixed bug #61759 (class_alias() should accept classes with leading backslashes). (Julien) Conflicts: NEWS
show more ...
|
#
15694f66 |
| 29-Aug-2013 |
Dmitry Stogov |
Fixed bug #61759 (class_alias() should accept classes with leading backslashes). (Julien) |
#
790db9ff |
| 29-Aug-2013 |
Dmitry Stogov |
Fixed bug #65561 (Zend Opcache on Solaris 11 x86 needs ZEND_MM_ALIGNMENT=4). (Terry Ellison) |
#
72027cd0 |
| 29-Aug-2013 |
Adam Harvey |
Fix bug #65579 (Using traits with get_class_methods causes segfault). Specifically, this checks if there are trait aliases defined in the class scope before attempting to dereference the
Fix bug #65579 (Using traits with get_class_methods causes segfault). Specifically, this checks if there are trait aliases defined in the class scope before attempting to dereference the first trait alias. This handles the case where a trait alias was used in a child trait but no aliases exist in the concrete class.
show more ...
|
#
825a5054 |
| 25-Aug-2013 |
Stanislav Malyshev |
Merge branch 'PHP-5.4' into PHP-5.5 * PHP-5.4: Fix bug #65554 in DateTime, when use it with D/l in format and textual day have dot at the end Conflicts: ext/date/l
Merge branch 'PHP-5.4' into PHP-5.5 * PHP-5.4: Fix bug #65554 in DateTime, when use it with D/l in format and textual day have dot at the end Conflicts: ext/date/lib/parse_date.c ext/date/lib/parse_date.re
show more ...
|
#
e6424d89 |
| 28-Nov-2012 |
gron1987 |
Fix bug #65554 in DateTime, when use it with D/l in format and textual day have dot at the end |
#
2139d270 |
| 13-Sep-2012 |
Joey Smith |
Expose fputcsv's escape_char to userland Allows users to assert that something other than the backslash should be considered an escape char; also follows the RFC 4180 recommendation
Expose fputcsv's escape_char to userland Allows users to assert that something other than the backslash should be considered an escape char; also follows the RFC 4180 recommendation that fields containing a " be enclosed.
show more ...
|
#
bdccf0a6 |
| 25-Aug-2013 |
Stanislav Malyshev |
Merge branch 'PHP-5.4' into PHP-5.5 * PHP-5.4: Fix #65483: quoted-printable encode stream filter incorrectly encoding spaces Update NEWS
|
#
3f9af558 |
| 20-Aug-2013 |
Michael M Slusarz |
Fix #65483: quoted-printable encode stream filter incorrectly encoding spaces |
#
38f9c515 |
| 23-Aug-2013 |
Christopher Jones |
Update NEWS |
#
768c34e7 |
| 23-Aug-2013 |
Christopher Jones |
Update NEWS |
#
fc16b923 |
| 22-Aug-2013 |
Nikita Popov |
Fix bug #46311: Pointer aliasing issue results in miscompile on gcc4.4 The code violated the strict aliasing restriction, because it dereferenced the same pointer as zval** once and as v
Fix bug #46311: Pointer aliasing issue results in miscompile on gcc4.4 The code violated the strict aliasing restriction, because it dereferenced the same pointer as zval** once and as void** afterwards. Now both occurances dereference void** and cast to zval* in the former case.
show more ...
|
#
83e34668 |
| 21-Aug-2013 |
Anthony Ferrara |
Fix return types of password API helper functions. This fixes issues that were found during static analysis by cjones where failure was impossible to detect due to return type mangling (cast
Fix return types of password API helper functions. This fixes issues that were found during static analysis by cjones where failure was impossible to detect due to return type mangling (casting an int to a char, then comparing to an int).
show more ...
|
#
7be3c743 |
| 21-Aug-2013 |
Yasuo Ohgaki |
Update NEWS |
#
7318b857 |
| 21-Aug-2013 |
Yasuo Ohgaki |
Update NEWS |
#
27c803aa |
| 20-Aug-2013 |
Michael Wallner |
Fix bug #64953 (Postgres prepared statement positional parameter casting) |
#
53d96434 |
| 20-Aug-2013 |
Stanislav Malyshev |
Merge branch 'PHP-5.4' into PHP-5.5 * PHP-5.4: bump version Update NEWS Conflicts: configure.in main/php_version.h
|