summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIlia Alshanetsky <iliaa@php.net>2006-12-01 20:10:35 +0000
committerIlia Alshanetsky <iliaa@php.net>2006-12-01 20:10:35 +0000
commitf3e577375e3c84cd66b4f9b2712dab38f7e500f2 (patch)
tree4406d0ee32104d93093cc3d22e413b5911249b2d
parentabc5bb5f619b04e620ef0dd0508ac6e5aca86fdf (diff)
downloadphp-git-f3e577375e3c84cd66b4f9b2712dab38f7e500f2.tar.gz
Fixed typo
-rw-r--r--NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 9f1eac75dc..622c3a43fa 100644
--- a/NEWS
+++ b/NEWS
@@ -56,7 +56,7 @@ PHP NEWS
after closeCursor()). (Ilia, Tony)
- Fixed bug #39653 (ext/dba doesn't check for db-4.5 and db-4.4 when db4
support is enabled). (Tony)
-- Fixed bug #39652 (Wrong negative results from memeory_get_usage()). (Dmitry)
+- Fixed bug #39652 (Wrong negative results from memory_get_usage()). (Dmitry)
- Fixed bug #39648 (Implementation of PHP functions chown() and chgrp() are not
thread safe). (Ilia, wharmby at uk dot ibm dot com)
- Fixed bug #39640 (Segfault with "Allowed memory size exhausted"). (Dmitry)