summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIlia Alshanetsky <iliaa@php.net>2006-03-02 21:32:32 +0000
committerIlia Alshanetsky <iliaa@php.net>2006-03-02 21:32:32 +0000
commitea86f819a3b97a63140cabc202d785875b1b79a4 (patch)
treea170d6f09b92eab42fabb0c470657bd5452d2818
parent65cca0dc2080ba3303355310a85c0a7d4d830ce8 (diff)
downloadphp-git-ea86f819a3b97a63140cabc202d785875b1b79a4.tar.gz
give credit where it is due.
-rw-r--r--NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index c0caa37cb5..cc205f152c 100644
--- a/NEWS
+++ b/NEWS
@@ -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