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