diff options
author | Ilia Alshanetsky <iliaa@php.net> | 2006-05-17 13:28:29 +0000 |
---|---|---|
committer | Ilia Alshanetsky <iliaa@php.net> | 2006-05-17 13:28:29 +0000 |
commit | 4fd736fbe901cfbe816b74a1ef1fea0d545875b5 (patch) | |
tree | a46504b6788b6e679495300c9db7c5de0a9eaae3 /NEWS | |
parent | 21724432de9871aeb75a2f3b14bf1e4df6933f5f (diff) | |
download | php-git-4fd736fbe901cfbe816b74a1ef1fea0d545875b5.tar.gz |
Bug fixing news
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -58,6 +58,8 @@ PHP NEWS - Fixed bug #37244 (Added strict flag to base64_decode() that enforces RFC3548 compliance). (Ilia) - Fixed bug #36630 (umask not reset at the end of the request). (Ilia) +- Fixed bug #35512 (Lack of read permission on main script results in + E_WARNING rather then E_ERROR). (Ilia) 04 May 2006, PHP 5.1.4 - Added "capture_peer_cert" and "capture_peer_cert_chain" context options |