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