diff options
author | Michael Wallner <mike@php.net> | 2006-05-28 20:34:10 +0000 |
---|---|---|
committer | Michael Wallner <mike@php.net> | 2006-05-28 20:34:10 +0000 |
commit | 7ac96de03938bcce07ed8882b2e66b9f92a3de63 (patch) | |
tree | dc5167d7394006bd2fb5c9eba8272ad035c51754 | |
parent | d724f9cfb14767b9f4ef95150ca62d2694c62e7b (diff) | |
download | php-git-7ac96de03938bcce07ed8882b2e66b9f92a3de63.tar.gz |
- news entry for apache2handler ap_set_content_type() fix
-rw-r--r-- | NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,6 +1,7 @@ PHP NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| ?? ??? 2006, PHP 5.2.0 +- Changed Apache 2 Handler SAPI to call ap_set_content_type() once only. (Mike) - Changed E_ALL error reporting mode to includes E_RECOVERABLE_ERROR. (Marcus) - Added control character checks for cURL extension's open_basedir/safe_mode checks. (Ilia) |