]> TLD Linux GIT Repositories - packages/php.git/commitdiff
- don't enable browscap.ini by default, PHP 7.4 will fail to run if
authorMarcin Krol <hawk@tld-linux.org>
Fri, 13 Dec 2019 23:02:20 +0000 (00:02 +0100)
committerMarcin Krol <hawk@tld-linux.org>
Fri, 13 Dec 2019 23:02:20 +0000 (00:02 +0100)
  browscap.ini is enabled but missing
- updated php.ini description

php-ini.patch

index 5a713102cc98427bf4b4160f2d23b82afbcbd818..3d37fd86c5ac0ddf5520845da9d05759ac495ff6 100644 (file)
@@ -1,23 +1,19 @@
 --- php-7.4.0/php.ini  2019-11-26 21:13:36.000000000 +0100
 +++ php-7.4.0/php.ini  2019-12-13 00:49:46.186000000 +0100
-@@ -82,6 +82,20 @@
+@@ -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
  ; application users can inadvertently leak otherwise secure information.
 +;
-+; This is the default settings file for new PHP installations from
-+; TLD Linux.
++; This is the default settings file for new PHP installations on TLD Linux.
 +;
-+; It's based mainly on php.ini-production, but with some changes made with
-+; security in mind (see below, consult also http://php.net/manual/en/security.php).
++; 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 installations /etc/php74/php.ini file
-+; contains global settings for all SAPIs (cgi, cli, apache...),
-+; and after reading this file, SAPI-specific file (/etc/php74/php-cgi-fcgi.ini,
-+; /etc/php74/php-cli.ini, /etc/php74/php-apache.ini...) is INCLUDED
-+; (so you don't have to duplicate whole large file to override only
-+; few options)
-+
++; Please note, that in TLD Linux file /etc/php74/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.
  
  ; Default host for mysqli_connect() (doesn't apply in safe mode).
  ; http://php.net/mysqli.default-host
  mysqli.default_host =
-@@ -1304,7 +1263,7 @@
- [browscap]
- ; http://php.net/browscap
--;browscap = extra/browscap.ini
-+browscap = /etc/php/browscap.ini
- [Session]
- ; Handler used to store/retrieve data.
 @@ -1748,7 +1707,7 @@
  
  ; Sets the directory name where SOAP extension will put cache files.