]> git.pld-linux.org Git - packages/php.git/blobdiff - php-ini.patch
up to 8.2.17
[packages/php.git] / php-ini.patch
index 27cd2120282f542d27c3c96c62c3a933b49a6fa3..c19d4dcb0a1d6a0b7d7da83d8be95982f00bf1d5 100644 (file)
  ;;;;;;;;;;;;;;;;
  ; File Uploads ;
  ;;;;;;;;;;;;;;;;
-@@ -863,46 +863,7 @@
- ;   extension folders as well as the separate PECL DLL download.
- ;   Be sure to appropriately set the extension_dir directive.
+@@ -857,58 +857,9 @@ default_socket_timeout = 60
+ ; deprecated in a future PHP major version. So, when it is possible, please
+ ; move to the new ('extension=<ext>) syntax.
+ ;
+-; Notes for Windows environments :
+ ;
+-; - Many DLL files are located in the ext/
+-;   extension folders as well as the separate PECL DLL download.
+-;   Be sure to appropriately set the extension_dir directive.
++; In PLD Linux you can install appropriate php82-<extension> or php82-pecl-<extension> package.
  ;
 -;extension=bz2
+-
+-; The ldap extension must be before curl if OpenSSL 1.0.2 and OpenLDAP is used
+-; otherwise it results in segfault when unloading after using SASL.
+-; See https://github.com/php/php-src/issues/8620 for more info.
+-;extension=ldap
+-
 -;extension=curl
 -;extension=ffi
 -;extension=ftp
 -;extension=gmp
 -;extension=intl
 -;extension=imap
--;extension=ldap
 -;extension=mbstring
 -;extension=exif      ; Must be after mbstring as it depends on it
 -;extension=mysqli
 -;extension=zip
 -
 -;zend_extension=opcache
-+; In PLD Linux you can install appropriate php80-<extension> or php80-pecl-<extension> package.
+-
  ;;;;;;;;;;;;;;;;;;;
  ; Module Settings ;
+ ;;;;;;;;;;;;;;;;;;;
 @@ -954,8 +867,9 @@
  
  [Date]
  
  ; (time to live) Sets the number of second while cached file will be used
  ; instead of original one.
-@@ -1674,160 +1674,6 @@
+@@ -1674,165 +1674,6 @@
  [dba]
  ;dba.default_handler=
  
 -;opcache.file_cache_fallback=1
 -
 -; Enables or disables copying of PHP code (text segment) into HUGE PAGES.
--; This should improve performance, but requires appropriate OS configuration.
--;opcache.huge_code_pages=1
+-; Under certain circumstances (if only a single global PHP process is
+-; started from which all others fork), this can increase performance
+-; by a tiny amount because TLB misses are reduced.  On the other hand, this
+-; delays PHP startup, increases memory usage and degrades performance
+-; under memory pressure - use with care.
+-; Requires appropriate OS configuration.
+-;opcache.huge_code_pages=0
 -
 -; Validate cached file permissions.
 -;opcache.validate_permission=0
This page took 0.040266 seconds and 4 git commands to generate.