sniper          Thu Jul  7 04:42:57 2005 EDT

  Modified files:              
    /php-src    NEWS 
  Log:
  reorder. Also: Documentation belongs elsewhere :)
  
http://cvs.php.net/diff.php/php-src/NEWS?r1=1.1983&r2=1.1984&ty=u
Index: php-src/NEWS
diff -u php-src/NEWS:1.1983 php-src/NEWS:1.1984
--- php-src/NEWS:1.1983 Thu Jul  7 01:54:36 2005
+++ php-src/NEWS        Thu Jul  7 04:42:53 2005
@@ -1,15 +1,12 @@
 PHP                                                                        NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
 ?? ??? 2005, PHP 5.1 Beta 3
-- Fixed support for shared extensions on AIX. Now CLI/CGI PHP binaries are 
-  compiled with runtime linker. Shared extensions are compiled as .so (ready
-  for runtime linking). To support shared extensions Apache/Apache2 must be
-  linked with -brtl too. (Dmitry)
 - Upgraded bundled SQLite library for PDO:SQLite to 3.2.2 (Ilia)
 - Added PDO_MYSQL_ATTR_USE_BUFFERED_QUERY parameter for pdo_mysql. (Ilia)
 - Added date_timezone_set() function to set the timezone that the date
   functions will use. (Derick)
 - Implemented feature request #33452 (Year belonging to ISO week). (Derick)
+- Fixed support for shared extensions on AIX. (Dmitry)
 - Fixed memory corruption in pg_copy_from() in case the as_null parameter was
   passed. (Derick)
 - Fixed crash inside stream_get_line() when length parameter equals 0. (Ilia)

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

Reply via email to