From e6665ddcf1c686d2d5dcf35c91e8973e6de579d6 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 16 May 2022 16:45:22 +0200 Subject: refresh --- 20-oci8.ini | 25 ++++++++++++++++--------- failed.txt | 2 +- php.spec | 12 +++++++++--- 3 files changed, 26 insertions(+), 13 deletions(-) diff --git a/20-oci8.ini b/20-oci8.ini index 46e0668..3777858 100644 --- a/20-oci8.ini +++ b/20-oci8.ini @@ -3,29 +3,29 @@ extension=oci8 ; Connection: Enables privileged connections using external ; credentials (OCI_SYSOPER, OCI_SYSDBA) -; http://php.net/oci8.privileged-connect +; https://php.net/oci8.privileged-connect ;oci8.privileged_connect = Off ; Connection: The maximum number of persistent OCI8 connections per ; process. Using -1 means no limit. -; http://php.net/oci8.max-persistent +; https://php.net/oci8.max-persistent ;oci8.max_persistent = -1 ; Connection: The maximum number of seconds a process is allowed to ; maintain an idle persistent connection. Using -1 means idle ; persistent connections will be maintained forever. -; http://php.net/oci8.persistent-timeout +; https://php.net/oci8.persistent-timeout ;oci8.persistent_timeout = -1 ; Connection: The number of seconds that must pass before issuing a ; ping during oci_pconnect() to check the connection validity. When ; set to 0, each oci_pconnect() will cause a ping. Using -1 disables ; pings completely. -; http://php.net/oci8.ping-interval +; https://php.net/oci8.ping-interval ;oci8.ping_interval = 60 ; Connection: Set this to a user chosen connection class to be used -; for all pooled server requests with Oracle 11g Database Resident +; for all pooled server requests with Oracle Database Resident ; Connection Pooling (DRCP). To use DRCP, this value should be set to ; the same string for all web servers running the same application, ; the database pool must be configured, and the connection string must @@ -39,15 +39,22 @@ extension=oci8 ; Tuning: This option enables statement caching, and specifies how ; many statements to cache. Using 0 disables statement caching. -; http://php.net/oci8.statement-cache-size +; https://php.net/oci8.statement-cache-size ;oci8.statement_cache_size = 20 -; Tuning: Enables statement prefetching and sets the default number of +; Tuning: Enables row prefetching and sets the default number of ; rows that will be fetched automatically after statement execution. -; http://php.net/oci8.default-prefetch +; https://php.net/oci8.default-prefetch ;oci8.default_prefetch = 100 +; Tuning: Sets the amount of LOB data that is internally returned from +; Oracle Database when an Oracle LOB locator is initially retrieved as +; part of a query. Setting this can improve performance by reducing +; round-trips. +; https://php.net/oci8.prefetch-lob-size +; oci8.prefetch_lob_size = 0 + ; Compatibility. Using On means oci_close() will not close ; oci_connect() and oci_new_connect() connections. -; http://php.net/oci8.old-oci-close-semantics +; https://php.net/oci8.old-oci-close-semantics ;oci8.old_oci_close_semantics = Off diff --git a/failed.txt b/failed.txt index 72a790e..836e5ff 100644 --- a/failed.txt +++ b/failed.txt @@ -1,4 +1,4 @@ -===== 8.2.0-dev (2022-05-11) +===== 8.2.0-dev (2022-05-16) $ grep -ar 'Tests failed' /var/lib/mock/*/build.log diff --git a/php.spec b/php.spec index c52f459..cbe1d87 100644 --- a/php.spec +++ b/php.spec @@ -117,9 +117,9 @@ %global with_httpd2410 0 %endif -%global gh_commit f080a90a884197c30688c7c61920dd881b531f66 +%global gh_commit 1f4830f21af0baf9c41061eaff66d9f690a96edc %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) -%global gh_date 20220511 +%global gh_date 20220516 %global gh_owner php %global gh_project php-src %global upver 8.2.0 @@ -129,7 +129,7 @@ Summary: PHP scripting language for creating dynamic web sites Name: %{?scl_prefix}php Version: %{upver}%{?lower:~%{lower}}%{?gh_date:.%{gh_date}} -Release: 1%{?dist} +Release: 3%{?dist} # All files licensed under PHP version 3.01, except # Zend is licensed under Zend # TSRM is licensed under BSD @@ -1842,6 +1842,12 @@ fi %changelog +* Mon May 16 2022 Remi Collet - 8.2.0~DEV.20220516-3 +- refresh + +* Wed May 11 2022 Remi Collet - 8.2.0~DEV.20220511-2 +- refresh + * Wed May 11 2022 Remi Collet - 8.2.0~DEV.20220511-1 - update to 8.2.0-dev - add dependency on libselinux -- cgit