]> granicus.if.org Git - php/commitdiff
-add gd_info()
authorMarcus Boerger <helly@php.net>
Tue, 12 Nov 2002 14:52:42 +0000 (14:52 +0000)
committerMarcus Boerger <helly@php.net>
Tue, 12 Nov 2002 14:52:42 +0000 (14:52 +0000)
-keep important news at top
-speling

NEWS

diff --git a/NEWS b/NEWS
index fc083dc069e7895912136f26dc02b25913e98515..bacf18241e329d5f38c1b73016ac5da4fdeb2874 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,20 +1,6 @@
 PHP 4                                                                      NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
 ? ? ??? 2002, Version 4.3.0
-- Implemented features/changes requested in Bug #16960 (Timm):
-- . Added a new function sybase_unbuffered_query()
-  . Added a new function sybase_fetch_assoc()
-  . Added sybase_set_message_handler() which enables users to handle
-  server messages in a callback function
-  . Added an ini entry for deadlock retries - retrying deadlocks
-  can cause transaction state to break (sybct.deadlock_retry_count,
-  defaults to -1 "forever").
-  . Fixed sybase_fetch_object() not to return objects with numeric
-  members
-  . Fixed issues with identical fieldnames
-  . Made sybase_fetch_*() functions return correct datatypes
-  . Made phpinfo() section more verbose
-  . Made sybase_query() error messages more verbose
 - ATTENTION! "make install" will *by default* install the CLI SAPI binary in 
   {PREFIX}/bin/php. If you don't disable the CGI binary, it will be
   installed as {PREFIX}/bin/php-cgi.
@@ -25,6 +11,20 @@ PHP 4                                                                      NEWS
   . ext/icap
   . sapi/fhttpd
 - Moved ext/vpopmail to PECL. (James)
+- Added gd_info() which returns an array of gd support information. (Marcus)
+- Implemented features/changes requested in Bug #16960 (Timm):
+  . Added a new function sybase_unbuffered_query()
+  . Added a new function sybase_fetch_assoc()
+  . Added sybase_set_message_handler() which enables users to handle
+    server messages in a callback function
+  . Added an ini entry for deadlock retries - retrying deadlocks can cause 
+    transaction state to break (sybct.deadlock_retry_count,
+    defaults to -1 "forever").
+  . Fixed sybase_fetch_object() not to return objects with numeric members
+  . Fixed issues with identical fieldnames
+  . Made sybase_fetch_*() functions return correct datatypes
+  . Made phpinfo() section more verbose
+  . Made sybase_query() error messages more verbose
 - Fixed bug #19935 (made OpenSSL file system operations abide by safe_mode
   & open_basedir restrictions). (Ilia)
 - Fixed bug #18868 (improved the check for availability of realpath()). (Ilia)
@@ -44,7 +44,7 @@ PHP 4                                                                      NEWS
     path. The bundled version supports cdb_make that allows writing cdb files.
   . Added optional skip parameter to dba_fetch() to support multiple key-value
     pairs with the same key for cdb handler.
-  . Added locking for those handlers that does not have their own locking.
+  . Added locking for those handlers that do not have their own locking.
   . Added flatfile support what finally makes ext/db deprecated.
 - Added imagerotate() which is available only when bundled libgd is used.
   (Pierre-Alain Joye, Ilia)