summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorKalle Sommer Nielsen <kalle@php.net>2010-04-12 07:34:30 +0000
committerKalle Sommer Nielsen <kalle@php.net>2010-04-12 07:34:30 +0000
commit4e7b11cccedddcdaa57c694d13d9276c8997d413 (patch)
treeb5f726f970b39cee801695bf12ee674d35624bcc /NEWS
parentecd006350ab1a068acb5acd888ee73356022e7dd (diff)
downloadphp-git-4e7b11cccedddcdaa57c694d13d9276c8997d413.tar.gz
Removed y2k_compliance ini option, making it "always" enabled internally
- The only reference to y2k_compliance was in php_std_date(). Browsers thats not compatable have a marketshare of 0.01% if they even are in use today
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS8
1 files changed, 5 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index f466f81abf..c1a1c7a879 100644
--- a/NEWS
+++ b/NEWS
@@ -13,11 +13,13 @@
- Added command line option --rz to CLI. (Johannes)
- 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
+
+- Changed session.entropy_file to default to /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)
+- Removed legacy features: (Kalle)
+ . define_syslog_variables ini option and its associated function.
+ . y2k_compliance ini option.
?? ??? 20??, PHP 5.3.3
- Upgraded bundled PCRE to version 8.01. (Ilia)