diff options
author | Ilia Alshanetsky <iliaa@php.net> | 2008-09-24 23:43:28 +0000 |
---|---|---|
committer | Ilia Alshanetsky <iliaa@php.net> | 2008-09-24 23:43:28 +0000 |
commit | 310f4583a431882f02d79ecc4f0f11c3bfe01f3d (patch) | |
tree | 873f915dd2c5ac89507599d2247b483e7ffbefb2 | |
parent | 6bc9869ad9147f7bd59afbd04d94f10d694e4e7d (diff) | |
download | php-git-310f4583a431882f02d79ecc4f0f11c3bfe01f3d.tar.gz |
Fixed typo
-rw-r--r-- | NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -10,7 +10,7 @@ PHP NEWS - Fixed bug causing the algorithm parameter of mhash() to be modified. (Scott) -- Fixed bug #46160 (SPL - Memory leak when exception is throwed in offsetSet). +- Fixed bug #46160 (SPL - Memory leak when exception is thrown in offsetSet). (Felipe) - Fixed Bug #46147 (after stream seek, appending stream filter reads incorrect data). (Greg) |