44cc0a
# Fedora spec file for php
44cc0a
#
44cc0a
# License: MIT
44cc0a
# http://opensource.org/licenses/MIT
44cc0a
#
44cc0a
# Please preserve changelog entries
44cc0a
#
44cc0a
44cc0a
# API/ABI check
44cc0a
%global apiver      20200930
44cc0a
%global zendver     20200930
44cc0a
%global pdover      20170320
44cc0a
44cc0a
# we don't want -z defs linker flag
44cc0a
%undefine _strict_symbol_defs_build
44cc0a
44cc0a
# Adds -z now to the linker flags
44cc0a
%global _hardened_build 1
44cc0a
44cc0a
# version used for php embedded library soname
44cc0a
%global embed_version 8.0
44cc0a
44cc0a
%global mysql_sock %(mysql_config --socket 2>/dev/null || echo /var/lib/mysql/mysql.sock)
44cc0a
44cc0a
# Regression tests take a long time, you can skip 'em with this
44cc0a
#global runselftest 0
44cc0a
%{!?runselftest: %global runselftest 1}
44cc0a
44cc0a
# Use the arch-specific mysql_config binary to avoid mismatch with the
44cc0a
# arch detection heuristic used by bindir/mysql_config.
44cc0a
%global mysql_config %{_libdir}/mysql/mysql_config
44cc0a
44cc0a
# needed at srpm build time, when httpd-devel not yet installed
44cc0a
%{!?_httpd_mmn:        %{expand: %%global _httpd_mmn        %%(cat %{_includedir}/httpd/.mmn 2>/dev/null || echo 0-0)}}
44cc0a
44cc0a
%if 0%{?fedora}
44cc0a
# Enabled by default on Fedora
44cc0a
%bcond_without   zts
44cc0a
%bcond_without   firebird
44cc0a
%bcond_without   freetds
44cc0a
%bcond_without   sodium
44cc0a
%bcond_without   pspell
44cc0a
%bcond_without   tidy
44cc0a
%bcond_without   db4
44cc0a
%else
44cc0a
# Disabled by default on RHEL
44cc0a
%bcond_with      zts
44cc0a
%bcond_with      firebird
44cc0a
%bcond_with      freetds
44cc0a
%bcond_with      sodium
44cc0a
%bcond_with      pspell
44cc0a
%bcond_with      tidy
44cc0a
%bcond_with      db4
44cc0a
%endif
44cc0a
%bcond_with      modphp
44cc0a
%bcond_with      imap
44cc0a
%bcond_without   lmdb
44cc0a
44cc0a
%global upver        8.0.13
44cc0a
#global rcver        RC1
44cc0a
44cc0a
Summary: PHP scripting language for creating dynamic web sites
44cc0a
Name: php
44cc0a
Version: %{upver}%{?rcver:~%{rcver}}
fb6fb6
Release: 2%{?dist}
44cc0a
# All files licensed under PHP version 3.01, except
44cc0a
# Zend is licensed under Zend
44cc0a
# TSRM is licensed under BSD
44cc0a
# main/snprintf.c, main/spprintf.c and main/rfc1867.c are ASL 1.0
44cc0a
# ext/date/lib is MIT
44cc0a
# Zend/zend_sort is NCSA
44cc0a
License: PHP and Zend and BSD and MIT and ASL 1.0 and NCSA
44cc0a
URL: http://www.php.net/
44cc0a
44cc0a
Source0: https://www.php.net/distributions/php-%{upver}%{?rcver}.tar.xz
44cc0a
Source1: php.conf
44cc0a
Source2: php.ini
44cc0a
Source3: macros.php
44cc0a
Source4: php-fpm.conf
44cc0a
Source5: php-fpm-www.conf
44cc0a
Source6: php-fpm.service
44cc0a
Source7: php-fpm.logrotate
44cc0a
Source9: php.modconf
44cc0a
Source12: php-fpm.wants
44cc0a
Source13: nginx-fpm.conf
44cc0a
Source14: nginx-php.conf
44cc0a
# See https://secure.php.net/gpg-keys.php
44cc0a
Source20: https://www.php.net/distributions/php-keyring.gpg
44cc0a
Source21: https://www.php.net/distributions/php-%{upver}%{?rcver}.tar.xz.asc
44cc0a
# Configuration files for some extensions
44cc0a
Source50: 10-opcache.ini
44cc0a
Source51: opcache-default.blacklist
44cc0a
Source53: 20-ffi.ini
44cc0a
44cc0a
# Build fixes
44cc0a
Patch1: php-7.4.0-httpd.patch
44cc0a
Patch5: php-7.2.0-includedir.patch
44cc0a
Patch6: php-8.0.0-embed.patch
44cc0a
Patch8: php-7.4.0-libdb.patch
44cc0a
# get rid of deprecated functions from 8.1
44cc0a
Patch9: php-8.0.6-deprecated.patch
44cc0a
44cc0a
# Functional changes
44cc0a
# Use system nikic/php-parser
44cc0a
Patch41: php-8.0.0-parser.patch
44cc0a
# use system tzdata
44cc0a
Patch42: php-8.0.10-systzdata-v20.patch
44cc0a
# See http://bugs.php.net/53436
44cc0a
Patch43: php-7.4.0-phpize.patch
44cc0a
# Use -lldap_r for OpenLDAP
44cc0a
Patch45: php-7.4.0-ldap_r.patch
44cc0a
# drop "Configure command" from phpinfo output
44cc0a
# and only use gcc (instead of full version)
44cc0a
Patch47: php-8.0.0-phpinfo.patch
44cc0a
# add sha256 / sha512 security protocol, from 8.1
44cc0a
Patch48: php-8.0.10-snmp-sha.patch
44cc0a
# switch phar to use sha256 signature by default, from 8.1
44cc0a
# implement openssl_256 and openssl_512 for phar signatures, from 8.1
44cc0a
Patch49: php-8.0.10-phar-sha.patch
44cc0a
# compatibility with OpenSSL 3.0, from 8.1
44cc0a
Patch50: php-8.0.10-openssl3.patch
44cc0a
# use system libxcrypt
44cc0a
Patch51: php-8.0.13-crypt.patch
44cc0a
44cc0a
# Upstream fixes (100+)
44cc0a
44cc0a
# Security fixes (200+)
fb6fb6
Patch200: php-CVE-2022-31626.patch
44cc0a
44cc0a
# Fixes for tests (300+)
44cc0a
# Factory is droped from system tzdata
44cc0a
Patch300: php-7.4.0-datetests.patch
44cc0a
44cc0a
44cc0a
BuildRequires: gnupg2
44cc0a
BuildRequires: bzip2-devel
44cc0a
BuildRequires: pkgconfig(libcurl)  >= 7.29.0
44cc0a
BuildRequires: httpd-devel >= 2.0.46-1
44cc0a
BuildRequires: pam-devel
44cc0a
# to ensure we are using httpd with filesystem feature (see #1081453)
44cc0a
BuildRequires: httpd-filesystem
44cc0a
# to ensure we are using nginx with filesystem feature (see #1142298)
44cc0a
BuildRequires: nginx-filesystem
44cc0a
BuildRequires: libstdc++-devel
44cc0a
# no pkgconfig to avoid compat-openssl10
44cc0a
BuildRequires: openssl-devel >= 1.0.1
44cc0a
BuildRequires: pkgconfig(sqlite3) >= 3.7.4
44cc0a
BuildRequires: pkgconfig(zlib) >= 1.2.0.4
44cc0a
BuildRequires: smtpdaemon
44cc0a
BuildRequires: pkgconfig(libedit)
44cc0a
BuildRequires: pkgconfig(libpcre2-8) >= 10.30
44cc0a
BuildRequires: bzip2
44cc0a
BuildRequires: perl-interpreter
44cc0a
BuildRequires: autoconf
44cc0a
BuildRequires: automake
44cc0a
BuildRequires: make
44cc0a
BuildRequires: gcc
44cc0a
BuildRequires: gcc-c++
44cc0a
BuildRequires: libtool
44cc0a
BuildRequires: libtool-ltdl-devel
44cc0a
BuildRequires: systemtap-sdt-devel
44cc0a
# used for tests
44cc0a
BuildRequires: %{_bindir}/ps
44cc0a
44cc0a
%if %{with zts}
44cc0a
Provides: php-zts = %{version}-%{release}
44cc0a
Provides: php-zts%{?_isa} = %{version}-%{release}
44cc0a
%endif
44cc0a
44cc0a
%if %{with modphp}
44cc0a
Requires: httpd-mmn = %{_httpd_mmn}
44cc0a
Provides: mod_php                = %{version}-%{release}
44cc0a
# To ensure correct /var/lib/php/session ownership:
44cc0a
Requires(pre): httpd-filesystem
44cc0a
# php engine for Apache httpd webserver
44cc0a
Provides: php(httpd)
44cc0a
# mod_php is deprecated, no package should requires php or mod_php
44cc0a
# all packages must requires used SAPI (cli, fpm, embded..)
44cc0a
# and used extrensions (mysqli, mbstring, xmlwriter...)
44cc0a
Provides: deprecated()
44cc0a
%else
44cc0a
# preserve old behavior
44cc0a
Recommends: httpd
44cc0a
%endif
44cc0a
Requires: php-common%{?_isa}     = %{version}-%{release}
44cc0a
# For backwards-compatibility, pull the "php" command
44cc0a
Recommends: php-cli%{?_isa}      = %{version}-%{release}
44cc0a
# httpd have threaded MPM by default
44cc0a
Recommends: php-fpm%{?_isa}      = %{version}-%{release}
44cc0a
# as "php" is now mostly a meta-package, commonly used extensions
44cc0a
# reduce diff with "dnf module install php"
44cc0a
Recommends: php-mbstring%{?_isa} = %{version}-%{release}
44cc0a
Recommends: php-opcache%{?_isa}  = %{version}-%{release}
44cc0a
Recommends: php-pdo%{?_isa}      = %{version}-%{release}
44cc0a
%if %{with sodium}
44cc0a
Recommends: php-sodium%{?_isa}   = %{version}-%{release}
44cc0a
%endif
44cc0a
Recommends: php-xml%{?_isa}      = %{version}-%{release}
44cc0a
44cc0a
44cc0a
%description
44cc0a
PHP is an HTML-embedded scripting language. PHP attempts to make it
44cc0a
easy for developers to write dynamically generated web pages. PHP also
44cc0a
offers built-in database integration for several commercial and
44cc0a
non-commercial database management systems, so writing a
44cc0a
database-enabled webpage with PHP is fairly simple. The most common
44cc0a
use of PHP coding is probably as a replacement for CGI scripts.
44cc0a
%if %{with modphp}
44cc0a
The php package contains the module (often referred to as mod_php)
44cc0a
which adds support for the PHP language to Apache HTTP Server when
44cc0a
running in prefork mode. This module is deprecated.
44cc0a
%endif
44cc0a
44cc0a
%package cli
44cc0a
Summary: Command-line interface for PHP
44cc0a
# sapi/cli/ps_title.c is PostgreSQL
44cc0a
License: PHP and Zend and BSD and MIT and ASL 1.0 and NCSA and PostgreSQL
44cc0a
Requires: php-common%{?_isa} = %{version}-%{release}
44cc0a
Provides: php-cgi = %{version}-%{release}, php-cgi%{?_isa} = %{version}-%{release}
44cc0a
Provides: php-pcntl, php-pcntl%{?_isa}
44cc0a
Provides: php-readline, php-readline%{?_isa}
44cc0a
44cc0a
%description cli
44cc0a
The php-cli package contains the command-line interface
44cc0a
executing PHP scripts, /usr/bin/php, and the CGI interface.
44cc0a
44cc0a
44cc0a
%package dbg
44cc0a
Summary: The interactive PHP debugger
44cc0a
Requires: php-common%{?_isa} = %{version}-%{release}
44cc0a
44cc0a
%description dbg
44cc0a
The php-dbg package contains the interactive PHP debugger.
44cc0a
44cc0a
44cc0a
%package fpm
44cc0a
Summary: PHP FastCGI Process Manager
44cc0a
BuildRequires: libacl-devel
44cc0a
BuildRequires: pkgconfig(libsystemd) >= 209
44cc0a
Requires: php-common%{?_isa} = %{version}-%{release}
44cc0a
Requires(pre): /usr/sbin/useradd
44cc0a
%{?systemd_requires}
44cc0a
# To ensure correct /var/lib/php/session ownership:
44cc0a
Requires(pre): httpd-filesystem
44cc0a
# For php.conf in /etc/httpd/conf.d
44cc0a
# and version 2.4.10 for proxy support in SetHandler
44cc0a
Requires: httpd-filesystem >= 2.4.10
44cc0a
# php engine for Apache httpd webserver
44cc0a
Provides: php(httpd)
44cc0a
# for /etc/nginx ownership
44cc0a
Requires: nginx-filesystem
44cc0a
44cc0a
%description fpm
44cc0a
PHP-FPM (FastCGI Process Manager) is an alternative PHP FastCGI
44cc0a
implementation with some additional features useful for sites of
44cc0a
any size, especially busier sites.
44cc0a
44cc0a
%package common
44cc0a
Summary: Common files for PHP
44cc0a
# All files licensed under PHP version 3.01, except
44cc0a
# fileinfo is licensed under PHP version 3.0
44cc0a
# regex, libmagic are licensed under BSD
44cc0a
License: PHP and BSD
44cc0a
# ABI/API check - Arch specific
44cc0a
Provides: php(api) = %{apiver}-%{__isa_bits}
44cc0a
Provides: php(zend-abi) = %{zendver}-%{__isa_bits}
44cc0a
Provides: php(language) = %{version}, php(language)%{?_isa} = %{version}
44cc0a
# Provides for all builtin/shared modules:
44cc0a
Provides: php-bz2, php-bz2%{?_isa}
44cc0a
Provides: php-calendar, php-calendar%{?_isa}
44cc0a
Provides: php-core = %{version}, php-core%{?_isa} = %{version}
44cc0a
Provides: php-ctype, php-ctype%{?_isa}
44cc0a
Provides: php-curl, php-curl%{?_isa}
44cc0a
Provides: php-date, php-date%{?_isa}
44cc0a
Provides: bundled(timelib)
44cc0a
Provides: php-exif, php-exif%{?_isa}
44cc0a
Provides: php-fileinfo, php-fileinfo%{?_isa}
44cc0a
Provides: bundled(libmagic) = 5.29
44cc0a
Provides: php-filter, php-filter%{?_isa}
44cc0a
Provides: php-ftp, php-ftp%{?_isa}
44cc0a
Provides: php-gettext, php-gettext%{?_isa}
44cc0a
Provides: php-hash, php-hash%{?_isa}
44cc0a
Provides: php-mhash = %{version}, php-mhash%{?_isa} = %{version}
44cc0a
Provides: php-iconv, php-iconv%{?_isa}
44cc0a
Obsoletes: php-json < 8
44cc0a
Provides: php-json = %{version}, php-json%{?_isa} = %{version}
44cc0a
Provides: php-libxml, php-libxml%{?_isa}
44cc0a
Provides: php-openssl, php-openssl%{?_isa}
44cc0a
Provides: php-phar, php-phar%{?_isa}
44cc0a
Provides: php-pcre, php-pcre%{?_isa}
44cc0a
Provides: php-reflection, php-reflection%{?_isa}
44cc0a
Provides: php-session, php-session%{?_isa}
44cc0a
Provides: php-sockets, php-sockets%{?_isa}
44cc0a
Provides: php-spl, php-spl%{?_isa}
44cc0a
Provides: php-standard = %{version}, php-standard%{?_isa} = %{version}
44cc0a
Provides: php-tokenizer, php-tokenizer%{?_isa}
44cc0a
Provides: php-zlib, php-zlib%{?_isa}
44cc0a
44cc0a
%description common
44cc0a
The php-common package contains files used by both the php
44cc0a
package and the php-cli package.
44cc0a
44cc0a
%package devel
44cc0a
Summary: Files needed for building PHP extensions
44cc0a
Requires: php-cli%{?_isa} = %{version}-%{release}
44cc0a
# always needed to build extension
44cc0a
Requires: autoconf
44cc0a
Requires: automake
44cc0a
Requires: make
44cc0a
Requires: gcc
44cc0a
Requires: gcc-c++
44cc0a
Requires: libtool
44cc0a
# see "php-config --libs"
44cc0a
Requires: krb5-devel%{?_isa}
44cc0a
Requires: libxml2-devel%{?_isa}
44cc0a
Requires: openssl-devel%{?_isa} >= 1.0.1
44cc0a
Requires: pcre2-devel%{?_isa}
44cc0a
Requires: zlib-devel%{?_isa}
44cc0a
%if %{with zts}
44cc0a
Provides: php-zts-devel = %{version}-%{release}
44cc0a
Provides: php-zts-devel%{?_isa} = %{version}-%{release}
44cc0a
%endif
44cc0a
Recommends: php-nikic-php-parser4 >= 4.3.0
44cc0a
44cc0a
44cc0a
%description devel
44cc0a
The php-devel package contains the files needed for building PHP
44cc0a
extensions. If you need to compile your own PHP extensions, you will
44cc0a
need to install this package.
44cc0a
44cc0a
%package opcache
44cc0a
Summary:   The Zend OPcache
44cc0a
License:   PHP
44cc0a
Requires:  php-common%{?_isa} = %{version}-%{release}
44cc0a
Provides:  php-pecl-zendopcache = %{version}
44cc0a
Provides:  php-pecl-zendopcache%{?_isa} = %{version}
44cc0a
Provides:  php-pecl(opcache) = %{version}
44cc0a
Provides:  php-pecl(opcache)%{?_isa} = %{version}
44cc0a
44cc0a
%description opcache
44cc0a
The Zend OPcache provides faster PHP execution through opcode caching and
44cc0a
optimization. It improves PHP performance by storing precompiled script
44cc0a
bytecode in the shared memory. This eliminates the stages of reading code from
44cc0a
the disk and compiling it on future access. In addition, it applies a few
44cc0a
bytecode optimization patterns that make code execution faster.
44cc0a
44cc0a
%if %{with imap}
44cc0a
%package imap
44cc0a
Summary: A module for PHP applications that use IMAP
44cc0a
# All files licensed under PHP version 3.01
44cc0a
License: PHP
44cc0a
Requires: php-common%{?_isa} = %{version}-%{release}
44cc0a
BuildRequires: pkgconfig(krb5)
44cc0a
BuildRequires: pkgconfig(krb5-gssapi)
44cc0a
BuildRequires: openssl-devel >= 1.0.1
44cc0a
BuildRequires: libc-client-devel
44cc0a
44cc0a
%description imap
44cc0a
The php-imap module will add IMAP (Internet Message Access Protocol)
44cc0a
support to PHP. IMAP is a protocol for retrieving and uploading e-mail
44cc0a
messages on mail servers. PHP is an HTML-embedded scripting language.
44cc0a
%endif
44cc0a
44cc0a
%package ldap
44cc0a
Summary: A module for PHP applications that use LDAP
44cc0a
# All files licensed under PHP version 3.01
44cc0a
License: PHP
44cc0a
Requires: php-common%{?_isa} = %{version}-%{release}
44cc0a
BuildRequires: pkgconfig(libsasl2)
44cc0a
BuildRequires: openldap-devel
44cc0a
BuildRequires: openssl-devel >= 1.0.1
44cc0a
44cc0a
%description ldap
44cc0a
The php-ldap adds Lightweight Directory Access Protocol (LDAP)
44cc0a
support to PHP. LDAP is a set of protocols for accessing directory
44cc0a
services over the Internet. PHP is an HTML-embedded scripting
44cc0a
language.
44cc0a
44cc0a
%package pdo
44cc0a
Summary: A database access abstraction module for PHP applications
44cc0a
# All files licensed under PHP version 3.01
44cc0a
License: PHP
44cc0a
Requires: php-common%{?_isa} = %{version}-%{release}
44cc0a
# ABI/API check - Arch specific
44cc0a
Provides: php-pdo-abi  = %{pdover}-%{__isa_bits}
44cc0a
Provides: php(pdo-abi) = %{pdover}-%{__isa_bits}
44cc0a
Provides: php-sqlite3, php-sqlite3%{?_isa}
44cc0a
Provides: php-pdo_sqlite, php-pdo_sqlite%{?_isa}
44cc0a
44cc0a
%description pdo
44cc0a
The php-pdo package contains a dynamic shared object that will add
44cc0a
a database access abstraction layer to PHP.  This module provides
44cc0a
a common interface for accessing MySQL, PostgreSQL or other
44cc0a
databases.
44cc0a
44cc0a
%package mysqlnd
44cc0a
Summary: A module for PHP applications that use MySQL databases
44cc0a
# All files licensed under PHP version 3.01
44cc0a
License: PHP
44cc0a
Requires: php-pdo%{?_isa} = %{version}-%{release}
44cc0a
Provides: php_database
44cc0a
Provides: php-mysqli = %{version}-%{release}
44cc0a
Provides: php-mysqli%{?_isa} = %{version}-%{release}
44cc0a
Provides: php-pdo_mysql, php-pdo_mysql%{?_isa}
44cc0a
44cc0a
%description mysqlnd
44cc0a
The php-mysqlnd package contains a dynamic shared object that will add
44cc0a
MySQL database support to PHP. MySQL is an object-relational database
44cc0a
management system. PHP is an HTML-embeddable scripting language. If
44cc0a
you need MySQL support for PHP applications, you will need to install
44cc0a
this package and the php package.
44cc0a
44cc0a
This package use the MySQL Native Driver
44cc0a
44cc0a
%package pgsql
44cc0a
Summary: A PostgreSQL database module for PHP
44cc0a
# All files licensed under PHP version 3.01
44cc0a
License: PHP
44cc0a
Requires: php-pdo%{?_isa} = %{version}-%{release}
44cc0a
Provides: php_database
44cc0a
Provides: php-pdo_pgsql, php-pdo_pgsql%{?_isa}
44cc0a
BuildRequires: krb5-devel
44cc0a
BuildRequires: openssl-devel >= 1.0.1
44cc0a
BuildRequires: libpq-devel
44cc0a
44cc0a
%description pgsql
44cc0a
The php-pgsql package add PostgreSQL database support to PHP.
44cc0a
PostgreSQL is an object-relational database management
44cc0a
system that supports almost all SQL constructs. PHP is an
44cc0a
HTML-embedded scripting language. If you need back-end support for
44cc0a
PostgreSQL, you should install this package in addition to the main
44cc0a
php package.
44cc0a
44cc0a
%package process
44cc0a
Summary: Modules for PHP script using system process interfaces
44cc0a
# All files licensed under PHP version 3.01
44cc0a
License: PHP
44cc0a
Requires: php-common%{?_isa} = %{version}-%{release}
44cc0a
Provides: php-posix, php-posix%{?_isa}
44cc0a
Provides: php-shmop, php-shmop%{?_isa}
44cc0a
Provides: php-sysvsem, php-sysvsem%{?_isa}
44cc0a
Provides: php-sysvshm, php-sysvshm%{?_isa}
44cc0a
Provides: php-sysvmsg, php-sysvmsg%{?_isa}
44cc0a
44cc0a
%description process
44cc0a
The php-process package contains dynamic shared objects which add
44cc0a
support to PHP using system interfaces for inter-process
44cc0a
communication.
44cc0a
44cc0a
%package odbc
44cc0a
Summary: A module for PHP applications that use ODBC databases
44cc0a
# All files licensed under PHP version 3.01, except
44cc0a
# pdo_odbc is licensed under PHP version 3.0
44cc0a
License: PHP
44cc0a
Requires: php-pdo%{?_isa} = %{version}-%{release}
44cc0a
Provides: php_database
44cc0a
Provides: php-pdo_odbc, php-pdo_odbc%{?_isa}
44cc0a
BuildRequires: unixODBC-devel
44cc0a
44cc0a
%description odbc
44cc0a
The php-odbc package contains a dynamic shared object that will add
44cc0a
database support through ODBC to PHP. ODBC is an open specification
44cc0a
which provides a consistent API for developers to use for accessing
44cc0a
data sources (which are often, but not always, databases). PHP is an
44cc0a
HTML-embeddable scripting language. If you need ODBC support for PHP
44cc0a
applications, you will need to install this package and the php
44cc0a
package.
44cc0a
44cc0a
%package soap
44cc0a
Summary: A module for PHP applications that use the SOAP protocol
44cc0a
# All files licensed under PHP version 3.01
44cc0a
License: PHP
44cc0a
Requires: php-common%{?_isa} = %{version}-%{release}
44cc0a
BuildRequires: pkgconfig(libxml-2.0)
44cc0a
44cc0a
%description soap
44cc0a
The php-soap package contains a dynamic shared object that will add
44cc0a
support to PHP for using the SOAP web services protocol.
44cc0a
44cc0a
%if %{with firebird}
44cc0a
%package pdo-firebird
44cc0a
Summary: PDO driver for Interbase/Firebird databases
44cc0a
# All files licensed under PHP version 3.01
44cc0a
License: PHP
44cc0a
# for fb_config command
44cc0a
BuildRequires:  firebird-devel
44cc0a
Requires: php-pdo%{?_isa} = %{version}-%{release}
44cc0a
Provides: php_database
44cc0a
Provides: php-pdo_firebird, php-pdo_firebird%{?_isa}
44cc0a
44cc0a
%description pdo-firebird
44cc0a
The php-pdo-firebird package contains the PDO driver for
44cc0a
Interbase/Firebird databases.
44cc0a
%endif
44cc0a
44cc0a
%package snmp
44cc0a
Summary: A module for PHP applications that query SNMP-managed devices
44cc0a
# All files licensed under PHP version 3.01
44cc0a
License: PHP
44cc0a
Requires: php-common%{?_isa} = %{version}-%{release}, net-snmp
44cc0a
BuildRequires: net-snmp-devel
44cc0a
44cc0a
%description snmp
44cc0a
The php-snmp package contains a dynamic shared object that will add
44cc0a
support for querying SNMP devices to PHP.  PHP is an HTML-embeddable
44cc0a
scripting language. If you need SNMP support for PHP applications, you
44cc0a
will need to install this package and the php package.
44cc0a
44cc0a
%package xml
44cc0a
Summary: A module for PHP applications which use XML
44cc0a
# All files licensed under PHP version 3.01
44cc0a
License: PHP
44cc0a
Requires: php-common%{?_isa} = %{version}-%{release}
44cc0a
Provides: php-dom, php-dom%{?_isa}
44cc0a
Provides: php-domxml, php-domxml%{?_isa}
44cc0a
Provides: php-simplexml, php-simplexml%{?_isa}
44cc0a
Provides: php-xmlreader, php-xmlreader%{?_isa}
44cc0a
Provides: php-xmlwriter, php-xmlwriter%{?_isa}
44cc0a
Provides: php-xsl, php-xsl%{?_isa}
44cc0a
BuildRequires: pkgconfig(libxslt)  >= 1.1
44cc0a
BuildRequires: pkgconfig(libexslt)
44cc0a
BuildRequires: pkgconfig(libxml-2.0)  >= 2.7.6
44cc0a
44cc0a
%description xml
44cc0a
The php-xml package contains dynamic shared objects which add support
44cc0a
to PHP for manipulating XML documents using the DOM tree,
44cc0a
and performing XSL transformations on XML documents.
44cc0a
44cc0a
%package mbstring
44cc0a
Summary: A module for PHP applications which need multi-byte string handling
44cc0a
# All files licensed under PHP version 3.01, except
44cc0a
# libmbfl is licensed under LGPLv2
44cc0a
# ucgendat is licensed under OpenLDAP
44cc0a
License: PHP and LGPLv2 and OpenLDAP
44cc0a
BuildRequires: pkgconfig(oniguruma) >= 6.8
44cc0a
Provides: bundled(libmbfl) = 1.3.2
44cc0a
Requires: php-common%{?_isa} = %{version}-%{release}
44cc0a
44cc0a
%description mbstring
44cc0a
The php-mbstring package contains a dynamic shared object that will add
44cc0a
support for multi-byte string handling to PHP.
44cc0a
44cc0a
%package gd
44cc0a
Summary: A module for PHP applications for using the gd graphics library
44cc0a
# All files licensed under PHP version 3.01
44cc0a
License: PHP
44cc0a
Requires: php-common%{?_isa} = %{version}-%{release}
44cc0a
BuildRequires: pkgconfig(gdlib) >= 2.1.1
44cc0a
44cc0a
%description gd
44cc0a
The php-gd package contains a dynamic shared object that will add
44cc0a
support for using the gd graphics library to PHP.
44cc0a
44cc0a
%package bcmath
44cc0a
Summary: A module for PHP applications for using the bcmath library
44cc0a
# All files licensed under PHP version 3.01, except
44cc0a
# libbcmath is licensed under LGPLv2+
44cc0a
License: PHP and LGPLv2+
44cc0a
Requires: php-common%{?_isa} = %{version}-%{release}
44cc0a
44cc0a
%description bcmath
44cc0a
The php-bcmath package contains a dynamic shared object that will add
44cc0a
support for using the bcmath library to PHP.
44cc0a
44cc0a
%package gmp
44cc0a
Summary: A module for PHP applications for using the GNU MP library
44cc0a
# All files licensed under PHP version 3.01
44cc0a
License: PHP
44cc0a
BuildRequires: gmp-devel
44cc0a
Requires: php-common%{?_isa} = %{version}-%{release}
44cc0a
44cc0a
%description gmp
44cc0a
These functions allow you to work with arbitrary-length integers
44cc0a
using the GNU MP library.
44cc0a
44cc0a
%package dba
44cc0a
Summary: A database abstraction layer module for PHP applications
44cc0a
# All files licensed under PHP version 3.01
44cc0a
License: PHP
44cc0a
%if %{with db4}
44cc0a
BuildRequires: libdb-devel
44cc0a
%endif
44cc0a
BuildRequires: tokyocabinet-devel
44cc0a
%if %{with lmdb}
44cc0a
BuildRequires: lmdb-devel
44cc0a
%endif
44cc0a
Requires: php-common%{?_isa} = %{version}-%{release}
44cc0a
44cc0a
%description dba
44cc0a
The php-dba package contains a dynamic shared object that will add
44cc0a
support for using the DBA database abstraction layer to PHP.
44cc0a
44cc0a
%if %{with tidy}
44cc0a
%package tidy
44cc0a
Summary: Standard PHP module provides tidy library support
44cc0a
# All files licensed under PHP version 3.01
44cc0a
License: PHP
44cc0a
Requires: php-common%{?_isa} = %{version}-%{release}
44cc0a
BuildRequires: libtidy-devel
44cc0a
44cc0a
%description tidy
44cc0a
The php-tidy package contains a dynamic shared object that will add
44cc0a
support for using the tidy library to PHP.
44cc0a
%endif
44cc0a
44cc0a
%if %{with freetds}
44cc0a
%package pdo-dblib
44cc0a
Summary: PDO driver for Microsoft SQL Server and Sybase databases
44cc0a
# All files licensed under PHP version 3.01
44cc0a
License: PHP
44cc0a
Requires: php-pdo%{?_isa} = %{version}-%{release}
44cc0a
BuildRequires: freetds-devel
44cc0a
Provides: php-pdo_dblib, php-pdo_dblib%{?_isa}
44cc0a
44cc0a
%description pdo-dblib
44cc0a
The php-pdo-dblib package contains a dynamic shared object
44cc0a
that implements the PHP Data Objects (PDO) interface to enable access from
44cc0a
PHP to Microsoft SQL Server and Sybase databases through the FreeTDS library.
44cc0a
%endif
44cc0a
44cc0a
%package embedded
44cc0a
Summary: PHP library for embedding in applications
44cc0a
Requires: php-common%{?_isa} = %{version}-%{release}
44cc0a
# doing a real -devel package for just the .so symlink is a bit overkill
44cc0a
Provides: php-embedded-devel = %{version}-%{release}
44cc0a
Provides: php-embedded-devel%{?_isa} = %{version}-%{release}
44cc0a
44cc0a
%description embedded
44cc0a
The php-embedded package contains a library which can be embedded
44cc0a
into applications to provide PHP scripting language support.
44cc0a
44cc0a
%if %{with pspell}
44cc0a
%package pspell
44cc0a
Summary: A module for PHP applications for using pspell interfaces
44cc0a
# All files licensed under PHP version 3.01
44cc0a
License: PHP
44cc0a
Requires: php-common%{?_isa} = %{version}-%{release}
44cc0a
BuildRequires: aspell-devel >= 0.50.0
44cc0a
44cc0a
%description pspell
44cc0a
The php-pspell package contains a dynamic shared object that will add
44cc0a
support for using the pspell library to PHP.
44cc0a
%endif
44cc0a
44cc0a
%package intl
44cc0a
Summary: Internationalization extension for PHP applications
44cc0a
# All files licensed under PHP version 3.01
44cc0a
License: PHP
44cc0a
Requires: php-common%{?_isa} = %{version}-%{release}
44cc0a
BuildRequires: pkgconfig(icu-i18n) >= 50.1
44cc0a
BuildRequires: pkgconfig(icu-io)   >= 50.1
44cc0a
BuildRequires: pkgconfig(icu-uc)   >= 50.1
44cc0a
44cc0a
%description intl
44cc0a
The php-intl package contains a dynamic shared object that will add
44cc0a
support for using the ICU library to PHP.
44cc0a
44cc0a
%package enchant
44cc0a
Summary: Enchant spelling extension for PHP applications
44cc0a
# All files licensed under PHP version 3.0
44cc0a
License: PHP
44cc0a
Requires: php-common%{?_isa} = %{version}-%{release}
44cc0a
BuildRequires: pkgconfig(enchant-2)
44cc0a
44cc0a
%description enchant
44cc0a
The php-enchant package contains a dynamic shared object that will add
44cc0a
support for using the enchant library to PHP.
44cc0a
44cc0a
%if %{with sodium}
44cc0a
%package sodium
44cc0a
Summary: Wrapper for the Sodium cryptographic library
44cc0a
# All files licensed under PHP version 3.0.1
44cc0a
License: PHP
44cc0a
BuildRequires:  pkgconfig(libsodium) >= 1.0.9
44cc0a
44cc0a
Requires: php-common%{?_isa} = %{version}-%{release}
44cc0a
Obsoletes: php-pecl-libsodium2 < 3
44cc0a
Provides:  php-pecl(libsodium)         = %{version}
44cc0a
Provides:  php-pecl(libsodium)%{?_isa} = %{version}
44cc0a
44cc0a
%description sodium
44cc0a
The php-sodium package provides a simple,
44cc0a
low-level PHP extension for the libsodium cryptographic library.
44cc0a
%endif
44cc0a
44cc0a
44cc0a
%package ffi
44cc0a
Summary: Foreign Function Interface
44cc0a
# All files licensed under PHP version 3.0.1
44cc0a
License: PHP
44cc0a
Group: System Environment/Libraries
44cc0a
BuildRequires:  pkgconfig(libffi)
44cc0a
Requires: php-common%{?_isa} = %{version}-%{release}
44cc0a
44cc0a
%description ffi
44cc0a
FFI is one of the features that made Python and LuaJIT very useful for fast
44cc0a
prototyping. It allows calling C functions and using C data types from pure
44cc0a
scripting language and therefore develop “system code” more productively.
44cc0a
44cc0a
For PHP, FFI opens a way to write PHP extensions and bindings to C libraries
44cc0a
in pure PHP.
44cc0a
44cc0a
44cc0a
%prep
44cc0a
%{?gpgverify:%{gpgverify} --keyring='%{SOURCE20}' --signature='%{SOURCE21}' --data='%{SOURCE0}'}
44cc0a
44cc0a
%setup -q -n php-%{upver}%{?rcver}
44cc0a
44cc0a
%patch1 -p1 -b .mpmcheck
44cc0a
%patch5 -p1 -b .includedir
44cc0a
%patch6 -p1 -b .embed
44cc0a
%patch8 -p1 -b .libdb
44cc0a
%patch9 -p1 -b .deprecated
44cc0a
44cc0a
%patch42 -p1 -b .systzdata
44cc0a
%patch43 -p1 -b .headers
44cc0a
%if 0%{?fedora} >= 18 || 0%{?rhel} >= 7
44cc0a
%patch45 -p1 -b .ldap_r
44cc0a
%endif
44cc0a
%patch47 -p1 -b .phpinfo
44cc0a
%patch48 -p1 -b .sha
44cc0a
%patch49 -p1 -b .pharsha
44cc0a
%patch50 -p1 -b .openssl3
44cc0a
rm ext/openssl/tests/p12_with_extra_certs.p12
44cc0a
%patch51 -p1 -b .libxcrypt
44cc0a
44cc0a
# upstream patches
44cc0a
44cc0a
# security patches
fb6fb6
%patch200 -p1 -b .cve31626
44cc0a
44cc0a
# Fixes for tests
44cc0a
%patch300 -p1 -b .datetests
44cc0a
44cc0a
44cc0a
# Prevent %%doc confusion over LICENSE files
44cc0a
cp Zend/LICENSE Zend/ZEND_LICENSE
44cc0a
cp TSRM/LICENSE TSRM_LICENSE
44cc0a
cp sapi/fpm/LICENSE fpm_LICENSE
44cc0a
cp ext/mbstring/libmbfl/LICENSE libmbfl_LICENSE
44cc0a
cp ext/fileinfo/libmagic/LICENSE libmagic_LICENSE
44cc0a
cp ext/bcmath/libbcmath/LICENSE libbcmath_LICENSE
44cc0a
cp ext/date/lib/LICENSE.rst timelib_LICENSE
44cc0a
44cc0a
# Multiple builds for multiple SAPIs
44cc0a
mkdir build-cgi build-embedded \
44cc0a
%if %{with modphp}
44cc0a
    build-apache \
