pajoye          Tue Dec  5 01:25:29 2006 UTC

  Modified files:              (Branch: PHP_5_2)
    /php-src    NEWS 
  Log:
  - invalid filter
  
  
http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.399&r2=1.2027.2.547.2.400&diff_format=u
Index: php-src/NEWS
diff -u php-src/NEWS:1.2027.2.547.2.399 php-src/NEWS:1.2027.2.547.2.400
--- php-src/NEWS:1.2027.2.547.2.399     Mon Dec  4 16:20:02 2006
+++ php-src/NEWS        Tue Dec  5 01:25:29 2006
@@ -36,7 +36,7 @@
   . Fixed leak in statName and stateIndex
   . Fixed return setComment (Hannes)
   . Added addEmptyDir method
-- Filter Extension Improvements (Ilia)
+- Filter Extension Improvements (Ilia, Pierre)
   . Fixed a bug when callback function returns a non-modified value.
   . Added filter support for $_SERVER in cgi/apache2 sapis.
   . Make sure PHP_SELF is filtered in Apache 1 sapi.
@@ -44,6 +44,7 @@
     php_filter.h).
   . Added "default" option that allows a default value to be set for
     an invalid or missing value.
+  . Invalid filters fails instead of returning unsafe value
 - Fixed wrong signature initialization in imagepng (Takeshi Abe)
 - Added optimization for imageline with horizontal and vertial lines (Pierre)
 - Fixed bug #39718 (possible crash if assert.callback is set in ini). (Ilia)

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to