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