#
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). |
#
1c46fc5a |
| 10-Jan-2007 |
Ilia Alshanetsky |
Another bug fixed by Dmitry |
#
e470e22e |
| 10-Jan-2007 |
Dmitry Stogov |
- Fixed bug #35106 (nested foreach fails when array variable has a reference). - Fixed bug #36214 (__get method works properly only when conditional operator is used). - Fixed bug #39449 (Ove
- Fixed bug #35106 (nested foreach fails when array variable has a reference). - Fixed bug #36214 (__get method works properly only when conditional operator is used). - Fixed bug #39449 (Overloaded array properties do not work correctly). - Fixed bug #39990 (Cannot "foreach" over overloaded properties).
show more ...
|
#
48b4cb96 |
| 10-Jan-2007 |
Antony Dovgal |
BFN |
#
78ca1de7 |
| 09-Jan-2007 |
Ilia Alshanetsky |
Fixed bug #40079 (php_get_current_user() not thread safe). # Original patch from wharmby at uk dot ibm dot com |
#
6a8f688a |
| 09-Jan-2007 |
Sara Golemon |
MFH: Add CURLOPT_TCP_NODELAY constant |
#
66bad4f9 |
| 09-Jan-2007 |
Marcus Boerger |
- Ups wrong place |
#
da1992fd |
| 09-Jan-2007 |
Marcus Boerger |
- BFN |
#
38f942b8 |
| 09-Jan-2007 |
Dmitry Stogov |
Fixed bug #40076 (zend_alloc.c: Value of enumeration constant must be in range of signed integer) |
#
8c086cae |
| 09-Jan-2007 |
Dmitry Stogov |
Fixed bug #40002 (Try/Catch performs poorly) |
#
13f006ac |
| 08-Jan-2007 |
Ilia Alshanetsky |
Fixed bug #38325 (spl_autoload_register() gaves wrong line for "class not found"). |
#
8df326e0 |
| 07-Jan-2007 |
Ilia Alshanetsky |
Fixed bug #39394 (Missing check for older variants of openssl). |
#
5babb6d1 |
| 07-Jan-2007 |
Ilia Alshanetsky |
Fixed bug #39979 (PGSQL_CONNECT_FORCE_NEW will causes next connect to establish a new connection). |
#
50685117 |
| 07-Jan-2007 |
Ilia Alshanetsky |
Fixed bug #40036 (empty() does not work correctly with ArrayObject when using ARRAY_AS_PROPS). |
#
c0e95792 |
| 06-Jan-2007 |
Hannes Magnusson |
ext/XMLWriter updates |
#
f694c1f1 |
| 06-Jan-2007 |
Dmitry Stogov |
Improved proc_open(). Now on Windows it can run external commands not through CMD.EXE |
Revision tags: php-4.4.5RC1 |
|
#
56a147fb |
| 04-Jan-2007 |
Ilia Alshanetsky |
Back to dev |
Revision tags: php-5.2.1RC2 |
|
#
e6c845cb |
| 04-Jan-2007 |
Ilia Alshanetsky |
5.2.1RC2 |
#
a078b563 |
| 03-Jan-2007 |
Ilia Alshanetsky |
Fixed bug #40009 (http_build_query(array()) returns NULL). |