#
cb443c6e |
| 26-Jan-2007 |
Dmitry Stogov |
Fixed bug #40231 (file_exists incorrectly reports false) |
Revision tags: php-5.2.1RC4 |
|
#
15bcf9e3 |
| 26-Jan-2007 |
Ilia Alshanetsky |
5.2.1RC4 |
#
0bc0e57b |
| 25-Jan-2007 |
Antony Dovgal |
MFH: fix #40189 (possible endless loop in zlib.inflate stream filter) |
#
1ef02490 |
| 23-Jan-2007 |
Dmitry Stogov |
Fixed bug #40200 (The FastCgi version has different realpath results than thread safe version) |
#
72521757 |
| 22-Jan-2007 |
Antony Dovgal |
fix PECL bug #7295 (ORA-01405: fetched column value is NULL on LOB fields) |
#
933c26de |
| 22-Jan-2007 |
Dmitry Stogov |
Fixed bug #39367 (clearstatcache() doesn't clear realpath cache) Fixed bug #40092 (chroot() doesn't clear realpath cache) |
#
2c36778e |
| 22-Jan-2007 |
Antony Dovgal |
MFH: fix #40191 (use of array_unique() with objects triggers segfault) |
#
8ddcd35d |
| 21-Jan-2007 |
Ilia Alshanetsky |
Fixed typos |
#
9bf088ce |
| 20-Jan-2007 |
Ilia Alshanetsky |
Fixed bug #39450 (getenv() fills other super-globals). |
#
504e9e31 |
| 19-Jan-2007 |
Antony Dovgal |
MFH: fix #40169 (CURLOPT_TCP_NODELAY only available in curl >= 7.11.2) |
Revision tags: php-5.2.1RC3 |
|
#
5500a08b |
| 19-Jan-2007 |
Ilia Alshanetsky |
Back to dev |
#
cbd3a641 |
| 19-Jan-2007 |
Ilia Alshanetsky |
5.2.1RC3 |
#
ef3fcf28 |
| 19-Jan-2007 |
Ilia Alshanetsky |
Added read-timeout context option "timeout" for HTTP streams. # A patch mostly by Hannes |
#
55eef07a |
| 18-Jan-2007 |
Ilia Alshanetsky |
Old bug fixing news |
#
6f98a771 |
| 18-Jan-2007 |
Ilia Alshanetsky |
Fixed bug #39993 (tr_TR.UTF-8 locale has problems with PHP). |
#
5a23201d |
| 18-Jan-2007 |
Antony Dovgal |
moved ext/informix to PECL |
#
fc9970a6 |
| 17-Jan-2007 |
Antony Dovgal |
MFH: fix #40129 (iconv extension doesn't compile with CodeWarrior on Netware) patch by gk at gknw dot de |
#
d4fbb3ca |
| 14-Jan-2007 |
Ilia Alshanetsky |
Fixed bug #40127 (apache2handler doesnt compile on Netware). |
#
c5588fae |
| 14-Jan-2007 |
Ilia Alshanetsky |
Fixed bug #40121 (PDO_DBLIB driver wont free statements). |
#
2f586e96 |
| 12-Jan-2007 |
Dmitry Stogov |
Fixed bug #39969 (ini setting short_open_tag has no effect when using --enable-maintainer-zts) |
#
2ae036f0 |
| 12-Jan-2007 |
Ilia Alshanetsky |
Fixed bug #40098 (php_fopen_primary_script() not thread safe). Adjusted previous fixes for similar issue to handle sysconf() failures |
#
2e1a2438 |
| 11-Jan-2007 |
Dmitry Stogov |
Fixed bug #35634 (Erroneous "Class declarations may not be nested" error raised). (Carl P. Corliss) |
#
f361d9e4 |
| 11-Jan-2007 |
Antony Dovgal |
MFH: fix #39988 (type argument of oci_define_by_name() is ignored) patch and tests by Chris Jones |
#
12d54fa6 |
| 11-Jan-2007 |
Antony Dovgal |
MFH: fix #40078 (ORA-01405 when fetching NULL values using oci_bind_array_by_name()) |
#
b5228f0c |
| 10-Jan-2007 |
Ilia Alshanetsky |
Fixed bug #40091 (spl_autoload_register with 2 instances of the same class). |