]> granicus.if.org Git - php/commitdiff
Fix long line..and typo
authorfoobar <sniper@php.net>
Sun, 25 Aug 2002 12:50:15 +0000 (12:50 +0000)
committerfoobar <sniper@php.net>
Sun, 25 Aug 2002 12:50:15 +0000 (12:50 +0000)
NEWS

diff --git a/NEWS b/NEWS
index d4cb2b7af0f61e421294337adcf7dab0d1337351..e8d85cdf4fa26f87e01b52f77224123990558f89 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,9 +1,11 @@
 PHP 4                                                                      NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
 ? ? ??? 2002, Version 4.3.0
-- added zend_execute_internal which is called like zend_execute but for
+- Added zend_execute_internal which is called like zend_execute but for
   internal functions. (Thies)
-- Changed pg_connection_info()/pg_connection_reset()/pg_connection_busy()/pg_result_status()/pg_result_error() silently return FALSE when resource is not passed to them. (Yasuo)
+- Changed pg_connection_status(), pg_connection_reset(), pg_connection_busy(),
+  pg_result_status() and pg_result_error() to silently return FALSE when 
+  resource is not passed to them. (Yasuo)
 - Fixed some mysql compile failures on 64 bit-OS. (Georg)
 - Added warnings for deprecated mysql functions:
   . mysql_create_db()