44cc0a
%endif
44cc0a
%if %{with zts}
44cc0a
    build-zts build-ztscli \
44cc0a
%endif
44cc0a
    build-fpm
44cc0a
44cc0a
# ----- Manage known as failed test -------
44cc0a
# affected by systzdata patch
44cc0a
rm ext/date/tests/timezone_location_get.phpt
44cc0a
rm ext/date/tests/timezone_version_get.phpt
44cc0a
rm ext/date/tests/timezone_version_get_basic1.phpt
44cc0a
# fails sometime
44cc0a
rm ext/sockets/tests/mcast_ipv?_recv.phpt
44cc0a
# cause stack exhausion
44cc0a
rm Zend/tests/bug54268.phpt
44cc0a
rm Zend/tests/bug68412.phpt
44cc0a
# tar issue
44cc0a
rm ext/zlib/tests/004-mb.phpt
44cc0a
44cc0a
# Safety check for API version change.
44cc0a
pver=$(sed -n '/#define PHP_VERSION /{s/.* "//;s/".*$//;p}' main/php_version.h)
44cc0a
if test "x${pver}" != "x%{upver}%{?rcver}"; then
44cc0a
   : Error: Upstream PHP version is now ${pver}, expecting %{upver}%{?rcver}.
44cc0a
   : Update the version/rcver macros and rebuild.
44cc0a
   exit 1
44cc0a
fi
44cc0a
44cc0a
vapi=`sed -n '/#define PHP_API_VERSION/{s/.* //;p}' main/php.h`
44cc0a
if test "x${vapi}" != "x%{apiver}"; then
44cc0a
   : Error: Upstream API version is now ${vapi}, expecting %{apiver}.
44cc0a
   : Update the apiver macro and rebuild.
44cc0a
   exit 1
44cc0a
fi
44cc0a
44cc0a
vzend=`sed -n '/#define ZEND_MODULE_API_NO/{s/^[^0-9]*//;p;}' Zend/zend_modules.h`
44cc0a
if test "x${vzend}" != "x%{zendver}"; then
44cc0a
   : Error: Upstream Zend ABI version is now ${vzend}, expecting %{zendver}.
44cc0a
   : Update the zendver macro and rebuild.
44cc0a
   exit 1
44cc0a
fi
44cc0a
44cc0a
# Safety check for PDO ABI version change
44cc0a
vpdo=`sed -n '/#define PDO_DRIVER_API/{s/.*[ 	]//;p}' ext/pdo/php_pdo_driver.h`
44cc0a
if test "x${vpdo}" != "x%{pdover}"; then
44cc0a
   : Error: Upstream PDO ABI version is now ${vpdo}, expecting %{pdover}.
44cc0a
   : Update the pdover macro and rebuild.
44cc0a
   exit 1
44cc0a
fi
44cc0a
44cc0a
# https://bugs.php.net/63362 - Not needed but installed headers.
44cc0a
# Drop some Windows specific headers to avoid installation,
44cc0a
# before build to ensure they are really not needed.
44cc0a
rm -f TSRM/tsrm_win32.h \
44cc0a
      TSRM/tsrm_config.w32.h \
44cc0a
      Zend/zend_config.w32.h \
44cc0a
      ext/mysqlnd/config-win.h \
44cc0a
      ext/standard/winver.h \
44cc0a
      main/win32_internal_function_disabled.h \
44cc0a
      main/win95nt.h
44cc0a
44cc0a
# Fix some bogus permissions
44cc0a
find . -name \*.[ch] -exec chmod 644 {} \;
44cc0a
chmod 644 README.*
44cc0a
44cc0a
# Some extensions have their own configuration file
44cc0a
cp %{SOURCE50} %{SOURCE51} %{SOURCE53} .
44cc0a
44cc0a
44cc0a
%build
44cc0a
# This package fails to build with LTO due to undefined symbols.  LTO
44cc0a
# was disabled in OpenSuSE as well, but with no real explanation why
44cc0a
# beyond the undefined symbols.  It really shold be investigated further.
44cc0a
# Disable LTO
44cc0a
%define _lto_cflags %{nil}
44cc0a
44cc0a
# Set build date from https://reproducible-builds.org/specs/source-date-epoch/
44cc0a
export SOURCE_DATE_EPOCH=$(date +%s -r NEWS)
44cc0a
export PHP_UNAME=$(uname)
44cc0a
export PHP_BUILD_SYSTEM=$(cat /etc/redhat-release | sed -e 's/ Beta//')
44cc0a
%if 0%{?vendor:1}
44cc0a
export PHP_BUILD_PROVIDER="%{vendor}"
44cc0a
%endif
44cc0a
export PHP_BUILD_COMPILER="$(gcc --version | head -n1)"
44cc0a
export PHP_BUILD_ARCH="%{_arch}"
44cc0a
44cc0a
# Force use of system libtool:
44cc0a
libtoolize --force --copy
44cc0a
cat `aclocal --print-ac-dir`/{libtool,ltoptions,ltsugar,ltversion,lt~obsolete}.m4 >build/libtool.m4
44cc0a
44cc0a
# Regenerate configure scripts (patches change config.m4's)
44cc0a
touch configure.ac
44cc0a
./buildconf --force
44cc0a
44cc0a
CFLAGS=$(echo $RPM_OPT_FLAGS -fno-strict-aliasing -Wno-pointer-sign | sed 's/-mstackrealign//')
44cc0a
export CFLAGS
44cc0a
44cc0a
# Install extension modules in %%{_libdir}/php/modules.
44cc0a
EXTENSION_DIR=%{_libdir}/php/modules; export EXTENSION_DIR
44cc0a
44cc0a
# Set PEAR_INSTALLDIR to ensure that the hard-coded include_path
44cc0a
# includes the PEAR directory even though pear is packaged
44cc0a
# separately.
44cc0a
PEAR_INSTALLDIR=%{_datadir}/pear; export PEAR_INSTALLDIR
44cc0a
44cc0a
# Shell function to configure and build a PHP tree.
44cc0a
build() {
44cc0a
# Old/recent bison version seems to produce a broken parser;
44cc0a
# upstream uses GNU Bison 2.3. Workaround:
44cc0a
mkdir Zend && cp ../Zend/zend_{language,ini}_{parser,scanner}.[ch] Zend
44cc0a
44cc0a
# Always static:
44cc0a
# date, ereg, filter, libxml, reflection, spl: not supported
44cc0a
# hash: for PHAR_SIG_SHA256 and PHAR_SIG_SHA512
44cc0a
# session: dep on hash, used by soap
44cc0a
# pcre: used by filter, zip
44cc0a
# pcntl, readline: only used by CLI sapi
44cc0a
# openssl: for PHAR_SIG_OPENSSL
44cc0a
# zlib: used by image
44cc0a
44cc0a
ln -sf ../configure
44cc0a
%configure \
44cc0a
    --enable-rtld-now \
44cc0a
    --cache-file=../config.cache \
44cc0a
    --with-libdir=%{_lib} \
44cc0a
    --with-config-file-path=%{_sysconfdir} \
44cc0a
    --with-config-file-scan-dir=%{_sysconfdir}/php.d \
44cc0a
    --disable-debug \
44cc0a
    --with-pic \
44cc0a
    --disable-rpath \
44cc0a
    --without-pear \
44cc0a
    --with-exec-dir=%{_bindir} \
44cc0a
    --without-gdbm \
44cc0a
    --with-openssl \
44cc0a
    --with-system-ciphers \
44cc0a
    --with-external-pcre \
44cc0a
    --with-external-libcrypt \
44cc0a
%ifarch s390 s390x sparc64 sparcv9 riscv64
44cc0a
    --without-pcre-jit \
44cc0a
%endif
44cc0a
    --with-zlib \
44cc0a
    --with-layout=GNU \
44cc0a
    --with-kerberos \
44cc0a
    --with-libxml \
44cc0a
    --with-system-tzdata \
44cc0a
    --with-mhash \
44cc0a
    --without-password-argon2 \
44cc0a
    --enable-dtrace \
44cc0a
    $*
44cc0a
if test $? != 0; then
44cc0a
  tail -500 config.log
44cc0a
  : configure failed
44cc0a
  exit 1
44cc0a
fi
44cc0a
44cc0a
%make_build
44cc0a
}
44cc0a
44cc0a
# Build /usr/bin/php-cgi with the CGI SAPI, and most shared extensions
44cc0a
pushd build-cgi
44cc0a
44cc0a
build --libdir=%{_libdir}/php \
44cc0a
      --enable-pcntl \
44cc0a
      --enable-opcache \
44cc0a
      --enable-phpdbg \
44cc0a
%if %{with imap}
44cc0a
      --with-imap=shared --with-imap-ssl \
44cc0a
%endif
44cc0a
      --enable-mbstring=shared \
44cc0a
      --enable-mbregex \
44cc0a
      --enable-gd=shared \
44cc0a
      --with-external-gd \
44cc0a
      --with-gmp=shared \
44cc0a
      --enable-calendar=shared \
44cc0a
      --enable-bcmath=shared \
44cc0a
      --with-bz2=shared \
44cc0a
      --enable-ctype=shared \
44cc0a
      --enable-dba=shared \
44cc0a
%if %{with db4}
44cc0a
                          --with-db4=%{_prefix} \
44cc0a
%endif
44cc0a
                          --with-tcadb=%{_prefix} \
44cc0a
%if %{with lmdb}
44cc0a
                          --with-lmdb=%{_prefix} \
44cc0a
%endif
44cc0a
      --enable-exif=shared \
44cc0a
      --enable-ftp=shared \
44cc0a
      --with-gettext=shared \
44cc0a
      --with-iconv=shared \
44cc0a
      --enable-sockets=shared \
44cc0a
      --enable-tokenizer=shared \
44cc0a
      --with-ldap=shared --with-ldap-sasl \
44cc0a
      --enable-mysqlnd=shared \
44cc0a
      --with-mysqli=shared,mysqlnd \
44cc0a
      --with-mysql-sock=%{mysql_sock} \
44cc0a
%if %{with firebird}
44cc0a
      --with-pdo-firebird=shared \
44cc0a
%endif
44cc0a
      --enable-dom=shared \
44cc0a
      --with-pgsql=shared \
44cc0a
      --enable-simplexml=shared \
44cc0a
      --enable-xml=shared \
44cc0a
      --with-snmp=shared,%{_prefix} \
44cc0a
      --enable-soap=shared \
44cc0a
      --with-xsl=shared,%{_prefix} \
44cc0a
      --enable-xmlreader=shared --enable-xmlwriter=shared \
44cc0a
      --with-curl=shared \
44cc0a
      --enable-pdo=shared \
44cc0a
      --with-pdo-odbc=shared,unixODBC,%{_prefix} \
44cc0a
      --with-pdo-mysql=shared,mysqlnd \
44cc0a
      --with-pdo-pgsql=shared,%{_prefix} \
44cc0a
      --with-pdo-sqlite=shared \
44cc0a
%if %{with freetds}
44cc0a
      --with-pdo-dblib=shared,%{_prefix} \
44cc0a
%endif
44cc0a
      --with-sqlite3=shared \
44cc0a
      --without-readline \
44cc0a
      --with-libedit \
44cc0a
%if %{with pspell}
44cc0a
      --with-pspell=shared \
