#
7d8734e5 |
| 28-Jul-2007 |
Rob Richards |
BFN |
#
68b82356 |
| 26-Jul-2007 |
Jani Taskinen |
MFH: - Fixed bug #42107 (sscanf broken when using %2$s type format parameters) |
#
0c104708 |
| 26-Jul-2007 |
Antony Dovgal |
BFN |
#
2d3d745b |
| 25-Jul-2007 |
Dmitry Stogov |
Fixed EOF handling in case of reading from file opened in write only mode. |
#
d0ef6e9a |
| 25-Jul-2007 |
Dmitry Stogov |
Fixed bug #41713 (Persistent memory consumption on win32 since 5.2) |
#
179c67a6 |
| 24-Jul-2007 |
Johannes Schlüter |
- New ReflectionExtension::info() function to print the phpinfo() block for an extension. [DOC] |
#
e3b8cf0f |
| 24-Jul-2007 |
Hannes Magnusson |
MFH: Fixed bug#42090 (json_decode causes segmentation fault) |
#
3afa1347 |
| 24-Jul-2007 |
Antony Dovgal |
[DOC] MFH: add PCRE_VERSION constant to ext/pcre |
#
e13b4c2c |
| 24-Jul-2007 |
Dmitry Stogov |
Fixed bug #40705 (Iterating within function moves original array pointer) Fixed bug #40509 (key() function changed behaviour if global array is used within function) |
#
4035a8eb |
| 24-Jul-2007 |
Dmitry Stogov |
Fixed bug #41372 (Internal pointer of source array resets during array copying) Fixed bug #37715 (array pointers resetting on copy) |
Revision tags: BEFORE_REAL_IMPORT_OF_MYSQLND |
|
#
78932ba2 |
| 24-Jul-2007 |
Dmitry Stogov |
Fixed bug #41984 (Hangs on large SoapClient requests) |
#
335cac3c |
| 24-Jul-2007 |
Jani Taskinen |
MFH:- Changed "display_errors" php.ini option to accept "stderr" as value which MFH: makes the error messages to be outputted to STDERR instead of STDOUT with MFH: CGI and CLI SAPIs (FR #22
MFH:- Changed "display_errors" php.ini option to accept "stderr" as value which MFH: makes the error messages to be outputted to STDERR instead of STDOUT with MFH: CGI and CLI SAPIs (FR #22839).
show more ...
|
#
7ec48cb3 |
| 24-Jul-2007 |
Dmitry Stogov |
Fixed bug #40757 (get_object_vars get nothing in child class) Fixed bug #41929 (Foreach on object does not iterate over all visible properties) |
#
c96c5ca9 |
| 24-Jul-2007 |
Jani Taskinen |
MFH:- Added missing MSG_EOR and MSG_EOF constants |
#
7a847f10 |
| 24-Jul-2007 |
Dmitry Stogov |
Fixed bug #41983 (Error Fetching http headers terminated by '\n') |
#
b5550625 |
| 24-Jul-2007 |
Jani Taskinen |
- fix NEWS |
#
db97db94 |
| 24-Jul-2007 |
Dmitry Stogov |
Fixed bug #42027 is_file() / is_dir() matches file/dirnames with wildcard char or trailing slash |
#
5cdae5bd |
| 23-Jul-2007 |
Ilia Alshanetsky |
Fixed bug #42072 (No warning message for clearstatcache() with arguments). |
#
4b1afad1 |
| 23-Jul-2007 |
Jani Taskinen |
BFN |
Revision tags: BEFORE_IMPORT_OF_MYSQLND |
|
#
0b40ec1f |
| 22-Jul-2007 |
Jani Taskinen |
MFH:- Fixed bug #21197 (socket_read() outputs error with PHP_NORMAL_READ) |
#
3fea65b0 |
| 22-Jul-2007 |
Ilia Alshanetsky |
Fixed "Floating point exception" inside wordwrap() |
#
bfed3520 |
| 20-Jul-2007 |
Antony Dovgal |
MFH: fix #41691 (ArrayObject::exchangeArray hangs Apache) |
#
93af1c1f |
| 19-Jul-2007 |
Antony Dovgal |
MFH: fix #41989 (move_uploaded_file() & relative path in ZTS mode) |
#
09d93380 |
| 19-Jul-2007 |
Jani Taskinen |
MFH:- Fixed bug #41433 (DBA: configure fails to include correct db.h for db4) |
#
b8963768 |
| 18-Jul-2007 |
Nuno Lopes |
fix oci8 entries for Chris Jones |