#
f0cf877a |
| 05-Apr-2006 |
Ilia Alshanetsky |
Fixed bug #36957 (serialize() does not handle recursion). |
#
c58e1fa5 |
| 04-Apr-2006 |
Marcus Boerger |
- MFH . Fixed bug #36941 (ArrayIterator does not clone itself) . Fixed SEGV when ArrayObject/Iterator use reference to self . Added tests |
Revision tags: php-5.1.3RC2 |
|
#
0e07f0b1 |
| 30-Mar-2006 |
Ilia Alshanetsky |
Go with RC2 |
#
4aece807 |
| 30-Mar-2006 |
Ilia Alshanetsky |
Fixed XSS inside phpinfo() with long inputs. |
#
59b8592c |
| 29-Mar-2006 |
Antony Dovgal |
fix bug #36898 (__set() leaks in classes extending internal ones) Added: ZEND_API void zend_object_std_init(zend_object *object, zend_class_entry *ce TSRMLS_DC) ZEND_API void zend_ob
fix bug #36898 (__set() leaks in classes extending internal ones) Added: ZEND_API void zend_object_std_init(zend_object *object, zend_class_entry *ce TSRMLS_DC) ZEND_API void zend_object_std_dtor(zend_object *object TSRMLS_DC) to initialize and destroy zend_object structs
show more ...
|
#
77acc692 |
| 28-Mar-2006 |
Ilia Alshanetsky |
Fixed bug #36886 (User filters can leak buckets in some situations). |
#
6dc42ef1 |
| 28-Mar-2006 |
Antony Dovgal |
fix #36851 (Documentation and code discrepancies for NULL data) |
#
4ca3df56 |
| 27-Mar-2006 |
Ilia Alshanetsky |
Check 2nd parameter of tempnam() against path components. |
#
a93bd9d4 |
| 27-Mar-2006 |
Antony Dovgal |
fix #36878 (error messages are printed even though an exception has been thrown) |
#
2030a7a2 |
| 27-Mar-2006 |
Antony Dovgal |
fix #36869 (memory leak in output buffering when using chunked output) |
#
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) |