]> git.pld-linux.org Git - packages/php.git/blobdiff - php-ini.patch
drop charsetini patches
[packages/php.git] / php-ini.patch
index 509448ace92a4ca95ebfb6e395dc22adde5b0d8e..565546655596a9a57b2793536c7f2c60318b169d 100644 (file)
@@ -1,5 +1,5 @@
---- php-7.1.0alpha2/php.ini~   2016-07-04 14:50:51.000000000 +0300
-+++ php-7.1.0alpha2/php.ini    2016-07-04 14:55:32.781046036 +0300
+--- php-7.1.0RC3/php.ini~      2016-10-04 18:47:57.000000000 +0300
++++ php-7.1.0RC3/php.ini       2016-10-04 18:50:05.861335161 +0300
 @@ -82,6 +82,20 @@
  ; much more verbose when it comes to errors. We recommending using the
  ; development version only in development environments as errors shown to
@@ -57,7 +57,7 @@
  ; On windows:
  ; extension_dir = "ext"
  
-@@ -760,53 +760,6 @@
+@@ -761,65 +761,6 @@
  ; http://php.net/enable-dl
  enable_dl = Off
  
 -; http://php.net/cgi.fix-pathinfo
 -;cgi.fix_pathinfo=1
 -
+-; if cgi.discard_path is enabled, the PHP CGI binary can safely be placed outside
+-; of the web tree and people will not be able to circumvent .htaccess security.
+-; http://php.net/cgi.dicard-path
+-;cgi.discard_path=1
+-
 -; FastCGI under IIS (on WINNT based OS) supports the ability to impersonate
 -; security tokens of the calling client.  This allows IIS to define the
 -; security context that the request runs under.  mod_fastcgi under Apache
 -; Default is zero.
 -; http://php.net/cgi.rfc2616-headers
 -;cgi.rfc2616_headers = 0
+-
+-; cgi.check_shebang_line controls whether CGI PHP checks for line starting with #!
+-; (shebang) at the top of the running script. This line might be needed if the
+-; script support running both as stand-alone script and via PHP CGI<. PHP in CGI
+-; mode skips this line and ignores its content if this directive is turned on.
+-; http://php.net/cgi.check-shebang-line
+-;cgi.check_shebang_line=1
 -
  ;;;;;;;;;;;;;;;;
  ; File Uploads ;
This page took 0.03156 seconds and 4 git commands to generate.