#
a33d64e7 |
| 26-Mar-2006 |
Ilia Alshanetsky |
Fixed bug #36857 (Added support for partial content fetching to the HTTP streams wrapper). |
#
d085b37f |
| 26-Mar-2006 |
Antony Dovgal |
fix #36859 (DOMElement crashes when calling __construct when clone'ing) |
#
65d704cb |
| 24-Mar-2006 |
Georg Richter |
fix and testcase for bug #36745 |
#
9e26f6c2 |
| 24-Mar-2006 |
Dmitry Stogov |
Fixed SoapFault::getMessage() |
#
32f61109 |
| 22-Mar-2006 |
Antony Dovgal |
fix #36825 (Exceptions thrown in ArrayObject::offsetGet cause segfault) fix similar issue in offsetExists() remove redundant semicolons |
#
6c101d64 |
| 22-Mar-2006 |
Antony Dovgal |
fix #36820 (Privileged connection with an Oracle password file fails) |
#
d76e149f |
| 21-Mar-2006 |
Ilia Alshanetsky |
Fixed bug #36802 (mysqli_set_charset() crash with a non-open connection). |
#
bafba669 |
| 21-Mar-2006 |
Dmitry Stogov |
Fixed bug #36721 (The SoapServer is not able to send a header that it didn't receive) |
#
658ac96c |
| 21-Mar-2006 |
Dmitry Stogov |
Fixed bug #36809 (__FILE__ behavior changed) |
#
8d012d04 |
| 21-Mar-2006 |
Dmitry Stogov |
Fixed bug #36749 (SOAP: 'Error Fetching http body' when using HTTP Proxy) |
#
79e7432c |
| 21-Mar-2006 |
Ilia Alshanetsky |
Fixed bug #36689 (Removed arbitrary limit on the length of syslog messages). |
#
edbfb9c2 |
| 20-Mar-2006 |
Antony Dovgal |
fix #36808 (syslog ident becomes garbage between requests) |
#
5a49926c |
| 19-Mar-2006 |
Michael Wallner |
- add comitters name |
#
cf01cff2 |
| 19-Mar-2006 |
Michael Wallner |
- Fixed Apache2 SAPIs header handler modifying header strings. |
#
4e75cd55 |
| 18-Mar-2006 |
Antony Dovgal |
Added support for BINARY_DOUBLE and BINARY_FLOAT to PDO_OCI and OCI8 (also fixes bug #36764) |
#
2ea6d46e |
| 18-Mar-2006 |
Rob Richards |
BFN |
#
7731dc94 |
| 17-Mar-2006 |
Antony Dovgal |
fix #36727 (segfault in pdo_pgsql bindValue() when no parameters are defined) |
#
652d77ec |
| 17-Mar-2006 |
Antony Dovgal |
fix #36743 (In a class extending XMLReader array properties are not writable) |
#
55159796 |
| 17-Mar-2006 |
Dmitry Stogov |
Allowed 'auto_globals_jit' work together with 'register_argc_argv' |
#
eacb27d2 |
| 15-Mar-2006 |
Dmitry Stogov |
Fixed Bug #36614 (Segfault when using Soap) |
#
7865dfb5 |
| 15-Mar-2006 |
Dmitry Stogov |
Eliminated run-time constant fetching for TRUE, FALSE and NULL |
#
98bacb0e |
| 14-Mar-2006 |
Dmitry Stogov |
Fixed bug #35988 (Unknown persistent list entry type in module shutdown) |
#
0a076b11 |
| 14-Mar-2006 |
Ilia Alshanetsky |
Fixed offset/length parameter validation in substr_compare() function. |
#
9d6e4964 |
| 14-Mar-2006 |
Dmitry Stogov |
Fixed bug #36568 (memory_limit setting on win32 has no effect) |
#
01479757 |
| 13-Mar-2006 |
Pierre Joye |
- #36697, Transparency is lost when using imagecreatetruecolor |