#
52cb8ed3 |
| 24-Apr-2012 |
Michael Wallner |
BFN |
#
8d748e5d |
| 23-Apr-2012 |
Gustavo André dos Santos Lopes |
Fixed bug #61764: 'I' unpacks n as signed if n > 2^31-1 on LP64 Also fixed possible invalid read on big endian LP64. |
#
3ca1976b |
| 22-Apr-2012 |
Xinchen Hui |
Update NEWS |
#
c06e92a5 |
| 22-Apr-2012 |
Xinchen Hui |
Fixed bug #61812 (Uninitialised value used in libmagic) |
#
cc58373d |
| 20-Apr-2012 |
Xinchen Hui |
Improved performance while sending error page this also fixed bug #61785 (Memory leak when access a non-exists file without router) |
#
bca2d6b9 |
| 20-Apr-2012 |
Felipe Pena |
- BFN |
#
dd34fe52 |
| 20-Apr-2012 |
Felipe Pena |
- BFN |
#
1b78aef4 |
| 19-Apr-2012 |
Johannes Schlüter |
Fix bug #61755 parsing bug can lead to access violations |
#
56d8d353 |
| 18-Apr-2012 |
Xinchen Hui |
Fix NEWS, the previous wrong was introduced in commit cb2a1c71c96d7c9b2ee03d77beae0c8e0d385f1b http://git.php.net/?p=php-src.git;a=commitdiff;h=cb2a1c71c96d7c9b2ee03d77beae0c8e0d385f1b |
#
172aa3c6 |
| 18-Apr-2012 |
Xinchen Hui |
update NEWS |
#
d6394e66 |
| 17-Apr-2012 |
Yasuo Ohgaki |
Add NEWS |
#
4968fa64 |
| 17-Apr-2012 |
theanomaly.is@gmail.com |
Fixed bug #61038; "Z" and better behavior for unpack() Added new "Z" argument to pack/unpack, now allowing "a" to return data without stripping, and "A" strips all trailing white space,
Fixed bug #61038; "Z" and better behavior for unpack() Added new "Z" argument to pack/unpack, now allowing "a" to return data without stripping, and "A" strips all trailing white space, while "Z" will strip everything after the first null.
show more ...
|
#
565892d4 |
| 15-Apr-2012 |
Xinchen Hui |
Implement const array/string dereference RFC:https://wiki.php.net/rfc/constdereference |
#
ed09d26f |
| 16-Apr-2012 |
Xinchen Hui |
change the bug summary |
#
3b42f184 |
| 14-Apr-2012 |
Xinchen Hui |
Fixed bug #61728 (php-fpm SIGSEGV running friendica on nginx) |
#
1461a403 |
| 12-Apr-2012 |
Johannes Schlüter |
Remove cherry-picked items for 5.3.11 |
#
cb2a1c71 |
| 02-Apr-2012 |
Adam Harvey |
Fix bug #61537 (json_encode() incorrectly truncates/discards information) and remove a test case that's now mooted by this fix. |
#
3f3ad30c |
| 02-Apr-2012 |
Adam Harvey |
Fix bug #61537 (json_encode() incorrectly truncates/discards information) and remove a test case that's now mooted by this fix. |
#
b233de09 |
| 09-Apr-2012 |
Nikita Popov |
Fix bug #61681: Malformed grammar Generate T_STRING_VARNAME only if it actually is one. This is only the case for "${varname}" and "${varname[offset]}" so we can just add a check for
Fix bug #61681: Malformed grammar Generate T_STRING_VARNAME only if it actually is one. This is only the case for "${varname}" and "${varname[offset]}" so we can just add a check for } or [ after the LABEL.
show more ...
|
#
7ae93a2c |
| 08-Apr-2012 |
Nikita Popov |
Fix bug #61660: bin2hex(hex2bin($data)) != $data If the input data has an odd length a warning is thrown and false is returned. |
#
014ed769 |
| 06-Apr-2012 |
Xinchen Hui |
Update NEWS |
#
9bf8cd4b |
| 06-Apr-2012 |
Xinchen Hui |
Fixed bug #61650 (ini parser crashes when using ${xxxx} ini variables (without apache2)) |
#
db834fc4 |
| 04-Apr-2012 |
Anatoliy Belsky |
updated the NEWS with the latest fileinfo changes |
#
7cccb6bc |
| 04-Apr-2012 |
Xinchen Hui |
fix typo |
#
1215665b |
| 04-Apr-2012 |
Xinchen Hui |
Update NEWS for #61617 |