#
d7e8aaea |
| 11-Nov-2010 |
Jérôme Loyet |
here come the new |
#
4cc80738 |
| 11-Nov-2010 |
Kalle Sommer Nielsen |
Added new constant; ZEND_MULTIBYTE to check whether PHP was compiled using --enable-zend-multibyte or not instead of sniffing phpinfo() (FR #52348) |
#
4df29802 |
| 09-Nov-2010 |
Adam Harvey |
Fix line wrapping. |
#
84dc845f |
| 09-Nov-2010 |
Adam Harvey |
Fix bug #53279 (SplFileObject doesn't initialise default CSV escape character). |
#
89d372ba |
| 09-Nov-2010 |
Moriyoshi Koizumi |
- Fix bug #53273 (mb_strcut() returns garbage with the excessive length parameter). |
#
18096f4b |
| 08-Nov-2010 |
Adam Harvey |
Implemented FR #53213 (Adler32 algorithm is very slow). Patch by zavasek at yandex dot ru. |
#
c3557ba3 |
| 08-Nov-2010 |
Gustavo André dos Santos Lopes |
- Fixed the filter extension accepting IPv4 octets with a leading 0 as that belongs to the unsupported "dotted octal" representation. - Fixed bug #53236 (problems in the validation of IPv6
- Fixed the filter extension accepting IPv4 octets with a leading 0 as that belongs to the unsupported "dotted octal" representation. - Fixed bug #53236 (problems in the validation of IPv6 addresses with leading and trailing :: in the filter extension). - Fixed bug #50117 (problems in the validation of IPv6 addresses with IPv4 addresses and ::).
show more ...
|
#
e6bef673 |
| 07-Nov-2010 |
Felipe Pena |
- Fixed bug #52512 (Broken error handling in odbc_execute) patch by: mkoegler at auto dot tuwien dot ac dot at |
#
50863932 |
| 07-Nov-2010 |
Felipe Pena |
- Fixed bug #53248 (rawurlencode RFC 3986 EBCDIC support misses tilde char). patch by: Justin Martin (frozenfire@php) |
#
f4927c28 |
| 06-Nov-2010 |
Felipe Pena |
- Fixed bug #52732 (Docs say preg_match() returns FALSE on error, but it returns int(0)) patch by: slugonamission at gmail dot com |
#
996f45b6 |
| 06-Nov-2010 |
Felipe Pena |
- Fixed bug #47199 (pg_delete() fails on NULL) patch by: ewgraf at gmail dot com |
#
f89effd2 |
| 06-Nov-2010 |
Ilia Alshanetsky |
Updated _SERVER['REQUEST_TIME'] to include microsecond precision. |
#
7636635e |
| 06-Nov-2010 |
Felipe Pena |
- Fixed bug #50579 (RegexIterator::REPLACE doesn't work) |
#
b84e262f |
| 05-Nov-2010 |
Adam Harvey |
Fix bug #53226 (file_exists fails on big filenames). |
#
83657396 |
| 05-Nov-2010 |
Adam Harvey |
Implemented FR #53238 (Make third parameter of preg_match_all optional). |
#
68107ae1 |
| 05-Nov-2010 |
Gustavo André dos Santos Lopes |
- Fixed bug #53241 (stream casting that relies on fdopen/fopencookie fails with streams opened with, inter alia, the 'xb' mode). |
#
6c3ddc70 |
| 03-Nov-2010 |
Pierre Joye |
- add stat support for zip:// |
#
53503307 |
| 03-Nov-2010 |
Pierre Joye |
- add CVE |
#
9d25e7ee |
| 03-Nov-2010 |
Etienne Kneuss |
Fixed covariance of return-by-ref constraints |
#
21638aed |
| 03-Nov-2010 |
Felipe Pena |
- BFN |
#
7ded7577 |
| 02-Nov-2010 |
Felipe Pena |
- Fixed bug #53141 (autoload misbehaves if called from closing session) patch by: ladislav at marek dot su |
#
a1632696 |
| 02-Nov-2010 |
Ilia Alshanetsky |
Fixed a possible double free in imap extension (Identified by Mateusz Kocielski). |
#
e547a0df |
| 02-Nov-2010 |
Pierre Joye |
- add CVE id |
#
3ac257f3 |
| 01-Nov-2010 |
Arnaud Le Blanc |
MFH fixed bug #52784 (Race condition when handling many concurrent signals) |
#
cd639862 |
| 01-Nov-2010 |
Arnaud Le Blanc |
MFH Fix bug #52173 (ext/pcntl doesn't store/report errors) (patch by nick dot telford at gmail dot com) |