44cc0a
%endif
44cc0a
      --enable-phar=shared \
44cc0a
%if %{with tidy}
44cc0a
      --with-tidy=shared,%{_prefix} \
44cc0a
%endif
44cc0a
      --enable-sysvmsg=shared --enable-sysvshm=shared --enable-sysvsem=shared \
44cc0a
      --enable-shmop=shared \
44cc0a
      --enable-posix=shared \
44cc0a
      --with-unixODBC=shared,%{_prefix} \
44cc0a
      --enable-fileinfo=shared \
44cc0a
      --with-ffi=shared \
44cc0a
%if %{with sodium}
44cc0a
      --with-sodium=shared \
44cc0a
%else
44cc0a
      --without-sodium \
44cc0a
%endif
44cc0a
      --enable-intl=shared \
44cc0a
      --with-enchant=shared
44cc0a
popd
44cc0a
44cc0a
without_shared="--without-gd \
44cc0a
      --disable-dom --disable-dba --without-unixODBC \
44cc0a
      --disable-opcache \
44cc0a
      --disable-phpdbg \
44cc0a
      --without-ffi \
44cc0a
      --disable-xmlreader --disable-xmlwriter \
44cc0a
      --without-sodium \
44cc0a
      --without-sqlite3 --disable-phar --disable-fileinfo \
44cc0a
      --without-pspell \
44cc0a
      --without-curl --disable-posix --disable-xml \
44cc0a
      --disable-simplexml --disable-exif --without-gettext \
44cc0a
      --without-iconv --disable-ftp --without-bz2 --disable-ctype \
44cc0a
      --disable-shmop --disable-sockets --disable-tokenizer \
44cc0a
      --disable-sysvmsg --disable-sysvshm --disable-sysvsem"
44cc0a
44cc0a
%if %{with modphp}
44cc0a
# Build Apache module, and the CLI SAPI, /usr/bin/php
44cc0a
pushd build-apache
44cc0a
build --with-apxs2=%{_httpd_apxs} \
44cc0a
      --libdir=%{_libdir}/php \
44cc0a
      --without-mysqli \
44cc0a
      --disable-pdo \
44cc0a
      ${without_shared}
44cc0a
popd
44cc0a
%endif
44cc0a
44cc0a
# Build php-fpm
44cc0a
pushd build-fpm
44cc0a
build --enable-fpm \
44cc0a
      --with-fpm-acl \
44cc0a
      --with-fpm-systemd \
44cc0a
      --libdir=%{_libdir}/php \
44cc0a
      --without-mysqli \
44cc0a
      --disable-pdo \
44cc0a
      ${without_shared}
44cc0a
popd
44cc0a
44cc0a
# Build for inclusion as embedded script language into applications,
44cc0a
# /usr/lib[64]/libphp7.so
44cc0a
pushd build-embedded
44cc0a
build --enable-embed \
44cc0a
      --without-mysqli --disable-pdo \
44cc0a
      ${without_shared}
44cc0a
popd
44cc0a
44cc0a
%if %{with zts}
44cc0a
# Build a special thread-safe (mainly for modules)
44cc0a
pushd build-ztscli
44cc0a
44cc0a
EXTENSION_DIR=%{_libdir}/php-zts/modules
44cc0a
build --includedir=%{_includedir}/php-zts \
44cc0a
      --libdir=%{_libdir}/php-zts \
44cc0a
      --enable-zts \
44cc0a
      --program-prefix=zts- \
44cc0a
      --disable-cgi \
44cc0a
      --with-config-file-scan-dir=%{_sysconfdir}/php-zts.d \
44cc0a
      --enable-pcntl \
44cc0a
      --enable-opcache \
44cc0a
%if %{with imap}
44cc0a
      --with-imap=shared --with-imap-ssl \
44cc0a
%endif
44cc0a
      --enable-mbstring=shared \
44cc0a
      --enable-mbregex \
44cc0a
      --enable-gd=shared \
44cc0a
      --with-external-gd \
44cc0a
      --with-gmp=shared \
44cc0a
      --enable-calendar=shared \
44cc0a
      --enable-bcmath=shared \
44cc0a
      --with-bz2=shared \
44cc0a
      --enable-ctype=shared \
44cc0a
      --enable-dba=shared \
44cc0a
%if %{with db4}
44cc0a
                          --with-db4=%{_prefix} \
44cc0a
%endif
44cc0a
                          --with-tcadb=%{_prefix} \
44cc0a
%if %{with lmdb}
44cc0a
                          --with-lmdb=%{_prefix} \
44cc0a
%endif
44cc0a
      --with-gettext=shared \
44cc0a
      --with-iconv=shared \
44cc0a
      --enable-sockets=shared \
44cc0a
      --enable-tokenizer=shared \
44cc0a
      --enable-exif=shared \
44cc0a
      --enable-ftp=shared \
44cc0a
      --with-ldap=shared --with-ldap-sasl \
44cc0a
      --enable-mysqlnd=shared \
44cc0a
      --with-mysqli=shared,mysqlnd \
44cc0a
      --with-mysql-sock=%{mysql_sock} \
44cc0a
      --enable-mysqlnd-threading \
44cc0a
%if %{with firebird}
44cc0a
      --with-pdo-firebird=shared \
44cc0a
%endif
44cc0a
      --enable-dom=shared \
44cc0a
      --with-pgsql=shared \
44cc0a
      --enable-simplexml=shared \
44cc0a
      --enable-xml=shared \
44cc0a
      --with-snmp=shared,%{_prefix} \
44cc0a
      --enable-soap=shared \
44cc0a
      --with-xsl=shared,%{_prefix} \
44cc0a
      --enable-xmlreader=shared --enable-xmlwriter=shared \
44cc0a
      --with-curl=shared \
44cc0a
      --enable-pdo=shared \
44cc0a
      --with-pdo-odbc=shared,unixODBC,%{_prefix} \
44cc0a
      --with-pdo-mysql=shared,mysqlnd \
44cc0a
      --with-pdo-pgsql=shared,%{_prefix} \
44cc0a
      --with-pdo-sqlite=shared \
44cc0a
%if %{with freetds}
44cc0a
      --with-pdo-dblib=shared,%{_prefix} \
44cc0a
%endif
44cc0a
      --with-sqlite3=shared \
44cc0a
      --without-readline \
44cc0a
      --with-libedit \
44cc0a
%if %{with pspell}
44cc0a
      --with-pspell=shared \
44cc0a
%endif
44cc0a
      --enable-phar=shared \
44cc0a
%if %{with tidy}
44cc0a
      --with-tidy=shared,%{_prefix} \
44cc0a
%endif
44cc0a
      --enable-sysvmsg=shared --enable-sysvshm=shared --enable-sysvsem=shared \
44cc0a
      --enable-shmop=shared \
44cc0a
      --enable-posix=shared \
44cc0a
      --with-unixODBC=shared,%{_prefix} \
44cc0a
      --enable-fileinfo=shared \
44cc0a
      --with-ffi=shared \
44cc0a
%if %{with sodium}
44cc0a
      --with-sodium=shared \
44cc0a
%else
44cc0a
      --without-sodium \
44cc0a
%endif
44cc0a
      --enable-intl=shared \
44cc0a
      --with-enchant=shared
44cc0a
popd
44cc0a
44cc0a
### NOTE!!! EXTENSION_DIR was changed for the -zts build, so it must remain
44cc0a
### the last SAPI to be built.
44cc0a
%endif
44cc0a
44cc0a
44cc0a
%check
44cc0a
: Ensure proper NTS/ZTS build
44cc0a
$RPM_BUILD_ROOT%{_bindir}/php     -n -v | grep NTS
44cc0a
%if %{with zts}
44cc0a
$RPM_BUILD_ROOT%{_bindir}/zts-php -n -v | grep ZTS
44cc0a
%endif
44cc0a
44cc0a
%if %runselftest
44cc0a
cd build-fpm
44cc0a
44cc0a
# Run tests, using the CLI SAPI
44cc0a
export NO_INTERACTION=1 REPORT_EXIT_STATUS=1 MALLOC_CHECK_=2
44cc0a
export SKIP_ONLINE_TESTS=1
44cc0a
export SKIP_IO_CAPTURE_TESTS=1
44cc0a
unset TZ LANG LC_ALL
44cc0a
if ! make test TESTS=-j4; then
44cc0a
  set +x
44cc0a
  for f in $(find .. -name \*.diff -type f -print); do
44cc0a
    if ! grep -q XFAIL "${f/.diff/.phpt}"
44cc0a
    then
44cc0a
      echo "TEST FAILURE: $f --"
44cc0a
      cat "$f"
44cc0a
      echo -e "\n-- $f result ends."
44cc0a
    fi
44cc0a
  done
44cc0a
  set -x
44cc0a
  #exit 1
44cc0a
fi
44cc0a
unset NO_INTERACTION REPORT_EXIT_STATUS MALLOC_CHECK_
44cc0a
%endif
44cc0a
44cc0a
%install
44cc0a
%if %{with zts}
44cc0a
# Install the extensions for the ZTS version
44cc0a
make -C build-ztscli install \
44cc0a
     INSTALL_ROOT=$RPM_BUILD_ROOT
44cc0a
%endif
44cc0a
44cc0a
# Install the version for embedded script language in applications + php_embed.h
44cc0a
make -C build-embedded install-sapi install-headers \
44cc0a
     INSTALL_ROOT=$RPM_BUILD_ROOT
44cc0a
44cc0a
# Install the php-fpm binary
44cc0a
make -C build-fpm install-fpm \
44cc0a
     INSTALL_ROOT=$RPM_BUILD_ROOT
44cc0a
44cc0a
# Install everything from the CGI SAPI build
44cc0a
make -C build-cgi install \
44cc0a
     INSTALL_ROOT=$RPM_BUILD_ROOT
44cc0a
44cc0a
# Use php-config from embed SAPI to reduce used libs
44cc0a
install -m 755 build-embedded/scripts/php-config $RPM_BUILD_ROOT%{_bindir}/php-config
44cc0a
44cc0a
# Install the default configuration file
44cc0a
install -m 755 -d $RPM_BUILD_ROOT%{_sysconfdir}/
44cc0a
install -m 644 %{SOURCE2} $RPM_BUILD_ROOT%{_sysconfdir}/php.ini
44cc0a
44cc0a
# For third-party packaging:
44cc0a
install -m 755 -d $RPM_BUILD_ROOT%{_datadir}/php/preload
44cc0a
44cc0a
%if %{with modphp}
44cc0a
# install the DSO
44cc0a
install -m 755 -d $RPM_BUILD_ROOT%{_httpd_moddir}
44cc0a
install -m 755 build-apache/libs/libphp.so $RPM_BUILD_ROOT%{_httpd_moddir}
44cc0a
%endif
44cc0a
44cc0a
# Apache config fragment
44cc0a
# Dual config file with httpd >= 2.4 (fedora >= 18)
44cc0a
%if %{with modphp}
44cc0a
install -D -m 644 %{SOURCE9} $RPM_BUILD_ROOT%{_httpd_modconfdir}/20-php.conf
44cc0a
%endif
44cc0a
install -D -m 644 %{SOURCE1} $RPM_BUILD_ROOT%{_httpd_confdir}/php.conf
44cc0a
44cc0a
install -m 755 -d $RPM_BUILD_ROOT%{_sysconfdir}/php.d
44cc0a
%if %{with zts}
44cc0a
install -m 755 -d $RPM_BUILD_ROOT%{_sysconfdir}/php-zts.d
44cc0a
%endif
44cc0a
install -m 755 -d $RPM_BUILD_ROOT%{_sharedstatedir}/php
44cc0a
install -m 755 -d $RPM_BUILD_ROOT%{_sharedstatedir}/php/peclxml
44cc0a
install -m 700 -d $RPM_BUILD_ROOT%{_sharedstatedir}/php/session
44cc0a
install -m 700 -d $RPM_BUILD_ROOT%{_sharedstatedir}/php/wsdlcache
44cc0a
install -m 700 -d $RPM_BUILD_ROOT%{_sharedstatedir}/php/opcache
44cc0a
44cc0a
install -m 755 -d $RPM_BUILD_ROOT%{_docdir}/pecl
44cc0a
install -m 755 -d $RPM_BUILD_ROOT%{_datadir}/tests/pecl
44cc0a
44cc0a
# PHP-FPM stuff
44cc0a
# Log
44cc0a
install -m 755 -d $RPM_BUILD_ROOT%{_localstatedir}/log/php-fpm
44cc0a
install -m 755 -d $RPM_BUILD_ROOT/run/php-fpm
44cc0a
# Config
44cc0a
install -m 755 -d $RPM_BUILD_ROOT%{_sysconfdir}/php-fpm.d
44cc0a
install -m 644 %{SOURCE4} $RPM_BUILD_ROOT%{_sysconfdir}/php-fpm.conf
44cc0a
install -m 644 %{SOURCE5} $RPM_BUILD_ROOT%{_sysconfdir}/php-fpm.d/www.conf
44cc0a
mv $RPM_BUILD_ROOT%{_sysconfdir}/php-fpm.conf.default .
44cc0a
mv $RPM_BUILD_ROOT%{_sysconfdir}/php-fpm.d/www.conf.default .
44cc0a
# install systemd unit files and scripts for handling server startup
44cc0a
install -m 755 -d $RPM_BUILD_ROOT%{_sysconfdir}/systemd/system/php-fpm.service.d
44cc0a
install -Dm 644 %{SOURCE6}  $RPM_BUILD_ROOT%{_unitdir}/php-fpm.service
44cc0a
install -Dm 644 %{SOURCE12} $RPM_BUILD_ROOT%{_unitdir}/httpd.service.d/php-fpm.conf
44cc0a
install -Dm 644 %{SOURCE12} $RPM_BUILD_ROOT%{_unitdir}/nginx.service.d/php-fpm.conf
44cc0a
# LogRotate
44cc0a
install -m 755 -d $RPM_BUILD_ROOT%{_sysconfdir}/logrotate.d
44cc0a
install -m 644 %{SOURCE7} $RPM_BUILD_ROOT%{_sysconfdir}/logrotate.d/php-fpm
44cc0a
# Nginx configuration
44cc0a
install -D -m 644 %{SOURCE13} $RPM_BUILD_ROOT%{_sysconfdir}/nginx/conf.d/php-fpm.conf
44cc0a
install -D -m 644 %{SOURCE14} $RPM_BUILD_ROOT%{_sysconfdir}/nginx/default.d/php.conf
44cc0a
44cc0a
TESTCMD="$RPM_BUILD_ROOT%{_bindir}/php --no-php-ini"
44cc0a
# Ensure all provided extensions are really there
44cc0a
for mod in core date filter hash libxml openssl pcntl pcre readline reflection session spl standard zlib
44cc0a
do
44cc0a
     $TESTCMD --modules | grep -qi $mod
44cc0a
done
44cc0a
44cc0a
TESTCMD="$TESTCMD --define extension_dir=$RPM_BUILD_ROOT%{_libdir}/php/modules"
44cc0a
44cc0a
# Generate files lists and stub .ini files for each subpackage
44cc0a
for mod in pgsql odbc ldap snmp \
44cc0a
%if %{with imap}
44cc0a
    imap \
44cc0a
%endif
44cc0a
    mysqlnd mysqli \
44cc0a
    mbstring gd dom xsl soap bcmath dba \
44cc0a
    simplexml bz2 calendar ctype exif ftp gettext gmp iconv \
44cc0a
    sockets tokenizer opcache \
44cc0a
    sqlite3 \
44cc0a
    enchant phar fileinfo intl \
44cc0a
    ffi \
44cc0a
%if %{with tidy}
44cc0a
    tidy \
44cc0a
%endif
44cc0a
%if %{with pspell}
44cc0a
    pspell \
44cc0a
%endif
44cc0a
    curl \
44cc0a
%if %{with sodium}
44cc0a
    sodium \
44cc0a
%endif
44cc0a
    posix shmop sysvshm sysvsem sysvmsg xml \
44cc0a
    pdo pdo_mysql pdo pdo_pgsql pdo_odbc pdo_sqlite \
44cc0a
%if %{with firebird}
44cc0a
    pdo_firebird \
44cc0a
%endif
44cc0a
%if %{with freetds}
44cc0a
    pdo_dblib \
44cc0a
%endif
44cc0a
    xmlreader xmlwriter
44cc0a
do
44cc0a
    case $mod in
44cc0a
      opcache)
44cc0a
        # Zend extensions
44cc0a
        TESTCMD="$TESTCMD --define zend_extension=$mod"
44cc0a
        ini=10-${mod}.ini;;
44cc0a
      pdo_*|mysqli|xmlreader)
44cc0a
        # Extensions with dependencies on 20-*
44cc0a
        TESTCMD="$TESTCMD --define extension=$mod"
44cc0a
        ini=30-${mod}.ini;;
44cc0a
      *)
44cc0a
        # Extensions with no dependency
44cc0a
        TESTCMD="$TESTCMD --define extension=$mod"
44cc0a
        ini=20-${mod}.ini;;
44cc0a
    esac
44cc0a
44cc0a
    $TESTCMD --modules | grep -qi $mod
44cc0a
44cc0a
    # some extensions have their own config file
44cc0a
    if [ -f ${ini} ]; then
44cc0a
      cp -p ${ini} $RPM_BUILD_ROOT%{_sysconfdir}/php.d/${ini}
44cc0a
%if %{with zts}
44cc0a
      cp -p ${ini} $RPM_BUILD_ROOT%{_sysconfdir}/php-zts.d/${ini}
44cc0a
%endif
44cc0a
    else
44cc0a
      cat > $RPM_BUILD_ROOT%{_sysconfdir}/php.d/${ini} <
44cc0a
; Enable ${mod} extension module
44cc0a
extension=${mod}
44cc0a
EOF
44cc0a
%if %{with zts}
44cc0a
      cat > $RPM_BUILD_ROOT%{_sysconfdir}/php-zts.d/${ini} <
44cc0a
; Enable ${mod} extension module
44cc0a
extension=${mod}
44cc0a
EOF
44cc0a
%endif
44cc0a
    fi
44cc0a
    cat > files.${mod} <
44cc0a
%{_libdir}/php/modules/${mod}.so
44cc0a
%config(noreplace) %{_sysconfdir}/php.d/${ini}
44cc0a
%if %{with zts}
44cc0a
%{_libdir}/php-zts/modules/${mod}.so
44cc0a
%config(noreplace) %{_sysconfdir}/php-zts.d/${ini}
44cc0a
%endif
44cc0a
EOF
44cc0a
done
44cc0a
44cc0a
# The dom, xsl and xml* modules are all packaged in php-xml
44cc0a
cat files.dom files.xsl files.xml{reader,writer} \
44cc0a
    files.simplexml >> files.xml
44cc0a
44cc0a
# mysqlnd
44cc0a
cat files.mysqli \
44cc0a
    files.pdo_mysql \
44cc0a
    >> files.mysqlnd
44cc0a
44cc0a
# Split out the PDO modules
44cc0a
cat files.pdo_pgsql >> files.pgsql
44cc0a
cat files.pdo_odbc >> files.odbc
44cc0a
44cc0a
# sysv* and posix in packaged in php-process
44cc0a
cat files.shmop files.sysv* files.posix > files.process
44cc0a
44cc0a
# Package sqlite3 and pdo_sqlite with pdo; isolating the sqlite dependency
44cc0a
# isn't useful at this time since rpm itself requires sqlite.
44cc0a
cat files.pdo_sqlite >> files.pdo
44cc0a
cat files.sqlite3 >> files.pdo
44cc0a
44cc0a
# Package curl, phar and fileinfo in -common.
44cc0a
cat files.curl files.phar files.fileinfo \
44cc0a
    files.exif files.gettext files.iconv files.calendar \
44cc0a
    files.ftp files.bz2 files.ctype files.sockets \
44cc0a
    files.tokenizer > files.common
44cc0a
44cc0a
# The default Zend OPcache blacklist file
44cc0a
install -m 644 %{SOURCE51} $RPM_BUILD_ROOT%{_sysconfdir}/php.d/opcache-default.blacklist
44cc0a
%if %{with zts}
44cc0a
install -m 644 %{SOURCE51} $RPM_BUILD_ROOT%{_sysconfdir}/php-zts.d/opcache-default.blacklist
44cc0a
sed -e '/blacklist_filename/s/php.d/php-zts.d/' \
44cc0a
    -i $RPM_BUILD_ROOT%{_sysconfdir}/php-zts.d/10-opcache.ini
44cc0a
%endif
44cc0a
44cc0a
# Install the macros file:
44cc0a
sed -e "s/@PHP_APIVER@/%{apiver}-%{__isa_bits}/" \
44cc0a
    -e "s/@PHP_ZENDVER@/%{zendver}-%{__isa_bits}/" \
44cc0a
    -e "s/@PHP_PDOVER@/%{pdover}-%{__isa_bits}/" \
44cc0a
    -e "s/@PHP_VERSION@/%{upver}/" \
44cc0a
%if ! %{with zts}
44cc0a
    -e "/zts/d" \
44cc0a
%endif
44cc0a
    < %{SOURCE3} > macros.php
44cc0a
install -m 644 -D macros.php \
44cc0a
           $RPM_BUILD_ROOT%{_rpmmacrodir}/macros.php
