pajoye          Mon Jul 24 18:30:54 2006 UTC

  Modified files:              (Branch: PHP_5_2)
    /php-src    NEWS 
  Log:
  - #38179 and zip entry
  
  
http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.138&r2=1.2027.2.547.2.139&diff_format=u
Index: php-src/NEWS
diff -u php-src/NEWS:1.2027.2.547.2.138 php-src/NEWS:1.2027.2.547.2.139
--- php-src/NEWS:1.2027.2.547.2.138     Mon Jul 24 07:43:48 2006
+++ php-src/NEWS        Mon Jul 24 18:30:53 2006
@@ -65,6 +65,7 @@
   . Added readInnerXML(), readOuterXML(), readString(), setSchema(). (2.6.20+)
   . Changed to passing libxml options when loading reader.
 
+- Added Zip Archive extension. (Pierre)
 - Added RFC1867 fileupload processing hook. (Stefan E.)
 - Added JSON and Filter extensions. (Derick, Rasmus)
 - Added error messages to disk_free_space() and disk_total_space()
@@ -104,6 +105,8 @@
 - Fixed handling of extremely long paths inside tempnam() function. (Ilia)
 - Fixed bug #38183 (disable_classes=Foobar causes disabled class to be
   called Foo). (Jani)
+- Fixed bug #38179 (imagecopy from a palette to a truecolor image loose
+  alpha channel) (Pierre)
 - Fixed bug #38146 (Cannot use array returned from foo::__get('bar') in write
   context). (Dmitry)
 - Fixed bug #38125 (undefined reference to spl_dual_it_free_storage). (Marcus)

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

Reply via email to