bjori           Tue Oct 24 21:32:29 2006 UTC

  Modified files:              (Branch: PHP_5_2)
    /php-src    README.UPDATE_5_2 
  Log:
  New INI entrys
  php-cli searching php.ini "bc break"
  
  
http://cvs.php.net/viewvc.cgi/php-src/README.UPDATE_5_2?r1=1.1.2.19&r2=1.1.2.20&diff_format=u
Index: php-src/README.UPDATE_5_2
diff -u php-src/README.UPDATE_5_2:1.1.2.19 php-src/README.UPDATE_5_2:1.1.2.20
--- php-src/README.UPDATE_5_2:1.1.2.19  Tue Oct 24 21:16:24 2006
+++ php-src/README.UPDATE_5_2   Tue Oct 24 21:32:29 2006
@@ -184,6 +184,7 @@
 ====
 - $php_errormsg now prepends the function name causing the error
 - $php_errormsg doesn't get populated anymore when using custom error handler
+- PHP-CLI does no longer search in cwd for php.ini
 
 Error messages
 ==============
@@ -559,3 +560,9 @@
   - boolean XMLReader::open(string URI [, string encoding [, int options]]) 
(encoding, options)
   - boolean XMLReader::XML(string source [, string encoding [, int options]]) 
(encoding, options)
 
+New INI settings:
+=================
+pcre.backtrack_limit PHP_INI_ALL, default: 100000
+pcre.recursion_limit PHP_INI_ALL, default: 100000
+session.cookie_httponly PHP_INI_ALL, default: false
+allow_url_include PHP_INI_SYSTEM, default: false

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

Reply via email to