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