sniper          Mon Feb 10 22:08:11 2003 EDT

  Modified files:              (Branch: PHP_4_3)
    /php4       NEWS 
  Log:
  Moved one entry from HEAD here..
  
Index: php4/NEWS
diff -u php4/NEWS:1.1247.2.71 php4/NEWS:1.1247.2.72
--- php4/NEWS:1.1247.2.71       Mon Feb 10 21:45:28 2003
+++ php4/NEWS   Mon Feb 10 22:08:10 2003
@@ -11,10 +11,11 @@
   . Disallow configuring of more than one Berkeley db handler. 
 - Added --clean option into phpize. (Jani)
 - Added --ldflags option into php-config. (Jani)
+- Added zlib_get_coding_type() function. Returns the coding type used for 
+  output compression. (Moriyoshi)
 - Added OCIPasswordChange() which allows renewing expired Oracle users. (Maxim)
-- Added memory_get_usage(). Defined only when PHP is compiled with
-  --enable-memory-limit. Returns the number of bytes allocated by the Zend's
-  memory routines. (Andrey)
+- Added memory_get_usage(). Only available when PHP is configured with 
+  --enable-memory-limit. (Andrey)
 - Fixed bug #22141 (removed undocumented Boyer str_replace() method). (Sara)
 - Fixed bug #22103 (Added gdImageEllipse and replaced old gdImageFilledEllipse
   with a better implementation). (Pierre)



-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to