derick          Thu May 27 08:28:41 2004 EDT

  Modified files:              
    /php-src    NEWS 
  Log:
  Put similar items next to eachother
  
http://cvs.php.net/diff.php/php-src/NEWS?r1=1.1718&r2=1.1719&ty=u
Index: php-src/NEWS
diff -u php-src/NEWS:1.1718 php-src/NEWS:1.1719
--- php-src/NEWS:1.1718 Thu May 27 08:01:14 2004
+++ php-src/NEWS        Thu May 27 08:28:41 2004
@@ -1,15 +1,15 @@
 PHP                                                                        NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
 27 May 2004, PHP 5 Release Candidate 3
-- Fixed problem with exceptions returning from include(). (Dmitry)
-- Changed class type hints for function parameters to not allow the passing of
-  NULL values.
-- Fixed memory leak in memory manager. (Andi)
 - Moved the PDFLib extension to PECL. (Wez)
 - Added support for dumping private/protected properties to var_dump().
   (Andrey)
 - Added count() support for COM arrays. (Wez)
+- Changed class type hints for function parameters to not allow the passing of
+  NULL values. (Andi)
 - Changed tidy_node to tidyNode and removed tidy_exception. (John)
+- Fixed memory leak in memory manager. (Andi)
+- Fixed problem with exceptions returning from include(). (Dmitry)
 - Fixed bug #28311 (Transparency detection code is off by 1).
   (Ilia, pikeman at pikeman dot sytes dot net)
 - Fixed bug #28304 (Missing bounds check inside imagefilter()). (Ilia)

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

Reply via email to