diff options
author | Ilia Alshanetsky <iliaa@php.net> | 2006-03-02 21:32:32 +0000 |
---|---|---|
committer | Ilia Alshanetsky <iliaa@php.net> | 2006-03-02 21:32:32 +0000 |
commit | ea86f819a3b97a63140cabc202d785875b1b79a4 (patch) | |
tree | a170d6f09b92eab42fabb0c470657bd5452d2818 | |
parent | 65cca0dc2080ba3303355310a85c0a7d4d830ce8 (diff) | |
download | php-git-ea86f819a3b97a63140cabc202d785875b1b79a4.tar.gz |
give credit where it is due.
-rw-r--r-- | NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -45,7 +45,7 @@ PHP NEWS - Fixed bug #36434 (Improper resolution of declaring class name of an inherited property). (Ilia) - Fixed bug #36420 (segfault when access result->num_rows after calling - result->close()). (Ilia) + result->close()). (Ilia,Tony) - Fixed bug #36403 (oci_execute() no longer supports OCI_DESCRIBE_ONLY). (Tony) - Fixed bug #36400 (Custom 5xx error does not return correct HTTP response |