diff options
author | Ilia Alshanetsky <iliaa@php.net> | 2006-12-01 20:10:35 +0000 |
---|---|---|
committer | Ilia Alshanetsky <iliaa@php.net> | 2006-12-01 20:10:35 +0000 |
commit | f3e577375e3c84cd66b4f9b2712dab38f7e500f2 (patch) | |
tree | 4406d0ee32104d93093cc3d22e413b5911249b2d | |
parent | abc5bb5f619b04e620ef0dd0508ac6e5aca86fdf (diff) | |
download | php-git-f3e577375e3c84cd66b4f9b2712dab38f7e500f2.tar.gz |
Fixed typo
-rw-r--r-- | NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |