summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfoobar <sniper@php.net>2005-09-24 18:18:58 +0000
committerfoobar <sniper@php.net>2005-09-24 18:18:58 +0000
commit0d9bc3a6791d9dd7cf3b564c449c54504f0a999c (patch)
tree6eab86944a3633a0603aaae94260f5939f0fd7fb
parentba8a8d9f25b16540d4d46df8129e6ff9f54cf010 (diff)
downloadphp-git-0d9bc3a6791d9dd7cf3b564c449c54504f0a999c.tar.gz
Documentation belongs elsewhere
-rw-r--r--NEWS5
1 files changed, 2 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 916db41448..4c2a1f3a07 100644
--- 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.