#
8589a7f4 |
| 01-Aug-2007 |
Dmitry Stogov |
Fixed bug #42151 (__destruct functions not called after catching a SoapFault exception) |
#
c72d39f7 |
| 31-Jul-2007 |
Ilia Alshanetsky |
Fixed bug #41971 (PDOStatement::fetch and PDOStatement::setFetchMode causes unexpected behavior). |
#
4db96af5 |
| 31-Jul-2007 |
Johannes Schlüter |
- BFN |
#
9efa1d89 |
| 31-Jul-2007 |
Antony Dovgal |
MFH: fix #42134 (oci_error() returns false after oci_new_collection() fails) |
#
10fabe90 |
| 31-Jul-2007 |
Rob Richards |
BFN |
#
f8217712 |
| 30-Jul-2007 |
Ilia Alshanetsky |
Fixed bug #42142 (substr_replace() returns FALSE when length > string length). [doc] Adjust length validation check inside substr_replace() to be similar to that inside substr() so t
Fixed bug #42142 (substr_replace() returns FALSE when length > string length). [doc] Adjust length validation check inside substr_replace() to be similar to that inside substr() so that excessive length is truncated to string length.
show more ...
|
#
30340921 |
| 29-Jul-2007 |
Ilia Alshanetsky |
Fixed bug #42135 (Second call of session_start() causes creation of SID) |
#
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). |