#
53b088e6 |
| 20-Dec-2006 |
Dmitry Stogov |
Make MEMORY_LIMIT and ZEND_USE_MALLOC_MM to be always enabled. They don't make any significant slowdown, but incrise maintainability a lot. Note that the setting of memory_limit wasn't changes (neith
Make MEMORY_LIMIT and ZEND_USE_MALLOC_MM to be always enabled. They don't make any significant slowdown, but incrise maintainability a lot. Note that the setting of memory_limit wasn't changes (neither in main/main.c nor in php.ini) and it still set to 16M.
show more ...
|
#
1e19ee87 |
| 20-Dec-2006 |
Hannes Magnusson |
- Fixed incorrect function names on FreeBSD where inet_pton() was named __inet_pton() and inet_ntop() was named __inet_ntop() - Fixed bug #39685 (iconv() - undefined function) - F
- Fixed incorrect function names on FreeBSD where inet_pton() was named __inet_pton() and inet_ntop() was named __inet_ntop() - Fixed bug #39685 (iconv() - undefined function) - Fixed bug #38852 (XML-RPC Breaks iconv)
show more ...
|
#
c43fc2af |
| 19-Dec-2006 |
Dmitry Stogov |
Fixed bug #39815 (SOAP double encoding is not locale-independent) |
#
868ac7d3 |
| 19-Dec-2006 |
Dmitry Stogov |
Fixed bug #39869 (safe_read does not initialize errno). (michiel at boland dot org) |
#
03312cc0 |
| 19-Dec-2006 |
Dmitry Stogov |
Added function stream_socket_shutdown(). It is a wraper for system shutdown() function, that shut downs part of a full-duplex connection |
#
8a3a61bc |
| 19-Dec-2006 |
Brian Shire |
BFN |
#
d2576966 |
| 18-Dec-2006 |
Ilia Alshanetsky |
Fixed bug #39845 (Persistent connections generate a warning in pdo_pgsql). |
#
a938d8e3 |
| 18-Dec-2006 |
Ilia Alshanetsky |
Fixed bugs with trimming of spaces |
#
a726dcaa |
| 18-Dec-2006 |
Antony Dovgal |
MFH: fix #39850 (SplFileObject throws contradictory/wrong error messages when trying to open "php://wrong") |
#
6e0b78cd |
| 18-Dec-2006 |
Dmitry Stogov |
Fixed bug #39832 (SOAP Server: parameter not matching the WSDL specified type are set to 0) |
#
1763dc16 |
| 18-Dec-2006 |
Dmitry Stogov |
Fixed random generation of cookies and canaries |
#
7d724839 |
| 18-Dec-2006 |
Ilia Alshanetsky |
Filter fixes: Fixed possible double encoding problem with sanitizing filters Make use of space-strict strip_tags() function |
#
24cc05dc |
| 17-Dec-2006 |
Ilia Alshanetsky |
Fixed bug #39779 (Enable AUTH PLAIN mechanism in underlaying libc-client). |
#
b75d079c |
| 16-Dec-2006 |
Ilia Alshanetsky |
Fixed bug #39846 (Invalid IPv4 treated as valid). |
#
bf9e3e76 |
| 15-Dec-2006 |
Dmitry Stogov |
Added internal heap protection . safe unlinking . cookies . canary protection (debug build only) |
Revision tags: php-5.2.1RC1 |
|
#
0ee7c304 |
| 15-Dec-2006 |
Ilia Alshanetsky |
5.2.1RC1 |
#
eb8bab9f |
| 13-Dec-2006 |
Ilia Alshanetsky |
Fixed bug #39816 (apxs2filter ignores httpd.conf & .htaccess php config settings). |
#
1c4806c5 |
| 13-Dec-2006 |
Ilia Alshanetsky |
Fixed bug #39201 (Possible crash in Apache 2 with 413 ErrorHandler). |
#
cbaaf1bc |
| 12-Dec-2006 |
Ilia Alshanetsky |
Fixed bug #39797 (virtual() does not reset changed INI settings). |
#
a74c36a3 |
| 12-Dec-2006 |
Antony Dovgal |
MFH: fix #39795 (build fails on AIX because crypt_r() uses different data struct) |
#
2f291233 |
| 11-Dec-2006 |
Ilia Alshanetsky |
Fixed bug #39782 (setTime() on a DateTime constructed with a Weekday yields incorrect results). |
#
d3aa6952 |
| 11-Dec-2006 |
Ilia Alshanetsky |
Fixed bug #39787 (PHP doesn't work with Apache 2.3). |
#
f5b66043 |
| 11-Dec-2006 |
Ilia Alshanetsky |
Fixed bug #39791 (Crash in strtotime() on overly long relative date multipliers). |
#
6ccde868 |
| 10-Dec-2006 |
Pierre Joye |
- #39286 entry |
#
7faf8325 |
| 10-Dec-2006 |
Pierre Joye |
- #39508, add test (imagefill crashes with small image) |