summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKalle Sommer Nielsen <kalle@php.net>2010-04-12 07:01:46 +0000
committerKalle Sommer Nielsen <kalle@php.net>2010-04-12 07:01:46 +0000
commitecd006350ab1a068acb5acd888ee73356022e7dd (patch)
treeddba0e1a23649ae64113263ec776515e9a37d129
parent8087be61d025139ff97d3356ceacd2603b779754 (diff)
downloadphp-git-ecd006350ab1a068acb5acd888ee73356022e7dd.tar.gz
NEWS entry for the define_syslog_variables commit
-rw-r--r--NEWS5
1 files changed, 4 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index c8361912d0..f466f81abf 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-PHP NEWS
+PHP NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
?? ??? 201?, PHP 5.3.99
- Upgraded bundled sqlite to version 3.6.23.1. (Ilia)
@@ -15,6 +15,9 @@ PHP NEWS
- default_charset if not specified is now UTF-8 instead of ISO-8859-1. (Rasmus)
- default session.entropy_file is now /dev/urandom or /dev/arandom if either
is present at compile time. (Rasmus)
+
+- Removed legacy features:
+ . define_syslog_variables ini option and its associated function. (Kalle)
?? ??? 20??, PHP 5.3.3
- Upgraded bundled PCRE to version 8.01. (Ilia)