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