moriyoshi               Mon Feb 10 14:53:13 2003 EDT

  Modified files:              
    /php4       NEWS 
  Log:
  MFB: Fixed typo
  
  
Index: php4/NEWS
diff -u php4/NEWS:1.1326 php4/NEWS:1.1327
--- php4/NEWS:1.1326    Mon Feb 10 14:39:43 2003
+++ php4/NEWS   Mon Feb 10 14:53:13 2003
@@ -77,8 +77,8 @@
   . ext/cybermut
 - ZLIB extension is now built-in in the Windows distribution.
   External extension (php_zlib.dll) has been removed. (Edin)
-- Fix a crash when using invalid color index with imagecolortransparent()
-  (Pierre-Alain Joye).
+- Fix a crash when using invalid color index with imagecolortransparent().
+  (Pierre-Alain Joye)
 - Fixed bug #20987 (no handling for client certificates). (Ilia)
 - Fixed bug #21039 (crash when not supplying an IV to mcrypt_generic_init).
   (Derick)
@@ -95,7 +95,7 @@
   true-color image). (Ilia)
 - Fixed a crash when converting between true-color images (png/jpeg) and
   gd1/gd2 image formats, png/jpeg -> gd1/gd2 -> png/jpeg conversion now
-  works correctly. (Ilia, (Pierre-Alain Joye).
+  works correctly. (Ilia, Pierre-Alain Joye).
 - Fixed a memory leak in the bundled GD library inside 
   gdImageTrueColorToPalette(). (Ilia)
 - Fixed bug #12776 (array_walk crash). (Moriyoshi)



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

Reply via email to