]> git.pld-linux.org Git - packages/php.git/commitdiff
Up to 8.0.1 auto/th/php80-8.0.1-1
authorElan Ruusamäe <glen@pld-linux.org>
Thu, 4 Feb 2021 09:05:32 +0000 (11:05 +0200)
committerElan Ruusamäe <glen@pld-linux.org>
Thu, 4 Feb 2021 09:10:25 +0000 (11:10 +0200)
php-ini.patch
php.spec

index 602254622ccfa35c8b019f96b070ffb4a3e21a9d..6f7f5a4305680a42378cf190256243cbacc9b492 100644 (file)
@@ -1,5 +1,5 @@
---- php-8.0.0beta4/php.ini~    2020-10-03 12:50:10.000000000 +0300
-+++ php-8.0.0beta4/php.ini     2020-10-03 12:54:30.499681036 +0300
+--- 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
  ;;;;;;;;;;;;;;;;
  ; File Uploads ;
  ;;;;;;;;;;;;;;;;
-@@ -871,44 +871,8 @@
+@@ -871,45 +871,7 @@
  ;   extension folders as well as the separate PECL DLL download (PHP 5+).
  ;   Be sure to appropriately set the extension_dir directive.
  ;
 -;extension=exif      ; Must be after mbstring as it depends on it
 -;extension=mysqli
 -;extension=oci8_12c  ; Use with Oracle Database 12c Instant Client
+-;extension=oci8_19  ; Use with Oracle Database 19 Instant Client
 -;extension=odbc
 -;extension=openssl
 -;extension=pdo_firebird
 -
 -;zend_extension=opcache
 +; In PLD Linux you can install appropriate php80-<extension> or php80-pecl-<extension> package.
-+;
  
  ;;;;;;;;;;;;;;;;;;;
  ; Module Settings ;
index f0f6447a80f0e013a6116a6ef33fd8f7d839282d..c70c83a807a8e3b2bf548b23fdb5676c91939088 100644 (file)
--- a/php.spec
+++ b/php.spec
@@ -147,8 +147,8 @@ Summary(pt_BR.UTF-8):       A linguagem de script PHP
 Summary(ru.UTF-8):     PHP - язык препроцессирования HTML-файлов, выполняемый на сервере
 Summary(uk.UTF-8):     PHP - мова препроцесування HTML-файлів, виконувана на сервері
 Name:          %{orgname}%{php_suffix}
-Version:       8.0.0
-Release:       2
+Version:       8.0.1
+Release:       1
 Epoch:         4
 # All files licensed under PHP version 3.01, except
 # Zend is licensed under Zend
@@ -156,7 +156,7 @@ Epoch:              4
 License:       PHP 3.01 and Zend and BSD
 Group:         Libraries
 Source0:       https://php.net/distributions/%{orgname}-%{version}.tar.xz
-# Source0-md5: 52ad70ea64968d6095c6e38139533d57
+# Source0-md5: f860a700a0eb929444c85f3ca53faa60
 Source1:       opcache.ini
 Source2:       %{orgname}-mod_php.conf
 Source3:       %{orgname}-cgi-fcgi.ini
@@ -294,7 +294,7 @@ BuildRoot:  %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 %define                jsonver         %{version}
 %define                pharver         %{version}
 %define                sqlite3ver      %{version}
-%define                zipver          1.19.1
+%define                zipver          1.19.2
 %define                phpdbgver       %{version}
 %define                sodiumver       %{version}
 
This page took 0.186154 seconds and 4 git commands to generate.