44cc0a
44cc0a
# Remove unpackaged files
44cc0a
rm -rf $RPM_BUILD_ROOT%{_libdir}/php/modules/*.a \
44cc0a
       $RPM_BUILD_ROOT%{_libdir}/php-zts/modules/*.a \
44cc0a
       $RPM_BUILD_ROOT%{_bindir}/{phptar} \
44cc0a
       $RPM_BUILD_ROOT%{_datadir}/pear \
44cc0a
       $RPM_BUILD_ROOT%{_bindir}/zts-phar* \
44cc0a
       $RPM_BUILD_ROOT%{_mandir}/man1/zts-phar* \
44cc0a
       $RPM_BUILD_ROOT%{_libdir}/libphp.a \
44cc0a
       $RPM_BUILD_ROOT%{_libdir}/libphp.la
44cc0a
44cc0a
# Remove irrelevant docs
44cc0a
rm -f README.{Zeus,QNX,CVS-RULES}
44cc0a
44cc0a
44cc0a
%post fpm
44cc0a
%systemd_post php-fpm.service
44cc0a
44cc0a
%preun fpm
44cc0a
%systemd_preun php-fpm.service
44cc0a
44cc0a
# Raised by new pool installation or new extension installation
44cc0a
%transfiletriggerin fpm -- %{_sysconfdir}/php-fpm.d %{_sysconfdir}/php.d
44cc0a
systemctl try-restart php-fpm.service >/dev/null 2>&1 || :
44cc0a
44cc0a
44cc0a
%files
44cc0a
%if %{with modphp}
44cc0a
%{_httpd_moddir}/libphp.so
44cc0a
%config(noreplace) %{_httpd_modconfdir}/20-php.conf
44cc0a
%attr(0770,root,apache) %dir %{_sharedstatedir}/php/session
44cc0a
%attr(0770,root,apache) %dir %{_sharedstatedir}/php/wsdlcache
44cc0a
%attr(0770,root,apache) %dir %{_sharedstatedir}/php/opcache
44cc0a
%config(noreplace) %{_httpd_confdir}/php.conf
44cc0a
%endif
44cc0a
44cc0a
%files common -f files.common
44cc0a
%doc EXTENSIONS NEWS UPGRADING* README.REDIST.BINS *md docs
44cc0a
%license LICENSE TSRM_LICENSE
44cc0a
%license libmagic_LICENSE
44cc0a
%license timelib_LICENSE
44cc0a
%doc php.ini-*
44cc0a
%config(noreplace) %{_sysconfdir}/php.ini
44cc0a
%dir %{_sysconfdir}/php.d
44cc0a
%dir %{_libdir}/php
44cc0a
%dir %{_libdir}/php/modules
44cc0a
%if %{with zts}
44cc0a
%dir %{_sysconfdir}/php-zts.d
44cc0a
%dir %{_libdir}/php-zts
44cc0a
%dir %{_libdir}/php-zts/modules
44cc0a
%endif
44cc0a
%dir %{_sharedstatedir}/php
44cc0a
%dir %{_sharedstatedir}/php/peclxml
44cc0a
%dir %{_datadir}/php
44cc0a
%dir %{_docdir}/pecl
44cc0a
%dir %{_datadir}/tests
44cc0a
%dir %{_datadir}/tests/pecl
44cc0a
44cc0a
%files cli
44cc0a
%{_bindir}/php
44cc0a
%if %{with zts}
44cc0a
%{_bindir}/zts-php
44cc0a
%{_mandir}/man1/zts-php.1*
44cc0a
%endif
44cc0a
%{_bindir}/php-cgi
44cc0a
%{_bindir}/phar.phar
44cc0a
%{_bindir}/phar
44cc0a
# provides phpize here (not in -devel) for pecl command
44cc0a
%{_bindir}/phpize
44cc0a
%{_mandir}/man1/php.1*
44cc0a
%{_mandir}/man1/php-cgi.1*
44cc0a
%{_mandir}/man1/phar.1*
44cc0a
%{_mandir}/man1/phar.phar.1*
44cc0a
%{_mandir}/man1/phpize.1*
44cc0a
44cc0a
%files dbg
44cc0a
%doc sapi/phpdbg/CREDITS
44cc0a
%{_bindir}/phpdbg
44cc0a
%{_mandir}/man1/phpdbg.1*
44cc0a
%if %{with zts}
44cc0a
%{_bindir}/zts-phpdbg
44cc0a
%{_mandir}/man1/zts-phpdbg.1*
44cc0a
%endif
44cc0a
44cc0a
%files fpm
44cc0a
%doc php-fpm.conf.default www.conf.default
44cc0a
%license fpm_LICENSE
44cc0a
%attr(0770,root,apache) %dir %{_sharedstatedir}/php/session
44cc0a
%attr(0770,root,apache) %dir %{_sharedstatedir}/php/wsdlcache
44cc0a
%attr(0770,root,apache) %dir %{_sharedstatedir}/php/opcache
44cc0a
%config(noreplace) %{_httpd_confdir}/php.conf
44cc0a
%config(noreplace) %{_sysconfdir}/php-fpm.conf
44cc0a
%config(noreplace) %{_sysconfdir}/php-fpm.d/www.conf
44cc0a
%config(noreplace) %{_sysconfdir}/logrotate.d/php-fpm
44cc0a
%config(noreplace) %{_sysconfdir}/nginx/conf.d/php-fpm.conf
44cc0a
%config(noreplace) %{_sysconfdir}/nginx/default.d/php.conf
44cc0a
%{_unitdir}/php-fpm.service
44cc0a
%{_unitdir}/httpd.service.d/php-fpm.conf
44cc0a
%{_unitdir}/nginx.service.d/php-fpm.conf
44cc0a
%{_sbindir}/php-fpm
44cc0a
%dir %{_sysconfdir}/systemd/system/php-fpm.service.d
44cc0a
%dir %{_sysconfdir}/php-fpm.d
44cc0a
# log owned by apache for log
44cc0a
%attr(770,apache,root) %dir %{_localstatedir}/log/php-fpm
44cc0a
%dir %ghost /run/php-fpm
44cc0a
%{_mandir}/man8/php-fpm.8*
44cc0a
%dir %{_datadir}/fpm
44cc0a
%{_datadir}/fpm/status.html
44cc0a
44cc0a
%files devel
44cc0a
%{_bindir}/php-config
44cc0a
%{_includedir}/php
44cc0a
%{_libdir}/php/build
44cc0a
%if %{with zts}
44cc0a
%{_bindir}/zts-php-config
44cc0a
%{_bindir}/zts-phpize
44cc0a
%{_includedir}/php-zts
44cc0a
%{_libdir}/php-zts/build
44cc0a
%{_mandir}/man1/zts-php-config.1*
44cc0a
%{_mandir}/man1/zts-phpize.1*
44cc0a
%endif
44cc0a
%{_mandir}/man1/php-config.1*
44cc0a
%{_rpmmacrodir}/macros.php
44cc0a
44cc0a
%files embedded
44cc0a
%{_libdir}/libphp.so
44cc0a
%{_libdir}/libphp-%{embed_version}.so
44cc0a
44cc0a
%files pgsql -f files.pgsql
44cc0a
%files odbc -f files.odbc
44cc0a
%if %{with imap}
44cc0a
%files imap -f files.imap
44cc0a
%endif
44cc0a
%files ldap -f files.ldap
44cc0a
%files snmp -f files.snmp
44cc0a
%files xml -f files.xml
44cc0a
%files mbstring -f files.mbstring
44cc0a
%license libmbfl_LICENSE
44cc0a
%files gd -f files.gd
44cc0a
%files soap -f files.soap
44cc0a
%files bcmath -f files.bcmath
44cc0a
%license libbcmath_LICENSE
44cc0a
%files gmp -f files.gmp
44cc0a
%files dba -f files.dba
44cc0a
%files pdo -f files.pdo
44cc0a
%if %{with tidy}
44cc0a
%files tidy -f files.tidy
44cc0a
%endif
44cc0a
%if %{with freetds}
44cc0a
%files pdo-dblib -f files.pdo_dblib
44cc0a
%endif
44cc0a
%if %{with pspell}
44cc0a
%files pspell -f files.pspell
44cc0a
%endif
44cc0a
%files intl -f files.intl
44cc0a
%files process -f files.process
44cc0a
%if %{with firebird}
44cc0a
%files pdo-firebird -f files.pdo_firebird
44cc0a
%endif
44cc0a
%files enchant -f files.enchant
44cc0a
%files mysqlnd -f files.mysqlnd
44cc0a
%files opcache -f files.opcache
44cc0a
%config(noreplace) %{_sysconfdir}/php.d/opcache-default.blacklist
44cc0a
%if %{with zts}
44cc0a
%config(noreplace) %{_sysconfdir}/php-zts.d/opcache-default.blacklist
44cc0a
%endif
44cc0a
%if %{with sodium}
44cc0a
%files sodium -f files.sodium
44cc0a
%endif
44cc0a
%files ffi -f files.ffi
44cc0a
%dir %{_datadir}/php/preload
44cc0a
44cc0a
44cc0a
%changelog
fb6fb6
* Wed Jun 22 2022 Remi Collet <rcollet@redhat.com> - 8.0.13-2
fb6fb6
- fix password of excessive length triggers buffer overflow leading to RCE
fb6fb6
  CVE-2022-31626
fb6fb6
44cc0a
* Wed Dec 15 2021 Remi Collet <rcollet@redhat.com> - 8.0.13-1
44cc0a
- rebase to 8.0.13 #2032429
44cc0a
- refresh configuration files from upstream
44cc0a
44cc0a
* Tue Oct 26 2021 Remi Collet <rcollet@redhat.com> - 8.0.12-1
44cc0a
- rebase to 8.0.12 #2017111 #1981423
44cc0a
- build using system libxcrypt #2015903
44cc0a
44cc0a
* Tue Sep 14 2021 Remi Collet <rcollet@redhat.com> - 8.0.10-1
44cc0a
- rebase to 8.0.10 #1992513
44cc0a
- compatibility with OpenSSL 3.0 #1992492
44cc0a
- snmp:  add sha256 / sha512 security protocol #1936635
44cc0a
- phar: implement openssl_256 and openssl_512 for phar signatures
44cc0a
- phar: use sha256 signature by default
44cc0a
44cc0a
* Thu Aug 19 2021 DJ Delorie <dj@redhat.com> - 8.0.6-9
44cc0a
- Rebuilt for libffi 3.4.2 SONAME transition.
44cc0a
  Related: rhbz#1891914
44cc0a
44cc0a
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 8.0.6-8
44cc0a
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
44cc0a
  Related: rhbz#1991688
44cc0a
44cc0a
* Fri Aug  6 2021 Florian Weimer <fweimer@redhat.com> - 8.0.6-7
44cc0a
- Rebuild to pick up new build flags from redhat-rpm-config (#1984652)
44cc0a
44cc0a
* Wed Jun 16 2021 Mohan Boddu <mboddu@redhat.com> - 8.0.6-6
44cc0a
- Rebuilt for RHEL 9 BETA for openssl 3.0
44cc0a
  Related: rhbz#1971065
44cc0a
44cc0a
* Mon May 31 2021 Remi Collet <rcollet@redhat.com> - 8.0.6-5
44cc0a
- fix build with net-snmp without DES #1953492
44cc0a
44cc0a
* Tue May 18 2021 Remi Collet <rcollet@redhat.com> - 8.0.6-4
44cc0a
- fix build with openssl 3.0 #1953492
44cc0a
44cc0a
* Sat May  8 2021 Remi Collet <remi@remirepo.net> - 8.0.6-3
44cc0a
- get rid of inet_addr and gethostbyaddr calls
44cc0a
44cc0a
* Thu May  6 2021 Remi Collet <remi@remirepo.net> - 8.0.6-2
44cc0a
- get rid of inet_ntoa and inet_aton calls
44cc0a
44cc0a
* Wed May  5 2021 Remi Collet <remi@remirepo.net> - 8.0.6-1
44cc0a
- Update to 8.0.6 - http://www.php.net/releases/8_0_6.php
44cc0a
44cc0a
* Tue Apr 27 2021 Remi Collet <remi@remirepo.net> - 8.0.5-1
44cc0a
- Update to 8.0.5 - http://www.php.net/releases/8_0_5.php
44cc0a
44cc0a
* Tue Apr 13 2021 Remi Collet <remi@remirepo.net> - 8.0.5~RC1-1
44cc0a
- update to 8.0.5RC1
44cc0a
44cc0a
* Fri Mar 19 2021 Remi Collet <remi@remirepo.net> - 8.0.4~RC1-2
44cc0a
- make libdb usage conditional
44cc0a
  default: on for Fedora, off for RHEL
44cc0a
44cc0a
* Tue Mar 16 2021 Remi Collet <remi@remirepo.net> - 8.0.4~RC1-1
44cc0a
- update to 8.0.4RC1
44cc0a
44cc0a
* Mon Mar 15 2021 Remi Collet <remi@remirepo.net> - 8.0.3-2
44cc0a
- clean conditions
44cc0a
44cc0a
* Thu Mar  4 2021 Remi Collet <remi@remirepo.net> - 8.0.3-1
44cc0a
- Update to 8.0.3 - http://www.php.net/releases/8_0_3.php
44cc0a
- see https://fedoraproject.org/wiki/Changes/php80
44cc0a
- drop xmlrpc extension
44cc0a
- drop json subpackage, extension always there
44cc0a
- enchant: use libenchant-2 instead of libenchant
44cc0a
44cc0a
* Tue Mar  2 2021 Remi Collet <remi@remirepo.net> - 7.4.16-1
44cc0a
- Update to 7.4.16 - http://www.php.net/releases/7_4_16.php
44cc0a
44cc0a
* Wed Feb 24 2021 Remi Collet <remi@remirepo.net> - 7.4.15-3
44cc0a
- drop php-imap, fix #1929640
44cc0a
44cc0a
* Mon Feb 08 2021 Pavel Raiskup <praiskup@redhat.com> - 7.4.15-2
44cc0a
- rebuild for libpq ABI fix rhbz#1908268
44cc0a
44cc0a
* Tue Feb  2 2021 Remi Collet <remi@remirepo.net> - 7.4.15-1
44cc0a
- Update to 7.4.15 - http://www.php.net/releases/7_4_15.php
44cc0a
- add upstream patch for https://bugs.php.net/80682
44cc0a
  fix opcache doesn't honour pcre.jit option
44cc0a
44cc0a
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 7.4.15~RC2-2
44cc0a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
44cc0a
44cc0a
* Tue Jan 19 2021 Remi Collet <remi@remirepo.net> - 7.4.15~RC2-1
44cc0a
- update to 7.4.15RC2
44cc0a
44cc0a
* Tue Jan  5 2021 Remi Collet <remi@remirepo.net> - 7.4.14-1
44cc0a
- Update to 7.4.14 - http://www.php.net/releases/7_4_14.php
44cc0a
44cc0a
* Wed Dec 16 2020 Remi Collet <remi@remirepo.net> - 7.4.14~RC1-1
44cc0a
- update to 7.4.14RC1
44cc0a
44cc0a
* Tue Dec  1 2020 Remi Collet <remi@remirepo.net> - 7.4.13-2
44cc0a
- explicitly requires make
44cc0a
  https://fedoraproject.org/wiki/Changes/Remove_make_from_BuildRoot
44cc0a
44cc0a
* Tue Nov 24 2020 Remi Collet <remi@remirepo.net> - 7.4.13-1
44cc0a
- Update to 7.4.13 - http://www.php.net/releases/7_4_13.php
44cc0a
44cc0a
* Thu Nov 12 2020 Remi Collet <remi@remirepo.net> - 7.4.13~RC1-1
44cc0a
- update to 7.4.13RC1
44cc0a
44cc0a
* Tue Oct 27 2020 Remi Collet <remi@remirepo.net> - 7.4.12-1
44cc0a
- Update to 7.4.12 - http://www.php.net/releases/7_4_12.php
44cc0a
44cc0a
* Tue Oct 13 2020 Remi Collet <remi@remirepo.net> - 7.4.12~RC1-1
44cc0a
- update to 7.4.12RC1
44cc0a
44cc0a
* Tue Sep 29 2020 Remi Collet <remi@remirepo.net> - 7.4.11-1
44cc0a
- Update to 7.4.11 - http://www.php.net/releases/7_4_11.php
44cc0a
44cc0a
* Tue Sep 15 2020 Remi Collet <remi@remirepo.net> - 7.4.11~RC1-1
44cc0a
- update to 7.4.11RC1
44cc0a
44cc0a
* Thu Sep 03 2020 Josef Řídký <jridky@redhat.com> - 7.4.10-2
44cc0a
- Rebuilt for new net-snmp release
44cc0a
44cc0a
* Tue Sep  1 2020 Remi Collet <remi@remirepo.net> - 7.4.10-1
44cc0a
- Update to 7.4.10 - http://www.php.net/releases/7_4_10.php
44cc0a
44cc0a
* Thu Aug 27 2020 Josef Řídký <jridky@redhat.com> - 7.4.10~RC1-2
44cc0a
- Rebuilt for new net-snmp release
44cc0a
44cc0a
* Tue Aug 18 2020 Remi Collet <remi@remirepo.net> - 7.4.10~RC1-1
44cc0a
- update to 7.4.10RC1
44cc0a
44cc0a
* Mon Aug 10 2020 Remi Collet <remi@remirepo.net> - 7.4.9-1
44cc0a
- Update to 7.4.9 - http://www.php.net/releases/7_4_9.php
44cc0a
44cc0a
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 7.4.9~RC1-2
44cc0a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
44cc0a
44cc0a
* Tue Jul 21 2020 Remi Collet <remi@remirepo.net> - 7.4.9~RC1-1
44cc0a
- update to 7.4.9RC1
44cc0a
44cc0a
* Tue Jul 14 2020 Tom Stellard <tstellar@redhat.com> - 7.4.8-3
44cc0a
- Use make macros
44cc0a
- https://fedoraproject.org/wiki/Changes/UseMakeBuildInstallMacro
44cc0a
44cc0a
* Thu Jul  9 2020 Remi Collet <remi@remirepo.net> - 7.4.8-2
44cc0a
- Update to 7.4.8 - http://www.php.net/releases/7_4_8.php
44cc0a
  rebuild from new sources
44cc0a
44cc0a
* Tue Jul  7 2020 Remi Collet <remi@remirepo.net> - 7.4.8-1
44cc0a
- Update to 7.4.8 - http://www.php.net/releases/7_4_8.php
44cc0a
44cc0a
* Mon Jul  6 2020 Remi Collet <remi@remirepo.net> - 7.4.8~RC1-3
44cc0a
- display build system and provider in phpinfo (from 8.0)
44cc0a
44cc0a
* Wed Jul 01 2020 Jeff Law <law@redhat.com> - 7.4.8~RC1-2
44cc0a
- Disable LTO
44cc0a
44cc0a
* Tue Jun 23 2020 Remi Collet <remi@remirepo.net> - 7.4.8~RC1-1
44cc0a
- update to 7.4.8RC1
44cc0a
- drop patch to fix PHP_UNAME
44cc0a
44cc0a
* Tue Jun 16 2020 Remi Collet <remi@remirepo.net> - 7.4.7-2
44cc0a
- disable build of mod_php
44cc0a
  https://fedoraproject.org/wiki/Changes/drop_mod_php
44cc0a
44cc0a
* Tue Jun  9 2020 Remi Collet <remi@remirepo.net> - 7.4.7-1
44cc0a
- Update to 7.4.7 - http://www.php.net/releases/7_4_7.php
44cc0a
44cc0a
* Mon Jun  8 2020 Remi Collet <remi@remirepo.net> - 7.4.7~RC1-4
44cc0a
- rewrite conditional using bcond_with and bcond_without
44cc0a
44cc0a
* Tue May 26 2020 Remi Collet <remi@remirepo.net> - 7.4.7~RC1-1
44cc0a
- update to 7.4.7RC1
44cc0a
44cc0a
* Wed May 20 2020 Remi Collet <remi@remirepo.net> - 7.4.6-3
44cc0a
- use php-config from embed SAPI to reduce used libs
44cc0a
44cc0a
* Sat May 16 2020 Pete Walter <pwalter@fedoraproject.org> - 7.4.6-2
44cc0a
- Rebuild for ICU 67
44cc0a
44cc0a
* Tue May 12 2020 Remi Collet <remi@remirepo.net> - 7.4.6-1
44cc0a
- Update to 7.4.6 - http://www.php.net/releases/7_4_6.php
44cc0a
44cc0a
* Wed Apr 29 2020 Remi Collet <remi@remirepo.net> - 7.4.6~RC1-1
44cc0a
- update to 7.4.6RC1
44cc0a
44cc0a
* Tue Apr 21 2020 Remi Collet <remi@fedoraproject.org> - 7.4.5-2
44cc0a
- make mod_php optional (enabled by default for now)
44cc0a
- drop mod_php ZTS build
44cc0a
- run FPM tests
44cc0a
44cc0a
* Tue Apr 14 2020 Remi Collet <remi@remirepo.net> - 7.4.5-1
44cc0a
- Update to 7.4.5 - http://www.php.net/releases/7_4_5.php
44cc0a
44cc0a
* Tue Mar 31 2020 Remi Collet <remi@remirepo.net> - 7.4.5~RC1-1
44cc0a
- update to 7.4.5RC1
44cc0a
44cc0a
* Tue Mar 17 2020 Remi Collet <remi@remirepo.net> - 7.4.4-1
44cc0a
- Update to 7.4.4 - http://www.php.net/releases/7_4_4.php
44cc0a
44cc0a
* Tue Mar  3 2020 Remi Collet <remi@remirepo.net> - 7.4.4~RC1-1
44cc0a
- update to 7.4.4RC1
44cc0a
44cc0a
* Tue Feb 18 2020 Remi Collet <remi@remirepo.net> - 7.4.3-1
44cc0a
- Update to 7.4.3 - http://www.php.net/releases/7_4_3.php
44cc0a
44cc0a
* Tue Feb  4 2020 Remi Collet <remi@remirepo.net> - 7.4.3~RC1-1
44cc0a
- update to 7.4.3RC1
44cc0a
44cc0a
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 7.4.2-2
44cc0a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
44cc0a
44cc0a
* Tue Jan 21 2020 Remi Collet <remi@remirepo.net> - 7.4.2-1
44cc0a
- Update to 7.4.2 - http://www.php.net/releases/7_4_2.php
44cc0a
44cc0a
* Tue Jan  7 2020 Remi Collet <remi@remirepo.net> - 7.4.2~RC1-1
44cc0a
- update to 7.4.2RC1
44cc0a
44cc0a
* Wed Dec 18 2019 Remi Collet <remi@remirepo.net> - 7.4.1-1
44cc0a
- Update to 7.4.1 - http://www.php.net/releases/7_4_1.php
44cc0a
44cc0a
* Wed Dec 11 2019 Remi Collet <remi@remirepo.net> - 7.4.1~RC1-1
44cc0a
- update to 7.4.1RC1
44cc0a
44cc0a
* Wed Nov 27 2019 Remi Collet <remi@remirepo.net> - 7.4.0-1
44cc0a
- update to 7.4.0 GA
44cc0a
44cc0a
* Mon Nov 11 2019 Remi Collet <remi@remirepo.net> - 7.4.0~RC6-1
44cc0a
- update to 7.4.0RC6
44cc0a
44cc0a
* Fri Nov 01 2019 Pete Walter <pwalter@fedoraproject.org> - 7.4.0~RC5-2
44cc0a
- Rebuild for ICU 65
44cc0a
44cc0a
* Tue Oct 29 2019 Remi Collet <remi@remirepo.net> - 7.4.0~RC5-1
44cc0a
- update to 7.4.0RC5
44cc0a
- set opcache.enable_cli in provided default configuration
44cc0a
- add /usr/share/php/preload as default ffi.preload configuration
44cc0a
44cc0a
* Tue Oct 15 2019 Remi Collet <remi@remirepo.net> - 7.4.0~RC4-1
44cc0a
- update to 7.4.0RC4
44cc0a
44cc0a
* Mon Oct  7 2019 Remi Collet <remi@remirepo.net> - 7.4.0~RC3-2
44cc0a
- ensure all shared extensions can be loaded
44cc0a
- add patch from https://github.com/php/php-src/pull/4794
44cc0a
  to ensure opcache is always linked with librt
44cc0a
44cc0a
* Tue Oct  1 2019 Remi Collet <remi@remirepo.net> - 7.4.0~RC3-1
44cc0a
- update to 7.4.0RC3
44cc0a
- bump API version to 20190902
44cc0a
- drop wddx, recode and interbase extensions
44cc0a
- add ffi extension
44cc0a
- drop dependency on libargon2, use libsodium implementation
44cc0a
- run test suite using 4 concurrent workers
44cc0a
- cleanup unused conditional
44cc0a
- add upstream patch to fix aarch64 build
44cc0a
44cc0a
* Tue Sep 24 2019 Remi Collet <remi@remirepo.net> - 7.3.10-1
44cc0a
- Update to 7.3.10 - http://www.php.net/releases/7_3_10.php
44cc0a
44cc0a
* Wed Sep 11 2019 Remi Collet <remi@remirepo.net> - 7.3.10~RC1-2
44cc0a
- update to 7.3.10RC1 (new tag)
44cc0a
44cc0a
* Tue Sep 10 2019 Remi Collet <remi@remirepo.net> - 7.3.10~RC1-1
44cc0a
- update to 7.3.10RC1
44cc0a
44cc0a
* Wed Aug 28 2019 Remi Collet <remi@remirepo.net> - 7.3.9-1
44cc0a
- Update to 7.3.9 - http://www.php.net/releases/7_3_9.php
44cc0a
- add tarball signature check
44cc0a
44cc0a
* Tue Aug 20 2019 Petr Pisar <ppisar@redhat.com> - 7.3.9~RC1-2
44cc0a
- Rebuild against recode-3.7.2 (bug #1379055)
44cc0a
44cc0a
* Mon Aug 19 2019 Remi Collet <remi@remirepo.net> - 7.3.9~RC1-1
44cc0a
- update to 7.3.9RC1
44cc0a
44cc0a
* Tue Jul 30 2019 Remi Collet <remi@remirepo.net> - 7.3.8-1
44cc0a
- Update to 7.3.8 - http://www.php.net/releases/7_3_8.php
44cc0a
44cc0a
* Tue Jul 16 2019 Remi Collet <remi@remirepo.net> - 7.3.8~RC1-1
44cc0a
- update to 7.3.8RC1
44cc0a
- add upstream patch for #78297
44cc0a
- main package now recommends commonly used extensions
44cc0a
  (json, mbstring, opcache, pdo, xml)
44cc0a
44cc0a
* Wed Jul  3 2019 Remi Collet <remi@remirepo.net> - 7.3.7-2
44cc0a
- Update to 7.3.7 - http://www.php.net/releases/7_3_7.php
44cc0a
- disable opcache.huge_code_pages in default configuration
44cc0a
44cc0a
* Thu Jun 20 2019 Remi Collet <remi@remirepo.net> - 7.3.7~RC3-1
44cc0a
- update to 7.3.7RC3
44cc0a
44cc0a
* Tue Jun 18 2019 Remi Collet <remi@remirepo.net> - 7.3.7~RC2-1
44cc0a
- update to 7.3.7RC2
44cc0a
44cc0a
* Tue Jun 11 2019 Remi Collet <remi@remirepo.net> - 7.3.7~RC1-1
44cc0a
- update to 7.3.7RC1
44cc0a
44cc0a
* Tue May 28 2019 Remi Collet <remi@remirepo.net> - 7.3.6-1
44cc0a
- Update to 7.3.6 - http://www.php.net/releases/7_3_6.php
44cc0a
44cc0a
* Wed May 15 2019 Remi Collet <remi@remirepo.net> - 7.3.6~RC1-2
44cc0a
- update to 7.3.6RC1 (new tag)
44cc0a
44cc0a
* Tue May 14 2019 Remi Collet <remi@remirepo.net> - 7.3.6~RC1-1
44cc0a
- update to 7.3.6RC1
44cc0a
44cc0a
* Wed May  1 2019 Remi Collet <remi@remirepo.net> - 7.3.5-1
44cc0a
- Update to 7.3.5 - http://www.php.net/releases/7_3_5.php
44cc0a
44cc0a
* Tue Apr 16 2019 Remi Collet <remi@remirepo.net> - 7.3.5~RC1-1
44cc0a
- update to 7.3.5RC1
44cc0a
44cc0a
* Tue Apr  2 2019 Remi Collet <remi@remirepo.net> - 7.3.4-1
44cc0a
- Update to 7.3.4 - http://www.php.net/releases/7_3_4.php
44cc0a
44cc0a
* Thu Mar 21 2019 Remi Collet <remi@remirepo.net> - 7.3.4~RC1-3
44cc0a
- update to 7.3.4RC1 new tag
44cc0a
- add upstream patches for failed tests
44cc0a
- add build dependency on ps command
44cc0a
44cc0a
* Wed Mar 20 2019 Remi Collet <remi@remirepo.net> - 7.3.4~RC1-2
44cc0a
- revert upstream change for extension test suite
44cc0a
44cc0a
* Tue Mar 19 2019 Remi Collet <remi@remirepo.net> - 7.3.4~RC1-1
44cc0a
- update to 7.3.4RC1
44cc0a
44cc0a
* Mon Mar 18 2019 Remi Collet <remi@fedoraproject.org> - 7.3.3-2
44cc0a
- rebuild for libargon2 new soname
44cc0a
44cc0a
* Wed Mar  6 2019 Remi Collet <remi@remirepo.net> - 7.3.3-1
44cc0a
- Update to 7.3.3 - http://www.php.net/releases/7_3_3.php
44cc0a
- add upstream patch for OpenSSL 1.1.1b
44cc0a
44cc0a
* Tue Feb 19 2019 Remi Collet <remi@remirepo.net> - 7.3.3~RC1-1
44cc0a
- update to 7.3.3RC1
44cc0a
- adapt systzdata patch (v18)
44cc0a
44cc0a
* Wed Feb  6 2019 Remi Collet <remi@remirepo.net> - 7.3.2-1
44cc0a
- Update to 7.3.2 - http://www.php.net/releases/7_3_2.php
44cc0a
44cc0a
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 7.3.2~RC1-3
44cc0a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
44cc0a
44cc0a
* Wed Jan 23 2019 Pete Walter <pwalter@fedoraproject.org> - 7.3.2~RC1-2
44cc0a
- Rebuild for ICU 63
44cc0a
44cc0a
* Tue Jan 22 2019 Remi Collet <remi@remirepo.net> - 7.3.2~RC1-1
44cc0a
- update to 7.3.2RC1
44cc0a
- update system tzdata patch for timelib 2018.01
44cc0a
44cc0a
* Mon Jan 14 2019 Björn Esser <besser82@fedoraproject.org> - 7.3.1-2
44cc0a
- Rebuilt for libcrypt.so.2 (#1666033)
44cc0a
44cc0a
* Tue Jan  8 2019 Remi Collet <remi@remirepo.net> - 7.3.1-1
44cc0a
- Update to 7.3.1 - http://www.php.net/releases/7_3_1.php
44cc0a
44cc0a
* Tue Dec 18 2018 Remi Collet <remi@remirepo.net> - 7.3.1-0.1.RC1
44cc0a
- update to 7.3.1RC1
44cc0a
44cc0a
* Tue Dec  4 2018 Remi Collet <remi@remirepo.net> - 7.3.0-1
44cc0a
- update to 7.3.0 GA
44cc0a
- update FPM configuration from upstream
44cc0a
44cc0a
* Tue Nov 20 2018 Remi Collet <remi@remirepo.net> - 7.3.0~0.3.RC5
44cc0a
- update to 7.3.0RC6
44cc0a
44cc0a
* Tue Nov  6 2018 Remi Collet <remi@remirepo.net> - 7.3.0~0.2.RC5
44cc0a
- update to 7.3.0RC5
44cc0a
44cc0a
* Fri Nov  2 2018 Remi Collet <remi@remirepo.net> - 7.3.0-0.1.RC4
44cc0a
- rebuild
44cc0a
44cc0a
* Tue Oct 23 2018 Remi Collet <remi@remirepo.net> - 7.3.0~rc4-1
44cc0a
- update to 7.3.0RC4
44cc0a
44cc0a
* Tue Oct  9 2018 Remi Collet <remi@remirepo.net> - 7.3.0~rc3-1
44cc0a
- update to 7.3.0RC3
44cc0a
44cc0a
* Thu Oct  4 2018 Remi Collet <remi@remirepo.net> - 7.3.0~rc2-1
44cc0a
- update to 7.3.0RC2
44cc0a
- bump API numbers
44cc0a
- switch from libpcre to libpcre2
44cc0a
- temporarily disable pcre jit on s390x see https://bugzilla.redhat.com/1636032
44cc0a
44cc0a
* Wed Sep 26 2018 Remi Collet <remi@remirepo.net> - 7.2.11~RC1-1
44cc0a
- update to 7.2.11RC1
44cc0a
44cc0a
* Tue Sep 11 2018 Remi Collet <remi@remirepo.net> - 7.2.10-1
44cc0a
- Update to 7.2.10 - http://www.php.net/releases/7_2_10.php
44cc0a
44cc0a
* Tue Aug 28 2018 Remi Collet <remi@remirepo.net> - 7.2.10~RC1-1
44cc0a
- update to 7.2.10RC1
44cc0a
44cc0a
* Thu Aug 16 2018 Remi Collet <remi@remirepo.net> - 7.2.9-1
44cc0a
- Update to 7.2.9 - http://www.php.net/releases/7_2_9.php
44cc0a
44cc0a
* Tue Jul 24 2018 Adam Williamson <awilliam@redhat.com> - 7.2.8-2
44cc0a
- Rebuild for new net-snmp
44cc0a
44cc0a
* Tue Jul 17 2018 Remi Collet <remi@remirepo.net> - 7.2.8-1
44cc0a
- Update to 7.2.8 - http://www.php.net/releases/7_2_8.php
44cc0a
44cc0a
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 7.2.8~RC1-4
44cc0a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
44cc0a
44cc0a
* Tue Jul 10 2018 Pete Walter <pwalter@fedoraproject.org> - 7.2.8~RC1-3
44cc0a
- Rebuild for ICU 62
44cc0a
44cc0a
* Tue Jul  3 2018 Remi Collet <remi@remirepo.net> - 7.2.8~RC1-2
44cc0a
- FPM: add getallheaders, backported from 7.3
44cc0a
44cc0a
* Tue Jul  3 2018 Remi Collet <remi@remirepo.net> - 7.2.8~RC1-1
44cc0a
- update to 7.2.8RC1
44cc0a
44cc0a
* Wed Jun 20 2018 Remi Collet <remi@remirepo.net> - 7.2.7-1
44cc0a
- Update to 7.2.7 - http://www.php.net/releases/7_2_7.php
44cc0a
- drop -mstackrealign option, workaround to #1593144
44cc0a
44cc0a
* Wed Jun  6 2018 Remi Collet <remi@remirepo.net> - 7.2.7~RC1-1
44cc0a
- update to 7.2.7RC1
44cc0a
44cc0a
* Wed May 23 2018 Remi Collet <remi@remirepo.net> - 7.2.6-1
44cc0a
- Update to 7.2.6 - http://www.php.net/releases/7_2_6.php
44cc0a
44cc0a
* Sun May 13 2018 Remi Collet <remi@remirepo.net> - 7.2.6~RC1-1
44cc0a
- update to 7.2.6RC1
44cc0a
44cc0a
* Mon Apr 30 2018 Pete Walter <pwalter@fedoraproject.org> - 7.2.5-2
44cc0a
- Rebuild for ICU 61.1
44cc0a
44cc0a
* Tue Apr 24 2018 Remi Collet <remi@remirepo.net> - 7.2.5-1
44cc0a
- Update to 7.2.5 - http://www.php.net/releases/7_2_5.php
44cc0a
44cc0a
* Wed Apr 11 2018 Remi Collet <remi@remirepo.net> - 7.2.5~RC1-1
44cc0a
- update to 7.2.5RC1
44cc0a
44cc0a
* Tue Apr  3 2018 Remi Collet <remi@remirepo.net> - 7.2.4-2
44cc0a
- add upstream patch for oniguruma 6.8.1, FTBFS #1562583
44cc0a
44cc0a
* Sun Apr 01 2018 Mamoru TASAKA <mtasaka@fedoraproject.org> - 7.2.4-2
44cc0a
- Rebuild against oniguruma 6.8.1
44cc0a
44cc0a
* Tue Mar 27 2018 Remi Collet <remi@remirepo.net> - 7.2.4-1
44cc0a
- Update to 7.2.4 - http://www.php.net/releases/7_2_4.php
44cc0a
- FPM: update default pool configuration for process.dumpable
44cc0a
44cc0a
* Wed Mar 21 2018 Remi Collet <remi@remirepo.net> - 7.2.4~RC1-3
44cc0a
- use systemd RuntimeDirectory instead of /etc/tmpfiles.d
44cc0a
44cc0a
* Thu Mar 15 2018 Remi Collet <remi@remirepo.net> - 7.2.4~RC1-2
44cc0a
- add file trigger to restart the php-fpm service
44cc0a
  when new pool or new extension installed #1556762
44cc0a
44cc0a
* Tue Mar 13 2018 Remi Collet <remi@remirepo.net> - 7.2.4~RC1-1
44cc0a
- update to 7.2.4RC1
44cc0a
44cc0a
* Wed Feb 28 2018 Remi Collet <remi@remirepo.net> - 7.2.3-1
44cc0a
- Update to 7.2.3 - http://www.php.net/releases/7_2_3.php
44cc0a
- FPM: revert pid file removal
44cc0a
44cc0a
* Wed Feb 21 2018 Remi Collet <remi@remirepo.net> - 7.2.3~RC1-4
44cc0a
- disable ZTS on RHEL
44cc0a
44cc0a
* Fri Feb 16 2018 Remi Collet <remi@remirepo.net> - 7.2.3~RC1-3
44cc0a
- disable pspell extension on RHEL
44cc0a
- improve devel dependencies
44cc0a
44cc0a
* Wed Feb 14 2018 Remi Collet <remi@remirepo.net> - 7.2.3~RC1-2
44cc0a
- rebuild for new tag and drop patch merged upstream
44cc0a
- drop ldconfig scriptlets
44cc0a
44cc0a
* Wed Feb 14 2018 Remi Collet <remi@remirepo.net> - 7.2.3~RC1-1
44cc0a
- update to 7.2.3RC1
44cc0a
- adapt systzdata, fixheader and ldap_r patches
44cc0a
- apply upstream patch for date ext
44cc0a
44cc0a
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 7.2.2-2
44cc0a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
44cc0a
44cc0a
* Tue Jan 30 2018 Remi Collet <remi@remirepo.net> - 7.2.2-1
44cc0a
- Update to 7.2.2 - http://www.php.net/releases/7_2_2.php
44cc0a
44cc0a
* Mon Jan 29 2018 Remi Collet <rcollet@redhat.com> - 7.2.2~RC1-3
44cc0a
- disable interbase, imap, pdo_dblib and sodium on rhel
44cc0a
44cc0a
* Thu Jan 25 2018 Remi Collet <remi@remirepo.net> - 7.2.2~RC1-3
44cc0a
- undefine _strict_symbol_defs_build
44cc0a
44cc0a
* Sat Jan 20 2018 Björn Esser <besser82@fedoraproject.org> - 7.2.2~RC1-2
44cc0a
- Rebuilt for switch to libxcrypt
44cc0a
44cc0a
* Tue Jan 16 2018 Remi Collet <remi@remirepo.net> - 7.2.2~RC1-1
44cc0a
- update to 7.2.2RC1
44cc0a
- define SOURCE_DATE_EPOCH for reproducible build
44cc0a
44cc0a
* Wed Jan  3 2018 Remi Collet <remi@remirepo.net> - 7.2.1-1
44cc0a
- Update to 7.2.1 - http://www.php.net/releases/7_2_1.php
44cc0a
44cc0a
* Wed Dec 13 2017 Remi Collet <remi@remirepo.net> - 7.2.1~RC1-1
44cc0a
- update to 7.2.1RC1
44cc0a
44cc0a
* Thu Nov 30 2017 Pete Walter <pwalter@fedoraproject.org> - 7.2.0-3
44cc0a
- Rebuild for ICU 60.1
44cc0a
44cc0a
* Tue Nov 28 2017 Remi Collet <remi@remirepo.net> - 7.2.0-2
44cc0a
- refresh patch for https://bugs.php.net/75514
44cc0a
44cc0a
* Tue Nov 28 2017 Remi Collet <remi@remirepo.net> - 7.2.0-1
44cc0a
- update to 7.2.0 GA
44cc0a
- add upstream patch for https://bugs.php.net/75514
44cc0a
44cc0a
* Tue Nov  7 2017 Remi Collet <remi@fedoraproject.org> - 7.2.0~RC6-1
44cc0a
- Update to 7.2.0RC6
44cc0a
44cc0a
* Wed Oct 25 2017 Remi Collet <remi@fedoraproject.org> - 7.2.0~RC5-1
44cc0a
- Update to 7.2.0RC5
44cc0a
- make php-fpm a weak dependency
44cc0a
44cc0a
* Wed Oct 18 2017 Remi Collet <remi@remirepo.net> - 7.2.0~RC4-2
44cc0a
- enable argon2 password hash
44cc0a
44cc0a
* Tue Oct 10 2017 Remi Collet <remi@fedoraproject.org> - 7.2.0~RC4-1
44cc0a
- Update to 7.2.0RC4
44cc0a
44cc0a
* Fri Sep 29 2017 Remi Collet <remi@fedoraproject.org> - 7.2.0~RC3-1
44cc0a
- Update to 7.2.0RC3
44cc0a
- drop mcrypt extension
44cc0a
- add sodium extension
44cc0a
- use system oniguruma
44cc0a
- drop .so suffix from ini files
44cc0a
- refresh configuration files from upstream
44cc0a
44cc0a
* Wed Sep 27 2017 Remi Collet <remi@fedoraproject.org> - 7.1.10-1
44cc0a
- Update to 7.1.10 - http://www.php.net/releases/7_1_10.php
44cc0a
44cc0a
* Mon Sep 25 2017 Remi Collet <remi@fedoraproject.org> - 7.1.10~RC1-2
44cc0a
- php now requires php-fpm and start it with httpd / nginx
44cc0a
44cc0a
* Wed Sep 13 2017 Remi Collet <remi@fedoraproject.org> - 7.1.10~RC1-1
44cc0a
- Update to 7.1.10RC1
44cc0a
44cc0a
* Wed Sep  6 2017 Remi Collet <remi@fedoraproject.org> - 7.1.9-2
44cc0a
- Automatically load OpenSSL configuration file, from PHP 7.2
44cc0a
44cc0a
* Wed Aug 30 2017 Remi Collet <remi@fedoraproject.org> - 7.1.9-1
44cc0a
- Update to 7.1.9 - http://www.php.net/releases/7_1_9.php
44cc0a
44cc0a
* Wed Aug 16 2017 Remi Collet <remi@fedoraproject.org> - 7.1.9~RC1-1
44cc0a
- Update to 7.1.9RC1
44cc0a
- php-fpm: drop unneeded "pid" from default configuration
44cc0a
44cc0a
* Wed Aug  2 2017 Remi Collet <remi@fedoraproject.org> - 7.1.8-1
44cc0a
- Update to 7.1.8 - http://www.php.net/releases/7_1_8.php
44cc0a
44cc0a
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 7.1.8~RC1-3
44cc0a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
44cc0a
44cc0a
* Wed Jul 19 2017 Remi Collet <remi@fedoraproject.org> - 7.1.8~RC1-1
44cc0a
- Update to 7.1.8RC1
44cc0a
44cc0a
* Tue Jul 18 2017 Remi Collet <remi@fedoraproject.org> - 7.1.7-2
44cc0a
- disable httpd MPM check
44cc0a
44cc0a
* Thu Jul  6 2017 Remi Collet <remi@fedoraproject.org> - 7.1.7-1
44cc0a
- Update to 7.1.7 - http://www.php.net/releases/7_1_7.php
44cc0a
44cc0a
* Wed Jun 21 2017 Remi Collet <remi@fedoraproject.org> - 7.1.7~RC1-1
44cc0a
- Update to 7.1.7RC1
44cc0a
44cc0a
* Wed Jun  7 2017 Remi Collet <remi@fedoraproject.org> - 7.1.6-1
44cc0a
- Update to 7.1.6 - http://www.php.net/releases/7_1_6.php
44cc0a
- add upstream security patches for oniguruma
44cc0a
44cc0a
* Wed May 24 2017 Remi Collet <remi@fedoraproject.org> - 7.1.6~RC1-1
44cc0a
- Update to 7.1.6RC1
44cc0a
44cc0a
* Tue May  9 2017 Remi Collet <remi@fedoraproject.org> - 7.1.5-1
44cc0a
- Update to 7.1.5 - http://www.php.net/releases/7_1_5.php
44cc0a
44cc0a
* Sat May  6 2017 Remi Collet <remi@fedoraproject.org> - 7.1.5-0.3.RC1
44cc0a
- enable PHP execution of .phar files, see #1117140
44cc0a
44cc0a
* Thu Apr 27 2017 Remi Collet <remi@fedoraproject.org> - 7.1.5-0.2.RC1
44cc0a
- new sources from new tag
44cc0a
44cc0a
* Tue Apr 25 2017 Remi Collet <remi@fedoraproject.org> - 7.1.5-0.1.RC1
44cc0a
- Update to 7.1.5RC1
44cc0a
44cc0a
* Tue Apr 11 2017 Remi Collet <remi@fedoraproject.org> - 7.1.4-1
44cc0a
- Update to 7.1.4 - http://www.php.net/releases/7_1_4.php
44cc0a
44cc0a
* Wed Mar 29 2017 Remi Collet <remi@fedoraproject.org> - 7.1.4-0.1.RC1
44cc0a
- Update to 7.1.4RC1
44cc0a
44cc0a
* Wed Mar 22 2017 Remi Collet <remi@fedoraproject.org> - 7.1.3-3
44cc0a
- timelib is MIT license
44cc0a
44cc0a
* Wed Mar 15 2017 Remi Collet <remi@fedoraproject.org> - 7.1.3-2
44cc0a
- remove %%attr, see #1432372
44cc0a
44cc0a
* Wed Mar 15 2017 Remi Collet <remi@fedoraproject.org> - 7.1.3-1
44cc0a
- Update to 7.1.3 - http://www.php.net/releases/7_1_3.php
44cc0a
44cc0a
* Tue Feb 28 2017 Remi Collet <remi@fedoraproject.org> 7.1.3-0.1.RC1
44cc0a
- Update to 7.1.3RC1
44cc0a
44cc0a
* Wed Feb 15 2017 Remi Collet <remi@fedoraproject.org> - 7.1.2-1
44cc0a
- Update to 7.1.2 - http://www.php.net/releases/7_1_2.php
44cc0a
44cc0a
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 7.1.2-0.2.RC1.1
44cc0a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
44cc0a
44cc0a
* Thu Feb  2 2017 Remi Collet <remi@fedoraproject.org> - 7.1.2-0.2.RC1
44cc0a
- Update to 7.1.2RC1 (new sources)
44cc0a
44cc0a
* Wed Feb  1 2017 Remi Collet <remi@fedoraproject.org> 7.1.2-0.1.RC1
44cc0a
- Update to 7.1.2RC1
44cc0a
44cc0a
* Wed Jan 18 2017 Remi Collet <remi@fedoraproject.org> 7.1.1-1
44cc0a
- Update to 7.1.1 - http://www.php.net/releases/7_1_1.php
44cc0a
44cc0a
* Fri Jan  6 2017 Remi Collet <remi@fedoraproject.org> 7.1.1-0.1.RC1
44cc0a
- Update to 7.1.1RC1
44cc0a
44cc0a
* Thu Dec  1 2016 Remi Collet <remi@fedoraproject.org> 7.1.0-1
44cc0a
- Update to 7.1.0 - http://www.php.net/releases/7_1_0.php
44cc0a
44cc0a
* Fri Nov 25 2016 Remi Collet <remi@fedoraproject.org> 7.1.0-0.3.RC6
44cc0a
- disable pcre.jit everywhere as it raise AVC #1398474
44cc0a
- sync provided configuration with upstream production defaults
44cc0a
44cc0a
* Mon Nov 14 2016 Remi Collet <remi@fedoraproject.org> 7.1.0-0.2.RC6
44cc0a
- re-enable interbase sub package
44cc0a
  see http://bugzilla.redhat.com/1394750 sub package inconsistency
44cc0a
- add patch to fix firebird include path (using fb_config)
44cc0a
44cc0a
* Mon Nov 14 2016 Remi Collet <remi@fedoraproject.org> 7.1.0-0.1.RC6
44cc0a
- Update to 7.1.0RC6
44cc0a
- update tzdata patch to v14, improve check for valid tz file
44cc0a
- disable interbase sub package (interbase and pdo_firebird)
44cc0a
44cc0a
* Tue Oct 11 2016 Remi Collet <remi@fedoraproject.org> 7.1.0-0.1.RC3
44cc0a
- Update to 7.1.0RC3
44cc0a
44cc0a
* Wed Sep 28 2016 Remi Collet <remi@fedoraproject.org> 7.0.12-0.1.RC1
44cc0a
- Update to 7.0.12RC1
44cc0a
44cc0a
* Wed Sep 14 2016 Remi Collet <remi@fedoraproject.org> 7.0.11-1
44cc0a
- Update to 7.0.11 - http://www.php.net/releases/7_0_11.php
44cc0a
44cc0a
* Fri Sep  2 2016 Remi Collet <remi@fedoraproject.org> 7.0.11-0.1.RC1
44cc0a
- Update to 7.0.11RC1
44cc0a
44cc0a
* Thu Sep  1 2016 Remi Collet <remi@fedoraproject.org> 7.0.10-1
44cc0a
- Update to 7.0.10 - http://www.php.net/releases/7_0_10.php
44cc0a
44cc0a
* Wed Aug  3 2016 Remi Collet <remi@fedoraproject.org> 7.0.10-0.1.RC1
44cc0a
- Update to 7.0.10RC1
44cc0a
44cc0a
* Wed Jul 20 2016 Remi Collet <remi@fedoraproject.org> 7.0.9-1
44cc0a
- Update to 7.0.9 - http://www.php.net/releases/7_0_9.php
44cc0a
- wddx: add upstream patch for https://bugs.php.net/72564
44cc0a
44cc0a
* Wed Jul  6 2016 Remi Collet <remi@fedoraproject.org> 7.0.9-0.1.RC1
44cc0a
- Update to 7.0.9RC1
44cc0a
44cc0a
* Thu Jun 30 2016 Remi Collet <remi@fedoraproject.org> 7.0.8-2
44cc0a
- own tests/doc directories for pecl packages #1351345
44cc0a
44cc0a
* Wed Jun 22 2016 Remi Collet <remi@fedoraproject.org> 7.0.8-1
44cc0a
- Update to 7.0.8 - http://www.php.net/releases/7_0_8.php
44cc0a
- https://fedoraproject.org/wiki/Changes/php70
44cc0a
- drop ereg, mysql, mssql extensions
44cc0a
- add json extension
44cc0a
44cc0a
* Wed Jun 22 2016 Remi Collet <remi@fedoraproject.org> 5.6.23-1
44cc0a
- Update to 5.6.23 - http://www.php.net/releases/5_6_23.php
44cc0a
44cc0a
* Thu Jun  9 2016 Remi Collet <remi@fedoraproject.org> 5.6.23-0.1.RC1
44cc0a
- update to 5.6.23RC1
44cc0a
44cc0a
* Fri May 27 2016 Remi Collet <remi@fedoraproject.org> 5.6.22-2
44cc0a
- drop unneeded option --with-vpx-dir, fix FTBFS, thanks Koschei
44cc0a
44cc0a
* Thu May 26 2016 Remi Collet <remi@fedoraproject.org> 5.6.22-1
44cc0a
- Update to 5.6.22 - http://www.php.net/releases/5_6_22.php
44cc0a
44cc0a
* Thu May 12 2016 Remi Collet <remi@fedoraproject.org> 5.6.22-0.1.RC1
44cc0a
- update to 5.6.22RC1
44cc0a
44cc0a
* Thu Apr 28 2016 Remi Collet <remi@fedoraproject.org> 5.6.21-1
44cc0a
- Update to 5.6.21
44cc0a
  http://www.php.net/releases/5_6_21.php
44cc0a
44cc0a
* Mon Apr 18 2016 Remi Collet <remi@fedoraproject.org> 5.6.21-0.2.RC1
44cc0a
- rebuild for ICU 57.1
44cc0a
44cc0a
* Mon Apr 18 2016 Remi Collet <remi@fedoraproject.org> 5.6.21-0.1.RC1
44cc0a
- update to 5.6.21RC1
44cc0a
44cc0a
* Fri Apr 15 2016 David Tardon <dtardon@redhat.com> - 5.6.20-1.1
44cc0a
- rebuild for ICU 57.1
44cc0a
44cc0a
* Thu Mar 31 2016 Remi Collet <remi@fedoraproject.org> 5.6.20-1
44cc0a
- Update to 5.6.20
44cc0a
  http://www.php.net/releases/5_6_20.php
44cc0a
44cc0a
* Thu Mar 17 2016 Remi Collet <remi@fedoraproject.org> 5.6.20-0.1.RC1
44cc0a
- update to 5.6.20RC1
44cc0a
44cc0a
* Thu Mar  3 2016 Remi Collet <remi@fedoraproject.org> 5.6.19-1
44cc0a
- Update to 5.6.19
44cc0a
  http://www.php.net/releases/5_6_19.php
44cc0a
44cc0a
* Thu Feb 18 2016 Remi Collet <remi@fedoraproject.org> 5.6.19-0.1.RC1
44cc0a
- update to 5.6.19RC1
44cc0a
44cc0a
* Tue Feb  9 2016 Remi Collet <remi@fedoraproject.org> 5.6.18-2
44cc0a
- define %%pecl_xmldir and own it (/var/lib/php/peclxml)
44cc0a
44cc0a
* Wed Feb  3 2016 Remi Collet <remi@fedoraproject.org> 5.6.18-1
44cc0a
- Update to 5.6.18
44cc0a
  http://www.php.net/releases/5_6_18.php
44cc0a
44cc0a
* Thu Jan 21 2016 Remi Collet <remi@fedoraproject.org> 5.6.18-0.1.RC1
44cc0a
- update to 5.6.18RC1
44cc0a
44cc0a
* Thu Jan  7 2016 Remi Collet <remi@fedoraproject.org> 5.6.17-1
44cc0a
- Update to 5.6.17
44cc0a
  http://www.php.net/releases/5_6_17.php
44cc0a
44cc0a
* Thu Dec 10 2015 Remi Collet <remi@fedoraproject.org> 5.6.17-0.1.RC1
44cc0a
- update to 5.6.17RC1
44cc0a
44cc0a
* Tue Dec  1 2015 Tom Callaway <spot@fedoraproject.org> 5.6.16-2
44cc0a
- rebuild for libvpx 1.5.0
44cc0a
44cc0a
* Thu Nov 26 2015 Remi Collet <remi@fedoraproject.org> 5.6.16-1
44cc0a
- Update to 5.6.16
44cc0a
  http://www.php.net/releases/5_6_16.php
44cc0a
44cc0a
* Wed Nov 18 2015 Rex Dieter <rdieter@fedoraproject.org> 5.6.16-0.2.RC2
44cc0a
- rebuild (tidy)
44cc0a
44cc0a
* Thu Nov 12 2015 Remi Collet <remi@fedoraproject.org> 5.6.16-0.1.RC1
44cc0a
- update to 5.6.16RC1
44cc0a
44cc0a
* Thu Oct 29 2015 Remi Collet <remi@fedoraproject.org> 5.6.15-1
44cc0a
- Update to 5.6.15
44cc0a
  http://www.php.net/releases/5_6_15.php
44cc0a
- php-config: reports all built sapis
44cc0a
44cc0a
* Thu Oct 15 2015 Remi Collet <remi@fedoraproject.org> 5.6.15-0.1.RC1
44cc0a
- update to 5.6.15RC1
44cc0a
44cc0a
* Wed Sep 30 2015 Remi Collet <remi@fedoraproject.org> 5.6.14-1
44cc0a
- Update to 5.6.14
44cc0a
  http://www.php.net/releases/5_6_14.php
44cc0a
- php-fpm: enable http authorization headers
44cc0a
44cc0a
* Thu Sep 17 2015 Remi Collet <remi@fedoraproject.org> 5.6.14-0.1.RC1
44cc0a
- update to 5.6.14RC1
44cc0a
44cc0a
* Thu Sep  3 2015 Remi Collet <remi@fedoraproject.org> 5.6.13-1
44cc0a
- Update to 5.6.13
44cc0a
  http://www.php.net/releases/5_6_13.php
44cc0a
44cc0a
* Thu Aug  6 2015 Remi Collet <remi@fedoraproject.org> 5.6.12-1
44cc0a
- Update to 5.6.12
44cc0a
  http://www.php.net/releases/5_6_12.php
44cc0a
44cc0a
* Fri Jul 24 2015 Remi Collet <remi@fedoraproject.org> 5.6.12-0.1.RC1
44cc0a
- update to 5.6.12RC1
44cc0a
44cc0a
* Fri Jul 17 2015 Remi Collet <remi@fedoraproject.org> 5.6.11-2
44cc0a
- fix typo in php.conf #1244104
44cc0a
44cc0a
* Sun Jul 12 2015 Remi Collet <remi@fedoraproject.org> 5.6.11-1
44cc0a
- Update to 5.6.11
44cc0a
  http://www.php.net/releases/5_6_11.php
44cc0a
44cc0a
* Thu Jun 25 2015 Remi Collet <remi@fedoraproject.org> 5.6.11-0.1.RC1
44cc0a
- update to 5.6.11RC1
44cc0a
- the phar link is now correctly created
44cc0a
44cc0a
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5.6.10-1.1
44cc0a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
44cc0a
44cc0a
* Thu Jun 11 2015 Remi Collet <remi@fedoraproject.org> 5.6.10-1
44cc0a
- Update to 5.6.10
44cc0a
  http://www.php.net/releases/5_6_10.php
44cc0a
- add explicit spec license (implicit by FPCA)
44cc0a
44cc0a
* Thu May 28 2015 Remi Collet <remi@fedoraproject.org> 5.6.10-0.1.RC1
44cc0a
- update to 5.6.10RC1
44cc0a
- opcache is now 7.0.6-dev
44cc0a
44cc0a
* Fri May 15 2015 Remi Collet <remi@fedoraproject.org> 5.6.9-1
44cc0a
- Update to 5.6.9
44cc0a
  http://www.php.net/releases/5_6_9.php
44cc0a
44cc0a
* Thu Apr 30 2015 Remi Collet <remi@fedoraproject.org> 5.6.9-0.1.RC1
44cc0a
- update to 5.6.9RC1
44cc0a
- adapt systzdata patch for upstream changes for new zic
44cc0a
44cc0a
* Thu Apr 16 2015 Remi Collet <remi@fedoraproject.org> 5.6.8-1
44cc0a
- Update to 5.6.8
44cc0a
  http://www.php.net/releases/5_6_8.php
44cc0a
44cc0a
* Fri Apr 10 2015 Remi Collet <remi@fedoraproject.org> 5.6.8-0.3.RC1
44cc0a
- add upstream patch to drop SSLv3 tests
44cc0a
44cc0a
* Mon Apr  6 2015 Tom Callaway <spot@fedoraproject.org> - 5.6.8-0.2.RC1
44cc0a
- rebuild for libvpx 1.4.0
44cc0a
44cc0a
* Wed Apr  1 2015 Remi Collet <remi@fedoraproject.org> 5.6.8-0.1.RC1
44cc0a
- update to 5.6.8RC1
44cc0a
44cc0a
* Fri Mar 20 2015 Remi Collet <remi@fedoraproject.org> 5.6.7-2
44cc0a
- Update to 5.6.7
44cc0a
  http://www.php.net/releases/5_6_7.php
44cc0a
44cc0a
* Sun Mar  8 2015 Remi Collet <remi@fedoraproject.org> 5.6.7-1
44cc0a
- update to 5.6.7RC1
44cc0a
44cc0a
* Thu Feb 19 2015 Remi Collet <remi@fedoraproject.org> 5.6.6-1
44cc0a
- Update to 5.6.6
44cc0a
  http://www.php.net/releases/5_6_6.php
44cc0a
44cc0a
* Thu Feb  5 2015 Remi Collet <rcollet@redhat.com> 5.6.6-0.1.RC1
44cc0a
- php 5.6.6RC1 for Koschei
44cc0a
44cc0a
* Mon Jan 26 2015 David Tardon <dtardon@redhat.com> - 5.6.5-2
44cc0a
- rebuild for ICU 54.1
44cc0a
44cc0a
* Thu Jan 22 2015 Remi Collet <remi@fedoraproject.org> 5.6.5-1
44cc0a
- Update to 5.6.5
44cc0a
  http://www.php.net/releases/5_6_5.php
44cc0a
- drop deprecated php-fpm EnvironmentFile
44cc0a
44cc0a
* Fri Jan  9 2015 Remi Collet <remi@fedoraproject.org> 5.6.5-0.1.RC1
44cc0a
- update to 5.6.5RC1
44cc0a
- FPM: enable ACL support for Unix Domain Socket
44cc0a
- FPM: switch default configuration to use UDS
44cc0a
44cc0a
* Wed Dec 17 2014 Remi Collet <remi@fedoraproject.org> 5.6.4-2
44cc0a
- Update to 5.6.4 (real)
44cc0a
  http://www.php.net/releases/5_6_4.php
44cc0a
- php-xmlrpc requires php-xml
44cc0a
44cc0a
* Wed Dec 10 2014 Remi Collet <remi@fedoraproject.org> 5.6.4-1
44cc0a
- Update to 5.6.4
44cc0a
  http://www.php.net/releases/5_6_4.php
44cc0a
44cc0a
* Fri Nov 28 2014 Remi Collet <rcollet@redhat.com> 5.6.4-0.1.RC1
44cc0a
- php 5.6.4RC1
44cc0a
44cc0a
* Mon Nov 17 2014 Remi Collet <remi@fedoraproject.org> 5.6.3-4
44cc0a
- FPM: add upstream patch for https://bugs.php.net/68428
44cc0a
  listen.allowed_clients is IPv4 only
44cc0a
44cc0a
* Mon Nov 17 2014 Remi Collet <remi@fedoraproject.org> 5.6.3-3
44cc0a
- sync php-fpm configuration with upstream
44cc0a
- refresh upstream patch for 68421
44cc0a
44cc0a
* Sun Nov 16 2014 Remi Collet <remi@fedoraproject.org> 5.6.3-2
44cc0a
- FPM: add upstream patch for https://bugs.php.net/68421
44cc0a
  access.format=R doesn't log ipv6 address
44cc0a
- FPM: add upstream patch for https://bugs.php.net/68420
44cc0a
  listen=9000 listens to ipv6 localhost instead of all addresses
44cc0a
- FPM: add upstream patch for https://bugs.php.net/68423
44cc0a
  will no longer load all pools
44cc0a
44cc0a
* Thu Nov 13 2014 Remi Collet <remi@fedoraproject.org> 5.6.3-1
44cc0a
- Update to PHP 5.6.3
44cc0a
  http://php.net/releases/5_6_3.php
44cc0a
44cc0a
* Fri Oct 31 2014 Remi Collet <rcollet@redhat.com> 5.6.3-0.2.RC1
44cc0a
- php 5.6.3RC1 (refreshed, phpdbg changes reverted)
44cc0a
- new version of systzdata patch, fix case sensitivity
44cc0a
- ignore Factory in date tests
44cc0a
44cc0a
* Wed Oct 29 2014 Remi Collet <rcollet@redhat.com> 5.6.3-0.1.RC1
44cc0a
- php 5.6.3RC1
44cc0a
- disable opcache.fast_shutdown in default config
44cc0a
- enable phpdbg_webhelper new extension (in php-dbg)
44cc0a
44cc0a
* Thu Oct 16 2014 Remi Collet <remi@fedoraproject.org> 5.6.1-1
44cc0a
- Update to PHP 5.6.2
44cc0a
  http://php.net/releases/5_6_2.php
44cc0a
44cc0a
* Fri Oct  3 2014 Remi Collet <remi@fedoraproject.org> 5.6.1-1
44cc0a
- Update to PHP 5.6.1
44cc0a
  http://php.net/releases/5_6_1.php
44cc0a
- use default system cipher list by Fedora policy
44cc0a
  http://fedoraproject.org/wiki/Changes/CryptoPolicy
44cc0a
44cc0a
* Wed Sep 24 2014 Remi Collet <rcollet@redhat.com> 5.6.1-0.2.RC1
44cc0a
- provides nginx configuration (see #1142298)
44cc0a
44cc0a
* Sat Sep 13 2014 Remi Collet <rcollet@redhat.com> 5.6.1-0.1.RC1
44cc0a
- php 5.6.1RC1
44cc0a
44cc0a
* Thu Aug 28 2014 Remi Collet <remi@fedoraproject.org> 5.6.0-1
44cc0a
- PHP 5.6.0 is GA
44cc0a
  http://php.net/releases/5_6_0.php
44cc0a
- fix ZTS man pages, upstream patch for 67878
44cc0a
- provides php(httpd)
44cc0a
44cc0a
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5.6.0-0.7.RC4
44cc0a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
44cc0a
44cc0a
* Thu Aug 14 2014 Remi Collet <rcollet@redhat.com> 5.6.0-0.6.RC4
44cc0a
- php 5.6.0RC4
44cc0a
44cc0a
* Thu Jul 31 2014 Remi Collet <rcollet@redhat.com> 5.6.0-0.5.RC3
44cc0a
- fpm requires httpd >= 2.4.10 for proxy support in SetHandler
44cc0a
44cc0a
* Thu Jul 31 2014 Remi Collet <rcollet@redhat.com> 5.6.0-0.4.RC3
44cc0a
- php 5.6.0RC3
44cc0a
- cleanup with_libmysql
44cc0a
- fix licenses handling
44cc0a
- fix zts-php-config --php-binary output #1124605
44cc0a
- provide php.conf with php-fpm, allow apache + fpm
44cc0a
  to work with default configuration, without mod_php
44cc0a
44cc0a
* Mon Jul  7 2014 Remi Collet <rcollet@redhat.com> 5.6.0-0.3.RC2
44cc0a
- php 5.6.0RC2
44cc0a
44cc0a
* Mon Jun 23 2014 Remi Collet <rcollet@redhat.com> 5.6.0-0.2.RC1
44cc0a
- fix phpdbg with libedit https://bugs.php.net/67499
44cc0a
- add workaround for unserialize/mock issue from 5.4/5.5
44cc0a
44cc0a
* Thu Jun 19 2014 Remi Collet <rcollet@redhat.com> 5.6.0-0.1.RC1
44cc0a
- php 5.6.0RC1
44cc0a
  https://fedoraproject.org/wiki/Changes/Php56
44cc0a
- add php-dbg subpackage
44cc0a
- update php.ini and opcache.ini from upstream production template
44cc0a
- move zts-php to php-cli
44cc0a
44cc0a
* Thu Jun  5 2014 Remi Collet <rcollet@redhat.com> 5.5.13-3
44cc0a
- fix regression introduce in fix for #67118
44cc0a
44cc0a
* Tue Jun  3 2014 Remi Collet <remi@fedoraproject.org> 5.5.13-2
44cc0a
- fileinfo: fix insufficient boundary check
44cc0a
- workaround regression introduce in fix for 67072 in
44cc0a
  serialize/unzerialize functions
44cc0a
44cc0a
* Fri May 30 2014 Remi Collet <rcollet@redhat.com> 5.5.13-1
44cc0a
- Update to 5.5.13
44cc0a
  http://www.php.net/releases/5_5_13.php
44cc0a
- sync php.ini with upstream php.ini-production
44cc0a
44cc0a
* Sat May  3 2014 Remi Collet <rcollet@redhat.com> 5.5.12-1
44cc0a
- Update to 5.5.12
44cc0a
  http://www.php.net/releases/5_5_12.php
44cc0a
- php-fpm: change default unix socket permission CVE-2014-0185
44cc0a
44cc0a
* Wed Apr 23 2014 Remi Collet <rcollet@redhat.com> 5.5.11-2
44cc0a
- add numerical prefix to extension configuration files
44cc0a
- prevent .user.ini files from being viewed by Web clients
44cc0a
- load php directives only when mod_php is active
44cc0a
44cc0a
* Thu Apr  3 2014 Remi Collet <rcollet@redhat.com> 5.5.11-1
44cc0a
- Update to 5.5.11
44cc0a
  http://www.php.net/ChangeLog-5.php#5.5.11
44cc0a
44cc0a
* Thu Mar  6 2014 Remi Collet <rcollet@redhat.com> 5.5.10-1
44cc0a
- Update to 5.5.10
44cc0a
  http://www.php.net/ChangeLog-5.php#5.5.10
44cc0a
- php-fpm should own /var/lib/php/session and wsdlcache
44cc0a
- fix pcre test results with libpcre < 8.34
44cc0a
44cc0a
* Tue Feb 18 2014 Remi Collet <rcollet@redhat.com> 5.5.9-2
44cc0a
- upstream patch for https://bugs.php.net/66731
44cc0a
44cc0a
* Thu Feb 13 2014 Remi Collet <remi@fedoraproject.org> 5.5.9-1.1
44cc0a
- rebuild
44cc0a
44cc0a
* Tue Feb 11 2014 Remi Collet <remi@fedoraproject.org> 5.5.9-1
44cc0a
- Update to 5.5.9
44cc0a
  http://www.php.net/ChangeLog-5.php#5.5.9
44cc0a
- Install macros to /usr/lib/rpm/macros.d
44cc0a
44cc0a
* Thu Jan 23 2014 Joe Orton <jorton@redhat.com> - 5.5.8-2
44cc0a
- fix _httpd_mmn expansion in absence of httpd-devel
44cc0a
44cc0a
* Wed Jan  8 2014 Remi Collet <rcollet@redhat.com> 5.5.8-1
44cc0a
- update to 5.5.8
44cc0a
- drop conflicts with other opcode caches as both can
44cc0a
  be used only for user data cache
44cc0a
44cc0a
* Wed Dec 11 2013 Remi Collet <rcollet@redhat.com> 5.5.7-1
44cc0a
- update to 5.5.7, fix for CVE-2013-6420
44cc0a
- fix zend_register_functions breaks reflection, php bug 66218
44cc0a
- fix Heap buffer over-read in DateInterval, php bug 66060
44cc0a
- fix fix overflow handling bug in non-x86
44cc0a
44cc0a
* Wed Nov 13 2013 Remi Collet <remi@fedoraproject.org> 5.5.6-1
44cc0a
- update to 5.5.6
44cc0a
44cc0a
* Thu Oct 17 2013 Remi Collet <rcollet@redhat.com> - 5.5.5-1
44cc0a
- update to 5.5.5
44cc0a
- sync php.ini with upstream
44cc0a
44cc0a
* Thu Sep 19 2013 Remi Collet <rcollet@redhat.com> - 5.5.4-1
44cc0a
- update to 5.5.4
44cc0a
- improve security, use specific soap.wsdl_cache_dir
44cc0a
  use /var/lib/php/wsdlcache for mod_php and php-fpm
44cc0a
- sync short_tag comments in php.ini with upstream
44cc0a
44cc0a
* Wed Aug 21 2013 Remi Collet <rcollet@redhat.com> - 5.5.3-1
44cc0a
- update to 5.5.3
44cc0a
- fix typo and add missing entries in php.ini
44cc0a
- drop zip extension
44cc0a
44cc0a
* Mon Aug 19 2013 Remi Collet <rcollet@redhat.com> - 5.5.2-1
44cc0a
- update to 5.5.2, fixes for CVE-2011-4718 + CVE-2013-4248
44cc0a
44cc0a
* Thu Aug 08 2013 Remi Collet <rcollet@redhat.com> - 5.5.1-3
44cc0a
- improve system libzip patch
44cc0a
44cc0a
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5.5.1-2
44cc0a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
44cc0a
44cc0a
* Mon Jul 22 2013 Remi Collet <rcollet@redhat.com> - 5.5.1-1
44cc0a
- update to 5.5.1
44cc0a
- add Provides: php(pdo-abi), for consistency with php(api)
44cc0a
  and php(zend-abi)
44cc0a
- improved description for mod_php
44cc0a
- fix opcache ZTS configuration (blacklists in /etc/php-zts.d)
44cc0a
- add missing man pages (phar, php-cgi)
44cc0a
44cc0a
* Fri Jul 12 2013 Remi Collet <rcollet@redhat.com> - 5.5.0-2
44cc0a
- add security fix for CVE-2013-4113
44cc0a
- add missing ASL 1.0 license
44cc0a
- 32k stack size seems ok for tests on both 32/64bits build
44cc0a
44cc0a
* Thu Jun 20 2013 Remi Collet <rcollet@redhat.com> 5.5.0-1
44cc0a
- update to 5.5.0 final
44cc0a
44cc0a
* Fri Jun 14 2013 Remi Collet <rcollet@redhat.com> 5.5.0-0.11.RC3
44cc0a
- also drop JSON from sources
44cc0a
- clean conditional for JSON (as removed from the sources)
44cc0a
- clean conditional for FPM (always build)
44cc0a
44cc0a
* Thu Jun 13 2013 Remi Collet <rcollet@redhat.com> 5.5.0-0.10.RC3
44cc0a
- drop JSON extension
44cc0a
44cc0a
* Tue Jun 11 2013 Remi Collet <rcollet@redhat.com> 5.5.0-0.9.RC3
44cc0a
- build with system GD >= 2.1.0
44cc0a
44cc0a
* Thu Jun  6 2013 Remi Collet <rcollet@redhat.com> 5.5.0-0.8.RC3
44cc0a
- update to 5.5.0RC3
44cc0a
44cc0a
* Thu May 23 2013 Remi Collet <rcollet@redhat.com> 5.5.0-0.7.RC2
44cc0a
- update to 5.5.0RC2
44cc0a
- add missing options in php-fpm.conf
44cc0a
- run php-fpm in systemd notify mode
44cc0a
- /etc/syconfig/php-fpm is deprecated (still used)
44cc0a
- add /systemd/system/php-fpm.service.d
44cc0a
44cc0a
* Wed May  8 2013 Remi Collet <rcollet@redhat.com> 5.5.0-0.6.RC1
44cc0a
- update to 5.5.0RC1
44cc0a
- remove reference to apache in some sub-packages description
44cc0a
- add option to disable json extension
44cc0a
- drop most (very old) "Obsoletes", add version to others
44cc0a
44cc0a
* Thu Apr 25 2013 Remi Collet <rcollet@redhat.com> 5.5.0-0.5.beta4
44cc0a
- update to 5.5.0beta4
44cc0a
- zend_extension doesn't requires full path
44cc0a
- refresh patch for system libzip
44cc0a
- drop opcache patch merged upstream
44cc0a
- add BuildRequires libvpx-devel for WebP support in php-gd
44cc0a
- php-fpm own /usr/share/fpm
44cc0a
44cc0a
* Thu Apr 11 2013 Remi Collet <rcollet@redhat.com> 5.5.0-0.4.beta3
44cc0a
- update to 5.5.0beta3
44cc0a
- allow wildcard in opcache.blacklist_filename and provide
44cc0a
  default /etc/php.d/opcache-default.blacklist
44cc0a
- clean spec, use only spaces (no tab)
44cc0a
44cc0a
* Thu Apr  4 2013 Remi Collet <rcollet@redhat.com> 5.5.0-0.3.beta2
44cc0a
- clean old deprecated options
44cc0a
44cc0a
* Thu Mar 28 2013 Remi Collet <rcollet@redhat.com> 5.5.0-0.2.beta2
44cc0a
- update to 5.5.0beta2
44cc0a
- Zend Optimizer+ renamed to Zend OPcache
44cc0a
- sync provided configuration with upstream
44cc0a
44cc0a
* Fri Mar 22 2013 Remi Collet <rcollet@redhat.com> 5.5.0-0.1.beta1
44cc0a
- update to 5.5.0beta1
44cc0a
  http://fedoraproject.org/wiki/Features/Php55
44cc0a
- new Zend OPcache extension in php-opccache new sub-package
44cc0a
- don't display XFAIL tests in report
44cc0a
- use xz compressed tarball
44cc0a
- build simplexml and xml extensions shared (moved in php-xml)
44cc0a
- build bz2, calendar, ctype, exif, ftp, gettext, iconv
44cc0a
  sockets and tokenizer extensions shared (in php-common)
44cc0a
- build gmp extension shared (in php-gmp new sub-package)
44cc0a
- build shmop extension shared (moved in php-process)
44cc0a
- drop some old compatibility provides (php-api, php-zend-abi, php-pecl-*)
44cc0a
44cc0a
* Thu Mar 14 2013 Remi Collet <rcollet@redhat.com> 5.4.13-1
44cc0a
- update to 5.4.13
44cc0a
- security fix for CVE-2013-1643
44cc0a
- Hardened build (links with -z now option)
44cc0a
44cc0a
* Mon Mar 11 2013 Ralf Corsépius <corsepiu@fedoraproject.org> -  5.4.13-0.2.RC1
44cc0a
- Remove %%config from %%{_sysconfdir}/rpm/macros.*
44cc0a
  (https://fedorahosted.org/fpc/ticket/259).
44cc0a
44cc0a
* Thu Feb 28 2013 Remi Collet <rcollet@redhat.com> 5.4.13-0.1.RC1
44cc0a
- update to 5.4.13RC1
44cc0a
- drop patches merged upstream
44cc0a
44cc0a
* Sat Feb 23 2013 Karsten Hopp <karsten@redhat.com> 5.4.12-4
44cc0a
- add support for ppc64p7 arch (Power7 optimized)
44cc0a
44cc0a
* Thu Feb 21 2013 Remi Collet <rcollet@redhat.com> 5.4.12-3
44cc0a
- make ZTS build optional (still enabled)
44cc0a
44cc0a
* Wed Feb 20 2013 Remi Collet <rcollet@redhat.com> 5.4.12-2
44cc0a
- make php-mysql package optional and disabled
44cc0a
44cc0a
* Wed Feb 20 2013 Remi Collet <remi@fedoraproject.org> 5.4.12-1
44cc0a
- update to 5.4.12
44cc0a
- security fix for CVE-2013-1635
44cc0a
- drop gdbm because of license incompatibility
44cc0a
44cc0a
* Wed Feb 13 2013 Remi Collet <rcollet@redhat.com> 5.4.12-0.6.RC2
44cc0a
- enable tokyocabinet and gdbm dba handlers
44cc0a
44cc0a
* Wed Feb 13 2013 Remi Collet <rcollet@redhat.com> 5.4.12-0.5.RC2
44cc0a
- update to 5.4.12RC2
44cc0a
44cc0a
* Mon Feb 11 2013 Remi Collet <rcollet@redhat.com> 5.4.12-0.4.RC1
44cc0a
- upstream patch (5.4.13) to fix dval to lval conversion
44cc0a
  https://bugs.php.net/64142
44cc0a
44cc0a
* Mon Feb  4 2013 Remi Collet <rcollet@redhat.com> 5.4.12-0.3.RC1
44cc0a
- upstream patch (5.4.13) for 2 failed tests
44cc0a
44cc0a
* Fri Feb  1 2013 Remi Collet <rcollet@redhat.com> 5.4.12-0.2.RC1
44cc0a
- fix buit-in web server on ppc64 (fdset usage)
44cc0a
  https://bugs.php.net/64128
44cc0a
44cc0a
* Thu Jan 31 2013 Remi Collet <rcollet@redhat.com> 5.4.12-0.1.RC1
44cc0a
- update to 5.4.12RC1
44cc0a
44cc0a
* Mon Jan 28 2013 Remi Collet <rcollet@redhat.com> 5.4.11-3
44cc0a
- rebuild for new libicu
44cc0a
44cc0a
* Mon Jan 21 2013 Adam Tkac <atkac redhat com> - 5.4.11-2
44cc0a
- rebuild due to "jpeg8-ABI" feature drop
44cc0a
44cc0a
* Wed Jan 16 2013 Remi Collet <rcollet@redhat.com> 5.4.11-1
44cc0a
- update to 5.4.11
44cc0a
44cc0a
* Thu Jan 10 2013 Remi Collet <rcollet@redhat.com> 5.4.11-0.2.RC1
44cc0a
- fix php.conf to allow MultiViews managed by php scripts
44cc0a
44cc0a
* Thu Jan 10 2013 Remi Collet <rcollet@redhat.com> 5.4.11-0.1.RC1
44cc0a
- update to 5.4.11RC1
44cc0a
44cc0a
* Wed Dec 19 2012 Remi Collet <rcollet@redhat.com> 5.4.10-1
44cc0a
- update to 5.4.10
44cc0a
- remove patches merged upstream
44cc0a
44cc0a
* Tue Dec 11 2012 Remi Collet <rcollet@redhat.com> 5.4.9-3
44cc0a
- drop "Configure Command" from phpinfo output
44cc0a
44cc0a
* Tue Dec 11 2012 Joe Orton <jorton@redhat.com> - 5.4.9-2
44cc0a
- prevent php_config.h changes across (otherwise identical) rebuilds
44cc0a
44cc0a
* Thu Nov 22 2012 Remi Collet <rcollet@redhat.com> 5.4.9-1
44cc0a
- update to 5.4.9
44cc0a
44cc0a
* Thu Nov 15 2012 Remi Collet <rcollet@redhat.com> 5.4.9-0.5.RC1
44cc0a
- switch back to upstream generated scanner/parser
44cc0a
44cc0a
* Thu Nov 15 2012 Remi Collet <rcollet@redhat.com> 5.4.9-0.4.RC1
44cc0a
- use _httpd_contentdir macro and fix php.gif path
44cc0a
44cc0a
* Wed Nov 14 2012 Remi Collet <rcollet@redhat.com> 5.4.9-0.3.RC1
44cc0a
- improve system libzip patch to use pkg-config
44cc0a
44cc0a
* Wed Nov 14 2012 Remi Collet <rcollet@redhat.com> 5.4.9-0.2.RC1
44cc0a
- use _httpd_moddir macro
44cc0a
44cc0a
* Wed Nov 14 2012 Remi Collet <rcollet@redhat.com> 5.4.9-0.1.RC1
44cc0a
- update to 5.4.9RC1
44cc0a
- improves php.conf (use FilesMatch + SetHandler)
44cc0a
- improves filter (httpd module)
44cc0a
- apply ldap_r patch on fedora >= 18 only
44cc0a
44cc0a
* Fri Nov  9 2012 Remi Collet <rcollet@redhat.com> 5.4.8-6
44cc0a
- clarify Licenses
44cc0a
- missing provides xmlreader and xmlwriter
44cc0a
- modernize spec
44cc0a
- change php embedded library soname version to 5.4
44cc0a
44cc0a
* Tue Nov  6 2012 Remi Collet <rcollet@redhat.com> 5.4.8-5
44cc0a
- fix _httpd_mmn macro definition
44cc0a
44cc0a
* Mon Nov  5 2012 Remi Collet <rcollet@redhat.com> 5.4.8-4
44cc0a
- fix mysql_sock macro definition
44cc0a
44cc0a
* Thu Oct 25 2012 Remi Collet <rcollet@redhat.com> 5.4.8-3
44cc0a
- fix installed headers
44cc0a
44cc0a
* Tue Oct 23 2012 Joe Orton <jorton@redhat.com> - 5.4.8-2
44cc0a
- use libldap_r for ldap extension
44cc0a
44cc0a
* Thu Oct 18 2012 Remi Collet <remi@fedoraproject.org> 5.4.8-1
44cc0a
- update to 5.4.8
44cc0a
- define both session.save_handler and session.save_path
44cc0a
- fix possible segfault in libxml (#828526)
44cc0a
- php-fpm: create apache user if needed
44cc0a
- use SKIP_ONLINE_TEST during make test
44cc0a
- php-devel requires pcre-devel and php-cli (instead of php)
44cc0a
44cc0a
* Fri Oct  5 2012 Remi Collet <remi@fedoraproject.org> 5.4.7-11
44cc0a
- provides php-phar
44cc0a
- update systzdata patch to v10, timezone are case insensitive
44cc0a
44cc0a
* Mon Oct  1 2012 Remi Collet <remi@fedoraproject.org> 5.4.7-10
44cc0a
- fix typo in systemd macro
44cc0a
44cc0a
* Mon Oct  1 2012 Remi Collet <remi@fedoraproject.org> 5.4.7-9
44cc0a
- php-fpm: enable PrivateTmp
44cc0a
- php-fpm: new systemd macros (#850268)
44cc0a
- php-fpm: add upstream patch for startup issue (#846858)
44cc0a
44cc0a
* Fri Sep 28 2012 Remi Collet <rcollet@redhat.com> 5.4.7-8
44cc0a
- systemd integration, https://bugs.php.net/63085
44cc0a
- no odbc call during timeout, https://bugs.php.net/63171
44cc0a
- check sqlite3_column_table_name, https://bugs.php.net/63149
44cc0a
44cc0a
* Mon Sep 24 2012 Remi Collet <rcollet@redhat.com> 5.4.7-7
44cc0a
- most failed tests explained (i386, x86_64)
44cc0a
44cc0a
* Wed Sep 19 2012 Remi Collet <rcollet@redhat.com> 5.4.7-6
44cc0a
- fix for http://bugs.php.net/63126 (#783967)
44cc0a
44cc0a
* Wed Sep 19 2012 Remi Collet <rcollet@redhat.com> 5.4.7-5
44cc0a
- patch to ensure we use latest libdb (not libdb4)
44cc0a
44cc0a
* Wed Sep 19 2012 Remi Collet <rcollet@redhat.com> 5.4.7-4
44cc0a
- really fix rhel tests (use libzip and libdb)
44cc0a
44cc0a
* Tue Sep 18 2012 Remi Collet <rcollet@redhat.com> 5.4.7-3
44cc0a
- fix test to enable zip extension on RHEL-7
44cc0a
44cc0a
* Mon Sep 17 2012 Remi Collet <remi@fedoraproject.org> 5.4.7-2
44cc0a
- remove session.save_path from php.ini
44cc0a
  move it to apache and php-fpm configuration files
44cc0a
44cc0a
* Fri Sep 14 2012 Remi Collet <remi@fedoraproject.org> 5.4.7-1
44cc0a
- update to 5.4.7
44cc0a
  http://www.php.net/releases/5_4_7.php
44cc0a
- php-fpm: don't daemonize
44cc0a
44cc0a
* Mon Aug 20 2012 Remi Collet <remi@fedoraproject.org> 5.4.6-2
44cc0a
- enable php-fpm on secondary arch (#849490)
44cc0a
44cc0a
* Fri Aug 17 2012 Remi Collet <remi@fedoraproject.org> 5.4.6-1
44cc0a
- update to 5.4.6
44cc0a
- update to v9 of systzdata patch
44cc0a
- backport fix for new libxml
44cc0a
44cc0a
* Fri Jul 20 2012 Remi Collet <remi@fedoraproject.org> 5.4.5-1
44cc0a
- update to 5.4.5
44cc0a
44cc0a
* Mon Jul 02 2012 Remi Collet <remi@fedoraproject.org> 5.4.4-4
44cc0a
- also provide php(language)%%{_isa}
44cc0a
- define %%{php_version}
44cc0a
44cc0a
* Mon Jul 02 2012 Remi Collet <remi@fedoraproject.org> 5.4.4-3
44cc0a
- drop BR for libevent (#835671)
44cc0a
- provide php(language) to allow version check
44cc0a
44cc0a
* Thu Jun 21 2012 Remi Collet <remi@fedoraproject.org> 5.4.4-2
44cc0a
- add missing provides (core, ereg, filter, standard)
44cc0a
44cc0a
* Thu Jun 14 2012 Remi Collet <remi@fedoraproject.org> 5.4.4-1
44cc0a
- update to 5.4.4 (CVE-2012-2143, CVE-2012-2386)
44cc0a
- use /usr/lib/tmpfiles.d instead of /etc/tmpfiles.d
44cc0a
- use /run/php-fpm instead of /var/run/php-fpm
44cc0a
44cc0a
* Wed May 09 2012 Remi Collet <remi@fedoraproject.org> 5.4.3-1
44cc0a
- update to 5.4.3 (CVE-2012-2311, CVE-2012-2329)
44cc0a
44cc0a
* Thu May 03 2012 Remi Collet <remi@fedoraproject.org> 5.4.2-1
44cc0a
- update to 5.4.2 (CVE-2012-1823)
44cc0a
44cc0a
* Fri Apr 27 2012 Remi Collet <remi@fedoraproject.org> 5.4.1-1
44cc0a
- update to 5.4.1
44cc0a
44cc0a
* Wed Apr 25 2012 Joe Orton <jorton@redhat.com> - 5.4.0-6
44cc0a
- rebuild for new icu
44cc0a
- switch (conditionally) to libdb-devel
44cc0a
44cc0a
* Sat Mar 31 2012 Remi Collet <remi@fedoraproject.org> 5.4.0-5
44cc0a
- fix Loadmodule with MPM event (use ZTS if not MPM worker)
44cc0a
- split conf.d/php.conf + conf.modules.d/10-php.conf with httpd 2.4
44cc0a
44cc0a
* Thu Mar 29 2012 Joe Orton <jorton@redhat.com> - 5.4.0-4
44cc0a
- rebuild for missing automatic provides (#807889)
44cc0a
44cc0a
* Mon Mar 26 2012 Joe Orton <jorton@redhat.com> - 5.4.0-3
44cc0a
- really use _httpd_mmn
44cc0a
44cc0a
* Mon Mar 26 2012 Joe Orton <jorton@redhat.com> - 5.4.0-2
44cc0a
- rebuild against httpd 2.4
44cc0a
- use _httpd_mmn, _httpd_apxs macros
44cc0a
44cc0a
* Fri Mar 02 2012 Remi Collet <remi@fedoraproject.org> 5.4.0-1
44cc0a
- update to PHP 5.4.0 finale
44cc0a
44cc0a
* Sat Feb 18 2012 Remi Collet <remi@fedoraproject.org> 5.4.0-0.4.RC8
44cc0a
- update to PHP 5.4.0RC8
44cc0a
44cc0a
* Sat Feb 04 2012 Remi Collet <remi@fedoraproject.org> 5.4.0-0.3.RC7
44cc0a
- update to PHP 5.4.0RC7
44cc0a
- provides env file for php-fpm (#784770)
44cc0a
- add patch to use system libzip (thanks to spot)
44cc0a
- don't provide INSTALL file
44cc0a
44cc0a
* Wed Jan 25 2012 Remi Collet <remi@fedoraproject.org> 5.4.0-0.2.RC6
44cc0a
- all binaries in /usr/bin with zts prefix
44cc0a
44cc0a
* Wed Jan 18 2012 Remi Collet <remi@fedoraproject.org> 5.4.0-0.1.RC6
44cc0a
- update to PHP 5.4.0RC6
44cc0a
  https://fedoraproject.org/wiki/Features/Php54
44cc0a
44cc0a
* Sun Jan 08 2012 Remi Collet <remi@fedoraproject.org> 5.3.8-4.4
44cc0a
- fix systemd unit
44cc0a
44cc0a
* Mon Dec 12 2011 Remi Collet <remi@fedoraproject.org> 5.3.8-4.3
44cc0a
- switch to systemd
44cc0a
44cc0a
* Tue Dec 06 2011 Adam Jackson <ajax@redhat.com> - 5.3.8-4.2
44cc0a
- Rebuild for new libpng
44cc0a
44cc0a
* Wed Oct 26 2011 Marcela Mašláňová <mmaslano@redhat.com> - 5.3.8-3.2
44cc0a
- rebuild with new gmp without compat lib
44cc0a
44cc0a
* Wed Oct 12 2011 Peter Schiffer <pschiffe@redhat.com> - 5.3.8-3.1
44cc0a
- rebuild with new gmp
44cc0a
44cc0a
* Wed Sep 28 2011 Remi Collet <remi@fedoraproject.org> 5.3.8-3
44cc0a
- revert is_a() to php <= 5.3.6 behavior (from upstream)
44cc0a
  with new option (allow_string) for new behavior
44cc0a
44cc0a
* Tue Sep 13 2011 Remi Collet <remi@fedoraproject.org> 5.3.8-2
44cc0a
- add mysqlnd sub-package
44cc0a
- drop patch4, use --libdir to use /usr/lib*/php/build
44cc0a
- add patch to redirect mysql.sock (in mysqlnd)
44cc0a
44cc0a
* Tue Aug 23 2011 Remi Collet <remi@fedoraproject.org> 5.3.8-1
44cc0a
- update to 5.3.8
44cc0a
  http://www.php.net/ChangeLog-5.php#5.3.8
