diff options
author | Kalle Sommer Nielsen <kalle@php.net> | 2010-04-12 07:34:30 +0000 |
---|---|---|
committer | Kalle Sommer Nielsen <kalle@php.net> | 2010-04-12 07:34:30 +0000 |
commit | 4e7b11cccedddcdaa57c694d13d9276c8997d413 (patch) | |
tree | b5f726f970b39cee801695bf12ee674d35624bcc /NEWS | |
parent | ecd006350ab1a068acb5acd888ee73356022e7dd (diff) | |
download | php-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-- | NEWS | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -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) |