]> granicus.if.org Git - php/commitdiff
Fix news entry
authorJason Greene <jason@php.net>
Fri, 19 Oct 2001 18:45:33 +0000 (18:45 +0000)
committerJason Greene <jason@php.net>
Fri, 19 Oct 2001 18:45:33 +0000 (18:45 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 5fb35d85203414acc5581477007fd4645d831c10..427f29459b45f7fc175e084fe10ea1305b8fd560 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -17,7 +17,8 @@ PHP 4.0                                                                    NEWS
   with all string keys lowercased or uppercased (EdinK)
 - Added parameter to ircg_pconnect to suppress treating non-fatal errors
   as fatal, and added conversion of Windows quotes to &quot; (Sascha)
-- Added new function pcntl_exec, which behaves similar to execve.
+- Added new function pcntl_exec, which behaves similar to the system
+  execve. (Jason)
 - initial support of mnogosearch-3.2.x has been added. Not all features
   are implemented currently.
 - Fix segfault and check for truecolor image in ImageColorAt (Rasmus)