44cc0a
44cc0a
* Thu Aug 18 2011 Remi Collet <remi@fedoraproject.org> 5.3.7-1
44cc0a
- update to 5.3.7
44cc0a
  http://www.php.net/ChangeLog-5.php#5.3.7
44cc0a
- merge php-zts into php (#698084)
44cc0a
44cc0a
* Tue Jul 12 2011 Joe Orton <jorton@redhat.com> - 5.3.6-4
44cc0a
- rebuild for net-snmp SONAME bump
44cc0a
44cc0a
* Mon Apr  4 2011 Remi Collet <Fedora@famillecollet.com> 5.3.6-3
44cc0a
- enable mhash extension (emulated by hash extension)
44cc0a
44cc0a
* Wed Mar 23 2011 Remi Collet <Fedora@famillecollet.com> 5.3.6-2
44cc0a
- rebuild for new MySQL client library
44cc0a
44cc0a
* Thu Mar 17 2011 Remi Collet <Fedora@famillecollet.com> 5.3.6-1
44cc0a
- update to 5.3.6
44cc0a
  http://www.php.net/ChangeLog-5.php#5.3.6
44cc0a
- fix php-pdo arch specific requires
44cc0a
44cc0a
* Tue Mar 15 2011 Joe Orton <jorton@redhat.com> - 5.3.5-6
44cc0a
- disable zip extension per "No Bundled Libraries" policy (#551513)
44cc0a
44cc0a
* Mon Mar 07 2011 Caolán McNamara <caolanm@redhat.com> 5.3.5-5
44cc0a
- rebuild for icu 4.6
44cc0a
44cc0a
* Mon Feb 28 2011 Remi Collet <Fedora@famillecollet.com> 5.3.5-4
44cc0a
- fix systemd-units requires
44cc0a
44cc0a
* Thu Feb 24 2011 Remi Collet <Fedora@famillecollet.com> 5.3.5-3
44cc0a
- add tmpfiles.d configuration for php-fpm
44cc0a
- add Arch specific requires/provides
44cc0a
44cc0a
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5.3.5-2
44cc0a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
44cc0a
44cc0a
* Fri Jan 07 2011 Remi Collet <Fedora@famillecollet.com> 5.3.5-1
44cc0a
- update to 5.3.5
44cc0a
  http://www.php.net/ChangeLog-5.php#5.3.5
44cc0a
- clean duplicate configure options
44cc0a
44cc0a
* Tue Dec 28 2010 Remi Collet <rpms@famillecollet.com> 5.3.4-2
44cc0a
- rebuild against MySQL 5.5.8
44cc0a
- remove all RPM_SOURCE_DIR
44cc0a
44cc0a
* Sun Dec 12 2010 Remi Collet <rpms@famillecollet.com> 5.3.4-1.1
44cc0a
- security patch from upstream for #660517
44cc0a
44cc0a
* Sat Dec 11 2010 Remi Collet <Fedora@famillecollet.com> 5.3.4-1
44cc0a
- update to 5.3.4
44cc0a
  http://www.php.net/ChangeLog-5.php#5.3.4
44cc0a
- move phpize to php-cli (see #657812)
44cc0a
44cc0a
* Wed Dec  1 2010 Remi Collet <Fedora@famillecollet.com> 5.3.3-5
44cc0a
- ghost /var/run/php-fpm (see #656660)
44cc0a
- add filter_setup to not provides extensions as .so
44cc0a
44cc0a
* Mon Nov  1 2010 Joe Orton <jorton@redhat.com> - 5.3.3-4
44cc0a
- use mysql_config in libdir directly to avoid biarch build failures
44cc0a
44cc0a
* Fri Oct 29 2010 Joe Orton <jorton@redhat.com> - 5.3.3-3
44cc0a
- rebuild for new net-snmp
44cc0a
44cc0a
* Sun Oct 10 2010 Remi Collet <Fedora@famillecollet.com> 5.3.3-2
44cc0a
- add php-fpm sub-package
44cc0a
44cc0a
* Thu Jul 22 2010 Remi Collet <Fedora@famillecollet.com> 5.3.3-1
44cc0a
- PHP 5.3.3 released
44cc0a
44cc0a
* Fri Apr 30 2010 Remi Collet <Fedora@famillecollet.com> 5.3.2-3
44cc0a
- garbage collector upstream  patches (#580236)
44cc0a
44cc0a
* Fri Apr 02 2010 Caolán McNamara <caolanm@redhat.com> 5.3.2-2
44cc0a
- rebuild for icu 4.4
44cc0a
44cc0a
* Sat Mar 06 2010 Remi Collet <Fedora@famillecollet.com> 5.3.2-1
44cc0a
- PHP 5.3.2 Released!
44cc0a
- remove mime_magic option (now provided by fileinfo, by emu)
44cc0a
- add patch for http://bugs.php.net/50578
44cc0a
- remove patch for libedit (upstream)
44cc0a
- add runselftest option to allow build without test suite
44cc0a
44cc0a
* Fri Nov 27 2009 Joe Orton <jorton@redhat.com> - 5.3.1-3
44cc0a
- update to v7 of systzdata patch
44cc0a
44cc0a
* Wed Nov 25 2009 Joe Orton <jorton@redhat.com> - 5.3.1-2
44cc0a
- fix build with autoconf 2.6x
44cc0a
44cc0a
* Fri Nov 20 2009 Remi Collet <Fedora@famillecollet.com> 5.3.1-1
44cc0a
- update to 5.3.1
44cc0a
- remove openssl patch (merged upstream)
44cc0a
- add provides for php-pecl-json
44cc0a
- add prod/devel php.ini in doc
44cc0a
44cc0a
* Tue Nov 17 2009 Tom "spot" Callaway <tcallawa@redhat.com> - 5.3.0-7
44cc0a
- use libedit instead of readline to resolve licensing issues
44cc0a
44cc0a
* Tue Aug 25 2009 Tomas Mraz <tmraz@redhat.com> - 5.3.0-6
44cc0a
- rebuilt with new openssl
44cc0a
44cc0a
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5.3.0-5
44cc0a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
44cc0a
44cc0a
* Thu Jul 16 2009 Joe Orton <jorton@redhat.com> 5.3.0-4
44cc0a
- rediff systzdata patch
44cc0a
44cc0a
* Thu Jul 16 2009 Joe Orton <jorton@redhat.com> 5.3.0-3
44cc0a
- update to v6 of systzdata patch; various fixes
44cc0a
44cc0a
* Tue Jul 14 2009 Joe Orton <jorton@redhat.com> 5.3.0-2
44cc0a
- update to v5 of systzdata patch; parses zone.tab and extracts
44cc0a
  timezone->{country-code,long/lat,comment} mapping table
44cc0a
44cc0a
* Sun Jul 12 2009 Remi Collet <Fedora@famillecollet.com> 5.3.0-1
44cc0a
- update to 5.3.0
44cc0a
- remove ncurses, dbase, mhash extensions
44cc0a
- add enchant, sqlite3, intl, phar, fileinfo extensions
44cc0a
- raise sqlite version to 3.6.0 (for sqlite3, build with --enable-load-extension)
44cc0a
- sync with upstream "production" php.ini
44cc0a
44cc0a
* Sun Jun 21 2009 Remi Collet <Fedora@famillecollet.com> 5.2.10-1
44cc0a
- update to 5.2.10
44cc0a
- add interbase sub-package
44cc0a
44cc0a
* Sat Feb 28 2009 Remi Collet <Fedora@FamilleCollet.com> - 5.2.9-1
44cc0a
- update to 5.2.9
44cc0a
44cc0a
* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5.2.8-10
44cc0a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
44cc0a
44cc0a
* Thu Feb  5 2009 Joe Orton <jorton@redhat.com> 5.2.8-9
44cc0a
- add recode support, -recode subpackage (#106755)
44cc0a
- add -zts subpackage with ZTS-enabled build of httpd SAPI
44cc0a
- adjust php.conf to use -zts SAPI build for worker MPM
44cc0a
44cc0a
* Wed Feb  4 2009 Joe Orton <jorton@redhat.com> 5.2.8-8
44cc0a
- fix patch fuzz, renumber patches
44cc0a
44cc0a
* Wed Feb  4 2009 Joe Orton <jorton@redhat.com> 5.2.8-7
44cc0a
- drop obsolete configure args
44cc0a
- drop -odbc patch (#483690)
44cc0a
44cc0a
* Mon Jan 26 2009 Joe Orton <jorton@redhat.com> 5.2.8-5
44cc0a
- split out sysvshm, sysvsem, sysvmsg, posix into php-process
44cc0a
44cc0a
* Sun Jan 25 2009 Joe Orton <jorton@redhat.com> 5.2.8-4
44cc0a
- move wddx to php-xml, build curl shared in -common
44cc0a
- remove BR for expat-devel, bogus configure option
44cc0a
44cc0a
* Fri Jan 23 2009 Joe Orton <jorton@redhat.com> 5.2.8-3
44cc0a
- rebuild for new MySQL
44cc0a
44cc0a
* Sat Dec 13 2008 Remi Collet <Fedora@FamilleCollet.com> 5.2.8-2
44cc0a
- libtool 2 workaround for phpize (#476004)
44cc0a
- add missing php_embed.h (#457777)
44cc0a
44cc0a
* Tue Dec 09 2008 Remi Collet <Fedora@FamilleCollet.com> 5.2.8-1
44cc0a
- update to 5.2.8
44cc0a
44cc0a
* Sat Dec 06 2008 Remi Collet <Fedora@FamilleCollet.com> 5.2.7-1.1
44cc0a
- libtool 2 workaround
44cc0a
44cc0a
* Fri Dec 05 2008 Remi Collet <Fedora@FamilleCollet.com> 5.2.7-1
44cc0a
- update to 5.2.7
44cc0a
- enable pdo_dblib driver in php-mssql
44cc0a
44cc0a
* Mon Nov 24 2008 Joe Orton <jorton@redhat.com> 5.2.6-7
44cc0a
- tweak Summary, thanks to Richard Hughes
44cc0a
44cc0a
* Tue Nov  4 2008 Joe Orton <jorton@redhat.com> 5.2.6-6
44cc0a
- move gd_README to php-gd
44cc0a
- update to r4 of systzdata patch; introduces a default timezone
44cc0a
  name of "System/Localtime", which uses /etc/localtime (#469532)
44cc0a
44cc0a
* Sat Sep 13 2008 Remi Collet <Fedora@FamilleCollet.com> 5.2.6-5
44cc0a
- enable XPM support in php-gd
44cc0a
- Fix BR for php-gd
44cc0a
44cc0a
* Sun Jul 20 2008 Remi Collet <Fedora@FamilleCollet.com> 5.2.6-4
44cc0a
- enable T1lib support in php-gd
44cc0a
44cc0a
* Mon Jul 14 2008 Joe Orton <jorton@redhat.com> 5.2.6-3
44cc0a
- update to 5.2.6
44cc0a
- sync default php.ini with upstream
44cc0a
- drop extension_dir from default php.ini, rely on hard-coded
44cc0a
  default, to make php-common multilib-safe (#455091)
44cc0a
- update to r3 of systzdata patch
44cc0a
44cc0a
* Thu Apr 24 2008 Joe Orton <jorton@redhat.com> 5.2.5-7
44cc0a
- split pspell extension out into php-spell (#443857)
44cc0a
44cc0a
* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 5.2.5-6
44cc0a
- Autorebuild for GCC 4.3
44cc0a
44cc0a
* Fri Jan 11 2008 Joe Orton <jorton@redhat.com> 5.2.5-5
44cc0a
- ext/date: use system timezone database
44cc0a
44cc0a
* Fri Dec 28 2007 Joe Orton <jorton@redhat.com> 5.2.5-4
44cc0a
- rebuild for libc-client bump
44cc0a
44cc0a
* Wed Dec 05 2007 Release Engineering <rel-eng at fedoraproject dot org> - 5.2.5-3
44cc0a
- Rebuild for openssl bump
44cc0a
44cc0a
* Wed Dec  5 2007 Joe Orton <jorton@redhat.com> 5.2.5-2
44cc0a
- update to 5.2.5
44cc0a
44cc0a
* Mon Oct 15 2007 Joe Orton <jorton@redhat.com> 5.2.4-3
44cc0a
- correct pcre BR version (#333021)
44cc0a
- restore metaphone fix (#205714)
44cc0a
- add READMEs to php-cli
44cc0a
44cc0a
* Sun Sep 16 2007 Joe Orton <jorton@redhat.com> 5.2.4-2
44cc0a
- update to 5.2.4
44cc0a
44cc0a
* Sun Sep  2 2007 Joe Orton <jorton@redhat.com> 5.2.3-9
44cc0a
- rebuild for fixed APR
44cc0a
44cc0a
* Tue Aug 28 2007 Joe Orton <jorton@redhat.com> 5.2.3-8
44cc0a
- add ldconfig post/postun for -embedded (Hans de Goede)
44cc0a
44cc0a
* Fri Aug 10 2007 Hans de Goede <j.w.r.degoede@hhs.nl> 5.2.3-7
44cc0a
- add php-embedded sub-package
44cc0a
44cc0a
* Fri Aug 10 2007 Joe Orton <jorton@redhat.com> 5.2.3-6
44cc0a
- fix build with new glibc
44cc0a
- fix License
44cc0a
44cc0a
* Mon Jul 16 2007 Joe Orton <jorton@redhat.com> 5.2.3-5
44cc0a
- define php_extdir in macros.php
44cc0a
44cc0a
* Mon Jul  2 2007 Joe Orton <jorton@redhat.com> 5.2.3-4
44cc0a
- obsolete php-dbase
44cc0a
44cc0a
* Tue Jun 19 2007 Joe Orton <jorton@redhat.com> 5.2.3-3
44cc0a
- add mcrypt, mhash, tidy, mssql subpackages (Dmitry Butskoy)
44cc0a
- enable dbase extension and package in -common
44cc0a
44cc0a
* Fri Jun  8 2007 Joe Orton <jorton@redhat.com> 5.2.3-2
44cc0a
- update to 5.2.3 (thanks to Jeff Sheltren)
44cc0a
44cc0a
* Wed May  9 2007 Joe Orton <jorton@redhat.com> 5.2.2-4
44cc0a
- fix php-pdo *_arg_force_ref global symbol abuse (#216125)
44cc0a
44cc0a
* Tue May  8 2007 Joe Orton <jorton@redhat.com> 5.2.2-3
44cc0a
- rebuild against uw-imap-devel
44cc0a
44cc0a
* Fri May  4 2007 Joe Orton <jorton@redhat.com> 5.2.2-2
44cc0a
- update to 5.2.2
44cc0a
- synch changes from upstream recommended php.ini
44cc0a
44cc0a
* Thu Mar 29 2007 Joe Orton <jorton@redhat.com> 5.2.1-5
44cc0a
- enable SASL support in LDAP extension (#205772)
44cc0a
44cc0a
* Wed Mar 21 2007 Joe Orton <jorton@redhat.com> 5.2.1-4
44cc0a
- drop mime_magic extension (deprecated by php-pecl-Fileinfo)
44cc0a
44cc0a
* Mon Feb 19 2007 Joe Orton <jorton@redhat.com> 5.2.1-3
44cc0a
- fix regression in str_{i,}replace (from upstream)
44cc0a
44cc0a
* Thu Feb 15 2007 Joe Orton <jorton@redhat.com> 5.2.1-2
44cc0a
- update to 5.2.1
44cc0a
- add Requires(pre) for httpd
44cc0a
- trim %%changelog to versions >= 5.0.0
44cc0a
44cc0a
* Thu Feb  8 2007 Joe Orton <jorton@redhat.com> 5.2.0-10
44cc0a
- bump default memory_limit to 32M (#220821)
44cc0a
- mark config files noreplace again (#174251)
44cc0a
- drop trailing dots from Summary fields
44cc0a
- use standard BuildRoot
44cc0a
- drop libtool15 patch (#226294)
44cc0a
44cc0a
* Tue Jan 30 2007 Joe Orton <jorton@redhat.com> 5.2.0-9
44cc0a
- add php(api), php(zend-abi) provides (#221302)
44cc0a
- package /usr/share/php and append to default include_path (#225434)
44cc0a
44cc0a
* Tue Dec  5 2006 Joe Orton <jorton@redhat.com> 5.2.0-8
44cc0a
- fix filter.h installation path
44cc0a
- fix php-zend-abi version (Remi Collet, #212804)
44cc0a
44cc0a
* Tue Nov 28 2006 Joe Orton <jorton@redhat.com> 5.2.0-7
44cc0a
- rebuild again
44cc0a
44cc0a
* Tue Nov 28 2006 Joe Orton <jorton@redhat.com> 5.2.0-6
44cc0a
- rebuild for net-snmp soname bump
44cc0a
44cc0a
* Mon Nov 27 2006 Joe Orton <jorton@redhat.com> 5.2.0-5
44cc0a
- build json and zip shared, in -common (Remi Collet, #215966)
44cc0a
- obsolete php-json and php-pecl-zip
44cc0a
- build readline extension into /usr/bin/php* (#210585)
44cc0a
- change module subpackages to require php-common not php (#177821)
44cc0a
44cc0a
* Wed Nov 15 2006 Joe Orton <jorton@redhat.com> 5.2.0-4
44cc0a
- provide php-zend-abi (#212804)
44cc0a
- add /etc/rpm/macros.php exporting interface versions
44cc0a
- synch with upstream recommended php.ini
44cc0a
44cc0a
* Wed Nov 15 2006 Joe Orton <jorton@redhat.com> 5.2.0-3
44cc0a
- update to 5.2.0 (#213837)
44cc0a
- php-xml provides php-domxml (#215656)
44cc0a
- fix php-pdo-abi provide (#214281)
44cc0a
44cc0a
* Tue Oct 31 2006 Joseph Orton <jorton@redhat.com> 5.1.6-4
44cc0a
- rebuild for curl soname bump
44cc0a
- add build fix for curl 7.16 API
44cc0a
44cc0a
* Wed Oct  4 2006 Joe Orton <jorton@redhat.com> 5.1.6-3
44cc0a
- from upstream: add safety checks against integer overflow in _ecalloc
44cc0a
44cc0a
* Tue Aug 29 2006 Joe Orton <jorton@redhat.com> 5.1.6-2
44cc0a
- update to 5.1.6 (security fixes)
44cc0a
- bump default memory_limit to 16M (#196802)
44cc0a
44cc0a
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 5.1.4-8.1
44cc0a
- rebuild
44cc0a
44cc0a
* Fri Jun  9 2006 Joe Orton <jorton@redhat.com> 5.1.4-8
44cc0a
- Provide php-posix (#194583)
44cc0a
- only provide php-pcntl from -cli subpackage
44cc0a
- add missing defattr's (thanks to Matthias Saou)
44cc0a
44cc0a
* Fri Jun  9 2006 Joe Orton <jorton@redhat.com> 5.1.4-7
44cc0a
- move Obsoletes for php-openssl to -common (#194501)
44cc0a
- Provide: php-cgi from -cli subpackage
44cc0a
44cc0a
* Fri Jun  2 2006 Joe Orton <jorton@redhat.com> 5.1.4-6
44cc0a
- split out php-cli, php-common subpackages (#177821)
44cc0a
- add php-pdo-abi version export (#193202)
44cc0a
44cc0a
* Wed May 24 2006 Radek Vokal <rvokal@redhat.com> 5.1.4-5.1
44cc0a
- rebuilt for new libnetsnmp
44cc0a
44cc0a
* Thu May 18 2006 Joe Orton <jorton@redhat.com> 5.1.4-5
44cc0a
- provide mod_php (#187891)
44cc0a
- provide php-cli (#192196)
44cc0a
- use correct LDAP fix (#181518)
44cc0a
- define _GNU_SOURCE in php_config.h and leave it defined
44cc0a
- drop (circular) dependency on php-pear
44cc0a
44cc0a
* Mon May  8 2006 Joe Orton <jorton@redhat.com> 5.1.4-3
44cc0a
- update to 5.1.4
44cc0a
44cc0a
* Wed May  3 2006 Joe Orton <jorton@redhat.com> 5.1.3-3
44cc0a
- update to 5.1.3
44cc0a
44cc0a
* Tue Feb 28 2006 Joe Orton <jorton@redhat.com> 5.1.2-5
44cc0a
- provide php-api (#183227)
44cc0a
- add provides for all builtin modules (Tim Jackson, #173804)
44cc0a
- own %%{_libdir}/php/pear for PEAR packages (per #176733)
44cc0a
- add obsoletes to allow upgrade from FE4 PDO packages (#181863)
44cc0a
44cc0a
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 5.1.2-4.3
44cc0a
- bump again for double-long bug on ppc(64)
44cc0a
44cc0a
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 5.1.2-4.1
44cc0a
- rebuilt for new gcc4.1 snapshot and glibc changes
44cc0a
44cc0a
* Tue Jan 31 2006 Joe Orton <jorton@redhat.com> 5.1.2-4
44cc0a
- rebuild for new libc-client soname
44cc0a
44cc0a
* Mon Jan 16 2006 Joe Orton <jorton@redhat.com> 5.1.2-3
44cc0a
- only build xmlreader and xmlwriter shared (#177810)
44cc0a
44cc0a
* Fri Jan 13 2006 Joe Orton <jorton@redhat.com> 5.1.2-2
44cc0a
- update to 5.1.2
44cc0a
44cc0a
* Thu Jan  5 2006 Joe Orton <jorton@redhat.com> 5.1.1-8
44cc0a
- rebuild again
44cc0a
44cc0a
* Mon Jan  2 2006 Joe Orton <jorton@redhat.com> 5.1.1-7
44cc0a
- rebuild for new net-snmp
44cc0a
44cc0a
* Mon Dec 12 2005 Joe Orton <jorton@redhat.com> 5.1.1-6
44cc0a
- enable short_open_tag in default php.ini again (#175381)
44cc0a
44cc0a
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
44cc0a
- rebuilt
44cc0a
44cc0a
* Thu Dec  8 2005 Joe Orton <jorton@redhat.com> 5.1.1-5
44cc0a
- require net-snmp for php-snmp (#174800)
44cc0a
44cc0a
* Sun Dec  4 2005 Joe Orton <jorton@redhat.com> 5.1.1-4
44cc0a
- add /usr/share/pear back to hard-coded include_path (#174885)
44cc0a
44cc0a
* Fri Dec  2 2005 Joe Orton <jorton@redhat.com> 5.1.1-3
44cc0a
- rebuild for httpd 2.2
44cc0a
44cc0a
* Mon Nov 28 2005 Joe Orton <jorton@redhat.com> 5.1.1-2
44cc0a
- update to 5.1.1
44cc0a
- remove pear subpackage
44cc0a
- enable pdo extensions (php-pdo subpackage)
44cc0a
- remove non-standard conditional module builds
44cc0a
- enable xmlreader extension
44cc0a
44cc0a
* Thu Nov 10 2005 Tomas Mraz <tmraz@redhat.com> 5.0.5-6
44cc0a
- rebuilt against new openssl
44cc0a
44cc0a
* Mon Nov  7 2005 Joe Orton <jorton@redhat.com> 5.0.5-5
44cc0a
- pear: update to XML_RPC 1.4.4, XML_Parser 1.2.7, Mail 1.1.9 (#172528)
44cc0a
44cc0a
* Tue Nov  1 2005 Joe Orton <jorton@redhat.com> 5.0.5-4
44cc0a
- rebuild for new libnetsnmp
44cc0a
44cc0a
* Wed Sep 14 2005 Joe Orton <jorton@redhat.com> 5.0.5-3
44cc0a
- update to 5.0.5
44cc0a
- add fix for upstream #34435
44cc0a
- devel: require autoconf, automake (#159283)
44cc0a
- pear: update to HTTP-1.3.6, Mail-1.1.8, Net_SMTP-1.2.7, XML_RPC-1.4.1
44cc0a
- fix imagettftext et al (upstream, #161001)
44cc0a
44cc0a
* Thu Jun 16 2005 Joe Orton <jorton@redhat.com> 5.0.4-11
44cc0a
- ldap: restore ldap_start_tls() function
44cc0a
44cc0a
* Fri May  6 2005 Joe Orton <jorton@redhat.com> 5.0.4-10
44cc0a
- disable RPATHs in shared extensions (#156974)
44cc0a
44cc0a
* Tue May  3 2005 Joe Orton <jorton@redhat.com> 5.0.4-9
44cc0a
- build simplexml_import_dom even with shared dom (#156434)
44cc0a
- prevent truncation of copied files to ~2Mb (#155916)
44cc0a
- install /usr/bin/php from CLI build alongside CGI
44cc0a
- enable sysvmsg extension (#142988)
44cc0a
44cc0a
* Mon Apr 25 2005 Joe Orton <jorton@redhat.com> 5.0.4-8
44cc0a
- prevent build of builtin dba as well as shared extension
44cc0a
44cc0a
* Wed Apr 13 2005 Joe Orton <jorton@redhat.com> 5.0.4-7
44cc0a
- split out dba and bcmath extensions into subpackages
44cc0a
- BuildRequire gcc-c++ to avoid AC_PROG_CXX{,CPP} failure (#155221)
44cc0a
- pear: update to DB-1.7.6
44cc0a
- enable FastCGI support in /usr/bin/php-cgi (#149596)
44cc0a
44cc0a
* Wed Apr 13 2005 Joe Orton <jorton@redhat.com> 5.0.4-6
44cc0a
- build /usr/bin/php with the CLI SAPI, and add /usr/bin/php-cgi,
44cc0a
  built with the CGI SAPI (thanks to Edward Rudd, #137704)
44cc0a
- add php(1) man page for CLI
44cc0a
- fix more test cases to use -n when invoking php
44cc0a
44cc0a
* Wed Apr 13 2005 Joe Orton <jorton@redhat.com> 5.0.4-5
44cc0a
- rebuild for new libpq soname
44cc0a
44cc0a
* Tue Apr 12 2005 Joe Orton <jorton@redhat.com> 5.0.4-4
44cc0a
- bundle from PEAR: HTTP, Mail, XML_Parser, Net_Socket, Net_SMTP
44cc0a
- snmp: disable MSHUTDOWN function to prevent error_log noise (#153988)
44cc0a
- mysqli: add fix for crash on x86_64 (Georg Richter, upstream #32282)
44cc0a
44cc0a
* Mon Apr 11 2005 Joe Orton <jorton@redhat.com> 5.0.4-3
44cc0a
- build shared objects as PIC (#154195)
44cc0a
44cc0a
* Mon Apr  4 2005 Joe Orton <jorton@redhat.com> 5.0.4-2
44cc0a
- fix PEAR installation and bundle PEAR DB-1.7.5 package
44cc0a
44cc0a
* Fri Apr  1 2005 Joe Orton <jorton@redhat.com> 5.0.4-1
44cc0a
- update to 5.0.4 (#153068)
44cc0a
- add .phps AddType to php.conf (#152973)
44cc0a
- better gcc4 fix for libxmlrpc
44cc0a
44cc0a
* Wed Mar 30 2005 Joe Orton <jorton@redhat.com> 5.0.3-5
44cc0a
- BuildRequire mysql-devel >= 4.1
44cc0a
- don't mark php.ini as noreplace to make upgrades work (#152171)
44cc0a
- fix subpackage descriptions (#152628)
44cc0a
- fix memset(,,0) in Zend (thanks to Dave Jones)
44cc0a
- fix various compiler warnings in Zend
44cc0a
44cc0a
* Thu Mar 24 2005 Joe Orton <jorton@redhat.com> 5.0.3-4
44cc0a
- package mysqli extension in php-mysql
44cc0a
- really enable pcntl (#142903)
44cc0a
- don't build with --enable-safe-mode (#148969)
44cc0a
- use "Instant Client" libraries for oci8 module (Kai Bolay, #149873)
44cc0a
44cc0a
* Fri Feb 18 2005 Joe Orton <jorton@redhat.com> 5.0.3-3
44cc0a
- fix build with GCC 4
44cc0a
44cc0a
* Wed Feb  9 2005 Joe Orton <jorton@redhat.com> 5.0.3-2
44cc0a
- install the ext/gd headers (#145891)
44cc0a
- enable pcntl extension in /usr/bin/php (#142903)
44cc0a
- add libmbfl array arithmetic fix (dcb314@hotmail.com, #143795)
44cc0a
- add BuildRequire for recent pcre-devel (#147448)
44cc0a
44cc0a
* Wed Jan 12 2005 Joe Orton <jorton@redhat.com> 5.0.3-1
44cc0a
- update to 5.0.3 (thanks to Robert Scheck et al, #143101)
44cc0a
- enable xsl extension (#142174)
44cc0a
- package both the xsl and dom extensions in php-xml
44cc0a
- enable soap extension, shared (php-soap package) (#142901)
44cc0a
- add patches from upstream 5.0 branch:
44cc0a
 * Zend_strtod.c compile fixes
44cc0a
 * correct php_sprintf return value usage
44cc0a
44cc0a
* Mon Nov 22 2004 Joe Orton <jorton@redhat.com> 5.0.2-8
44cc0a
- update for db4-4.3 (Robert Scheck, #140167)
44cc0a
- build against mysql-devel
44cc0a
- run tests in %%check
44cc0a
44cc0a
* Wed Nov 10 2004 Joe Orton <jorton@redhat.com> 5.0.2-7
44cc0a
- truncate changelog at 4.3.1-1
44cc0a
- merge from 4.3.x package:
44cc0a
 - enable mime_magic extension and Require: file (#130276)
44cc0a
44cc0a
* Mon Nov  8 2004 Joe Orton <jorton@redhat.com> 5.0.2-6
44cc0a
- fix dom/sqlite enable/without confusion
44cc0a
44cc0a
* Mon Nov  8 2004 Joe Orton <jorton@redhat.com> 5.0.2-5
44cc0a
- fix phpize installation for lib64 platforms
44cc0a
- add fix for segfault in variable parsing introduced in 5.0.2
44cc0a
44cc0a
* Mon Nov  8 2004 Joe Orton <jorton@redhat.com> 5.0.2-4
44cc0a
- update to 5.0.2 (#127980)
44cc0a
- build against mysqlclient10-devel
44cc0a
- use new RTLD_DEEPBIND to load extension modules
44cc0a
- drop explicit requirement for elfutils-devel
44cc0a
- use AddHandler in default conf.d/php.conf (#135664)
44cc0a
- "fix" round() fudging for recent gcc on x86
44cc0a
- disable sqlite pending audit of warnings and subpackage split
44cc0a
44cc0a
* Fri Sep 17 2004 Joe Orton <jorton@redhat.com> 5.0.1-4
44cc0a
- don't build dom extension into 2.0 SAPI
44cc0a
44cc0a
* Fri Sep 17 2004 Joe Orton <jorton@redhat.com> 5.0.1-3
44cc0a
- ExclusiveArch: x86 ppc x86_64 for the moment
44cc0a
44cc0a
* Fri Sep 17 2004 Joe Orton <jorton@redhat.com> 5.0.1-2
44cc0a
- fix default extension_dir and conf.d/php.conf
44cc0a
44cc0a
* Thu Sep  9 2004 Joe Orton <jorton@redhat.com> 5.0.1-1
44cc0a
- update to 5.0.1
44cc0a
- only build shared modules once
44cc0a
- put dom extension in php-dom subpackage again
44cc0a
- move extension modules into %%{_libdir}/php/modules
44cc0a
- don't use --with-regex=system, it's ignored for the apache* SAPIs
44cc0a
44cc0a
* Wed Aug 11 2004 Tom Callaway <tcallawa@redhat.com>
44cc0a
- Merge in some spec file changes from Jeff Stern (jastern@uci.edu)
44cc0a
44cc0a
* Mon Aug 09 2004 Tom Callaway <tcallawa@redhat.com>
44cc0a
- bump to 5.0.0
44cc0a
- add patch to prevent clobbering struct re_registers from regex.h
44cc0a
- remove domxml references, replaced with dom now built-in
44cc0a
- fix php.ini to refer to php5 not php4