X-Git-Url: http://git.pld-linux.org/gitweb.cgi?a=blobdiff_plain;f=php-ini.patch;h=c19d4dcb0a1d6a0b7d7da83d8be95982f00bf1d5;hb=b7d3a9cf2e951584944b0c73fcb841695ac041ac;hp=27cd2120282f542d27c3c96c62c3a933b49a6fa3;hpb=592e2b996366cf8ee7a3dafff532880245a1154a;p=packages%2Fphp.git diff --git a/php-ini.patch b/php-ini.patch index 27cd212..c19d4dc 100644 --- a/php-ini.patch +++ b/php-ini.patch @@ -128,11 +128,24 @@ ;;;;;;;;;;;;;;;; ; 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=) 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- or php82-pecl- 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 @@ -142,7 +155,6 @@ -;extension=gmp -;extension=intl -;extension=imap --;extension=ldap -;extension=mbstring -;extension=exif ; Must be after mbstring as it depends on it -;extension=mysqli @@ -172,10 +184,10 @@ -;extension=zip - -;zend_extension=opcache -+; In PLD Linux you can install appropriate php80- or php80-pecl- package. - +- ;;;;;;;;;;;;;;;;;;; ; Module Settings ; + ;;;;;;;;;;;;;;;;;;; @@ -954,8 +867,9 @@ [Date] @@ -229,7 +241,7 @@ ; (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= @@ -356,8 +368,13 @@ -;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