From e2fc5db26771aeb8e0fe60fb7f5f15733053c3af Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 25 Mar 2015 13:20:09 +0100 Subject: php70-php: sync php.ini with upstream php.ini-production --- php.spec | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) (limited to 'php.spec') diff --git a/php.spec b/php.spec index 67d884c..ed2ad46 100644 --- a/php.spec +++ b/php.spec @@ -19,9 +19,6 @@ %global opcachever 7.0.4-dev %global oci8ver 2.0.9 -# Use for first build of PHP (mostly to disable test suite) -%global php_bootstrap 1 - # Adds -z now to the linker flags %global _hardened_build 1 @@ -55,11 +52,7 @@ %global with_lsws 1 # Regression tests take a long time, you can skip 'em with this -%if %{php_bootstrap} -%global runselftest 0 -%else %{!?runselftest: %global runselftest 1} -%endif # Use the arch-specific mysql_config binary to avoid mismatch with the # arch detection heuristic used by bindir/mysql_config. @@ -67,6 +60,7 @@ # Optional components; pass "--with mssql" etc to rpmbuild. #global with_oci8 %{?_with_oci8:1}%{!?_with_oci8:0} +### TODO : create specific 20-oci8.ini configuration file ### %global with_oci8 0 %global with_imap 1 @@ -1807,6 +1801,7 @@ fi * Wed Mar 25 2015 Remi Collet 7.0.0-0.2.20150325git23336d7 - fix mod_php configuration - disable static json +- sync php.ini with upstream php.ini-production * Wed Mar 25 2015 Remi Collet 7.0.0-0.1.20150325git23336d7 - update for php 7.0.0 -- cgit