summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIlia Alshanetsky <iliaa@php.net>2007-06-20 23:05:52 +0000
committerIlia Alshanetsky <iliaa@php.net>2007-06-20 23:05:52 +0000
commitebb9408202854df1acb1c26c7715881f3474c68f (patch)
tree1cbf7b0963777b917e7c06cce9af647aa348c472
parente2b093bfcb7b35f1611edeb2cce6cc9334cb68b1 (diff)
downloadphp-git-ebb9408202854df1acb1c26c7715881f3474c68f.tar.gz
Fixed typos
-rw-r--r--NEWS4
1 files changed, 2 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 02e0748c0b..a9767535d8 100644
--- a/NEWS
+++ b/NEWS
@@ -26,7 +26,7 @@ PHP NEWS
ImageCopyResampled() and ImageFilledPolygon() reported by Mattias Bengtsson.
(Tony)
- Fixed size calculation in chunk_split(). (Stas)
-- Fixed integer overlow in str[c]spn(). (Stas)
+- Fixed integer overflow in str[c]spn(). (Stas)
- Fixed money_format() not to accept multiple %i or %n tokens. (Stas, Ilia)
- Fixed zend_alter_ini_entry() memory_limit interruption vulnerability.
(Ilia)
@@ -36,7 +36,7 @@ PHP NEWS
- Fixed PECL bug #11216 (crash in ZipArchive::addEmptyDir when a directory
already exists). (Pierre)
-- Fixed bug #41724 (libxml_get_last_error() - errors survice request scope).
+- Fixed bug #41724 (libxml_get_last_error() - errors service request scope).
(thekid at php dot net, Ilia)
- Fixed bug #41717 (imagepolygon does not respect thickness). (Pierre)
- Fixed bug #41686 (Omitting length param in array_slice not possible).