From: Pierre Joye Date: Fri, 16 Jan 2009 11:31:02 +0000 (+0000) Subject: - typo (thx rza) X-Git-Tag: php-5.3.0beta1~133 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c5da0ffb4d35562659829bf64b36e9f9d02e2210;p=php - typo (thx rza) --- diff --git a/NEWS b/NEWS index 9511daf2d2..e750b38d3e 100644 --- a/NEWS +++ b/NEWS @@ -23,7 +23,7 @@ PHP NEWS - Changed open_basedir to allow tightening in runtime contexts. (Sara) - Added support for symlink, readlink, linkinfo and link on Windows. They are - available only when the running plaform supports them. (Pierre) + available only when the running platform supports them. (Pierre) - Added support for gray levels PNG image with alpha in GD extension. (Pierre) - Added support for salsa hashing functions in HASH extension. (Scott) - Added DOMNode::getLineNo to get line number of parsed node. (Rob)