]> TLD Linux GIT Repositories - packages/php.git/blobdiff - php-ini.patch
- updated to 8.0.0, merged patch updates from PLD
[packages/php.git] / php-ini.patch
index 00b1381d6259daca1e41dec9c07cc31b08a58461..d3b5ecb6269648cfd27880b173dea1cc107b257f 100644 (file)
@@ -1,5 +1,5 @@
---- php-7.4.1/php.ini  2019-12-17 17:35:58.000000000 +0100
-+++ php-7.4.1/php.ini  2019-12-22 17:27:40.860000000 +0100
+--- php-8.0.0/php.ini  2020-11-24 18:04:03.000000000 +0100
++++ php-8.0.0/php.ini  2020-12-05 23:44:57.718592809 +0100
 @@ -82,6 +82,16 @@
  ; much more verbose when it comes to errors. We recommend using the
  ; development version only in development environments, as errors shown to
 +; It is based mainly on php.ini-production, but with some changes made with
 +; security in mind (http://php.net/manual/en/security.php).
 +;
-+; Please note, that in TLD Linux file /etc/php74/php.ini contains global
++; Please note, that in TLD Linux file /etc/php80/php.ini contains global
 +; settings for all SAPIs (cgi, cli, apache...), and after reading this file
 +; SAPI-specific file is included so you don't have to duplicate whole large
 +; file to override only few options.
  
  ; This is the php.ini-production INI file.
  
-@@ -144,7 +154,7 @@
+@@ -145,7 +155,7 @@
  ;   Production Value: 5
  
  ; short_open_tag
@@ -26,7 +26,7 @@
  ;   Development Value: Off
  ;   Production Value: Off
  
-@@ -160,7 +170,7 @@
+@@ -171,7 +181,7 @@
  ;user_ini.filename = ".user.ini"
  
  ; To disable this feature set this option to an empty value
@@ -35,7 +35,7 @@
  
  ; TTL for user-defined php.ini files (time-to-live) in seconds. Default is 300 seconds (5 minutes)
  ;user_ini.cache_ttl = 300
-@@ -180,7 +190,7 @@
+@@ -191,7 +201,7 @@
  ; documents, however this remains supported for backward compatibility reasons.
  ; Note that this directive does not control the <?= shorthand tag, which can be
  ; used regardless of this directive.
@@ -44,7 +44,7 @@
  ; Development Value: Off
  ; Production Value: Off
  ; http://php.net/short-open-tag
-@@ -376,7 +386,7 @@
+@@ -397,7 +407,7 @@
  ; threat in any way, but it makes it possible to determine whether you use PHP
  ; on your server or not.
  ; http://php.net/expose-php
@@ -53,7 +53,7 @@
  
  ;;;;;;;;;;;;;;;;;;;
  ; Resource Limits ;
-@@ -756,9 +766,7 @@
+@@ -765,9 +775,7 @@
  
  ; Directory in which the loadable extensions (modules) reside.
  ; http://php.net/extension-dir
@@ -64,7 +64,7 @@
  
  ; Directory where the temporary files should be placed.
  ; Defaults to the system default (see sys_get_temp_dir)
-@@ -770,64 +778,6 @@
+@@ -779,64 +787,6 @@
  ; http://php.net/enable-dl
  enable_dl = Off
  
  ;;;;;;;;;;;;;;;;
  ; File Uploads ;
  ;;;;;;;;;;;;;;;;
-@@ -983,19 +933,19 @@
+@@ -994,19 +944,19 @@
  ; Use of this INI entry is deprecated, use global input_encoding instead.
  ; If empty, default_charset or input_encoding or iconv.input_encoding is used.
  ; The precedence is: default_charset < input_encoding < iconv.input_encoding
  
  [imap]
  ; rsh/ssh logins are disabled by default. Use this INI entry if you want to
-@@ -1163,6 +1113,9 @@
+@@ -1172,6 +1122,9 @@
  ; http://php.net/mysqli.default-socket
  mysqli.default_socket =
  
  ; Default host for mysqli_connect() (doesn't apply in safe mode).
  ; http://php.net/mysqli.default-host
  mysqli.default_host =
-@@ -1304,7 +1257,7 @@
+@@ -1313,7 +1266,7 @@
  
  [browscap]
  ; http://php.net/browscap
  
  [Session]
  ; Handler used to store/retrieve data.
-@@ -1748,7 +1701,7 @@
+@@ -1736,7 +1689,7 @@
  
  ; Sets the directory name where SOAP extension will put cache files.
  ; http://php.net/soap.wsdl-cache-dir
  
  ; (time to live) Sets the number of second while cached file will be used
  ; instead of original one.
-@@ -1769,160 +1722,6 @@
+@@ -1757,160 +1710,6 @@
  [dba]
  ;dba.default_handler=
  
 -; size of the optimized code.
 -;opcache.save_comments=1
 -
+-; If enabled, compilation warnings (including notices and deprecations) will
+-; be recorded and replayed each time a file is included. Otherwise, compilation
+-; warnings will only be emitted when the file is first cached.
+-;opcache.record_warnings=0
+-
 -; Allow file existence override (file_exists, etc.) performance feature.
 -;opcache.enable_file_override=0
 -
 -; Absolute path used to store shared lockfiles (for *nix only).
 -;opcache.lockfile_path=/tmp
 -
--[curl]
--; A default value for the CURLOPT_CAINFO option. This is required to be an
--; absolute path.
--;curl.cainfo =
--
- [openssl]
- ; The location of a Certificate Authority (CA) file on the local filesystem
- ; to use when verifying the identity of SSL/TLS peers. Most users should
+ [curl]
+ ; A default value for the CURLOPT_CAINFO option. This is required to be an
+ ; absolute path.