diff options
| author | <changelog@php.net> | 2000-05-27 02:15:06 +0000 |
|---|---|---|
| committer | <changelog@php.net> | 2000-05-27 02:15:06 +0000 |
| commit | 73bd59943c01e60aeba3baf120606d1a59a6962a (patch) | |
| tree | 3b2850985bbe4fd24d71e0d2893dbf372a01dd81 | |
| parent | abb31591ffe967bc7b9b689fb634fa61e21c45e3 (diff) | |
| download | php-git-73bd59943c01e60aeba3baf120606d1a59a6962a.tar.gz | |
NEWS update
| -rw-r--r-- | NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -2,6 +2,11 @@ PHP 4.0 NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| ?? ??? 2000, Version 4.0.1 +- Changed the Apache handler's return status to 'Declined' when a requested + PHP file could not be found. Returning 'Not Found' caused problems + in the ErrorDocument handler stage in that $REDIRECT_REDIRECT_ERROR_NOTES + was not getting set at all. Moving to 'Declined' shoudl fix this and I + can't see any other side effects. (Rasmus) - Fixed scanning decimal numbers in internationalized environments. They should always be in standard US format e.g. 23.3. (Andi, Zend Engine) - Added second argument to preg_quote() which allows quoting of |
