]> git.pld-linux.org Git - packages/php.git/blobdiff - php-ini.patch
- updated to 8.0.2 (solves CVE-2021-21702)
[packages/php.git] / php-ini.patch
index 6f7f5a4305680a42378cf190256243cbacc9b492..badcd345bdaa641ea93c75265f772af42141dd7e 100644 (file)
@@ -1,9 +1,11 @@
 --- php-8.0.1/php.ini~ 2021-02-04 11:05:51.000000000 +0200
 +++ php-8.0.1/php.ini  2021-02-04 11:08:35.715925882 +0200
-@@ -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
+@@ -82,8 +82,19 @@
+ ; much more verbose when it comes to errors. We recommend using the
+ ; development version only in development environments, as errors shown to
  ; application users can inadvertently leak otherwise secure information.
+-
+-; This is the php.ini-production INI file.
 +;
 +; This is the default settings file for new PHP installations from
 +; PLD Linux Distribution.
@@ -17,7 +19,6 @@
 +; /etc/php/php-cli.ini, /etc/php/php-apache.ini...) is INCLUDED
 +; (so you don't have to duplicate whole large file to override only
 +; few options)
-+
  
  ;;;;;;;;;;;;;;;;;;;
  ; Quick Reference ;
@@ -40,8 +41,8 @@
 -short_open_tag = Off
 +short_open_tag = On
  
- ; Allow ASP-style <% %> tags.
- ; http://php.net/asp-tags
+ ; The number of significant digits displayed in floating point numbers.
+ ; http://php.net/precision
 @@ -360,7 +372,7 @@
  ; threat in any way, but it makes it possible to determine whether you use PHP
  ; on your server or not.
 -;iconv.output_encoding =
 +iconv.output_encoding = UTF-8
  
- [intl]
- ;intl.default_locale =
+ [imap]
+ ; rsh/ssh logins are disabled by default. Use this INI entry if you want to
 @@ -1360,7 +1274,7 @@
  
  [browscap]
This page took 0.029906 seconds and 4 git commands to generate.