#
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). |
#
3dcf5405 |
| 03-Jan-2007 |
Derick Rethans |
- Fixed bug #40012 (php_date.c doesnt compile on Netware). |
#
8a806d18 |
| 02-Jan-2007 |
Nuno Lopes |
+- Fixed bug #37619 (proc_open() closes stdin on fork() failure). |
#
96489b41 |
| 31-Dec-2006 |
Ilia Alshanetsky |
Fixed bug #39984 (redirect response code in header() could be ignored in CGI sapi). |
#
169b2075 |
| 31-Dec-2006 |
Nuno Lopes |
- Fixed bug #36427 (proc_open() / proc_close() leak handles on windows). |
#
877ee656 |
| 31-Dec-2006 |
Nuno Lopes |
Fixed bug #38542 (proc_get_status() returns wrong PID on windows) |
#
3d11fb35 |
| 30-Dec-2006 |
Rob Richards |
BFN |
#
79d524dc |
| 29-Dec-2006 |
Ilia Alshanetsky |
Fixed bug #39971 (pg_insert/pg_update do not allow now() to be used for timestamp fields). |