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