]> granicus.if.org Git - php/commitdiff
Documentation belongs elsewhere
authorfoobar <sniper@php.net>
Sat, 24 Sep 2005 18:18:58 +0000 (18:18 +0000)
committerfoobar <sniper@php.net>
Sat, 24 Sep 2005 18:18:58 +0000 (18:18 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 916db414489eb8116b542d2692c8ac054deda192..4c2a1f3a0783106a1f989c501f27f1bc244dbdcf 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,9 +1,8 @@
 PHP                                                                        NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
 ?? Aug 2005, PHP 5.1 Release Candidate 2
-- Bundle SQLite extension as a shared module in Windows distribution. This
-  means that the Windows users would have to add php_extension=php_sqlite.dll
-  into their php.ini to enable SQLite functionality. (Edin)
+- Changed SQLite extension to be a shared module in Windows distribution.
+  (Edin)
 - Changed "instanceof" and "catch" operators, is_a() and is_subclass_of()
   functions to not call __autoload(). (Dmitry)
 - Added support for class constants and static members for internal classes.