]> git.pld-linux.org Git - packages/php.git/blame - php.spec
Rel 8
[packages/php.git] / php.spec
CommitLineData
c9bf4c2c
ER
1# NOTES
2# - mysqlnd driver doesn't support reconnect: https://bugs.php.net/bug.php?id=52561
5c8bd0f5 3# TODO 7.2:
d6a5453c 4# - https://github.com/php/php-src/blob/php-7.2.0/UPGRADING
8d42644e 5# TODO 5.6:
fdbf13b1 6# - enable --with-fpm-systemd, but ensure it checks for sd_booted()
02d2dcbb 7# TODO 5.4:
02d2dcbb
ER
8# - update imap annotations patch (needs api porting)
9# - update imap myrights patch (needs api porting)
02d2dcbb 10# --with-libmbfl=DIR MBSTRING: Use external libmbfl. DIR is the libmbfl base install directory BUNDLED
c0240cb1 11# TODO:
ef621865
ER
12# - fileinfo extension bundles magic db in library: data_file.c (dump of magic.mgc) is 14M
13# - 2.3M fileinfo.so php54-fileinfo-5.4.6-0.15.x86_64
14# - 2.3M fileinfo.so php-fileinfo-5.3.16-1.x86_64
15# - 13K fileinfo.so php-pecl-fileinfo-1.0.4-8.amd64
c0240cb1 16# - ttyname_r() misdetected http://bugs.php.net/bug.php?id=48820
17# - wddx: restore session support (not compiled in due DL extension check)
c0240cb1 18# - modularize standard (output from pure php -m)?
c0240cb1 19# - some mods should be shared:
20#$ php -m
21# [PHP Modules]
fd6ab0c1 22# Core
c0240cb1 23# date
c0240cb1 24# libxml
25# Reflection
8d42644e 26# standard
c0240cb1 27#
28# Conditional build:
9f90add1
JB
29# - packaging options
30%bcond_without alternatives # use alternatives system to select default phar and php-fpm
31%bcond_with default_php # build this PHP as default PHP in system (disables alternatives)
24cbb89e
ER
32# - General options:
33%bcond_without embed # disable building Embedded API
24cbb89e 34%bcond_with gcov # Enable Code coverage reporting
24cbb89e 35%bcond_without kerberos5 # without Kerberos5 support
e2bde909 36%bcond_with systemtap # systemtap/DTrace support
24cbb89e 37%bcond_with tests # default off; test process very often hangs on builders, approx run time 45m; perform "make test"
24cbb89e 38%bcond_with zts # Zend Thread Safety
1ccf1801 39%bcond_with debug # Zend Debug Build
24cbb89e 40# - SAPI
24cbb89e
ER
41%bcond_without apache2 # disable building Apache 2.x SAPI
42%bcond_without cgi # disable CGI/FCGI SAPI
43%bcond_without fpm # disable FPM SAPI
44%bcond_without litespeed # build litespeed SAPI
45%bcond_with milter # disable Milter SAPI
46%bcond_without phpdbg # disable phpdbg SAPI
47# - Extensions
476107e3
ER
48%bcond_without bcmath # without bcmath extension module
49%bcond_without bz2 # without bz2 extension module
50%bcond_without calendar # without calendar extension module
51%bcond_without ctype # without ctype extension module
c0240cb1 52%bcond_without curl # without CURL extension module
476107e3
ER
53%bcond_without dba # without DBA extension module
54%bcond_without dom # without DOM extension module
13f02a12 55%bcond_without enchant # without Enchant extension module
476107e3
ER
56%bcond_without exif # without EXIF extension module
57%bcond_without fileinfo # without fileinfo extension module
d8c3b589 58%bcond_without filter # without filter extension module
476107e3
ER
59%bcond_without ftp # without FTP extension module
60%bcond_without gd # without GD extension module
61%bcond_without gettext # without gettext extension module
62%bcond_without gmp # without gmp extension module
63%bcond_without hash # without hash extension module
64%bcond_without iconv # without iconv extension module
c0240cb1 65%bcond_without imap # without IMAP extension module
66%bcond_without interbase # without InterBase extension module
689a4e56 67%bcond_without intl # without Intl extension module
476107e3 68%bcond_without json # without json extension module
c0240cb1 69%bcond_without ldap # without LDAP extension module
476107e3 70%bcond_without mbstring # without mbstring extension module
c0240cb1 71%bcond_without mhash # without mhash extension (supported by hash extension)
9361e182 72%bcond_without mysqli # without mysqli support (Requires mysql >= 4.1)
24cbb89e
ER
73%bcond_without mysqlnd # without mysqlnd support in mysql related extensions
74%bcond_with oci # with Oracle oci8 extension module (BR: proprietary libs)
c0240cb1 75%bcond_without odbc # without ODBC extension module
8328535b 76%bcond_without opcache # without Enable Zend OPcache extension support
c0240cb1 77%bcond_without openssl # without OpenSSL support and OpenSSL extension (module)
476107e3 78%bcond_without pcntl # without pcntl extension module
c0240cb1 79%bcond_without pcre # without PCRE extension module
476107e3 80%bcond_without pdo # without PDO extension module
006a7eb1 81%bcond_without pdo_dblib # without PDO dblib extension module
476107e3 82%bcond_without pdo_mysql # without PDO MySQL extension module
24cbb89e 83%bcond_without pdo_sqlite # without PDO SQLite extension module
c0240cb1 84%bcond_without pgsql # without PostgreSQL extension module
476107e3
ER
85%bcond_without phar # without Phar extension module
86%bcond_without posix # without POSIX extension module
c0240cb1 87%bcond_without pspell # without pspell extension module
476107e3 88%bcond_without readline # without readline extension module
c0240cb1 89%bcond_without recode # without recode extension module
476107e3 90%bcond_without session # without session extension module
c0240cb1 91%bcond_without snmp # without SNMP extension module
3747e21b 92%bcond_without sodium # without sodium extension module
c0240cb1 93%bcond_without sqlite2 # without SQLite extension module
94%bcond_without sqlite3 # without SQLite3 extension module
c0240cb1 95%bcond_without tidy # without Tidy extension module
96%bcond_without wddx # without WDDX extension module
97%bcond_without xmlrpc # without XML-RPC extension module
36dd0868 98%bcond_without xsl # without xsl extension module
9f90add1 99# extensions options
152101b1 100%bcond_without argon2 # argon2 password hashing
9f90add1
JB
101%bcond_without instantclient # build Oracle oci8 extension module against oracle-instantclient package
102%bcond_with interbase_inst # use InterBase install., not Firebird (BR: proprietary libs)
103%bcond_with mm # without mm support for session storage
fb6462f3 104%bcond_without system_gd # system gd
8587bcb6 105%bcond_without system_libzip # system libzip
9f90add1 106%bcond_without webp # Without WebP support in GD extension (imagecreatefromwebp)
c0240cb1 107
108%define apxs1 /usr/sbin/apxs1
109%define apxs2 /usr/sbin/apxs
c0240cb1 110
111# disable all sapis
112%if %{with gcov}
c0240cb1 113%undefine with_apache2
114%undefine with_cgi
115%undefine with_litespeed
116%endif
117
9f90add1
JB
118%if %{with default_php}
119%undefine with_alternatives
120%endif
121
c0240cb1 122# mm is not thread safe
123%if %{with zts}
124%undefine with_mm
125%endif
126
212b9ffa
ER
127# milter requires ZTS
128%if %{with milter} && %{without zts}
129%undefine with_milter
130%endif
131
dc101b85 132%ifnarch %{ix86} %{x8664} x32 sparc sparcv9 alpha
c0240cb1 133# ppc disabled (broken on th-ppc)
134%undefine with_interbase
135%endif
136
dc101b85 137%ifnarch %{ix86} %{x8664} x32
c0240cb1 138# unsupported, see sapi/cgi/fpm/fpm_atomic.h
139%undefine with_fpm
140%endif
141
c0240cb1 142# filter depends on pcre
143%if %{without pcre}
144%undefine with_filter
145%endif
146
580d93e0 147%define orgname php
5c8bd0f5 148%define ver_suffix 72
580d93e0 149%define php_suffix %{!?with_default_php:%{ver_suffix}}
c0240cb1 150Summary: PHP: Hypertext Preprocessor
151Summary(fr.UTF-8): Le langage de script embarque-HTML PHP
152Summary(pl.UTF-8): Język skryptowy PHP
153Summary(pt_BR.UTF-8): A linguagem de script PHP
f4ee12ea
ER
154Summary(ru.UTF-8): PHP Версии 7 - язык препроцессирования HTML-файлов, выполняемый на сервере
155Summary(uk.UTF-8): PHP Версії 7 - мова препроцесування HTML-файлів, виконувана на сервері
a3c07000 156Name: %{orgname}%{php_suffix}
67ac52eb 157Version: 7.2.34
b8b1a992 158Release: 8
c0240cb1 159Epoch: 4
1117cb55
ER
160# All files licensed under PHP version 3.01, except
161# Zend is licensed under Zend
162# TSRM is licensed under BSD
163License: PHP 3.01 and Zend and BSD
c0240cb1 164Group: Libraries
d6a5453c 165Source0: https://php.net/distributions/%{orgname}-%{version}.tar.xz
67ac52eb 166# Source0-md5: adb64072b9b7e4634844a72512239a34
4d1c1e42 167Source1: opcache.ini
eb2d53f7 168Source2: %{orgname}-mod_php.conf
a3c07000
ER
169Source3: %{orgname}-cgi-fcgi.ini
170Source4: %{orgname}-apache.ini
171Source5: %{orgname}-cli.ini
a3c07000
ER
172Source10: %{orgname}-fpm.init
173Source11: %{orgname}-fpm.logrotate
174Source12: %{orgname}-branch.sh
c0240cb1 175Source13: dep-tests.sh
176Source14: skip-tests.sh
a3c07000
ER
177Patch0: %{orgname}-shared.patch
178Patch1: %{orgname}-pldlogo.patch
179Patch2: %{orgname}-mail.patch
180Patch3: %{orgname}-link-libs.patch
bf071fdd 181Patch4: intl-stdc++.patch
a3c07000
ER
182Patch5: %{orgname}-filter-shared.patch
183Patch6: %{orgname}-build_modules.patch
184Patch7: %{orgname}-sapi-ini-file.patch
212b9ffa 185Patch8: milter.patch
8b15d51c 186Patch9: libtool-tag.patch
a3c07000 187Patch10: %{orgname}-ini.patch
13f02a12 188Patch11: embed.patch
a3c07000 189Patch14: %{orgname}-no_pear_install.patch
a3c07000
ER
190Patch17: %{orgname}-readline.patch
191Patch18: %{orgname}-nohttpd.patch
a3c07000
ER
192Patch21: %{orgname}-dba-link.patch
193Patch22: %{orgname}-both-apxs.patch
194Patch23: %{orgname}-builddir.patch
195Patch24: %{orgname}-zlib-for-getimagesize.patch
196Patch25: %{orgname}-stupidapache_version.patch
197Patch26: %{orgname}-pear.patch
198Patch27: %{orgname}-config-dir.patch
199Patch29: %{orgname}-fcgi-graceful.patch
200Patch31: %{orgname}-fcgi-error_log-no-newlines.patch
a3c07000 201Patch34: %{orgname}-libtool.patch
a3c07000
ER
202Patch39: %{orgname}-use-prog_sendmail.patch
203Patch41: %{orgname}-fpm-config.patch
204Patch42: %{orgname}-fpm-shared.patch
205Patch43: %{orgname}-silent-session-cleanup.patch
206Patch44: %{orgname}-include_path.patch
207Patch45: %{orgname}-imap-annotations.patch
208Patch46: %{orgname}-imap-myrights.patch
c0240cb1 209Patch50: extension-shared-optional-dep.patch
210Patch51: spl-shared.patch
211Patch52: pcre-shared.patch
212Patch53: fix-test-run.patch
c0240cb1 213Patch55: bug-52078-fileinode.patch
a3c07000
ER
214Patch59: %{orgname}-systzdata.patch
215Patch60: %{orgname}-oracle-instantclient.patch
89f3bdfa 216Patch66: php-db.patch
f141d13b 217Patch67: mysql-lib-ver-mismatch.patch
18d0d716
AM
218# https://bugs.php.net/bug.php?id=68344
219Patch68: php-mysql-ssl-context.patch
882aa900 220Patch70: mysqlnd-ssl.patch
55cbf8a6 221Patch71: libdb-info.patch
56b53eba 222Patch72: phar-hash-shared.patch
2cb22466 223Patch73: icu69.patch
6a9cce28 224Patch74: openssl.patch
b4f9f2c8 225Patch75: icu70.patch
ac1adc25 226URL: https://www.php.net/
c0240cb1 227%{?with_interbase:%{!?with_interbase_inst:BuildRequires: Firebird-devel >= 1.0.2.908-2}}
228%{?with_pspell:BuildRequires: aspell-devel >= 2:0.50.0}
9eb543e2 229BuildRequires: autoconf >= 2.59
c0240cb1 230BuildRequires: automake >= 1.4d
231BuildRequires: bison
6d018365 232BuildRequires: bzip2-devel >= 1.0.0
c0240cb1 233%{?with_curl:BuildRequires: curl-devel >= 7.12.0}
6d018365 234BuildRequires: cyrus-sasl-devel >= 2
c0240cb1 235BuildRequires: db-devel >= 4.0
236BuildRequires: elfutils-devel
13f02a12 237%{?with_enchant:BuildRequires: enchant-devel >= 1.1.3}
c0240cb1 238%{?with_kerberos5:BuildRequires: heimdal-devel}
83f22a2d 239%if %{with pdo_dblib}
c0240cb1 240BuildRequires: freetds-devel >= 0.82
241%endif
7d68bd4f 242BuildRequires: freetype-devel >= 1:2.5.1
c0240cb1 243%if %{with system_gd}
73c5128c 244BuildRequires: gd-devel >= 2.1
c0240cb1 245%endif
246BuildRequires: gdbm-devel
6d018365 247BuildRequires: gmp-devel >= 4.2
c0240cb1 248%{?with_imap:BuildRequires: imap-devel >= 1:2007e-2}
5bb0ecd6
JB
249%{?with_gcov:BuildRequires: lcov}
250%{?with_fpm:BuildRequires: libapparmor-devel}
591a626b 251%{?with_argon2:BuildRequires: libargon2-devel >= 20161029}
9efb5102 252%{?with_intl:BuildRequires: libicu-devel >= 4.4}
c0240cb1 253BuildRequires: libjpeg-devel
254BuildRequires: libltdl-devel >= 1.4
c0240cb1 255BuildRequires: libpng-devel >= 1.0.8
591a626b 256%{?with_sodium:BuildRequires: libsodium-devel >= 1.0.8}
5b279587 257%{?with_intl:BuildRequires: libstdc++-devel}
cc167b4a 258%{?with_webp:BuildRequires: libwebp-devel}
c0240cb1 259%if "%{pld_release}" != "ac"
46a247ad 260BuildRequires: libtool >= 2:2.4.6
c0240cb1 261%else
262BuildRequires: libtool >= 1.4.3
263%endif
c0240cb1 264BuildRequires: libxml2-devel >= 1:2.7.6-4
36dd0868 265%{?with_xsl:BuildRequires: libxslt-devel >= 1.1.0}
0bd075a3 266%{?with_system_libzip:BuildRequires: libzip-devel >= 1.3.1}
5bb0ecd6 267%{?with_snmp:%{?with_tests:BuildRequires: mibs-net-snmp}}
c0240cb1 268%{?with_mm:BuildRequires: mm-devel >= 1.3.0}
5bb0ecd6 269%{!?with_mysqli:BuildRequires: mysql-devel >= 4.1.13}
fd3b1dfb 270%{!?with_pdo_mysql:BuildRequires: mysql-devel}
5bb0ecd6 271%{?with_snmp:BuildRequires: net-snmp-devel >= 5.3}
06a32300 272BuildRequires: oniguruma-devel
c0240cb1 273%{?with_ldap:BuildRequires: openldap-devel >= 2.3.0}
274%if %{with openssl} || %{with ldap}
3ed7c16a 275BuildRequires: openssl-devel >= 1.0.1
c0240cb1 276%endif
329b4394 277%{?with_oci:%{?with_instantclient:BuildRequires: oracle-instantclient-devel}}
c0240cb1 278BuildRequires: pam-devel
279%{?with_pcre:BuildRequires: pcre-devel >= 8.10}
280BuildRequires: pkgconfig
c0240cb1 281%{?with_pgsql:BuildRequires: postgresql-devel}
282BuildRequires: readline-devel
283%{?with_recode:BuildRequires: recode-devel >= 3.5d-3}
284BuildRequires: rpm >= 4.4.9-56
285BuildRequires: rpm-build >= 4.4.0
286BuildRequires: rpmbuild(macros) >= 1.566
5bb0ecd6 287BuildRequires: sed >= 4.0
c0240cb1 288%if %{with sqlite3} || %{with pdo_sqlite}
289BuildRequires: sqlite3-devel >= 3.3.9
290%endif
5bb0ecd6
JB
291%{?with_systemtap:BuildRequires: systemtap-sdt-devel}
292BuildRequires: tar >= 1:1.22
c0240cb1 293%{?with_tidy:BuildRequires: tidy-devel}
5bb0ecd6 294BuildRequires: tokyocabinet-devel
c0240cb1 295%{?with_odbc:BuildRequires: unixODBC-devel}
296%{?with_xmlrpc:BuildRequires: xmlrpc-epi-devel >= 0.54.1}
5bb0ecd6
JB
297BuildRequires: xz
298BuildRequires: zlib-devel >= 1.2.0.4
c0240cb1 299%if %{with apache2}
300BuildRequires: apache-devel >= 2.0.52-2
301BuildRequires: apr-devel >= 1:1.0.0
302BuildRequires: apr-util-devel >= 1:1.0.0
303%endif
c0240cb1 304BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
305
cfb6f787
ER
306%define php_sysconfdir /etc/%{name}
307%define php_extensiondir %{_libdir}/%{name}
c0240cb1 308%define _sysconfdir %{php_sysconfdir}
309
310# must be in sync with source. extra check ensuring that it is so is done in %%build
8d10a61f
ER
311%define php_api_version 20170718
312%define zend_module_api 20170718
313%define zend_extension_api 320170718
5c8bd0f5 314%define php_pdo_api_version 20170320
c0240cb1 315
13f02a12
ER
316# Extension versions
317%define bz2ver 1.0
3e7ae526 318%define enchantver %{version}
2e0e7ed6 319%define fileinfover 1.0.5
13f02a12
ER
320%define hashver 1.0
321%define intlver 1.1.0
8d10a61f 322%define jsonver 1.6.0
ece5522f 323%define pharver 2.0.2
f2e92818 324%define sqlite3ver %{version}
981a3721 325%define zipver 1.15.4
e7f4e76b 326%define phpdbgver 0.5.0
3747e21b 327%define sodiumver %{version}
13f02a12 328
a6af2a14 329%define _zend_zts %{!?with_zts:0}%{?with_zts:1}
1ccf1801 330%define php_debug %{!?with_debug:0}%{?with_debug:1}
c0240cb1 331
332%if %{with gcov}
333%undefine with_ccache
334%endif
335
329b4394 336%if %{with oci}
c0240cb1 337# ORACLE_HOME is required for oci8 ext to build
338%define _preserve_env %_preserve_env_base ORACLE_HOME
339%endif
340
341%description
342PHP is an HTML-embedded scripting language. PHP attempts to make it
343easy for developers to write dynamically generated web pages. PHP also
344offers built-in database integration for several commercial and
345non-commercial database management systems, so writing a
346database-enabled web page with PHP is fairly simple. The most common
347use of PHP coding is probably as a replacement for CGI scripts. The
348mod_php module enables the Apache web server to understand and process
349the embedded PHP language in web pages. This package contains PHP
350version %{version}.
351
352%description -l fr.UTF-8
353PHP est un langage de script embarque dans le HTM. PHP essaye de
354rendre simple aux developpeurs d'ecrire des pages web generees
355dynamiquement. PHP incorpore egalement une integration avec plusieurs
356systemes de gestion de bases de donnees commerciaux et
357non-connerciaux, qui rent facile la creation de pages web liees avec
358des bases de donnees. L'utilisation la plus commune de PHP est
359probablement en remplacement de scripts CGI. Le module mod_php permet
360au serveur web Apache de comprendre et de traiter le langage PHP
361integre dans des pages web. Ce package contient PHP version
362%{version}.
363
364%description -l pl.UTF-8
365PHP jest językiem skryptowym, którego polecenia umieszcza się w
366plikach HTML. Jest próbą ułatwienia programistom pisania dynamicznie
367generowanych stron WWW. Oferuje także wbudowaną integrację z bazami
368danych dla kilku komercyjnych i niekomercyjnych systemów baz danych,
369co czyni tworzenie stron korzystających z baz danych w miarę łatwym.
370Najczęściej PHP jest używany prawdopodobnie jako zamiennik skryptów
371CGI. Moduł mod_php pozwala serwerowi WWW Apache rozumieć i przetwarzać
372język PHP osadzony w stronach. Ten pakiet zawiera PHP w wersji
373%{version}.
374
375%description -l pt_BR.UTF-8
376PHP: Preprocessador de Hipertexto versão 4 é uma linguagem script
377embutida em HTML. Muito de sua sintaxe é emprestada de C, Java e Perl,
378com algumas características únicas, específicas ao PHP. O objetivo da
379linguagem é permitir que desenvolvedores web escrevam páginas
380dinamicamente geradas de forma rápida.
381
382%description -l ru.UTF-8
383PHP - это язык написания скриптов, встраиваемых в HTML-код. PHP
384предлагает интерграцию с множеством СУБД, поэтому написание скриптов
385для работы с базами данных относительно просто. Наиболее популярное
386использование PHP - замена для CGI скриптов.
387
388%description -l uk.UTF-8
389PHP - це мова написання скриптів, що вбудовуються в HTML-код. PHP
390пропонує інтеграцію з багатьма СУБД, тому написання скриптів для
391роботи з базами даних є доволі простим. Найбільш популярне
392використання PHP - заміна для CGI скриптів.
393
aa424f73 394%package -n apache-mod_%{name}
52126be2
AM
395Summary: PHP support for Apache 2.x
396Summary(pl.UTF-8): Wsparcie PHP dla Apache 2.x
c0240cb1 397Group: Development/Languages/PHP
398Requires: %{name}-common = %{epoch}:%{version}-%{release}
fd3b1dfb 399Requires: apache-mod_%{name}-core = %{epoch}:%{version}-%{release}
c0240cb1 400Provides: webserver(php) = %{version}
d6634248 401Obsoletes: apache-mod_php < 4:5.3.28-7
c0240cb1 402Obsoletes: phpfi
403
aa424f73 404%description -n apache-mod_%{name}
52126be2 405PHP support for Apache 2.x.
c0240cb1 406
aa424f73 407%description -n apache-mod_%{name} -l pl.UTF-8
52126be2
AM
408Wsparcie PHP dla Apache 2.x.
409
410%package -n apache-mod_%{name}-core
411Summary: PHP DSO module for Apache 2.x
412Summary(pl.UTF-8): Moduł DSO (Dynamic Shared Object) PHP dla Apache 2.x
413Group: Development/Languages/PHP
414Requires: %{name}-common = %{epoch}:%{version}-%{release}
415Requires: apache(modules-api) = %{apache_modules_api}
416Requires: apache-mod_mime
417
418%description -n apache-mod_%{name}-core
419PHP as DSO module for Apache 2.x.
420
421%description -n apache-mod_%{name}-core -l pl.UTF-8
c0240cb1 422PHP jako moduł DSO (Dynamic Shared Object) dla Apache 2.x.
423
424%package litespeed
425Summary: PHP for litespeed HTTP server
426Summary(pl.UTF-8): PHP dla serwera HTTP litespeed
427Group: Development/Languages/PHP
428Requires: %{name}-common = %{epoch}:%{version}-%{release}
2ca856d0 429Provides: php(litespeed)
c0240cb1 430Provides: webserver(php) = %{version}
d6634248 431Obsoletes: php-litespeed < 4:5.3.28-7
c0240cb1 432
433%description litespeed
434PHP for litespeed HTTP server.
435
436%description litespeed -l pl.UTF-8
437PHP dla serwera HTTP litespeed.
438
439%package cgi
440Summary: PHP as CGI/FastCGI program
441Summary(pl.UTF-8): PHP jako program CGI/FastCGI
442Group: Development/Languages/PHP
443Requires: %{name}-common = %{epoch}:%{version}-%{release}
444Provides: %{name}-fcgi = %{epoch}:%{version}-%{release}
445Provides: php(cgi)
446Provides: php(fcgi)
ecbcdf28 447Provides: webserver(php) = %{version}
d6634248 448Obsoletes: php-cgi < 4:5.3.28-7
c0240cb1 449Obsoletes: php-fcgi < 4:5.3.0
450
451%description cgi
452PHP as CGI or FastCGI program.
453
454%description cgi -l pl.UTF-8
455PHP jako program CGI lub FastCGI.
456
457%package cli
458Summary: PHP as CLI interpreter
459Summary(pl.UTF-8): PHP jako interpreter działający z linii poleceń
460Group: Development/Languages/PHP
461Requires: %{name}-common = %{epoch}:%{version}-%{release}
d6634248 462Obsoletes: php-cli < 4:5.3.28-7
c0240cb1 463
464%description cli
465PHP as CLI interpreter.
466
467%description cli -l pl.UTF-8
468PHP jako interpreter działający z linii poleceń.
469
13f02a12
ER
470%package embedded
471Summary: PHP library for embedding in applications
0bbc8abe 472Summary(pl.UTF-8): Biblioteka PHP do osadzania w aplikacjach
13f02a12
ER
473Group: Libraries
474Requires: %{name}-common = %{epoch}:%{version}-%{release}
d6634248 475Obsoletes: php-embedded < 4:5.3.28-7
13f02a12
ER
476
477%description embedded
478The php-embedded package contains a library which can be embedded into
479applications to provide PHP scripting language support.
480
0bbc8abe 481%description embedded -l pl.UTF-8
cfb6f787 482Ten pakiet zawiera bibliotekę, którą można osadzać w aplikacjach w
0bbc8abe
JB
483celu obsługi PHP jako języka skryptowego.
484
c0240cb1 485%package program
486Summary: /usr/bin/php symlink
487Summary(pl.UTF-8): Dowiązanie symboliczne /usr/bin/php
488Group: Development/Languages/PHP
489Requires: %{name}-cli = %{epoch}:%{version}-%{release}
e54798c7 490Obsoletes: php-program < 4:5.3.28-7
ac1adc25
JB
491Obsoletes: php4-program < 3:5
492Obsoletes: php52-program < 4:5.3
493Obsoletes: php53-program < 4:5.4
494Obsoletes: php54-program < 4:5.5
495Obsoletes: php55-program < 4:5.6
496Obsoletes: php56-program < 4:7
497Obsoletes: php70-program < 4:7.1
498Obsoletes: php71-program < 4:7.2
499Obsoletes: php73-program < 4:7.4
500Obsoletes: php74-program < 4:8
501Obsoletes: php80-program < 4:8.1
502Obsoletes: php81-program < 4:8.2
a20ed1ae 503Obsoletes: php82-program < 4:8.3
c0240cb1 504
505%description program
506Package providing /usr/bin/php symlink to PHP CLI.
507
508%description program -l pl.UTF-8
509Pakiet dostarczający dowiązanie symboliczne /usr/bin/php do PHP CLI.
510
511%package fpm
512Summary: PHP FastCGI Process Manager
513Summary(pl.UTF-8): PHP FastCGI Process Manager - zarządca procesów FastCGI
514Group: Development/Languages/PHP
6d018365 515URL: http://php-fpm.org/
c0240cb1 516Requires(post,preun): /sbin/chkconfig
517Requires(postun): /usr/sbin/userdel
518Requires(pre): /bin/id
519Requires(pre): /usr/sbin/useradd
520Requires: %{name}-common = %{epoch}:%{version}-%{release}
9f90add1 521%{?with_alternatives:Requires: alternatives}
b8fc749a 522Requires: php-dirs >= 1.4-2
c0240cb1 523Requires: rc-scripts
354a4dcd 524Provides: php(fcgi)
2ca856d0 525Provides: php(fpm)
c0240cb1 526Provides: user(http)
527Provides: webserver(php) = %{version}
d6634248 528Obsoletes: php-fpm < 4:5.3.28-7
4c94999c
TP
529%if "%{pld_release}" != "ac"
530Conflicts: logrotate < 3.8.0
531%endif
c0240cb1 532
533%description fpm
534PHP FastCGI Process Manager.
535
536%description fpm -l pl.UTF-8
537PHP FastCGI Process Manager - zarządca procesów FastCGI.
538
8d42644e
ER
539%package phpdbg
540Summary: The debugging platform for PHP 5.4+
9f90add1 541Summary(pl.UTF-8): Platforma diagnostyczna dla PHP 5.4+
8d42644e
ER
542Group: Development/Languages/PHP
543Requires: %{name}-common = %{epoch}:%{version}-%{release}
544Provides: php(phpdbg) = %{phpdbgver}
545
546%description phpdbg
547phpdbg - The interactive PHP debugger.
548
549Implemented as a SAPI module, phpdbg can excert complete control over
550the environment without impacting the functionality or performance of
551your code.
552
553phpdbg aims to be a lightweight, powerful, easy to use debugging
554platform for PHP 5.4+
555
9f90add1
JB
556%description phpdbg -l pl.UTF-8
557phpdbg - interaktywny debugger dla PHP.
558
559Jest zaimplementowany jako moduł SAPI, potrafi przejąć pełną kontrolę
560nad środowiskiem bez wpływu na zachowanie lub wydajność kodu.
561
562Narzędzie powstało jako lekka, mająca duże możliwości, łatwa w użyciu
563platforma diagnostyczna dla PHP 5.4+.
564
c0240cb1 565%package common
566Summary: Common files needed by both Apache modules and CGI/CLI SAPIs
567Summary(pl.UTF-8): Wspólne pliki dla modułu Apache'a i programu CGI
568Summary(ru.UTF-8): Разделяемые библиотеки для PHP
569Summary(uk.UTF-8): Бібліотеки спільного використання для PHP
570Group: Libraries
571Requires(post): sed >= 4.0
572# because of dlclose() bugs in glibc <= 2.3.4 causing SEGVs on exit
573Requires: glibc >= 6:2.3.5
3f8f8051 574Requires: php-dirs >= 1.4
c0240cb1 575Requires: rpm-whiteout >= 1.28
576Requires: tzdata
5bb0ecd6 577Requires: zlib >= 1.2.0.4
d87d42cb
ER
578Provides: %{name}(debug) = %{php_debug}
579Provides: %{name}(modules_api) = %{php_api_version}
a6af2a14 580Provides: %{name}(thread-safety) = %{_zend_zts}
d87d42cb
ER
581Provides: %{name}(zend_extension_api) = %{zend_extension_api}
582Provides: %{name}(zend_module_api) = %{zend_module_api}
93e7acf8 583Provides: %{name}-core
d87d42cb 584Provides: %{name}-date
d87d42cb
ER
585Provides: %{name}-reflection
586Provides: %{name}-standard
93e7acf8 587Provides: php(core) = %{version}
c0240cb1 588Provides: php(date)
c0240cb1 589Provides: php(libxml)
c0240cb1 590Provides: php(reflection)
591Provides: php(standard)
19367d1b 592%{!?with_mysqlnd:Obsoletes: %{name}-mysqlnd}
c0240cb1 593%{?with_pcre:%requires_ge_to pcre pcre-devel}
9f2b265f 594Suggests: browscap
d6634248 595Obsoletes: php-common < 4:5.3.28-7
5f8c3b48
JB
596# withdrawn modules
597Obsoletes: php-filepro < 4:5.2.0
598Obsoletes: php-hwapi < 4:5.2.0
599Obsoletes: php-hyperwave < 3:5.0.0
600Obsoletes: php-java < 3:5.0.0
601Obsoletes: php-mcal < 3:5.0.0
c0240cb1 602Obsoletes: php-pecl-domxml
5f8c3b48 603Obsoletes: php-qtdom < 3:5.0.0
c0240cb1 604Conflicts: php4-common < 3:4.4.4-8
e2d9e36f 605Conflicts: php55-common < 4:5.5.10-4
c0240cb1 606Conflicts: rpm < 4.4.2-0.2
607
608%description common
609Common files needed by both Apache modules and CGI/CLI SAPIs.
610
611%description common -l pl.UTF-8
612Wspólne pliki dla modułu Apache'a i programu CGI.
613
614%description common -l ru.UTF-8
615Этот пакет содержит общие файлы для разных вариантов реализации PHP
616(самодостаточной и в качестве модуля Apache).
617
618%description common -l uk.UTF-8
619Цей пакет містить спільні файли для різних варіантів реалізації PHP
620(самодостатньої та в якості модуля Apache).
621
622%package devel
623Summary: Files for PHP modules development
624Summary(pl.UTF-8): Pliki do kompilacji modułów PHP
625Summary(pt_BR.UTF-8): Arquivos de desenvolvimento para PHP
626Summary(ru.UTF-8): Пакет разработки для построения расширений PHP
627Summary(uk.UTF-8): Пакет розробки для побудови розширень PHP
628Group: Development/Languages/PHP
629Requires: %{name}-common = %{epoch}:%{version}-%{release}
13f02a12 630Requires: autoconf >= 2.13
c0240cb1 631Requires: automake
632%if "%{pld_release}" != "ac"
46a247ad 633Requires: libtool >= 2:2.4.6
c0240cb1 634%else
635Requires: libtool
636%endif
637%{?with_pcre:Requires: pcre-devel >= 8.10}
638Requires: shtool
e2ce7e4a 639Provides: php-devel = %{epoch}:%{version}-%{release}
cfb6f787 640Obsoletes: php-devel
ac1adc25
JB
641Obsoletes: php-pear-devel < 3:4.3.0-1
642Obsoletes: php4-devel < 3:5
643Obsoletes: php52-devel < 4:5.3
644Obsoletes: php53-devel < 4:5.4
645Obsoletes: php54-devel < 4:5.5
646Obsoletes: php55-devel < 4:5.6
647Obsoletes: php56-devel < 4:7
648Obsoletes: php70-devel < 4:7.1
649Obsoletes: php71-devel < 4:7.2
650Obsoletes: php73-devel < 4:7.4
651Obsoletes: php74-devel < 4:8
77058b0a 652Obsoletes: php80-devel < 4:8.1
ac1adc25 653Obsoletes: php81-devel < 4:8.2
a20ed1ae 654Obsoletes: php82-devel < 4:8.3
c0240cb1 655
656%description devel
657The php-devel package lets you compile dynamic extensions to PHP.
658Included here is the source for the PHP extensions. Instead of
659recompiling the whole PHP binary to add support for, say, oracle,
660install this package and use the new self-contained extensions
661support. For more information, read the file
662README.SELF-CONTAINED-EXTENSIONS.
663
664%description devel -l pl.UTF-8
665Ten pakiet zawiera pliki potrzebne do kompilacji modułów PHP. Zamiast
666rekompilować całe PHP aby dodać obsługę np. oracle, można przy użyciu
667tego pakietu skompilować samodzielne rozszerzenie. Więcej informacji o
668samodzielnych rozszerzeniach można znaleźć w pliku
669README.SELF-CONTAINED-EXTENSIONS.
670
671%description devel -l pt_BR.UTF-8
672Este pacote contém arquivos usados no desenvolvimento de programas ou
673módulos PHP.
674
675%description devel -l ru.UTF-8
676Пакет php-devel дает возможность компилировать динамические расширения
677PHP. Пакет включает исходный код этих расширений. Вместо повторной
678компиляции бинарного файла PHP для добавления, например, поддержки
679oracle, установите этот пакет для компилирования отдельных расширений.
680Подробности - в файле README.SELF-CONTAINED-EXTENSIONS.
681
682%description devel -l uk.UTF-8
683Пакет php-devel дає можливість компілювати динамічні розширення PHP.
684До пакету включено вихідний код для розширень. Замість повторної
685компіляції бінарного файлу PHP для додання, наприклад, підтримки
686oracle, встановіть цей пакет для компіляції окремих розширень.
687Детальніша інформація - в файлі README.SELF-CONTAINED-EXTENSIONS.
688
689%package bcmath
690Summary: bcmath extension module for PHP
691Summary(pl.UTF-8): Moduł bcmath dla PHP
692Group: Libraries
6d018365 693URL: http://php.net/manual/en/book.bc.php
c0240cb1 694Requires: %{name}-common = %{epoch}:%{version}-%{release}
695Provides: php(bcmath)
d6634248 696Obsoletes: php-bcmath < 4:5.3.28-7
c0240cb1 697
698%description bcmath
699This is a dynamic shared object (DSO) for PHP that will add bc style
700precision math functions support.
701
702%description bcmath -l pl.UTF-8
703Moduł PHP umożliwiający korzystanie z dokładnych funkcji
704matematycznych takich jak w programie bc.
705
706%package bz2
707Summary: Bzip2 extension module for PHP
708Summary(pl.UTF-8): Moduł bzip2 dla PHP
709Group: Libraries
6d018365 710URL: http://php.net/manual/en/book.bzip2.php
c0240cb1 711Requires: %{name}-common = %{epoch}:%{version}-%{release}
6d018365 712Requires: bzip2-libs >= 1.0.0
13f02a12 713Provides: php(bz2) = %{bz2ver}
c0240cb1 714Provides: php(bzip2)
715Provides: php-bzip2 = %{epoch}:%{version}-%{release}
d6634248 716Obsoletes: php-bz2 < 4:5.3.28-7
c0240cb1 717Obsoletes: php-bzip2 < 4:5.2.14-3
13f02a12 718Obsoletes: php-pecl-bz2 < %{bz2ver}
c0240cb1 719
720%description bz2
721This is a dynamic shared object (DSO) for PHP that will add bzip2
722compression support to PHP.
723
724%description bz2 -l pl.UTF-8
725Moduł PHP umożliwiający używanie kompresji bzip2.
726
727%package calendar
728Summary: Calendar extension module for PHP
729Summary(pl.UTF-8): Moduł funkcji kalendarza dla PHP
730Group: Libraries
6d018365 731URL: http://php.net/manual/en/book.calendar.php
c0240cb1 732Requires: %{name}-common = %{epoch}:%{version}-%{release}
733Provides: php(calendar)
d6634248 734Obsoletes: php-calendar < 4:5.3.28-7
c0240cb1 735
736%description calendar
737This is a dynamic shared object (DSO) for PHP that will add calendar
738support.
739
740%description calendar -l pl.UTF-8
741Moduł PHP dodający wsparcie dla kalendarza.
742
743%package ctype
744Summary: ctype extension module for PHP
745Summary(pl.UTF-8): Moduł ctype dla PHP
746Group: Libraries
6d018365 747URL: http://php.net/manual/en/book.ctype.php
c0240cb1 748Requires: %{name}-common = %{epoch}:%{version}-%{release}
749Provides: php(ctype)
d6634248 750Obsoletes: php-ctype < 4:5.3.28-7
c0240cb1 751
752%description ctype
753This is a dynamic shared object (DSO) for PHP that will add ctype
754support.
755
756%description ctype -l pl.UTF-8
757Moduł PHP umożliwiający korzystanie z funkcji ctype.
758
759%package curl
760Summary: curl extension module for PHP
761Summary(pl.UTF-8): Moduł curl dla PHP
762Group: Libraries
6d018365 763URL: http://php.net/manual/en/book.curl.php
c0240cb1 764Requires: %{name}-common = %{epoch}:%{version}-%{release}
6d018365 765Requires: curl-libs >= 7.12.0
c0240cb1 766Provides: php(curl)
d6634248 767Obsoletes: php-curl < 4:5.3.28-7
c0240cb1 768
769%description curl
770This is a dynamic shared object (DSO) for PHP that will add curl
771support.
772
773%description curl -l pl.UTF-8
774Moduł PHP umożliwiający korzystanie z biblioteki curl.
775
776%package dba
777Summary: DBA extension module for PHP
778Summary(pl.UTF-8): Moduł DBA dla PHP
779Group: Libraries
6d018365 780URL: http://php.net/manual/en/book.dba.php
c0240cb1 781Requires: %{name}-common = %{epoch}:%{version}-%{release}
782Provides: php(dba)
d6634248 783Obsoletes: php-dba < 4:5.3.28-7
5f8c3b48
JB
784# withdrawn module of similar functionality but different API
785Obsoletes: php-db < 3:5.0.0
c0240cb1 786
787%description dba
788This is a dynamic shared object (DSO) for PHP that will add flat-file
789databases (DBA) support.
790
791%description dba -l pl.UTF-8
792Moduł dla PHP dodający obsługę dla baz danych opartych na plikach
793(DBA).
794
795%package dom
796Summary: DOM extension module for PHP
797Summary(pl.UTF-8): Moduł DOM dla PHP
798Group: Libraries
6d018365 799URL: http://php.net/manual/en/book.dom.php
c0240cb1 800Requires: %{name}-common = %{epoch}:%{version}-%{release}
801Provides: php(dom)
802# it has some compatibility functions
d87d42cb 803Provides: %{name}-domxml = %{epoch}:%{version}-%{release}
c0240cb1 804Provides: php(domxml)
d6634248 805Obsoletes: php-dom < 4:5.3.28-7
c0240cb1 806Obsoletes: php-domxml <= 3:4.3.8-1
807
808%description dom
809This is a dynamic shared object (DSO) for PHP that will add new DOM
810support.
811
812%description dom -l pl.UTF-8
813Moduł PHP dodający nową obsługę DOM.
814
13f02a12
ER
815%package enchant
816Summary: libenchant binder
817Summary(pl.UTF-8): dowiązania biblioteki libenchant
818Group: Libraries
6d018365 819URL: http://php.net/manual/en/book.enchant.php
13f02a12
ER
820Requires: %{name}-common = %{epoch}:%{version}-%{release}
821Provides: php(enchant) = %{enchantver}
d6634248 822Obsoletes: php-enchant < 4:5.3.28-7
13f02a12
ER
823Obsoletes: php-pecl-enchant < %{enchantver}
824
825%description enchant
826Enchant is a binder for libenchant. Libenchant provides a common API
827for many spell libraries:
828- aspell/pspell (intended to replace ispell)
829- hspell (hebrew)
830- ispell
831- myspell (OpenOffice.org project, mozilla)
832- uspell (primarily Yiddish, Hebrew, and Eastern European languages) A
833 plugin system allows to add custom spell support.
834
835%description enchant -l pl.UTF-8
836Enchant jest dowiązaniem do biblioteki libenchant, która udostępnia
837ujednolicone API dla wielu narzędzi sprawdzających pisownię:
838- aspell/pspell (w zamierzeniu ma zastąpić ispell)
839- hspell (hebrajski)
840- ispell
841- myspell (projekt OpenOffice.org, mozilla)
842- uspell (głównie Jidysz, Hebrajski oraz języki wschodnioeuropejskie)
843 System wtyczek pozwala na dodanie wsparcia dla kolejnych narzędzi.
844
c0240cb1 845%package exif
846Summary: exif extension module for PHP
847Summary(pl.UTF-8): Moduł exif dla PHP
848Group: Libraries
6d018365 849URL: http://php.net/manual/en/book.exif.php
c0240cb1 850Requires: %{name}-common = %{epoch}:%{version}-%{release}
851Provides: php(exif)
d6634248 852Obsoletes: php-exif < 4:5.3.28-7
c0240cb1 853
854%description exif
855This is a dynamic shared object (DSO) for PHP that will add EXIF tags
856support in image files.
857
858%description exif -l pl.UTF-8
859Moduł PHP dodający obsługę znaczników EXIF w plikach obrazków.
860
861%package fileinfo
862Summary: libmagic bindings
863Summary(pl.UTF-8): Wiązania do libmagic
864Group: Libraries
6d018365 865URL: http://php.net/manual/en/book.fileinfo.php
c0240cb1 866Requires: %{name}-common = %{epoch}:%{version}-%{release}
867Requires: %{name}-pcre = %{epoch}:%{version}-%{release}
13f02a12 868Provides: php(fileinfo) = %{fileinfover}
d6634248 869Obsoletes: php-fileinfo < 4:5.3.28-7
c0240cb1 870Obsoletes: php-mime_magic
13f02a12 871Obsoletes: php-pecl-fileinfo < %{fileinfover}
c0240cb1 872
873%description fileinfo
874This extension allows retrieval of information regarding vast majority
875of file. This information may include dimensions, quality, length
876etc...
877
878Additionally it can also be used to retrieve the MIME type for a
879particular file and for text files proper language encoding.
880
881%description fileinfo -l pl.UTF-8
882To rozszerzenie pozwala na uzyskanie informacji dotyczących większości
883plików. Informacje mogą zawierać wymiary, jakość, długość itp.
884
885Ponadto rozszerzenie można wykorzystać do odczytania typu MIME danego
886pliku oraz kodowania plików tekstowych.
887
888%package filter
889Summary: Extension for safely dealing with input parameters
890Summary(pl.UTF-8): Rozszerzenie do bezpiecznej obsługi danych wejściowych
891Group: Libraries
6d018365 892URL: http://php.net/manual/en/book.filter.php
c0240cb1 893Requires: %{name}-common = %{epoch}:%{version}-%{release}
894Requires: %{name}-pcre = %{epoch}:%{version}-%{release}
895Provides: php(filter)
d6634248 896Obsoletes: php-filter < 4:5.3.28-7
ac1adc25 897Obsoletes: php-pecl-filter < 0.12
c0240cb1 898
899%description filter
900We all know that you should always check input variables, but PHP does
901not offer really good functionality for doing this in a safe way. The
902Input Filter extension is meant to address this issue by implementing
903a set of filters and mechanisms that users can use to safely access
904their input data.
905
906%description filter -l pl.UTF-8
907Wiadomo, że trzeba zawsze sprawdzać zmienne wejściowe, ale PHP nie
908oferuje naprawdę dobrej funkcjonalności do robienia tego w sposób
909bezpieczny. Rozszerzenie Input Filter ma rozwiązać ten problem poprzez
910zaimplementowanie zestawu filtrów i mechanizmów, których użytkownicy
911mogą bezpiecznie używać do dostępu do danych.
912
913%package ftp
914Summary: FTP extension module for PHP
915Summary(pl.UTF-8): Moduł FTP dla PHP
916Group: Libraries
6d018365 917URL: http://php.net/manual/en/book.ftp.php
c0240cb1 918Requires: %{name}-common = %{epoch}:%{version}-%{release}
919Provides: php(ftp)
d6634248 920Obsoletes: php-ftp < 4:5.3.28-7
c0240cb1 921
922%description ftp
923This is a dynamic shared object (DSO) for PHP that will add FTP
924support.
925
926%description ftp -l pl.UTF-8
927Moduł PHP dodający obsługę protokołu FTP.
928
929%package gd
930Summary: GD extension module for PHP
931Summary(pl.UTF-8): Moduł GD dla PHP
932Group: Libraries
6d018365 933URL: http://php.net/manual/en/book.image.php
c0240cb1 934Requires: %{name}-common = %{epoch}:%{version}-%{release}
935%if %{with system_gd}
0282b86e 936Requires: gd >= 2.1
c0240cb1 937Requires: gd(gif)
c0240cb1 938%endif
939Provides: php(gd)
d6634248 940Obsoletes: php-gd < 4:5.3.28-7
c0240cb1 941
942%description gd
943This is a dynamic shared object (DSO) for PHP that will add GD
944support, allowing you to create and manipulate images with PHP.
945
946%description gd -l pl.UTF-8
947Moduł PHP umożliwiający korzystanie z biblioteki GD, pozwalającej na
948tworzenie i obróbkę obrazków.
949
950%package gettext
951Summary: gettext extension module for PHP
952Summary(pl.UTF-8): Moduł gettext dla PHP
953Group: Libraries
6d018365 954URL: http://php.net/manual/en/book.gettext.php
c0240cb1 955Requires: %{name}-common = %{epoch}:%{version}-%{release}
956Provides: php(gettext)
d6634248 957Obsoletes: php-gettext < 4:5.3.28-7
c0240cb1 958
959%description gettext
960This is a dynamic shared object (DSO) for PHP that will add gettext
961support.
962
963%description gettext -l pl.UTF-8
964Moduł PHP dodający obsługę lokalizacji przez gettext.
965
966%package gmp
967Summary: gmp extension module for PHP
968Summary(pl.UTF-8): Moduł gmp dla PHP
969Group: Libraries
6d018365 970URL: http://php.net/manual/en/book.gmp.php
c0240cb1 971Requires: %{name}-common = %{epoch}:%{version}-%{release}
6d018365 972Requires: gmp >= 4.2
c0240cb1 973Provides: php(gmp)
d6634248 974Obsoletes: php-gmp < 4:5.3.28-7
c0240cb1 975
976%description gmp
977This is a dynamic shared object (DSO) for PHP that will add arbitrary
978length number support with GNU MP library.
979
980%description gmp -l pl.UTF-8
981Moduł PHP umożliwiający korzystanie z biblioteki gmp do obliczeń na
982liczbach o dowolnej długości.
983
984%package hash
985Summary: HASH Message Digest Framework
986Summary(pl.UTF-8): Szkielet do obliczania skrótów wiadomości
987Group: Libraries
6d018365 988URL: http://php.net/manual/en/book.gmp.php
c0240cb1 989Requires: %{name}-common = %{epoch}:%{version}-%{release}
13f02a12 990Provides: php(hash) = %{hashver}
c0240cb1 991%if %{with mhash}
992Provides: php(mhash)
993Provides: php-mhash = %{epoch}:%{version}-%{release}
994Obsoletes: php-mhash < 4:5.3.0
995%endif
d6634248 996Obsoletes: php-hash < 4:5.3.28-7
13f02a12 997Obsoletes: php-pecl-hash < %{hashver}
c0240cb1 998
999%description hash
1000Native implementations of common message digest algorithms using a
1001generic factory method.
1002
1003%description hash -l pl.UTF-8
1004Natywne implementacje popularnych algorytmów obliczania skrótów
1005wiadomości przy użyciu wspólnego interfejsu.
1006
1007%package iconv
1008Summary: iconv extension module for PHP
1009Summary(pl.UTF-8): Moduł iconv dla PHP
1010Group: Libraries
6d018365 1011URL: http://php.net/manual/en/book.iconv.php
c0240cb1 1012Requires: %{_libdir}/gconv
1013Requires: %{name}-common = %{epoch}:%{version}-%{release}
1014Requires: iconv
1015Provides: php(iconv)
d6634248 1016Obsoletes: php-iconv < 4:5.3.28-7
c0240cb1 1017
1018%description iconv
1019This is a dynamic shared object (DSO) for PHP that will add iconv
1020support.
1021
1022%description iconv -l pl.UTF-8
1023Moduł PHP dodający obsługę iconv.
1024
1025%package imap
1026Summary: IMAP extension module for PHP
1027Summary(pl.UTF-8): Moduł IMAP dla PHP
1028Summary(pt_BR.UTF-8): Um módulo para aplicações PHP que usam IMAP
1029Group: Libraries
6d018365 1030URL: http://php.net/manual/en/book.imap.php
c0240cb1 1031Requires: %{name}-common = %{epoch}:%{version}-%{release}
1032Requires: %{name}-pcre = %{epoch}:%{version}-%{release}
1033Requires: imap-lib >= 1:2007e-2
1034Provides: php(imap)
d6634248 1035Obsoletes: php-imap < 4:5.3.28-7
c0240cb1 1036
1037%description imap
1038This is a dynamic shared object (DSO) for PHP that will add IMAP
1039support.
1040
1041%description imap -l pl.UTF-8
1042Moduł PHP dodający obsługę skrzynek IMAP.
1043
1044%description imap -l pt_BR.UTF-8
1045Um módulo para aplicações PHP que usam IMAP.
1046
1047%package interbase
1048Summary: InterBase/Firebird database module for PHP
1049Summary(pl.UTF-8): Moduł bazy danych InterBase/Firebird dla PHP
1050Group: Libraries
6d018365 1051URL: http://php.net/manual/en/book.ibase.php
6cec851c
ER
1052%if %{with interbase_inst}
1053%{?requires_php_extension}
1054%else
c0240cb1 1055Requires: %{name}-common = %{epoch}:%{version}-%{release}
6cec851c 1056%endif
c0240cb1 1057Provides: php(interbase)
d6634248 1058Obsoletes: php-interbase < 4:5.3.28-7
c0240cb1 1059
1060%description interbase
1061This is a dynamic shared object (DSO) for PHP that will add InterBase
1062and Firebird database support.
1063
1064%description interbase -l pl.UTF-8
1065Moduł PHP umożliwiający dostęp do baz danych InterBase i Firebird.
1066
1067%package intl
1068Summary: Internationalization extension (ICU wrapper)
1069Summary(pl.UTF-8): Rozszerzenie do internacjonalizacji (interfejs do ICU)
1070Group: Libraries
6d018365 1071URL: http://php.net/intl
c0240cb1 1072Requires: %{name}-common = %{epoch}:%{version}-%{release}
13f02a12 1073Provides: php(intl) = %{intlver}
d6634248 1074Obsoletes: php-intl < 4:5.3.28-7
13f02a12 1075Obsoletes: php-pecl-intl < %{intlver}
c0240cb1 1076
1077%description intl
1078Internationalization extension (further is referred as Intl) is a
1079wrapper for ICU library, enabling PHP programmers to perform
1080UCA-conformant collation and date/time/number/currency formatting in
1081their scripts.
1082
1083%description intl -l pl.UTF-8
1084Rozszerzenie do internacjonalizacji (dalej nazywane Intl) jest
1085interfejsem do biblioteki ICU, pozwalającym programistom PHP na
1086wykonywanie w skryptach porównań zgodnych z UCA oraz formatowania
1087daty/czasu/walut.
1088
1089%package json
1090Summary: PHP C extension for JSON serialization
1091Summary(pl.UTF-8): Rozszerzenie C PHP dla serializacji JSON
1092Group: Libraries
6d018365 1093URL: http://php.net/manual/en/book.json.php
c0240cb1 1094Requires: %{name}-common = %{epoch}:%{version}-%{release}
13f02a12 1095Provides: php(json) = %{jsonver}
d6634248 1096Obsoletes: php-json < 4:5.3.28-7
13f02a12 1097Obsoletes: php-pecl-json < %{jsonver}
c0240cb1 1098
1099%description json
1100php-json is an extremely fast PHP C extension for JSON (JavaScript
1101Object Notation) serialisation.
1102
1103%description json -l pl.UTF-8
1104php-json to bardzo szybkie rozszerzenie C PHP dla serializacji JSON
1105(JavaScript Object Notation).
1106
1107%package ldap
1108Summary: LDAP extension module for PHP
1109Summary(pl.UTF-8): Moduł LDAP dla PHP
1110Summary(pt_BR.UTF-8): Um módulo para aplicações PHP que usam LDAP
1111Group: Libraries
6d018365 1112URL: http://php.net/manual/en/book.ldap.php
c0240cb1 1113Requires: %{name}-common = %{epoch}:%{version}-%{release}
1114Provides: php(ldap)
d6634248 1115Obsoletes: php-ldap < 4:5.3.28-7
c0240cb1 1116
1117%description ldap
1118This is a dynamic shared object (DSO) for PHP that will add LDAP
1119support.
1120
1121%description ldap -l pl.UTF-8
1122Moduł PHP dodający obsługę LDAP.
1123
1124%description ldap -l pt_BR.UTF-8
1125Um módulo para aplicações PHP que usam LDAP.
1126
1127%package mbstring
1128Summary: mbstring extension module for PHP
1129Summary(pl.UTF-8): Moduł mbstring dla PHP
1130Group: Libraries
6d018365 1131URL: http://php.net/manual/en/book.mbstring.php
c0240cb1 1132Requires: %{name}-common = %{epoch}:%{version}-%{release}
1133Provides: php(mbstring)
d6634248 1134Obsoletes: php-mbstring < 4:5.3.28-7
c0240cb1 1135
1136%description mbstring
1137This is a dynamic shared object (DSO) for PHP that will add multibyte
1138string support.
1139
1140%description mbstring -l pl.UTF-8
1141Moduł PHP dodający obsługę ciągów znaków wielobajtowych.
1142
c0240cb1 1143%package mysqli
1144Summary: MySQLi module for PHP
1145Summary(pl.UTF-8): Moduł MySQLi dla PHP
1146Group: Libraries
6d018365 1147URL: http://php.net/manual/en/book.mysqli.php
c0240cb1 1148Requires: %{name}-common = %{epoch}:%{version}-%{release}
1149%{?with_mysqlnd:Requires: %{name}-mysqlnd = %{epoch}:%{version}-%{release}}
1150Requires: %{name}-spl = %{epoch}:%{version}-%{release}
5bb0ecd6 1151Requires: mysql-libs >= 4.1.13
c0240cb1 1152Provides: php(mysqli)
d6634248 1153Obsoletes: php-mysqli < 4:5.3.28-7
c0240cb1 1154
1155%description mysqli
1156This is a dynamic shared object (DSO) for PHP that will add MySQLi
1157(Improved MySQL) support. The difference between it and mysql module
1158is that it provides access to functionality of MySQL 4.1 and above.
1159
1160%description mysqli -l pl.UTF-8
1161Moduł PHP umożliwiający udoskonalony dostęp do bazy danych MySQL.
1162Różnicą między nim a modułem mysql jest dostęp do funkcjonalności
1163MySQL w wersji 4.1 i nowszych.
1164
1165%package mysqlnd
1166Summary: MySQL Native Client Driver for PHP
1167Summary(pl.UTF-8): Sterownik natywnego klienta MySQL dla PHP
1168Group: Libraries
6d018365 1169URL: http://php.net/manual/en/book.mysqlnd.php
c0240cb1 1170Requires: %{name}-common = %{epoch}:%{version}-%{release}
1171Provides: php(mysqlnd)
d6634248 1172Obsoletes: php-mysqlnd < 4:5.3.28-7
c0240cb1 1173
1174%description mysqlnd
1175MySQL Native Driver is a replacement for the MySQL Client Library
1176(libmysql).
1177
1178Because MySQL Native Driver is written as a PHP extension, it is
1179tightly coupled to the workings of PHP. This leads to gains in
1180efficiency, especially when it comes to memory usage, as the driver
1181uses the PHP memory management system. It also supports the PHP memory
1182limit. Using MySQL Native Driver leads to comparable or better
1183performance than using MySQL Client Library, it always ensures the
1184most efficient use of memory. One example of the memory efficiency is
1185the fact that when using the MySQL Client Library, each row is stored
1186in memory twice, whereas with the MySQL Native Driver each row is only
1187stored once in memory.
1188
1189%description mysqlnd -l pl.UTF-8
1190MySQL Native Driver (natywny sterownik MySQL) to zamiennik biblioteki
1191klienckiej MySQL (libmysql).
1192
1193Ponieważ sterownik natywny jest napisany jako rozszerzenie PHP, jest
1194ściśle powiązany z pracą PHP. Daje to większą wydajność, zwłaszcza
1195jeśli chodzi o wykorzystanie pamięci, jako że sterownik wykorzystuje
1196system zarządzania pamięcią PHP; obsługuje także ograniczenie pamięci
1197z PHP. Niniejszy sterownik ma wydajność porównywalną lub lepszą niż
1198biblioteka kliencka MySQL, a pamięć zawsze wykorzystuje efektywniej.
1199Przykładem tego może być fakt, że w przypadku biblioteki klienckiej
1200każdy wiersz jest przechowywany w pamięci dwukrotnie, natomiast przy
1201tym sterowniku - tylko raz.
1202
1203%package oci8
1204Summary: Oracle 8+ database module for PHP
1205Summary(pl.UTF-8): Moduł bazy danych Oracle 8+ dla PHP
1206Group: Libraries
6d018365 1207URL: http://php.net/manual/en/book.oci8.php
6cec851c 1208%{?requires_php_extension}
c0240cb1 1209Provides: php(oci8)
d6634248 1210Obsoletes: php-oci8 < 4:5.3.28-7
5f8c3b48
JB
1211# withdrawn module of similar functionality but different API
1212Obsoletes: php-oracle < 4:5.1.0
c0240cb1 1213
1214%description oci8
1215This is a dynamic shared object (DSO) for PHP that will add Oracle 7,
12168, 9 and 10 database support through Oracle8 Call-Interface (OCI8).
1217
1218%description oci8 -l pl.UTF-8
1219Moduł PHP umożliwiający dostęp do bazy danych Oracle 7, 8, 9 i 10
1220poprzez interfejs Oracle8 Call-Interface (OCI8).
1221
1222%package odbc
1223Summary: ODBC extension module for PHP
1224Summary(pl.UTF-8): Moduł ODBC dla PHP
1225Summary(pt_BR.UTF-8): Um módulo para aplicações PHP que usam bases de dados ODBC
1226Group: Libraries
6d018365 1227URL: http://php.net/manual/en/book.uodbc.php
c0240cb1 1228Requires: %{name}-common = %{epoch}:%{version}-%{release}
1229Requires: unixODBC >= 2.1.1-3
1230Provides: php(odbc)
d6634248 1231Obsoletes: php-odbc < 4:5.3.28-7
c0240cb1 1232
1233%description odbc
1234This is a dynamic shared object (DSO) for PHP that will add ODBC
1235support.
1236
1237%description odbc -l pl.UTF-8
1238Moduł PHP ze wsparciem dla ODBC.
1239
1240%description odbc -l pt_BR.UTF-8
1241Um módulo para aplicações PHP que usam ODBC.
1242
8328535b
ER
1243%package opcache
1244Summary: Zend Optimizer+ - PHP code optimizer
43df1739 1245Summary(pl.UTF-8): Zend Optimizer+ - optymalizator kodu PHP
8328535b
ER
1246Group: Libraries
1247URL: https://wiki.php.net/rfc/optimizerplus
1248Requires: %{name}-common = %{epoch}:%{version}-%{release}
62202a06 1249Requires: %{name}-pcre = %{epoch}:%{version}-%{release}
0a9990d1 1250Provides: php(opcache) = %{version}
8328535b
ER
1251
1252%description opcache
1253The Zend OPcache provides faster PHP execution through opcode caching
1254and optimization. It improves PHP performance by storing precompiled
1255script bytecode in the shared memory. This eliminates the stages of
1256reading code from the disk and compiling it on future access. In
1257addition, it applies a few bytecode optimization patterns that make
1258code execution faster.
1259
43df1739
JB
1260%description opcache -l pl.UTF-8
1261Zend OPcache zapewnia szybsze wykonywanie kodu PHP dzięki buforowaniu
1262i optymalizacji na poziomie opcode'ów. Poprawia wydajność PHP
1263przechowując prekompilowany bajtkod skryptu w pamięci współdzielonej.
1264Eliminuje etapy odczytu kodu z dysku i kompilacji przy późniejszym
1265dostępie. Ponadto wykonuje kilka wzorców optymalizacji bajtkodu,
1266czyniąc wykonywanie kodu szybszym.
1267
c0240cb1 1268%package openssl
1269Summary: OpenSSL extension module for PHP
1270Summary(pl.UTF-8): Moduł OpenSSL dla PHP
1271Group: Libraries
6d018365 1272URL: http://php.net/manual/en/book.openssl.php
c0240cb1 1273Requires: %{name}-common = %{epoch}:%{version}-%{release}
1274Provides: php(openssl)
d6634248 1275Obsoletes: php-openssl < 4:5.3.28-7
c0240cb1 1276
1277%description openssl
1278This is a dynamic shared object (DSO) for PHP that will add OpenSSL
1279support.
1280
1281%description openssl -l pl.UTF-8
1282Moduł PHP umożliwiający korzystanie z biblioteki OpenSSL.
1283
1284%package pcntl
1285Summary: Process Control extension module for PHP
1286Summary(pl.UTF-8): Moduł Process Control dla PHP
1287Group: Libraries
6d018365 1288URL: http://php.net/manual/en/book.pcntl.php
c0240cb1 1289Requires: %{name}-common = %{epoch}:%{version}-%{release}
1290Provides: php(pcntl)
d6634248 1291Obsoletes: php-pcntl < 4:5.3.28-7
c0240cb1 1292
1293%description pcntl
1294This is a dynamic shared object (DSO) for PHP that will add process
1295spawning and control support. It supports functions like fork(),
1296waitpid(), signal() etc.
1297
1298%description pcntl -l pl.UTF-8
1299Moduł PHP umożliwiający tworzenie nowych procesów i kontrolę nad nimi.
1300Obsługuje funkcje takie jak fork(), waitpid(), signal() i podobne.
1301
1302%package pcre
1303Summary: PCRE extension module for PHP
1304Summary(pl.UTF-8): Moduł PCRE dla PHP
1305Group: Libraries
1306Requires: %{name}-common = %{epoch}:%{version}-%{release}
1307Provides: php(pcre)
d6634248 1308Obsoletes: php-pcre < 4:5.3.28-7
c0240cb1 1309
1310%description pcre
1311This is a dynamic shared object (DSO) for PHP that will add Perl
1312Compatible Regular Expression support.
1313
1314%description pcre -l pl.UTF-8
1315Moduł PHP umożliwiający korzystanie z perlowych wyrażeń regularnych
1316(Perl Compatible Regular Expressions)
1317
1318%package pdo
1319Summary: PHP Data Objects (PDO)
1320Summary(pl.UTF-8): Obsługa PHP Data Objects (PDO)
1321Group: Libraries
6d018365 1322URL: http://php.net/manual/en/book.pdo.php
c0240cb1 1323Requires: %{name}-common = %{epoch}:%{version}-%{release}
1324Requires: %{name}-spl = %{epoch}:%{version}-%{release}
a6af2a14 1325Provides: %{name}(PDO_API) = %{php_pdo_api_version}
c0240cb1 1326Provides: php(pdo)
d6634248 1327Obsoletes: php-pdo < 4:5.3.28-7
ac1adc25 1328Obsoletes: php-pecl-PDO < 1.1
c0240cb1 1329
1330%description pdo
1331This is a dynamic shared object (DSO) for PHP that will add PDO
1332support.
1333
1334%description pdo -l pl.UTF-8
1335Moduł PHP dodający obsługę PDO (PHP Data Objects).
1336
1337%package pdo-dblib
1338Summary: PHP Data Objects (PDO) FreeTDS support
1339Summary(pl.UTF-8): Moduł PHP Data Objects (PDO) z obsługą FreeTDS
1340Group: Libraries
6d018365 1341URL: http://php.net/manual/en/ref.pdo-dblib.php
c0240cb1 1342Requires: %{name}-common = %{epoch}:%{version}-%{release}
1343Requires: %{name}-pdo = %{epoch}:%{version}-%{release}
0c012219 1344Provides: php(pdo_dblib)
d6634248 1345Obsoletes: php-pdo-dblib < 4:5.3.28-7
c0240cb1 1346
1347%description pdo-dblib
1348This is a dynamic shared object (DSO) for PHP that will add PDO
1349FreeTDS support.
1350
1351%description pdo-dblib -l pl.UTF-8
1352Moduł dla PHP dodający obsługę baz danych FreeTDS za pośrednictwem
1353interfejsu PDO.
1354
1355%package pdo-firebird
1356Summary: PHP Data Objects (PDO) Firebird support
1357Summary(pl.UTF-8): Moduł PHP Data Objects (PDO) z obsługą Firebirda
1358Group: Libraries
6d018365 1359URL: http://php.net/manual/en/ref.pdo-firebird.php
c0240cb1 1360Requires: %{name}-common = %{epoch}:%{version}-%{release}
1361Requires: %{name}-pdo = %{epoch}:%{version}-%{release}
1362Provides: php(pdo-firebird)
903ed193 1363Provides: php(pdo_firebird)
d6634248 1364Obsoletes: php-pdo-firebird < 4:5.3.28-7
ac1adc25 1365Obsoletes: php-pecl-PDO_FIREBIRD < 0.3
c0240cb1 1366
1367%description pdo-firebird
1368This is a dynamic shared object (DSO) for PHP that will add PDO
1369Firebird support.
1370
1371%description pdo-firebird -l pl.UTF-8
1372Moduł dla PHP dodający obsługę baz danych Firebird za pośrednictwem
1373interfejsu PDO.
1374
1375%package pdo-mysql
1376Summary: PHP Data Objects (PDO) MySQL support
1377Summary(pl.UTF-8): Moduł PHP Data Objects (PDO) z obsługą MySQL-a
1378Group: Libraries
6d018365 1379URL: http://php.net/manual/en/ref.pdo-mysql.php
c0240cb1 1380Requires: %{name}-common = %{epoch}:%{version}-%{release}
1381%{?with_mysqlnd:Requires: %{name}-mysqlnd = %{epoch}:%{version}-%{release}}
1382Requires: %{name}-pdo = %{epoch}:%{version}-%{release}
1383Provides: php(pdo-mysql)
903ed193 1384Provides: php(pdo_mysql)
d6634248 1385Obsoletes: php-pdo-mysql < 4:5.3.28-7
ac1adc25 1386Obsoletes: php-pecl-PDO_MYSQL < 1.1
c0240cb1 1387
1388%description pdo-mysql
1389This is a dynamic shared object (DSO) for PHP that will add PDO MySQL
1390support.
1391
1392%description pdo-mysql -l pl.UTF-8
1393Moduł dla PHP dodający obsługę baz danych MySQL za pośrednictwem
1394interfejsu PDO.
1395
1396%package pdo-oci
1397Summary: PHP Data Objects (PDO) Oracle support
1398Summary(pl.UTF-8): Moduł PHP Data Objects (PDO) z obsługą Oracle'a
1399Group: Libraries
6d018365 1400URL: http://php.net/manual/en/ref.pdo-oci.php
6cec851c
ER
1401%{?requires_php_extension}
1402%{?requires_php_pdo_module}
c0240cb1 1403Provides: php(pdo-oci)
903ed193 1404Provides: php(pdo_oci)
d6634248 1405Obsoletes: php-pdo-oci < 4:5.3.28-7
ac1adc25 1406Obsoletes: php-pecl-PDO_OCI < 1.1
c0240cb1 1407
1408%description pdo-oci
1409This is a dynamic shared object (DSO) for PHP that will add PDO Oracle
1410support.
1411
1412%description pdo-oci -l pl.UTF-8
1413Moduł dla PHP dodający obsługę baz danych Oracle za pośrednictwem
1414interfejsu PDO.
1415
1416%package pdo-odbc
1417Summary: PHP Data Objects (PDO) ODBC support
1418Summary(pl.UTF-8): Moduł PHP Data Objects (PDO) z obsługą ODBC
1419Group: Libraries
6d018365 1420URL: http://php.net/manual/en/ref.pdo-odbc.php
c0240cb1 1421Requires: %{name}-common = %{epoch}:%{version}-%{release}
1422Requires: %{name}-pdo = %{epoch}:%{version}-%{release}
1423Provides: php(pdo-odbc)
903ed193 1424Provides: php(pdo_odbc)
d6634248 1425Obsoletes: php-pdo-odbc < 4:5.3.28-7
ac1adc25 1426Obsoletes: php-pecl-PDO_ODBC < 1.1
c0240cb1 1427
1428%description pdo-odbc
1429This is a dynamic shared object (DSO) for PHP that will add PDO ODBC
1430support.
1431
1432%description pdo-odbc -l pl.UTF-8
1433Moduł dla PHP dodający obsługę baz danych ODBC za pośrednictwem
1434interfejsu PDO.
1435
1436%package pdo-pgsql
1437Summary: PHP Data Objects (PDO) PostgreSQL support
1438Summary(pl.UTF-8): Moduł PHP Data Objects (PDO) z obsługą PostgreSQL-a
1439Group: Libraries
6d018365 1440URL: http://php.net/manual/en/ref.pdo-pgsql.php
c0240cb1 1441Requires: %{name}-common = %{epoch}:%{version}-%{release}
1442Requires: %{name}-pdo = %{epoch}:%{version}-%{release}
1443Provides: php(pdo-pgsql)
903ed193 1444Provides: php(pdo_pgsql)
d6634248 1445Obsoletes: php-pdo-pgsql < 4:5.3.28-7
c0240cb1 1446Obsoletes: php-pecl-PDO_PGSQL < 4:5.2.1-2
1447
1448%description pdo-pgsql
1449This is a dynamic shared object (DSO) for PHP that will add PDO
1450PostgreSQL support.
1451
1452%description pdo-pgsql -l pl.UTF-8
1453Moduł dla PHP dodający obsługę baz danych PostgreSQL za pośrednictwem
1454interfejsu PDO.
1455
1456%package pdo-sqlite
1457Summary: PHP Data Objects (PDO) SQLite support
1458Summary(pl.UTF-8): Moduł PHP Data Objects (PDO) z obsługą SQLite
1459Group: Libraries
6d018365 1460URL: http://php.net/manual/en/ref.pdo-sqlite.php
c0240cb1 1461Requires: %{name}-common = %{epoch}:%{version}-%{release}
1462Requires: %{name}-pdo = %{epoch}:%{version}-%{release}
1463Provides: php(pdo-sqlite)
903ed193 1464Provides: php(pdo_sqlite)
d6634248 1465Obsoletes: php-pdo-sqlite < 4:5.3.28-7
ac1adc25 1466Obsoletes: php-pecl-PDO_SQLITE < 1.1
c0240cb1 1467
1468%description pdo-sqlite
1469This is a dynamic shared object (DSO) for PHP that will add PDO SQLite
1470support.
1471
1472%description pdo-sqlite -l pl.UTF-8
1473Moduł dla PHP dodający obsługę baz danych SQLite za pośrednictwem
1474interfejsu PDO.
1475
1476%package pgsql
1477Summary: PostgreSQL database module for PHP
1478Summary(pl.UTF-8): Moduł bazy danych PostgreSQL dla PHP
1479Group: Libraries
6d018365 1480URL: http://php.net/manual/en/book.pgsql.php
c0240cb1 1481Requires: %{name}-common = %{epoch}:%{version}-%{release}
1482Provides: php(pgsql)
d6634248 1483Obsoletes: php-pgsql < 4:5.3.28-7
c0240cb1 1484
1485%description pgsql
1486This is a dynamic shared object (DSO) for PHP that will add PostgreSQL
1487database support.
1488
1489%description pgsql -l pl.UTF-8
1490Moduł PHP umożliwiający dostęp do bazy danych PostgreSQL.
1491
1492%description pgsql -l pt_BR.UTF-8
1493Um módulo para aplicações PHP que usam bancos de dados postgresql.
1494
1495%package phar
09e735cc 1496Summary: Phar archive module for PHP
c0240cb1 1497Summary(pl.UTF-8): Moduł phar dla PHP
1498Group: Libraries
6d018365 1499URL: http://php.net/manual/en/book.phar.php
c0240cb1 1500Requires: %{name}-common = %{epoch}:%{version}-%{release}
56b53eba 1501Requires: %{name}-hash = %{epoch}:%{version}-%{release}
5b279587 1502Requires: %{name}-spl = %{epoch}:%{version}-%{release}
9f90add1 1503%{?with_alternatives:Requires: alternatives}
a2d3b4b6 1504Suggests: %{name}-cli
13f02a12
ER
1505# zlib is required by phar program, but as phar cli is optional should the dep be too
1506Suggests: %{name}-zlib
13f02a12
ER
1507Provides: php(phar) = %{pharver}
1508Obsoletes: php-pecl-phar < %{pharver}
d6634248 1509Obsoletes: php-phar < 4:5.3.28-7
3c2ec9fb 1510Conflicts: php-ioncube < 4.0.9
c0240cb1 1511
1512%description phar
1513This is a dynamic shared object (DSO) for PHP that will add phar
1514archive a support.
1515
1516%description phar -l pl.UTF-8
1517Moduł PHP umożliwiający dostęp do achiwów .phar.
1518
1519%package posix
1520Summary: POSIX extension module for PHP
1521Summary(pl.UTF-8): Moduł POSIX dla PHP
1522Group: Libraries
6d018365 1523URL: http://php.net/manual/en/book.posix.php
c0240cb1 1524Requires: %{name}-common = %{epoch}:%{version}-%{release}
1525Provides: php(posix)
d6634248 1526Obsoletes: php-posix < 4:5.3.28-7
c0240cb1 1527
1528%description posix
1529This is a dynamic shared object (DSO) for PHP that will add POSIX
1530functions support to PHP.
1531
1532%description posix -l pl.UTF-8
1533Moduł PHP umożliwiający korzystanie z funkcji POSIX.
1534
1535%package pspell
1536Summary: pspell extension module for PHP
1537Summary(pl.UTF-8): Moduł pspell dla PHP
1538Group: Libraries
6d018365 1539URL: http://php.net/manual/en/book.pspell.php
c0240cb1 1540Requires: %{name}-common = %{epoch}:%{version}-%{release}
1541Provides: php(pspell)
d6634248 1542Obsoletes: php-pspell < 4:5.3.28-7
c0240cb1 1543
1544%description pspell
1545This is a dynamic shared object (DSO) for PHP that will add pspell
1546support to PHP. It allows to check the spelling of a word and offer
1547suggestions.
1548
1549%description pspell -l pl.UTF-8
1550Moduł PHP umożliwiający korzystanie z pspella. Pozwala on na
1551sprawdzanie pisowni słowa i sugerowanie poprawek.
1552
1553%package readline
1554Summary: readline extension module for PHP
1555Summary(pl.UTF-8): Moduł readline dla PHP
1556Group: Libraries
6d018365 1557URL: http://php.net/manual/en/book.readline.php
c0240cb1 1558Requires: %{name}-cli = %{epoch}:%{version}-%{release}
1559Provides: php(readline)
d6634248 1560Obsoletes: php-readline < 4:5.3.28-7
c0240cb1 1561
1562%description readline
1563This PHP module adds support for readline functions (only for cli and
1564cgi SAPIs).
1565
1566%description readline -l pl.UTF-8
1567Moduł PHP dodający obsługę funkcji readline (tylko do SAPI cli i cgi).
1568
1569%package recode
1570Summary: recode extension module for PHP
1571Summary(pl.UTF-8): Moduł recode dla PHP
1572Group: Libraries
6d018365 1573URL: http://php.net/manual/en/book.recode.php
c0240cb1 1574Requires: %{name}-common = %{epoch}:%{version}-%{release}
1575Requires: recode >= 3.5d-3
1576Provides: php(recode)
d6634248 1577Obsoletes: php-recode < 4:5.3.28-7
c0240cb1 1578
1579%description recode
1580This is a dynamic shared object (DSO) for PHP that will add recode
1581support.
1582
1583%description recode -l pl.UTF-8
1584Moduł PHP dodający możliwość konwersji kodowania plików (poprzez
1585bibliotekę recode).
1586
1587%package session
1588Summary: session extension module for PHP
1589Summary(pl.UTF-8): Moduł session dla PHP
1590Group: Libraries
1591Requires: %{name}-common = %{epoch}:%{version}-%{release}
1592Requires: %{name}-spl = %{epoch}:%{version}-%{release}
1593Suggests: %{name}-hash = %{epoch}:%{version}-%{release}
7c02bb46 1594Suggests: tmpwatch
c0240cb1 1595Provides: php(session)
d6634248 1596Obsoletes: php-session < 4:5.3.28-7
c0240cb1 1597
1598%description session
1599This is a dynamic shared object (DSO) for PHP that will add session
1600support.
1601
1602%description session -l pl.UTF-8
1603Moduł PHP dodający obsługę sesji.
1604
1605%package shmop
1606Summary: Shared Memory Operations extension module for PHP
1607Summary(pl.UTF-8): Moduł shmop dla PHP
1608Group: Libraries
6d018365 1609URL: http://php.net/manual/en/book.shmop.php
c0240cb1 1610Requires: %{name}-common = %{epoch}:%{version}-%{release}
1611Provides: php(shmop)
d6634248 1612Obsoletes: php-shmop < 4:5.3.28-7
c0240cb1 1613
1614%description shmop
1615This is a dynamic shared object (DSO) for PHP that will add Shared
1616Memory Operations support.
1617
1618%description shmop -l pl.UTF-8
1619Moduł PHP umożliwiający korzystanie z pamięci dzielonej.
1620
1621%package simplexml
1622Summary: Simple XML extension module for PHP
1623Summary(pl.UTF-8): Moduł prostego rozszerzenia XML dla PHP
1624Group: Libraries
6d018365 1625URL: http://php.net/manual/en/book.simplexml.php
c0240cb1 1626Requires: %{name}-common = %{epoch}:%{version}-%{release}
1627Requires: %{name}-spl = %{epoch}:%{version}-%{release}
1628Provides: php(simplexml)
d6634248 1629Obsoletes: php-simplexml < 4:5.3.28-7
c0240cb1 1630
1631%description simplexml
1632This is a dynamic shared object (DSO) for PHP that will add Simple XML
1633support.
1634
1635%description simplexml -l pl.UTF-8
1636Moduł PHP dodający obsługę prostego XML-a.
1637
1638%package snmp
1639Summary: SNMP extension module for PHP
1640Summary(pl.UTF-8): Moduł SNMP dla PHP
1641Group: Libraries
6d018365 1642URL: http://php.net/manual/en/book.snmp.php
c0240cb1 1643Requires: %{name}-common = %{epoch}:%{version}-%{release}
1644Requires: %{name}-sockets = %{epoch}:%{version}-%{release}
ee044483 1645Requires: %{name}-spl = %{epoch}:%{version}-%{release}
c0240cb1 1646Provides: php(snmp)
d6634248 1647Obsoletes: php-snmp < 4:5.3.28-7
c0240cb1 1648
1649%description snmp
1650This is a dynamic shared object (DSO) for PHP that will add SNMP
1651support.
1652
1653%description snmp -l pl.UTF-8
1654Moduł PHP dodający obsługę SNMP.
1655
1656%package soap
1657Summary: soap extension module for PHP
1658Summary(pl.UTF-8): Moduł soap dla PHP
1659Group: Libraries
6d018365 1660URL: http://php.net/manual/en/book.soap.php
c0240cb1 1661Requires: %{name}-common = %{epoch}:%{version}-%{release}
1662Provides: php(soap)
d6634248 1663Obsoletes: php-soap < 4:5.3.28-7
c0240cb1 1664
1665%description soap
1666This is a dynamic shared object (DSO) for PHP that will add SOAP/WSDL
1667support.
1668
1669%description soap -l pl.UTF-8
1670Moduł PHP dodający obsługę SOAP/WSDL.
1671
1672%package sockets
1673Summary: sockets extension module for PHP
1674Summary(pl.UTF-8): Moduł socket dla PHP
1675Group: Libraries
6d018365 1676URL: http://php.net/manual/en/book.sockets.php
c0240cb1 1677Requires: %{name}-common = %{epoch}:%{version}-%{release}
1678Provides: php(sockets)
d6634248 1679Obsoletes: php-sockets < 4:5.3.28-7
c0240cb1 1680
1681%description sockets
1682This is a dynamic shared object (DSO) for PHP that will add sockets
1683support.
1684
1685%description sockets -l pl.UTF-8
1686Moduł PHP dodający obsługę gniazdek.
1687
3747e21b
ER
1688%package sodium
1689Summary: Wrapper for the Sodium cryptographic library
591a626b 1690Summary(pl.UTF-8): Interfejs do biblioteki kryptograficznej Sodium
3747e21b
ER
1691Group: Libraries
1692URL: https://paragonie.com/book/pecl-libsodium
1693Requires: %{name}-common = %{epoch}:%{version}-%{release}
1694Provides: php(sodium) = %{sodiumver}
1695
1696%description sodium
1697A simple, low-level PHP extension for libsodium.
1698
591a626b
JB
1699%description sodium -l pl.UTF-8
1700Proste, niskopoziomowe rozszerzenie PHP wykorzystując libsodium.
1701
c0240cb1 1702%package spl
1703Summary: Standard PHP Library module for PHP
1704Summary(pl.UTF-8): Moduł biblioteki standardowej (Standard PHP Library) dla PHP
1705Group: Libraries
1706URL: http://php.net/manual/en/book.spl.php
1707Requires: %{name}-common = %{epoch}:%{version}-%{release}
1708Requires: %{name}-pcre = %{epoch}:%{version}-%{release}
1709Requires: %{name}-simplexml = %{epoch}:%{version}-%{release}
1710Provides: php(spl)
d6634248 1711Obsoletes: php-spl < 4:5.3.28-7
c0240cb1 1712
1713%description spl
1714This is a dynamic shared object (DSO) for PHP that will add Standard
1715PHP Library support.
1716
1717%description spl -l pl.UTF-8
1718Moduł PHP z biblioteką standardową PHP (SPL - Standard PHP Library).
1719
c0240cb1 1720%package sqlite3
1721Summary: SQLite3 extension module for PHP
1722Summary(pl.UTF-8): Moduł SQLite3 dla PHP
1723Group: Libraries
1724URL: http://php.net/manual/en/book.sqlite3.php
1725Requires: %{name}-common = %{epoch}:%{version}-%{release}
ce39c8ba 1726Provides: php(sqlite3) = %{sqlite3ver}
d6634248 1727Obsoletes: php-sqlite3 < 4:5.3.28-7
c0240cb1 1728
1729%description sqlite3
1730SQLite is a C library that implements an embeddable SQL database
1731engine. Programs that link with the SQLite library can have SQL
1732database access without running a separate RDBMS process.
1733
1734SQLite is not a client library used to connect to a big database
1735server. SQLite is the server. The SQLite library reads and writes
1736directly to and from the database files on disk.
1737
1738%description sqlite3 -l pl.UTF-8
1739SQLite jest napisaną w C biblioteką implementującą osadzalny silnik
1740bazodanowy SQL. Program linkujący się z biblioteką SQLite może mieć
1741dostęp do bazy SQL bez potrzeby uruchamiania dodatkowego procesu
1742RDBMS.
1743
1744SQLite to nie klient baz danych - biblioteka nie łączy się z serwerami
1745baz danych. SQLite sam jest serwerem. Biblioteka SQLite czyta i
1746zapisuje dane bezpośrednio z/do plików baz danych znajdujących się na
1747dysku.
1748
c0240cb1 1749%package sysvmsg
1750Summary: SysV msg extension module for PHP
1751Summary(pl.UTF-8): Moduł SysV msg dla PHP
1752Group: Libraries
6d018365 1753URL: http://php.net/manual/en/book.sem.php
c0240cb1 1754Requires: %{name}-common = %{epoch}:%{version}-%{release}
1755Provides: php(sysvmsg)
d6634248 1756Obsoletes: php-sysvmsg < 4:5.3.28-7
c0240cb1 1757
1758%description sysvmsg
1759This is a dynamic shared object (DSO) for PHP that will add SysV
1760message queues support.
1761
1762%description sysvmsg -l pl.UTF-8
1763Moduł PHP umożliwiający korzystanie z kolejek komunikatów SysV.
1764
1765%package sysvsem
1766Summary: SysV sem extension module for PHP
1767Summary(pl.UTF-8): Moduł SysV sem dla PHP
1768Group: Libraries
6d018365 1769URL: http://php.net/manual/en/book.sem.php
c0240cb1 1770Requires: %{name}-common = %{epoch}:%{version}-%{release}
1771Provides: php(sysvsem)
d6634248 1772Obsoletes: php-sysvsem < 4:5.3.28-7
c0240cb1 1773
1774%description sysvsem
1775This is a dynamic shared object (DSO) for PHP that will add SysV
1776semaphores support.
1777
1778%description sysvsem -l pl.UTF-8
1779Moduł PHP umożliwiający korzystanie z semaforów SysV.
1780
1781%package sysvshm
1782Summary: SysV shm extension module for PHP
1783Summary(pl.UTF-8): Moduł SysV shm dla PHP
1784Group: Libraries
6d018365 1785URL: http://php.net/manual/en/book.sem.php
c0240cb1 1786Requires: %{name}-common = %{epoch}:%{version}-%{release}
1787Provides: php(sysvshm)
d6634248 1788Obsoletes: php-sysvshm < 4:5.3.28-7
c0240cb1 1789
1790%description sysvshm
1791This is a dynamic shared object (DSO) for PHP that will add SysV
1792Shared Memory support.
1793
1794%description sysvshm -l pl.UTF-8
1795Moduł PHP umożliwiający korzystanie z pamięci dzielonej SysV.
1796
1797%package tests
1798Summary: Contains unit test files for PHP and extensions
1799Summary(pl.UTF-8): Zawiera pliki testów jednostkowych dla PHP i rozszerzeń
1800Group: Libraries
1801URL: http://qa.php.net/
1802Requires: %{name}-cli
b8be6127
ER
1803%if "%{_rpmversion}" >= "5"
1804BuildArch: noarch
1805%endif
c0240cb1 1806
1807%description tests
13f02a12 1808This package contains unit tests for PHP and its extensions.
c0240cb1 1809
1810%description tests -l pl.UTF-8
13f02a12 1811Ten pakiet zawiera pliki testów jednostkowych dla PHP i rozszerzeń.
c0240cb1 1812
1813%package tidy
1814Summary: Tidy extension module for PHP
1815Summary(pl.UTF-8): Moduł Tidy dla PHP
1816Group: Libraries
6d018365 1817URL: http://php.net/manual/en/book.tidy.php
c0240cb1 1818Requires: %{name}-common = %{epoch}:%{version}-%{release}
1819Requires: tidy
1820Provides: php(tidy)
d6634248 1821Obsoletes: php-tidy < 4:5.3.28-7
c0240cb1 1822
1823%description tidy
1824This is a dynamic shared object (DSO) for PHP that will add Tidy
1825support.
1826
1827%description tidy -l pl.UTF-8
1828Moduł PHP umożliwiający korzystanie z tidy.
1829
1830%package tokenizer
1831Summary: tokenizer extension module for PHP
1832Summary(pl.UTF-8): Moduł rozszerzenia tokenizer dla PHP
1833Group: Libraries
6d018365 1834URL: http://php.net/manual/en/book.tokenizer.php
c0240cb1 1835Requires: %{name}-common = %{epoch}:%{version}-%{release}
1836Provides: php(tokenizer)
d6634248 1837Obsoletes: php-tokenizer < 4:5.3.28-7
c0240cb1 1838
1839%description tokenizer
1840This is a dynamic shared object (DSO) for PHP that will add tokenizer
1841support.
1842
1843%description tokenizer -l pl.UTF-8
1844Moduł PHP dodający obsługę tokenizera do PHP.
1845
1846%package wddx
1847Summary: wddx extension module for PHP
1848Summary(pl.UTF-8): Moduł wddx dla PHP
1849Group: Libraries
6d018365 1850URL: http://php.net/manual/en/book.wddx.php
c0240cb1 1851Requires: %{name}-common = %{epoch}:%{version}-%{release}
1852# - wddx doesn't require session as it's disabled at compile time:
1853# if HAVE_PHP_SESSION && !defined(COMPILE_DL_SESSION)
1854# see also php.spec#rev1.120.2.22
1855#Requires: %{name}-session = %{epoch}:%{version}-%{release}
1856Requires: %{name}-xml = %{epoch}:%{version}-%{release}
1857Provides: php(wddx)
d6634248 1858Obsoletes: php-wddx < 4:5.3.28-7
c0240cb1 1859
1860%description wddx
1861This is a dynamic shared object (DSO) for PHP that will add wddx
1862support.
1863
1864%description wddx -l pl.UTF-8
1865Moduł PHP umożliwiający korzystanie z wddx.
1866
1867%package xml
1868Summary: XML extension module for PHP
1869Summary(pl.UTF-8): Moduł XML dla PHP
1870Group: Libraries
6d018365 1871URL: http://php.net/manual/en/book.xml.php
c0240cb1 1872Requires: %{name}-common = %{epoch}:%{version}-%{release}
1873Provides: php(xml)
d6634248 1874Obsoletes: php-xml < 4:5.3.28-7
c0240cb1 1875
1876%description xml
1877This is a dynamic shared object (DSO) for PHP that will add XML
1878support. This extension lets you create XML parsers and then define
1879handlers for different XML events.
1880
1881%description xml -l pl.UTF-8
1882Moduł PHP umożliwiający parsowanie plików XML i obsługę zdarzeń
1883związanych z tymi plikami. Pozwala on tworzyć analizatory XML-a i
1884następnie definiować procedury obsługi dla różnych zdarzeń XML.
1885
1886%package xmlreader
1887Summary: XML Reader extension module for PHP
1888Summary(pl.UTF-8): Moduł XML Reader dla PHP
1889Group: Libraries
6d018365 1890URL: http://php.net/manual/en/book.xmlreader.php
c0240cb1 1891Requires: %{name}-common = %{epoch}:%{version}-%{release}
026b752b 1892Requires: %{name}-dom = %{epoch}:%{version}-%{release}
c0240cb1 1893Provides: php(xmlreader)
d6634248 1894Obsoletes: php-xmlreader < 4:5.3.28-7
c0240cb1 1895
1896%description xmlreader
1897This is a dynamic shared object (DSO) for PHP that will add XML Reader
1898support. The XMLReader extension is an XML Pull parser. The reader
1899acts as a cursor going forward on the document stream and stopping at
1900each node on the way.
1901
1902%description xmlreader -l pl.UTF-8
1903Moduł PHP umożliwiający analizę plików XML w trybie Pull. Czytnik
1904działa jako kursor przechodzący przez strumień dokumentu i
1905zatrzymujący się na każdym węźle po drodze.
1906
1907%package xmlrpc
1908Summary: xmlrpc extension module for PHP
1909Summary(pl.UTF-8): Moduł xmlrpc dla PHP
1910Group: Libraries
6d018365 1911URL: http://php.net/manual/en/book.xmlrpc.php
c0240cb1 1912Requires: %{name}-common = %{epoch}:%{version}-%{release}
1913Requires: %{name}-xml = %{epoch}:%{version}-%{release}
1914Provides: php(xmlrpc)
d6634248 1915Obsoletes: php-xmlrpc < 4:5.3.28-7
c0240cb1 1916
1917%description xmlrpc
1918This is a dynamic shared object (DSO) for PHP that will add XMLRPC
1919support.
1920
1921%description xmlrpc -l pl.UTF-8
1922Moduł PHP dodający obsługę XMLRPC.
1923
1924%package xmlwriter
1925Summary: Fast, non-cached, forward-only means to write XML data
1926Summary(pl.UTF-8): Szybka, nie cachowana metoda zapisu danych w formacie XML
1927Group: Libraries
6d018365 1928URL: http://php.net/manual/en/book.xmlwriter.php
c0240cb1 1929Requires: %{name}-common = %{epoch}:%{version}-%{release}
1930Provides: php(xmlwriter)
ac1adc25 1931Obsoletes: php-pecl-xmlwriter < 2.1
d6634248 1932Obsoletes: php-xmlwriter < 4:5.3.28-7
c0240cb1 1933
1934%description xmlwriter
1935This extension wraps the libxml xmlWriter API. Represents a writer
1936that provides a non-cached, forward-only means of generating streams
1937or files containing XML data.
1938
1939%description xmlwriter -l pl.UTF-8
1940To rozszerzenie obudowuje API xmlWriter z libxml. Reprezentuje obsługę
1941zapisu dostarczającą nie cachowanych metod generowania strumieni lub
1942plików zawierających dane XML.
1943
1944%package xsl
1945Summary: xsl extension module for PHP
1946Summary(pl.UTF-8): Moduł xsl dla PHP
1947Group: Libraries
6d018365 1948URL: http://php.net/manual/en/book.xsl.php
c0240cb1 1949Requires: %{name}-common = %{epoch}:%{version}-%{release}
1950Requires: %{name}-dom = %{epoch}:%{version}-%{release}
5bb0ecd6 1951Requires: libxslt >= 1.1.0
c0240cb1 1952Provides: php(xsl)
d6634248 1953Obsoletes: php-xsl < 4:5.3.28-7
0282b86e 1954# actually not true, functionality is similar, but API differs
c0240cb1 1955Obsoletes: php-xslt <= 3:4.3.8-1
1956
1957%description xsl
1958This is a dynamic shared object (DSO) for PHP that will add new XSL
1959support (using libxslt).
1960
1961%description xsl -l pl.UTF-8
1962Moduł PHP dodający nową obsługę XSLT (przy użyciu libxslt).
1963
1964%package zip
1965Summary: Zip management extension
1966Summary(pl.UTF-8): Zarządzanie archiwami zip
1967Group: Libraries
6d018365 1968URL: http://php.net/manual/en/book.zip.php
c0240cb1 1969Requires: %{name}-common = %{epoch}:%{version}-%{release}
0bd075a3 1970%{?with_system_libzip:Requires: libzip >= 1.3.1}
13f02a12
ER
1971Provides: php(zip) = %{zipver}
1972Obsoletes: php-pecl-zip < %{zipver}
d6634248 1973Obsoletes: php-zip < 4:5.3.28-7
c0240cb1 1974
1975%description zip
1976Zip is an extension to create, modify and read zip files.
1977
1978%description zip -l pl.UTF-8
1979Zip jest rozszerzeniem umożliwiającym tworzenie, modyfikację oraz
1980odczyt archiwów zip.
1981
1982%package zlib
1983Summary: Zlib extension module for PHP
1984Summary(pl.UTF-8): Moduł zlib dla PHP
1985Group: Libraries
6d018365 1986URL: http://php.net/manual/en/book.zlib.php
c0240cb1 1987Requires: %{name}-common = %{epoch}:%{version}-%{release}
1988Provides: php(zlib)
d6634248 1989Obsoletes: php-zlib < 4:5.3.28-7
c0240cb1 1990
1991%description zlib
1992This is a dynamic shared object (DSO) for PHP that will add zlib
1993compression support to PHP.
1994
1995%description zlib -l pl.UTF-8
1996Moduł PHP umożliwiający używanie kompresji zlib.
1997
1998%prep
14cf8d28 1999%setup -q -n %{orgname}-%{version}%{?subver}
212b9ffa 2000cp -p php.ini-production php.ini
c0240cb1 2001%patch0 -p1
5eecc0ee 2002%patch1 -p1
0fde374e 2003%patch2 -p1
c0240cb1 2004%patch3 -p1
bf071fdd 2005%patch4 -p1
c0240cb1 2006%patch5 -p1
2007%patch6 -p1
c0240cb1 2008%patch7 -p1
8a89cecb 2009%{?with_milter:%patch8 -p1}
8b15d51c 2010%patch9 -p1
c0240cb1 2011%patch10 -p1
c0240cb1 2012%patch14 -p1
c0240cb1 2013%patch17 -p1
2014%patch18 -p1
c0240cb1 2015%patch21 -p1
2016%patch22 -p1
2017%patch23 -p1
2018%patch24 -p1
2019%patch25 -p1
2020%patch26 -p1
2021%patch27 -p1
2022%patch29 -p1
2023%patch31 -p1
c0240cb1 2024%if "%{pld_release}" != "ac"
2025%patch34 -p1
2026%endif
c0240cb1 2027%patch39 -p1
c0240cb1 2028%patch41 -p1
2029%patch42 -p1
c0240cb1 2030%patch43 -p1
2031%patch44 -p1
02d2dcbb
ER
2032#%patch45 -p1 # imap annotations. fixme
2033#%patch46 -p1 # imap myrights. fixme
c0240cb1 2034%patch50 -p1
0f6cc514 2035%patch51 -p1 -b .spl-shared
f389261f 2036%patch52 -p1 -b .pcre-shared
c0240cb1 2037%patch53 -p1
c0240cb1 2038%undos ext/spl/tests/SplFileInfo_getInode_basic.phpt
2039%patch55 -p1
0f6cc514
ER
2040%patch59 -p1 -b .systzdata
2041%if %{with instantclient}
2042%patch60 -p1 -b .instantclient
2043%endif
89f3bdfa 2044%patch66 -p1
f141d13b 2045%patch67 -p1
d16c36e5 2046#%patch68 -p1 DROP or update to 7.0 APIs
882aa900 2047%patch70 -p1
55cbf8a6 2048%patch71 -p1
0f6cc514 2049%patch72 -p1 -b .phar-shared
2cb22466 2050%patch73 -p1
6a9cce28 2051%patch74 -p1
b4f9f2c8 2052%patch75 -p1
c0240cb1 2053
f05a6200
AM
2054sed -E -i -e '1s,#!\s*/usr/bin/env\s+(.*),#!%{__bindir}\1,' \
2055 run-tests.php
2056
e19c578b 2057%{__sed} -i -e '/PHP_ADD_LIBRARY_WITH_PATH/s#xmlrpc,#xmlrpc-epi,#' ext/xmlrpc/config.m4
c0240cb1 2058
2059# cleanup backups after patching
2060find '(' -name '*~' -o -name '*.orig' ')' -print0 | xargs -0 -r -l512 rm -f
2061
4efaf422
ER
2062# com_dotnet is Win32-only
2063%{__rm} -r ext/com_dotnet
2064
c0240cb1 2065# conflict seems to be resolved by recode patches
2066%{__rm} ext/recode/config9.m4
2067
2068# remove all bundled libraries not to link with them accidentally
c0240cb1 2069%{__rm} -r ext/sqlite3/libsqlite
2070#%{__rm} -r ext/bcmath/libbcmath
2071#%{__rm} -r ext/date/lib
2072#%{__rm} -r ext/fileinfo/libmagic
2073#%{__rm} -r ext/dba/libcdb
2074#%{__rm} -r ext/dba/libflatfile
2075#%{__rm} -r ext/dba/libinifile
2076#%{__rm} -r ext/gd/libgd
2077#%{__rm} -r ext/mbstring/libmbfl
06a32300 2078%{__rm} -r ext/mbstring/oniguruma
c0240cb1 2079%{__rm} -r ext/pcre/pcrelib
2080#%{__rm} -r ext/soap/interop
2081%{__rm} -r ext/xmlrpc/libxmlrpc
2082#%{__rm} -r ext/zip/lib
3790806a 2083%{__rm} ext/date/lib/timezonedb.h
c0240cb1 2084
13f02a12 2085cp -pf Zend/LICENSE{,.Zend}
c0240cb1 2086install -p %{SOURCE13} dep-tests.sh
2087
2088# breaks build
2089sed -i -e 's#-fvisibility=hidden##g' configure*
2090
2091# disable broken tests
2092# says just "Terminated" twice and fails
9f90add1 2093%{__mv} sapi/cli/tests/022.phpt{,.broken}
c0240cb1 2094
a33e71d0
ER
2095# really dumb test, executable binary name is .libs/ something when building
2096# https://bugs.php.net/bug.php?id=54514
9f90add1 2097%{__mv} tests/basic/bug54514.phpt{,.disable}
a33e71d0
ER
2098
2099# breaks whole testsuite unexpectedly:
2100# Fatal error: Call to undefined function gzencode() in run-tests.php on line 1714
2101# probably broken as zlib is built as shared
9f90add1 2102%{__mv} ext/soap/tests/server019.phpt{,disable}
d1a2645a 2103# Fatal error: Call to undefined function gzcompress() in run-tests.php on line 1728
9f90add1 2104%{__mv} ext/soap/tests/server020.phpt{,disable}
f8be3881
ER
2105
2106# runs out of memory and kills carme vserver
2107# PASS Bug #39438 (Fatal error: Out of memory) [Zend/tests/bug39438.phpt]
9f90add1 2108%{__mv} Zend/tests/bug39438.phpt{,.disable}
a33e71d0 2109
c0240cb1 2110# php-5.3.3/ext/standard/tests/file/statpage.phpt
2111%{__rm} ext/standard/tests/file/statpage.phpt
2112
2113# idiotic test, it will fail if somebody else makes space on disk or if disk
2114# space is not yet allocated (xfs). report upstream to advice bogus test is
2115# probably pointless.
2116%{__rm} ext/standard/tests/file/disk_free_space_basic.phpt
2117
482166f6
ER
2118%ifarch %{x8664}
2119# all pdo_sqlite, sqlite3 tests die with Aborted on carme
2120%{__rm} -r ext/pdo_sqlite/tests
2121%{__rm} -r ext/sqlite3/tests
2122%endif
2123
52d029e0
ER
2124# ----- Manage known as failed test -------
2125# affected by systzdata patch
2126%{__rm} ext/date/tests/timezone_location_get.phpt
2127%{__rm} ext/date/tests/timezone_version_get.phpt
2128%{__rm} ext/date/tests/timezone_version_get_basic1.phpt
2129# Should be skipped but fails sometime
2130%{__rm} ext/standard/tests/file/file_get_contents_error001.phpt
2131# fails sometimes
2132%{__rm} ext/sockets/tests/mcast_ipv?_recv.phpt
2133# causes stack exhausion
2134%{__rm} Zend/tests/bug54268.phpt
2135%{__rm} Zend/tests/bug68412.phpt
2136
2137# avoid issues when two builds run simultaneously
2138%ifarch %{x8664}
2139sed -e 's/64321/64322/' -i ext/openssl/tests/*.phpt
2140%endif
2141
bbf35c27
ER
2142# skip XFAILs
2143# no point testing stuff that is knowingly broken
52d029e0 2144find -name '*.phpt' | xargs grep '^--XFAIL--' -l | xargs rm -v
bbf35c27 2145
482166f6
ER
2146env \
2147%ifarch %{ix86}
52d029e0 2148ix86= x8664=: \
482166f6
ER
2149%endif
2150%ifarch %{x8664}
2151ix86=: x8664= \
dc101b85
JR
2152%endif
2153%ifarch x32
2154ix86=: x8664=: \
482166f6
ER
2155%endif
2156 sh -xe %{_sourcedir}/skip-tests.sh
c0240cb1 2157
2158%build
2159API=$(awk '/#define PHP_API_VERSION/{print $3}' main/php.h)
2160if [ $API != %{php_api_version} ]; then
2161 echo "Set %%define php_api_version to $API and re-run."
2162 exit 1
2163fi
2164
2165API=$(awk '/#define ZEND_MODULE_API_NO/{print $3}' Zend/zend_modules.h)
2166if [ $API != %{zend_module_api} ]; then
2167 echo "Set %%define zend_module_api to $API and re-run."
2168 exit 1
2169fi
2170
2171API=$(awk '/#define ZEND_EXTENSION_API_NO/{print $3}' Zend/zend_extensions.h)
2172if [ $API != %{zend_extension_api} ]; then
2173 echo "Set %%define zend_extension_api to $API and re-run."
2174 exit 1
2175fi
2176
a6af2a14
ER
2177API=$(awk '/#define PDO_DRIVER_API/{print $3}' ext/pdo/php_pdo_driver.h)
2178if [ $API != %{php_pdo_api_version} ]; then
2179 echo "Set %%define php_pdo_api_version to $API and re-run."
2180 exit 1
2181fi
2182
13f02a12
ER
2183# Check for some extension version
2184ver=$(sed -n '/#define PHP_FILEINFO_VERSION /{s/.* "//;s/".*$//;p}' ext/fileinfo/php_fileinfo.h)
2185if test "$ver" != "%{fileinfover}"; then
2186 : Error: Upstream FILEINFO version is now ${ver}, expecting %{fileinfover}.
2187 : Update the fileinfover macro and rebuild.
2188 exit 1
2189fi
2190ver=$(sed -n '/#define PHP_PHAR_VERSION /{s/.* "//;s/".*$//;p}' ext/phar/php_phar.h)
2191if test "$ver" != "%{pharver}"; then
2192 : Error: Upstream PHAR version is now ${ver}, expecting %{pharver}.
2193 : Update the pharver macro and rebuild.
2194 exit 1
2195fi
a2d834a2
ER
2196ver=$(awk '/#define PHP_SQLITE3_VERSION/ {print $3}' ext/sqlite3/php_sqlite3.h | xargs)
2197if test "$ver" != "PHP_VERSION"; then
2198 : Error: Upstream Sqlite3 version is now ${ver}, expecting %{sqlite3ver}.
2199 : Update the sqlite3ver macro and rebuild.
2200 exit 1
2201fi
3747e21b
ER
2202ver=$(awk '/#define PHP_SODIUM_VERSION/ {print $3}' ext/sodium/php_libsodium.h | xargs)
2203if test "$ver" != "PHP_VERSION"; then
2204 exit 1
2205fi
8d42644e 2206ver=$(sed -n '/#define PHP_ZIP_VERSION /{s/.* "//;s/".*$//;p}' ext/zip/php_zip.h)
13f02a12
ER
2207if test "$ver" != "%{zipver}"; then
2208 : Error: Upstream ZIP version is now ${ver}, expecting %{zipver}.
2209 : Update the zipver macro and rebuild.
2210 exit 1
2211fi
2212ver=$(sed -n '/#define PHP_JSON_VERSION /{s/.* "//;s/".*$//;p}' ext/json/php_json.h)
2213if test "$ver" != "%{jsonver}"; then
2214 : Error: Upstream JSON version is now ${ver}, expecting %{jsonver}.
2215 : Update the jsonver macro and rebuild.
2216 exit 1
2217fi
8d42644e
ER
2218ver=$(sed -n '/#define PHPDBG_VERSION /{s/.* "//;s/".*$//;p}' sapi/phpdbg/phpdbg.h)
2219if test "$ver" != "%{phpdbgver}"; then
2220 : Error: Upstream phpdbg version is now ${ver}, expecting %{phpdbgver}.
c3061867 2221 : Update the phpdbgver macro and rebuild.
8328535b
ER
2222 exit 1
2223fi
13f02a12
ER
2224ver=$(sed -rne 's,.*<version>(.+)</version>,\1,p' ext/bz2/package.xml)
2225if test "$ver" != "%{bz2ver}"; then
2226 : Error: Upstream BZIP2 version is now ${ver}, expecting %{bz2ver}.
2227 : Update the bz2ver macro and rebuild.
2228 exit 1
2229fi
3e7ae526
ER
2230ver=$(awk '/#define PHP_ENCHANT_VERSION/ {print $3}' ext/enchant/php_enchant.h | xargs)
2231if test "$ver" != "PHP_VERSION"; then
13f02a12
ER
2232 exit 1
2233fi
f4ee12ea 2234ver=$(awk '/#define PHP_HASH_VERSION/ {print $3}' ext/hash/php_hash.h | xargs)
13f02a12
ER
2235if test "$ver" != "%{hashver}"; then
2236 : Error: Upstream HASH version is now ${ver}, expecting %{hashver}.
2237 : Update the hashver macro and rebuild.
2238 exit 1
2239fi
2240ver=$(sed -n '/#define PHP_INTL_VERSION /{s/.* "//;s/".*$//;p}' ext/intl/php_intl.h)
2241if test "$ver" != "%{intlver}"; then
2242 : Error: Upstream Intl version is now ${ver}, expecting %{intlver}.
2243 : Update the intlver macro and rebuild.
2244 exit 1
2245fi
2246
c0240cb1 2247export EXTENSION_DIR="%{php_extensiondir}"
2248# configure once (for faster debugging purposes)
2249if [ ! -f _built-conf ]; then
2250 # now remove Makefile copies
212b9ffa 2251 rm -f Makefile.{cgi-fcgi,fpm,cli,apxs1,apxs2,litespeed,phpdbg,milter}
c0240cb1 2252 %{__libtoolize}
2253 %{__aclocal}
2254 cp -f /usr/share/automake/config.* .
2255 ./buildconf --force
2256 touch _built-conf
2257fi
2258export PROG_SENDMAIL="/usr/lib/sendmail"
2259export CPPFLAGS="-DDEBUG_FASTCGI -DHAVE_STRNDUP %{rpmcppflags} \
2260 -I%{_includedir}/xmlrpc-epi"
3e7f45eb
JB
2261%if %{with intl}
2262# icu 59+ C++ API requires C++ >= 11
2263CXXFLAGS="%{rpmcxxflags} -std=c++11"
2264%endif
c0240cb1 2265
2266sapis="
2267cli
2268%if %{with cgi}
2269cgi-fcgi
2270%endif
2271%if %{with litespeed}
2272litespeed
2273%endif
2274%if %{with fpm}
2275fpm
2276%endif
13f02a12
ER
2277%if %{with embed}
2278embed
2279%endif
c0240cb1 2280%if %{with apache2}
2281apxs2
2282%endif
def35a47
ER
2283%if %{with phpdbg}
2284phpdbg
2285%endif
212b9ffa
ER
2286%if %{with milter}
2287milter
c0240cb1 2288%endif
2289"
2290for sapi in $sapis; do
2291 : SAPI $sapi
2292 # skip if already configured (for faster debugging purposes)
2293 [ -f Makefile.$sapi ] && continue
2294
2295 sapi_args=''
2296 case $sapi in
2297 cgi-fcgi)
f43c9977 2298 sapi_args='--enable-cgi'
c0240cb1 2299 ;;
2300 cli)
f43c9977 2301 sapi_args='--enable-cli %{?with_gcov:--enable-gcov}'
c0240cb1 2302 ;;
2303 fpm)
f43c9977 2304 sapi_args='--enable-fpm'
c0240cb1 2305 ;;
13f02a12 2306 embed)
f43c9977 2307 sapi_args='--enable-embed'
13f02a12 2308 ;;
c0240cb1 2309 apxs2)
2310 ver=$(rpm -q --qf '%{V}' apache-devel)
f43c9977 2311 sapi_args="--with-apxs2=%{apxs2} --with-apache-version=$ver"
c0240cb1 2312 ;;
2313 litespeed)
f43c9977 2314 sapi_args='--with-litespeed'
def35a47
ER
2315 ;;
2316 phpdbg)
f43c9977 2317 sapi_args='--enable-phpdbg %{?debug:--enable-phpdbg-debug}'
c0240cb1 2318 ;;
212b9ffa 2319 milter)
f43c9977 2320 sapi_args='--with-milter'
c0240cb1 2321 ;;
2322 esac
2323
2324 %configure \
e19c578b 2325 EXTRA_LDFLAGS="%{rpmldflags}" \
f43c9977
ER
2326 --disable-cgi \
2327 --disable-cli \
2328 --disable-phpdbg \
c0240cb1 2329 $sapi_args \
2330%if "%{!?configure_cache:0}%{?configure_cache}" == "0"
2331 --cache-file=config.cache \
2332%endif
2333 --with-libdir=%{_lib} \
2334 --with-config-file-path=%{_sysconfdir} \
2335 --with-config-file-scan-dir=%{_sysconfdir}/conf.d \
c0240cb1 2336 --with-system-tzdata \
152101b1 2337 %{?with_argon2:--with-password-argon2} \
1ccf1801 2338 --%{!?with_debug:dis}%{?with_debug:en}able-debug \
c0240cb1 2339 %{?with_zts:--enable-maintainer-zts} \
2340 --enable-inline-optimization \
476107e3
ER
2341 %{__enable_disable bcmath bcmath shared} \
2342 %{__enable_disable calendar calendar shared} \
2343 %{__enable_disable ctype ctype shared} \
2344 %{__enable_disable dba dba shared} \
2345 %{__enable_disable dom dom shared} \
e2bde909 2346 %{?with_systemtap:--enable-dtrace} \
476107e3
ER
2347 %{__enable_disable exif exif shared} \
2348 %{__enable_disable fileinfo fileinfo shared} \
2349 %{__enable_disable ftp ftp shared} \
689a4e56 2350 %{?with_intl:--enable-intl=shared} \
c0240cb1 2351 --enable-libxml \
476107e3 2352 %{__enable_disable mbstring mbstring shared,all} \
06a32300 2353 --with-onig=/usr \
c0240cb1 2354 --enable-mbregex \
476107e3
ER
2355 %{__enable_disable pcntl pcntl shared} \
2356 %{__enable_disable pdo pdo shared} \
2357 %{__enable_disable json json shared} \
2358 %{__enable_disable hash hash shared} \
c0240cb1 2359 --enable-xmlwriter=shared \
2360%if %{with fpm}
2361 --with-fpm-user=http \
2362 --with-fpm-group=http \
2363%endif
006a7eb1 2364%if %{with pdo_dblib}
c0240cb1 2365 --with-pdo-dblib=shared \
2366%endif
2367%if %{with interbase} && %{without interbase_inst}
2368 --with-pdo-firebird=shared,/usr \
2369%endif
2370 %{?with_mhash:--with-mhash=yes} \
2371 --with-mysql-sock=/var/lib/mysql/mysql.sock \
476107e3 2372 %{__with_without pdo_mysql pdo-mysql shared,%{!?with_mysqlnd:/usr}%{?with_mysqlnd:mysqlnd}} \
329b4394 2373 %{?with_oci:--with-pdo-oci=shared%{?with_instantclient:,instantclient,%{_libdir}}} \
c0240cb1 2374 %{?with_odbc:--with-pdo-odbc=shared,unixODBC,/usr} \
2375 %{?with_pgsql:--with-pdo-pgsql=shared} \
2376 %{?with_pdo_sqlite:--with-pdo-sqlite=shared,/usr} \
332bf1f4 2377 %{?with_webp:--with-webp-dir=/usr} \
c0240cb1 2378 --without-libexpat-dir \
476107e3 2379 %{__enable_disable posix posix shared} \
c0240cb1 2380 --enable-shared \
476107e3 2381 %{__enable_disable session session shared} \
c0240cb1 2382 --enable-shmop=shared \
2383 --enable-simplexml=shared \
2384 --enable-sysvmsg=shared \
2385 --enable-sysvsem=shared \
2386 --enable-sysvshm=shared \
c0240cb1 2387 --enable-soap=shared \
2388 --enable-sockets=shared \
3747e21b 2389 %{__with_without sodium sodium shared} \
c0240cb1 2390 --enable-tokenizer=shared \
c0240cb1 2391 %{?with_wddx:--enable-wddx=shared} \
2392 --enable-xml=shared \
2393 --enable-xmlreader=shared \
476107e3 2394 %{__with_without bz2 bz2 shared} \
c0240cb1 2395 %{__with_without curl curl shared} \
2396 --with-db4 \
476107e3 2397 %{__with_without iconv iconv shared} \
13f02a12 2398 %{?with_enchant:--with-enchant=shared,/usr} \
c0240cb1 2399 --with-freetype-dir=shared \
476107e3
ER
2400 %{__with_without gettext gettext shared} \
2401 %{__with_without gd gd shared%{?with_system_gd:,/usr}} \
c0240cb1 2402 --with-gdbm \
476107e3 2403 %{__with_without gmp gmp shared} \
c0240cb1 2404 %{?with_imap:--with-imap=shared --with-imap-ssl} \
2405 %{?with_interbase:--with-interbase=shared%{!?with_interbase_inst:,/usr}} \
2406 --with-jpeg-dir=/usr \
2407 %{?with_ldap:--with-ldap=shared --with-ldap-sasl} \
c0240cb1 2408 %{?with_mm:--with-mm} \
81d9fe7d 2409 %{?with_mysqlnd:--enable-mysqlnd=shared} \
81d9fe7d 2410 %{?with_mysqli:--with-mysqli=shared,%{!?with_mysqlnd:/usr/bin/mysql_config}%{?with_mysqlnd:mysqlnd}} \
329b4394 2411 %{?with_oci:--with-oci8=shared%{?with_instantclient:,instantclient,%{_libdir}}} \
c4e1de8b 2412 %{__enable_disable opcache opcache shared} \
c0240cb1 2413 %{?with_openssl:--with-openssl=shared} \
2414 %{?with_kerberos5:--with-kerberos} \
36fd40c8 2415 --with-tcadb=/usr \
c0240cb1 2416 %{__with_without pcre pcre-regex /usr} \
2417 %{__enable_disable filter filter shared} \
2418 --with-pear=%{php_pear_dir} \
2419 %{__with_without pgsql pgsql shared,/usr} \
2420 %{__enable_disable phar phar shared} \
2421 --with-png-dir=/usr \
2422 %{?with_pspell:--with-pspell=shared} \
476107e3 2423 %{__with_without readline readline shared} \
c0240cb1 2424 %{?with_recode:--with-recode=shared} \
c0240cb1 2425 %{?with_snmp:--with-snmp=shared} \
c0240cb1 2426 %{!?with_pdo_sqlite:--without-pdo-sqlite} \
2427 %{__with_without sqlite3 sqlite3 shared,/usr} \
c0240cb1 2428 %{?with_tidy:--with-tidy=shared} \
2429 %{?with_odbc:--with-unixODBC=shared,/usr} \
2430 %{__with_without xmlrpc xmlrpc shared,/usr} \
36dd0868 2431 %{?with_xsl:--with-xsl=shared} \
c0240cb1 2432 --with-zlib=shared \
2433 --with-zlib-dir=shared,/usr \
13f02a12 2434 %{?with_system_libzip:--with-libzip} \
c0240cb1 2435 --enable-zip=shared,/usr \
2436
2437 # save for debug
2438 cp -f Makefile Makefile.$sapi
2439 cp -f main/php_config.h php_config.h.$sapi
2440 cp -f config.log config.log.$sapi
2441done
2442
2443# as we build each SAPI in own make, adjust php-config.in forehead
529e9ea3
ER
2444sapis=$(%{__sed} -rne 's/^PHP_INSTALLED_SAPIS = (.+)/\1/p' Makefile.* | tr ' ' '\n' | sort -u | xargs)
2445%{__sed} -i -e "s,@PHP_INSTALLED_SAPIS@,$sapis," scripts/php-config.in
c0240cb1 2446
2447# must make libphp_common first, so modules can link against it.
2448cp -af php_config.h.cli main/php_config.h
2449cp -af Makefile.cli Makefile
2450%{__make} libphp_common.la
5467be0e
ER
2451# hack: MYSQLND_SHARED_LIBADD not initialized
2452%{__make} build-modules \
2453 MYSQLND_SHARED_LIBADD="-lssl -lcrypto"
c0240cb1 2454
c0240cb1 2455%if %{with apache2}
f4ee12ea 2456%{__make} libtool-sapi LIBTOOL_SAPI=sapi/apache2handler/libphp7.la -f Makefile.apxs2
c0240cb1 2457%endif
2458
2459%if %{with litespeed}
96ae08b1 2460%{__make} -f Makefile.litespeed litespeed
c0240cb1 2461%endif
2462
4d241919 2463%if %{with embed}
f4ee12ea 2464%{__make} -f Makefile.embed libphp7.la
4d241919
ER
2465%endif
2466
def35a47 2467%if %{with phpdbg}
f1570176
ER
2468# PHP_READLINE_LIBS is empty, so force readline here
2469%{__make} -f Makefile.phpdbg phpdbg \
2470 PHPDBG_EXTRA_LIBS=-lreadline
def35a47
ER
2471%endif
2472
212b9ffa
ER
2473%if %{with milter}
2474%{__make} -f Makefile.milter milter
2475%endif
2476
c0240cb1 2477# CGI/FCGI
2478%if %{with cgi}
13f02a12 2479cp -pf php_config.h.cgi-fcgi main/php_config.h
c0240cb1 2480%{__make} -f Makefile.cgi-fcgi
3aeda88b 2481[ "$(echo '<?=php_sapi_name();' | ./sapi/cgi/php-cgi -qn)" = "cgi-fcgi" ]
c0240cb1 2482%endif
2483
2484# PHP FPM
2485%if %{with fpm}
13f02a12 2486cp -pf php_config.h.fpm main/php_config.h
c0240cb1 2487%{__make} -f Makefile.fpm
3aeda88b 2488[ $(./sapi/fpm/php-fpm -n -m | grep cgi-fcgi) = "cgi-fcgi" ]
c0240cb1 2489%endif
2490
2491# CLI
13f02a12 2492cp -pf php_config.h.cli main/php_config.h
c0240cb1 2493%{__make} -f Makefile.cli
3aeda88b 2494[ "$(echo '<?=php_sapi_name();' | ./sapi/cli/php -qn)" = "cli" ]
c0240cb1 2495
2496# check for stupid xml parse breakage where &lt; and &gt; just get lost in parse result
2497./sapi/cli/php -n -dextension_dir=modules -dextension=xml.so -r '$p = xml_parser_create(); xml_parse_into_struct($p, "<x>&lt;</x>", $vals, $index); exit((int )empty($vals[0]["value"]));'
2498
2499# Generate stub .ini files for each extension
2500rm -rf conf.d
2501install -d conf.d
2502generate_inifiles() {
2503 for so in modules/*.so; do
2504 mod=$(basename $so .so)
8328535b
ER
2505 ext=extension
2506 # opcache.so is zend extension
2507 nm $so | grep -q zend_extension_entry && ext=zend_extension
c0240cb1 2508 conf="$mod.ini"
2509 # xml needs to be loaded before wddx
2510 [ "$mod" = "wddx" ] && conf="xml_$mod.ini"
2511 # pre needs to be loaded before SPL
2512 [ "$mod" = "pcre" ] && conf="PCRE.ini"
2513 # spl needs to be loaded before mysqli
2514 [ "$mod" = "spl" ] && conf="SPL.ini"
2515 # session needs to be loaded before php-pecl-http, php-pecl-memcache, php-pecl-session_mysql
2516 [ "$mod" = "session" ] && conf="Session.ini"
cc302397
JR
2517 # hash needs to be loaded before mysqlnd
2518 [ "$mod" = "hash" ] && conf="Hash.ini"
1957589a 2519 # mysqlnd needs to be loaded before mysqli,pdo_mysqli
c0240cb1 2520 [ "$mod" = "mysqlnd" ] && conf="MySQLND.ini"
2521 echo "+ $conf"
2522 cat > conf.d/$conf <<-EOF
8328535b
ER
2523 ; Enable $mod $ext module
2524 $ext=$mod.so
c0240cb1 2525 EOF
2526 done
2527}
2528generate_inifiles
4d1c1e42 2529cp -p %{_sourcedir}/opcache.ini conf.d
c0240cb1 2530
2531# Check that the module inner-dependencies are intact
2532PHP=./sapi/cli/php EXTENSION_DIR=modules CONFIG_DIR=conf.d ./dep-tests.sh > dep-tests.log
2533if grep -v OK dep-tests.log; then
2534 echo >&2 "The results above were not expected"
2535 exit 1
2536fi
2537
2538%if %{with gcov}
2539# Use CLI SAPI
13f02a12
ER
2540cp -pf php_config.h.cli main/php_config.h
2541cp -pf Makefile.cli Makefile
c0240cb1 2542%{__make} lcov
2543# you really don't want to package result of gcov build
2544exit 1
2545%endif
2546
c0240cb1 2547cat <<'EOF' > run-tests.sh
2548#!/bin/sh
2549export NO_INTERACTION=1 REPORT_EXIT_STATUS=1 MALLOC_CHECK_=2
52d029e0 2550export SKIP_ONLINE_TESTS=1
c0240cb1 2551unset TZ LANG LC_ALL || :
2552%{__make} test \
2553 EXTENSION_DIR=modules \
2554 PHP_TEST_SHARED_SYSTEM_EXTENSIONS= \
2555 RUN_TESTS_SETTINGS="-q $*"
2556EOF
2557chmod +x run-tests.sh
336b95c5
ER
2558
2559%if %{with tests}
2560# Run tests, using the CLI SAPI
2561cp -pf php_config.h.cli main/php_config.h
2562cp -pf Makefile.cli Makefile
2563
13ed24d5
ER
2564./run-tests.sh -w failed.log -s tests.log || {
2565rc=$?
c0240cb1 2566
2567# collect failed tests into cleanup script used in prep.
482166f6
ER
2568sed -ne '/^FAILED TEST SUMMARY/,/^===/p' tests.log | sed -e '1,/^---/d;/^===/,$d' > tests-failed.log
2569sed -ne '/^via/d;/\[.*\]/{s/\t*\(.*\) \[\(.*\)\]\(.*\)/# \1\3\nmv \2{,.skip}/p}' tests-failed.log \
c0240cb1 2570 >> %{_sourcedir}/skip-tests.sh
2571
482166f6
ER
2572# if on builders, dump test log
2573tty -q || cat tests.log
5279719f
ER
2574
2575test ! -s failed.log
13ed24d5
ER
2576exit $rc
2577}
c0240cb1 2578%endif
2579
2580%install
2581rm -rf $RPM_BUILD_ROOT
2582install -d $RPM_BUILD_ROOT{%{_libdir}/{php,apache{,1}},%{_sysconfdir}/{apache,cgi}} \
2583 $RPM_BUILD_ROOT{%{_sbindir},%{_bindir}} \
2584 $RPM_BUILD_ROOT/etc/{apache/conf.d,httpd/conf.d} \
2585 $RPM_BUILD_ROOT%{_mandir}/man{1,8} \
2586
13f02a12
ER
2587cp -pf php_config.h.cli main/php_config.h
2588cp -pf Makefile.cli Makefile
c0240cb1 2589%{__make} install \
b27ad7c4 2590 phpbuilddir=%{_libdir}/%{name}/build \
c0240cb1 2591 INSTALL_ROOT=$RPM_BUILD_ROOT
2592
9f90add1 2593%if %{without default_php}
fc1ec767 2594# version the .phar files
9f90add1
JB
2595%{__mv} $RPM_BUILD_ROOT%{_bindir}/phar{,%{php_suffix}}.phar
2596%{__mv} $RPM_BUILD_ROOT%{_mandir}/man1/phar{,%{php_suffix}}.1
2597%endif
2598%if %{with alternatives}
82885e7c
ER
2599# touch for ghost
2600%{__rm} $RPM_BUILD_ROOT%{_bindir}/phar
2601touch $RPM_BUILD_ROOT%{_bindir}/phar
2602touch $RPM_BUILD_ROOT%{_mandir}/man1/phar.1
9f90add1 2603%endif
c0240cb1 2604
c04c07ff
ER
2605# version suffix
2606v=$(echo %{version} | cut -d. -f1-2)
2607
c0240cb1 2608# install Apache2 DSO module
2609%if %{with apache2}
f4ee12ea 2610libtool --mode=install install -p sapi/apache2handler/libphp7.la $RPM_BUILD_ROOT%{_libdir}/apache
9f90add1 2611%{__mv} $RPM_BUILD_ROOT%{_libdir}/apache/libphp7{,-$v}.so
c0917211 2612ln -s libphp7-$v.so $RPM_BUILD_ROOT%{_libdir}/apache/mod_php.so
c0240cb1 2613%endif
2614
2615# install litespeed sapi
2616%if %{with litespeed}
f9101cd2 2617libtool --mode=install install -p sapi/litespeed/php $RPM_BUILD_ROOT%{_sbindir}/%{name}.litespeed
c0240cb1 2618%endif
2619
def35a47
ER
2620%if %{with phpdbg}
2621%{__make} -f Makefile.phpdbg install-phpdbg \
9629b3c0 2622 INSTALL="libtool --mode=install install -p" \
def35a47 2623 INSTALL_ROOT=$RPM_BUILD_ROOT
65366fc5 2624
9f90add1 2625%if %{without default_php}
0283e230 2626# version the phpdbg files
9f90add1
JB
2627%{__mv} $RPM_BUILD_ROOT%{_bindir}/phpdbg{,%{ver_suffix}}
2628%{__mv} $RPM_BUILD_ROOT%{_mandir}/man1/phpdbg{,%{ver_suffix}}.1
2629%endif
def35a47
ER
2630%endif
2631
212b9ffa
ER
2632%if %{with milter}
2633%{__make} -f Makefile.milter install-milter \
2634 INSTALL_ROOT=$RPM_BUILD_ROOT
2635%endif
2636
13f02a12 2637libtool --mode=install install -p libphp_common.la $RPM_BUILD_ROOT%{_libdir}
c0240cb1 2638
2639# install CGI/FCGI
2640%if %{with cgi}
13f02a12 2641# install-cgi
694e535c
ER
2642libtool --mode=install install -p sapi/cgi/php-cgi $RPM_BUILD_ROOT%{_bindir}/%{name}.cgi
2643ln -sf %{name}.cgi $RPM_BUILD_ROOT%{_bindir}/%{name}.fcgi
13f02a12 2644cp -p %{SOURCE3} $RPM_BUILD_ROOT%{_sysconfdir}/php-cgi-fcgi.ini
c0240cb1 2645%endif
2646
2647# install FCGI PM
2648%if %{with fpm}
abb829c9 2649install -d $RPM_BUILD_ROOT{%{_sysconfdir}/php-fpm.d,%{_sbindir}}
f9101cd2
ER
2650libtool --mode=install install -p sapi/fpm/php-fpm $RPM_BUILD_ROOT%{_sbindir}/%{name}-fpm
2651cp -p sapi/fpm/php-fpm.8 $RPM_BUILD_ROOT%{_mandir}/man8/%{name}-fpm.8
13f02a12 2652cp -p sapi/fpm/php-fpm.conf $RPM_BUILD_ROOT%{_sysconfdir}
abb829c9 2653cp -p sapi/fpm/www.conf $RPM_BUILD_ROOT%{_sysconfdir}/php-fpm.d
c0240cb1 2654install -d $RPM_BUILD_ROOT/etc/rc.d/init.d
f9101cd2 2655install -p %{SOURCE10} $RPM_BUILD_ROOT/etc/rc.d/init.d/%{name}-fpm
d307ed78
ER
2656install -d $RPM_BUILD_ROOT/etc/logrotate.d
2657cp -p %{SOURCE11} $RPM_BUILD_ROOT/etc/logrotate.d/%{name}-fpm
db9dad5e
ER
2658%if "%{pld_release}" == "ac"
2659%{__sed} -i -e '/su/d' $RPM_BUILD_ROOT/etc/logrotate.d/%{name}-fpm
2660%endif
d307ed78 2661
9f90add1 2662%if %{with alternatives}
745b6497
ER
2663# touch for ghost for alternatives
2664touch $RPM_BUILD_ROOT%{_sbindir}/php-fpm
9f90add1 2665%endif
745b6497 2666
f9101cd2
ER
2667%{__sed} -i -e '
2668 s#/usr/lib/php#%{php_extensiondir}#
c05f80f0 2669 s#/etc/php/#%{_sysconfdir}/#
f9101cd2 2670 s#@processname@#%{name}-fpm#g
abb829c9 2671' $RPM_BUILD_ROOT{/etc/{rc.d/init.d/%{name}-fpm,logrotate.d/%{name}-fpm},%{_sysconfdir}/php-fpm.conf,%{_sysconfdir}/php-fpm.d/www.conf}
13f02a12
ER
2672%endif
2673
2674# install Embedded API
2675%if %{with embed}
13f02a12 2676# we could use install-headers from Makefile.embed, but that would reinstall all headers
82e4c42c 2677# install-sapi installs to wrong dir, so just do it all manually
13f02a12 2678install -d $RPM_BUILD_ROOT%{_includedir}/php/sapi/embed
f4ee12ea 2679install -p libs/libphp7.so $RPM_BUILD_ROOT%{_libdir}
13f02a12 2680cp -p sapi/embed/php_embed.h $RPM_BUILD_ROOT%{_includedir}/php/sapi/embed
c0240cb1 2681%endif
2682
2683# install CLI
580d93e0
ER
2684# versioned suffix is always installed
2685libtool --mode=install install -p sapi/cli/php $RPM_BUILD_ROOT%{_bindir}/php%{ver_suffix}
2686cp -p sapi/cli/php.1 $RPM_BUILD_ROOT%{_mandir}/man1/php%{ver_suffix}.1
2687echo ".so php%{ver_suffix}.1" >$RPM_BUILD_ROOT%{_mandir}/man1/php.1
2688ln -sf php%{ver_suffix} $RPM_BUILD_ROOT%{_bindir}/php
c0240cb1 2689
f831b4f0 2690cp -p php.ini $RPM_BUILD_ROOT%{_sysconfdir}/php.ini
13f02a12 2691cp -p %{SOURCE5} $RPM_BUILD_ROOT%{_sysconfdir}/php-cli.ini
c0240cb1 2692
c0240cb1 2693%if %{with apache2}
13f02a12
ER
2694cp -p %{SOURCE2} $RPM_BUILD_ROOT/etc/httpd/conf.d/70_mod_php.conf
2695cp -p %{SOURCE4} $RPM_BUILD_ROOT%{_sysconfdir}/php-apache2handler.ini
f4ee12ea 2696%{__rm} -f $RPM_BUILD_ROOT%{_libdir}/apache/libphp7.la
c0240cb1 2697%endif
2698
f831b4f0 2699# ensure that paths are correct for current php version and arch
37a42448 2700grep -El '/etc/php/|/usr/lib/php/' $RPM_BUILD_ROOT%{_sysconfdir}/*.ini | xargs -r \
f831b4f0
ER
2701%{__sed} -i -e '
2702 s#/usr/lib/php#%{php_extensiondir}#
2703 s#/etc/php#%{_sysconfdir}#
63bcb1b6 2704'
f831b4f0 2705
c0240cb1 2706install -d $RPM_BUILD_ROOT%{_sysconfdir}/conf.d
13f02a12 2707cp -p conf.d/*.ini $RPM_BUILD_ROOT%{_sysconfdir}/conf.d
c0240cb1 2708
2709# per SAPI ini directories
2710install -d $RPM_BUILD_ROOT%{_sysconfdir}/{cgi-fcgi,cli,apache,apache2handler}.d
2711
2712# for CLI SAPI only
9f90add1 2713%{__mv} $RPM_BUILD_ROOT%{_sysconfdir}/{conf.d/readline.ini,cli.d}
c0240cb1 2714
2715# use system automake and {lib,sh}tool
77ee6bb7 2716ln -snf /usr/share/automake/config.{guess,sub} $RPM_BUILD_ROOT%{_libdir}/%{name}/build
b27ad7c4 2717ln -snf %{_bindir}/shtool $RPM_BUILD_ROOT%{_libdir}/%{name}/build
77ee6bb7
ER
2718for fn in libtool.m4 lt~obsolete.m4 ltoptions.m4 ltsugar.m4 ltversion.m4; do
2719 f=%{_aclocaldir}/$fn
2720 test -f $f || continue
2721 ln -snf $f $RPM_BUILD_ROOT%{_libdir}/%{name}/build
2722done
2723for fn in ltmain.sh config/ltmain.sh build-aux/ltmain.sh; do
2724 f=/usr/share/libtool/$fn
2725 test -f $f || continue
2726 ln -snf $f $RPM_BUILD_ROOT%{_libdir}/%{name}/build
2727 break
2728done
b27ad7c4 2729sed -i -e '/^phpdir/ s,/php/build,/%{name}/build,' $RPM_BUILD_ROOT%{_bindir}/phpize
c0240cb1 2730
2731# for php-pecl-mailparse
2732install -d $RPM_BUILD_ROOT%{_includedir}/php/ext/mbstring
13f02a12 2733cp -p ext/mbstring/libmbfl/mbfl/*.h $RPM_BUILD_ROOT%{_includedir}/php/ext/mbstring
c0240cb1 2734
2735# tests
2736install -d $RPM_BUILD_ROOT%{php_data_dir}/tests/php
2737install -p run-tests.php $RPM_BUILD_ROOT%{php_data_dir}/tests/php/run-tests.php
2738cp -a tests/* $RPM_BUILD_ROOT%{php_data_dir}/tests/php
2739
13f02a12
ER
2740# fix install paths, avoid evil rpaths
2741sed -i -e "s|^libdir=.*|libdir='%{_libdir}'|" $RPM_BUILD_ROOT%{_libdir}/libphp_common.la
13f02a12 2742# better solution?
b27ad7c4 2743sed -i -e 's|libphp_common.la|$(libdir)/libphp_common.la|' $RPM_BUILD_ROOT%{_libdir}/%{name}/build/acinclude.m4
13f02a12 2744
c0240cb1 2745%clean
2746rm -rf $RPM_BUILD_ROOT
2747
aa424f73 2748%post -n apache-mod_%{name}
c0240cb1 2749if [ "$1" = "1" ]; then
2750 %service -q httpd restart
2751fi
2752
aa424f73 2753%postun -n apache-mod_%{name}
c0240cb1 2754if [ "$1" = "0" ]; then
2755 %service -q httpd restart
2756fi
2757
2758%pre fpm
2759%useradd -u 51 -r -s /bin/false -c "HTTP User" -g http http
2760
2761%post fpm
ff9cec3f
ER
2762/sbin/chkconfig --add %{name}-fpm
2763%service %{name}-fpm restart
9f90add1 2764%if %{with alternatives}
745b6497 2765update-alternatives --install %{_sbindir}/php-fpm php-fpm %{_sbindir}/php%{ver_suffix}-fpm %{ver_suffix} || :
9f90add1 2766%endif
c0240cb1 2767
2768%preun fpm
8f7b6246 2769if [ "$1" = "0" ]; then
ff9cec3f
ER
2770 %service %{name}-fpm stop
2771 /sbin/chkconfig --del %{name}-fpm
9f90add1 2772%if %{with alternatives}
745b6497 2773 update-alternatives --remove php-fpm %{_sbindir}/php-fpm || :
9f90add1 2774%endif
c0240cb1 2775fi
2776
2777%postun fpm
2778if [ "$1" = "0" ]; then
2779 %userremove http
2780fi
2781
13f02a12
ER
2782%post embedded -p /sbin/ldconfig
2783%postun embedded -p /sbin/ldconfig
2784
dbdace4c 2785%posttrans common
c0240cb1 2786# PHP 5.3 requires timezone being setup, try setup it from tzdata
5d43dd0d
ER
2787if ! grep -q '^date.timezone[[:space:]]*=' %{_sysconfdir}/php.ini && [ -f /etc/sysconfig/timezone ]; then
2788 TIMEZONE=
2789 . /etc/sysconfig/timezone
2790 if [ "$TIMEZONE" ]; then
2791 %{__sed} -i -e "s,^;date.timezone[[:space:]]*=.*,date.timezone = $TIMEZONE," %{_sysconfdir}/php.ini
c0240cb1 2792 fi
2793fi
2794
c0240cb1 2795# minimizing apache restarts logics. we restart webserver:
2796#
2797# 1. at the end of transaction. (posttrans, feature from rpm 4.4.2)
2798# 2. first install of extension (post: $1 = 1)
2799# 2. uninstall of extension (postun: $1 == 0)
2800#
2801# the strict internal deps between extensions (and apache modules) and
2802# common package are very important for all this to work.
2803
2804# restart webserver at the end of transaction
2805[ ! -f /etc/apache/conf.d/??_mod_php.conf ] || %service -q apache restart
2806[ ! -f /etc/httpd/conf.d/??_mod_php.conf ] || %service -q httpd restart
2807
417f416b 2808%triggerpostun common -- %{name}-common < 4:5.6.4-2, php-common < 4:5.6.4-2
263ef8fe
ER
2809# migrate configs /etc/php/conf.d -> /etc/phpXY/conf.d/
2810# do config migration in php-common trigger, as the trigger is ran after all packages are upgraded
2811# this way we can stick to one trigger, instead of attaching one for each (sub)package!
2812for f in /etc/php/*.ini.rpmsave /etc/php/*.d/*.ini.rpmsave; do
2813 test -f "$f" || continue
2814 bn=${f#/etc/php/}
2815 dn=${bn%/*}
2816 fn=${bn#*/}
2817 test "$dn" = "$fn" && dn=
2818 fn=${fn%.rpmsave}
2819 nf=%{_sysconfdir}/$dn/$fn
2820 test -f "$nf" || continue
8f7b6246
TP
2821 cp -vfb $nf{,.rpmnew}
2822 cp -vfb $f $nf
396b93df
ER
2823 %{__sed} -i -e '
2824 s#%{_libdir}/php#%{_libdir}/%{name}#
2825 s#/etc/php#%{_sysconfdir}#
2826 ' $nf
263ef8fe 2827done
9f2b265f
ER
2828# switch to browscap package if the ini file has original value
2829%{__sed} -i -e 's#%{_sysconfdir}/browscap.ini#/usr/share/browscap/php_browscap.ini#' %{_sysconfdir}/php.ini
06903eea
ER
2830# disable browscap, if optional package not present
2831if [ ! -e /usr/share/browscap/php_browscap.ini ]; then
2832 %{__sed} -i -e 's#^browscap = /usr/share/browscap/php_browscap.ini#;&#' %{_sysconfdir}/php.ini
2833fi
9f2b265f 2834
c0917211
AM
2835%triggerpostun -n apache-mod_%{name} -- apache-mod_%{name} < 4:7.0.0-2.RC4
2836sed -i -e 's#modules/libphp[57].so#modules/mod_php.so#g' /etc/httpd/conf.d/*_mod_php.conf
2837
c0240cb1 2838# common macros called at extension post/postun scriptlet
82885e7c 2839%define ext_post \
c0240cb1 2840if [ "$1" = "1" ]; then \
2841 %php_webserver_restart \
2842fi \
82885e7c
ER
2843%{nil}
2844
2845%define ext_postun \
c0240cb1 2846if [ "$1" = "0" ]; then \
2847 %php_webserver_restart \
82885e7c
ER
2848fi \
2849%{nil}
2850
2851%define extension_scripts() \
2852%post %1 \
2853%ext_post \
2854\
2855%postun %1 \
e09847ae 2856%ext_postun \
c0240cb1 2857%{nil}
2858
2859# extension scripts defines
2860%extension_scripts bcmath
2861%extension_scripts bz2
2862%extension_scripts calendar
2863%extension_scripts ctype
2864%extension_scripts curl
2865%extension_scripts dba
2866%extension_scripts dom
13f02a12 2867%extension_scripts enchant
c0240cb1 2868%extension_scripts exif
2869%extension_scripts fileinfo
2870%extension_scripts filter
2871%extension_scripts ftp
2872%extension_scripts gd
2873%extension_scripts gettext
2874%extension_scripts gmp
2875%extension_scripts hash
2876%extension_scripts iconv
2877%extension_scripts imap
2878%extension_scripts interbase
2879%extension_scripts intl
2880%extension_scripts json
2881%extension_scripts ldap
2882%extension_scripts mbstring
c0240cb1 2883%extension_scripts mysqli
2884%extension_scripts mysqlnd
2885%extension_scripts oci8
2886%extension_scripts odbc
8328535b 2887%extension_scripts opcache
c0240cb1 2888%extension_scripts openssl
2889%extension_scripts pcre
e12b4121 2890%extension_scripts pdo
c0240cb1 2891%extension_scripts pdo-dblib
2892%extension_scripts pdo-firebird
56b7d841 2893%extension_scripts pdo-oci
c0240cb1 2894%extension_scripts pdo-mysql
2895%extension_scripts pdo-odbc
2896%extension_scripts pdo-pgsql
2897%extension_scripts pdo-sqlite
2898%extension_scripts pgsql
e12b4121 2899%extension_scripts pcntl
c0240cb1 2900%extension_scripts posix
2901%extension_scripts pspell
2902%extension_scripts recode
2903%extension_scripts session
2904%extension_scripts shmop
e12b4121 2905%extension_scripts simplexml
c0240cb1 2906%extension_scripts snmp
2907%extension_scripts soap
2908%extension_scripts sockets
3747e21b 2909%extension_scripts sodium
c0240cb1 2910%extension_scripts spl
c0240cb1 2911%extension_scripts sqlite3
c0240cb1 2912%extension_scripts sysvmsg
2913%extension_scripts sysvsem
2914%extension_scripts sysvshm
2915%extension_scripts tidy
2916%extension_scripts tokenizer
2917%extension_scripts wddx
2918%extension_scripts xml
2919%extension_scripts xmlreader
2920%extension_scripts xmlrpc
2921%extension_scripts xmlwriter
2922%extension_scripts xsl
2923%extension_scripts zip
2924%extension_scripts zlib
2925
82885e7c
ER
2926%post phar
2927%ext_post
9f90add1 2928%if %{with alternatives}
82885e7c
ER
2929update-alternatives \
2930 --install %{_bindir}/phar phar %{_bindir}/phar%{ver_suffix}.phar %{ver_suffix} \
2931 --slave %{_mandir}/man1/phar.1 phar.1 %{_mandir}/man1/phar%{ver_suffix}.1* || :
9f90add1 2932%endif
82885e7c
ER
2933
2934%postun phar
2935%ext_postun
9f90add1 2936%if %{with alternatives}
82885e7c
ER
2937if [ $1 -eq 0 ]; then
2938 update-alternatives --remove phar %{_bindir}/phar || :
2939fi
9f90add1 2940%endif
82885e7c 2941
c0240cb1 2942%if %{with apache2}
aa424f73 2943%files -n apache-mod_%{name}
c0240cb1 2944%defattr(644,root,root,755)
2945%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/httpd/conf.d/*_mod_php.conf
52126be2
AM
2946%attr(755,root,root) %{_libdir}/apache/mod_php.so
2947
2948%files -n apache-mod_%{name}-core
2949%defattr(644,root,root,755)
c0240cb1 2950%dir %{_sysconfdir}/apache2handler.d
2951%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/php-apache2handler.ini
f4ee12ea 2952%attr(755,root,root) %{_libdir}/apache/libphp7-*.*.so
c0240cb1 2953%endif
2954
2955%if %{with litespeed}
2956%files litespeed
2957%defattr(644,root,root,755)
aa424f73 2958%attr(755,root,root) %{_sbindir}/%{name}.litespeed
c0240cb1 2959%endif
2960
2961%if %{with cgi}
2962%files cgi
2963%defattr(644,root,root,755)
2964%dir %{_sysconfdir}/cgi-fcgi.d
2965%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/php-cgi-fcgi.ini
694e535c
ER
2966%attr(755,root,root) %{_bindir}/%{name}.cgi
2967%attr(755,root,root) %{_bindir}/%{name}.fcgi
c0240cb1 2968%endif
2969
13f02a12
ER
2970%if %{with embed}
2971%files embedded
2972%defattr(644,root,root,755)
f4ee12ea 2973%attr(755,root,root) %{_libdir}/libphp7.so
13f02a12
ER
2974%endif
2975
c0240cb1 2976%files cli
2977%defattr(644,root,root,755)
2978%dir %{_sysconfdir}/cli.d
2979%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/php-cli.ini
580d93e0
ER
2980%attr(755,root,root) %{_bindir}/php%{ver_suffix}
2981%{_mandir}/man1/php%{ver_suffix}.1*
c0240cb1 2982
2983%files program
2984%defattr(644,root,root,755)
2985%attr(755,root,root) %{_bindir}/php
872bc3df 2986%{_mandir}/man1/php.1*
c0240cb1 2987
2988%if %{with fpm}
2989%files fpm
2990%defattr(644,root,root,755)
13f02a12 2991%doc sapi/fpm/{CREDITS,LICENSE}
abb829c9 2992%dir %{_sysconfdir}/php-fpm.d
c0240cb1 2993%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/php-fpm.conf
abb829c9 2994%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/php-fpm.d/www.conf
f9101cd2 2995%attr(755,root,root) %{_sbindir}/%{name}-fpm
9f90add1 2996%if %{with alternatives}
745b6497 2997%ghost %{_sbindir}/php-fpm
9f90add1 2998%endif
f9101cd2
ER
2999%{_mandir}/man8/%{name}-fpm.8*
3000%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/logrotate.d/%{name}-fpm
3001%attr(754,root,root) /etc/rc.d/init.d/%{name}-fpm
c0240cb1 3002%endif
3003
c42c0fb8 3004%if %{with phpdbg}
8d42644e
ER
3005%files phpdbg
3006%defattr(644,root,root,755)
9f90add1
JB
3007%attr(755,root,root) %{_bindir}/phpdbg%{php_suffix}
3008%{_mandir}/man1/phpdbg%{php_suffix}.1*
c42c0fb8 3009%endif
8d42644e 3010
212b9ffa
ER
3011%if %{with milter}
3012%files milter
3013%defattr(644,root,root,755)
3014%attr(755,root,root) %{_bindir}/php-milter
3015%endif
3016
c0240cb1 3017%files common
3018%defattr(644,root,root,755)
7ead0585 3019%doc CREDITS EXTENSIONS LICENSE NEWS UPGRADING* Zend/{LICENSE.Zend,README*} php.ini-* .gdbinit
c0240cb1 3020%dir %{_sysconfdir}
3021%dir %{_sysconfdir}/conf.d
3022%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/php.ini
c0240cb1 3023%attr(755,root,root) %{_libdir}/libphp_common-*.so
3024%dir %{php_extensiondir}
3025
13f02a12
ER
3026%doc ext/session/mod_files.sh
3027
c0240cb1 3028%files devel
3029%defattr(644,root,root,755)
8d42644e 3030%doc CODING_STANDARDS README.{EXT_SKEL,PARAMETER_PARSING_API,SELF-CONTAINED-EXTENSIONS,STREAMS,SUBMITTING_PATCH,TESTING,TESTING2,UNIX-BUILD-SYSTEM,input_filter}
c0240cb1 3031%attr(755,root,root) %{_bindir}/phpize
3032%attr(755,root,root) %{_bindir}/php-config
3033%attr(755,root,root) %{_libdir}/libphp_common.so
3034%{_libdir}/libphp_common.la
3035%{_includedir}/php
b27ad7c4 3036%{_libdir}/%{name}/build
c0240cb1 3037%{_mandir}/man1/php-config.1*
3038%{_mandir}/man1/phpize.1*
3039
476107e3 3040%if %{with bcmath}
c0240cb1 3041%files bcmath
3042%defattr(644,root,root,755)
3043%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/bcmath.ini
3044%attr(755,root,root) %{php_extensiondir}/bcmath.so
476107e3 3045%endif
c0240cb1 3046
476107e3 3047%if %{with bz2}
c0240cb1 3048%files bz2
3049%defattr(644,root,root,755)
8cd9d573 3050%doc ext/bz2/CREDITS
c0240cb1 3051%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/bz2.ini
3052%attr(755,root,root) %{php_extensiondir}/bz2.so
476107e3 3053%endif
c0240cb1 3054
476107e3 3055%if %{with calendar}
c0240cb1 3056%files calendar
3057%defattr(644,root,root,755)
8cd9d573 3058%doc ext/calendar/CREDITS
c0240cb1 3059%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/calendar.ini
3060%attr(755,root,root) %{php_extensiondir}/calendar.so
476107e3 3061%endif
c0240cb1 3062
476107e3 3063%if %{with ctype}
c0240cb1 3064%files ctype
3065%defattr(644,root,root,755)
8cd9d573 3066%doc ext/calendar/CREDITS
c0240cb1 3067%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/ctype.ini
3068%attr(755,root,root) %{php_extensiondir}/ctype.so
476107e3 3069%endif
c0240cb1 3070
3071%if %{with curl}
3072%files curl
3073%defattr(644,root,root,755)
8cd9d573 3074%doc ext/curl/CREDITS
c0240cb1 3075%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/curl.ini
3076%attr(755,root,root) %{php_extensiondir}/curl.so
3077%endif
3078
476107e3 3079%if %{with dba}
c0240cb1 3080%files dba
3081%defattr(644,root,root,755)
cd6e98f7 3082%doc ext/dba/{CREDITS,README}
c0240cb1 3083%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/dba.ini
3084%attr(755,root,root) %{php_extensiondir}/dba.so
476107e3 3085%endif
c0240cb1 3086
476107e3 3087%if %{with dom}
c0240cb1 3088%files dom
3089%defattr(644,root,root,755)
8cd9d573 3090%doc ext/dom/{CREDITS,TODO}
894cb112 3091%doc ext/dom/examples
c0240cb1 3092%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/dom.ini
3093%attr(755,root,root) %{php_extensiondir}/dom.so
476107e3 3094%endif
c0240cb1 3095
e5448b0f 3096%if %{with enchant}
13f02a12
ER
3097%files enchant
3098%defattr(644,root,root,755)
3099%doc ext/enchant/{CREDITS,docs/examples}
3100%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/enchant.ini
3101%attr(755,root,root) %{php_extensiondir}/enchant.so
e5448b0f 3102%endif
13f02a12 3103
476107e3 3104%if %{with exif}
c0240cb1 3105%files exif
3106%defattr(644,root,root,755)
8cd9d573 3107%doc ext/exif/CREDITS
c0240cb1 3108%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/exif.ini
3109%attr(755,root,root) %{php_extensiondir}/exif.so
476107e3 3110%endif
c0240cb1 3111
476107e3 3112%if %{with fileinfo}
c0240cb1 3113%files fileinfo
3114%defattr(644,root,root,755)
8cd9d573 3115%doc ext/fileinfo/CREDITS
c0240cb1 3116%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/fileinfo.ini
3117%attr(755,root,root) %{php_extensiondir}/fileinfo.so
476107e3 3118%endif
c0240cb1 3119
3120%if %{with filter}
3121%files filter
3122%defattr(644,root,root,755)
8cd9d573 3123%doc ext/filter/{CREDITS,docs/*}
c0240cb1 3124%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/filter.ini
3125%attr(755,root,root) %{php_extensiondir}/filter.so
3126%endif
3127
476107e3 3128%if %{with ftp}
c0240cb1 3129%files ftp
3130%defattr(644,root,root,755)
8cd9d573 3131%doc ext/ftp/CREDITS
c0240cb1 3132%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/ftp.ini
3133%attr(755,root,root) %{php_extensiondir}/ftp.so
476107e3 3134%endif
c0240cb1 3135
476107e3 3136%if %{with gd}
c0240cb1 3137%files gd
3138%defattr(644,root,root,755)
8cd9d573 3139%doc ext/gd/CREDITS
c0240cb1 3140%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/gd.ini
3141%attr(755,root,root) %{php_extensiondir}/gd.so
476107e3 3142%endif
c0240cb1 3143
476107e3 3144%if %{with gettext}
c0240cb1 3145%files gettext
3146%defattr(644,root,root,755)
8cd9d573 3147%doc ext/gettext/CREDITS
c0240cb1 3148%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/gettext.ini
3149%attr(755,root,root) %{php_extensiondir}/gettext.so
476107e3 3150%endif
c0240cb1 3151
476107e3 3152%if %{with gmp}
c0240cb1 3153%files gmp
3154%defattr(644,root,root,755)
8cd9d573 3155%doc ext/gmp/{CREDITS,README,TODO}
c0240cb1 3156%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/gmp.ini
3157%attr(755,root,root) %{php_extensiondir}/gmp.so
476107e3 3158%endif
c0240cb1 3159
476107e3 3160%if %{with hash}
c0240cb1 3161%files hash
3162%defattr(644,root,root,755)
8cd9d573 3163%doc ext/hash/{CREDITS,README}
cc302397 3164%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/Hash.ini
c0240cb1 3165%attr(755,root,root) %{php_extensiondir}/hash.so
476107e3 3166%endif
c0240cb1 3167
476107e3 3168%if %{with iconv}
c0240cb1 3169%files iconv
3170%defattr(644,root,root,755)
8cd9d573 3171%doc ext/iconv/CREDITS
c0240cb1 3172%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/iconv.ini
3173%attr(755,root,root) %{php_extensiondir}/iconv.so
476107e3 3174%endif
c0240cb1 3175
3176%if %{with imap}
3177%files imap
3178%defattr(644,root,root,755)
8cd9d573 3179%doc ext/imap/CREDITS
c0240cb1 3180%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/imap.ini
3181%attr(755,root,root) %{php_extensiondir}/imap.so
3182%endif
3183
3184%if %{with interbase}
3185%files interbase
3186%defattr(644,root,root,755)
8cd9d573 3187%doc ext/interbase/CREDITS
c0240cb1 3188%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/interbase.ini
3189%attr(755,root,root) %{php_extensiondir}/interbase.so
3190%endif
3191
689a4e56 3192%if %{with intl}
c0240cb1 3193%files intl
3194%defattr(644,root,root,755)
8cd9d573 3195%doc ext/intl/{CREDITS,TODO}
c0240cb1 3196%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/intl.ini
3197%attr(755,root,root) %{php_extensiondir}/intl.so
689a4e56 3198%endif
c0240cb1 3199
476107e3 3200%if %{with json}
c0240cb1 3201%files json
3202%defattr(644,root,root,755)
8cd9d573 3203%doc ext/json/CREDITS
c0240cb1 3204%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/json.ini
3205%attr(755,root,root) %{php_extensiondir}/json.so
476107e3 3206%endif
c0240cb1 3207
3208%if %{with ldap}
3209%files ldap
3210%defattr(644,root,root,755)
8cd9d573 3211%doc ext/ldap/CREDITS
c0240cb1 3212%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/ldap.ini
3213%attr(755,root,root) %{php_extensiondir}/ldap.so
3214%endif
3215
476107e3 3216%if %{with mbstring}
c0240cb1 3217%files mbstring
3218%defattr(644,root,root,755)
8cd9d573 3219%doc ext/mbstring/{CREDITS,README*}
c0240cb1 3220%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/mbstring.ini
3221%attr(755,root,root) %{php_extensiondir}/mbstring.so
476107e3 3222%endif
c0240cb1 3223
c0240cb1 3224%if %{with mysqli}
3225%files mysqli
3226%defattr(644,root,root,755)
8cd9d573 3227%doc ext/mysqli/{CREDITS,TODO}
c0240cb1 3228%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/mysqli.ini
3229%attr(755,root,root) %{php_extensiondir}/mysqli.so
3230%endif
3231
3232%if %{with mysqlnd}
3233%files mysqlnd
3234%defattr(644,root,root,755)
8cd9d573 3235%doc ext/mysqlnd/CREDITS
c0240cb1 3236%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/MySQLND.ini
3237%attr(755,root,root) %{php_extensiondir}/mysqlnd.so
3238%endif
3239
329b4394 3240%if %{with oci}
c0240cb1 3241%files oci8
3242%defattr(644,root,root,755)
580d93e0 3243%doc ext/oci8/{CREDITS,README}
c0240cb1 3244%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/oci8.ini
3245%attr(755,root,root) %{php_extensiondir}/oci8.so
3246%endif
3247
3248%if %{with odbc}
3249%files odbc
3250%defattr(644,root,root,755)
8cd9d573 3251%doc ext/odbc/CREDITS
c0240cb1 3252%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/odbc.ini
3253%attr(755,root,root) %{php_extensiondir}/odbc.so
3254%endif
3255
8328535b
ER
3256%if %{with opcache}
3257%files opcache
3258%defattr(644,root,root,755)
3259%doc ext/opcache/README
3260%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/opcache.ini
3261%attr(755,root,root) %{php_extensiondir}/opcache.so
3262%endif
3263
c0240cb1 3264%if %{with openssl}
3265%files openssl
3266%defattr(644,root,root,755)
8cd9d573 3267%doc ext/openssl/{CREDITS,README}
c0240cb1 3268%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/openssl.ini
3269%attr(755,root,root) %{php_extensiondir}/openssl.so
3270%endif
3271
476107e3 3272%if %{with pcntl}
c0240cb1 3273%files pcntl
3274%defattr(644,root,root,755)
8cd9d573 3275%doc ext/pcntl/{CREDITS,README}
c0240cb1 3276%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/pcntl.ini
3277%attr(755,root,root) %{php_extensiondir}/pcntl.so
476107e3 3278%endif
c0240cb1 3279
3280%if %{with pcre}
3281%files pcre
3282%defattr(644,root,root,755)
8cd9d573 3283%doc ext/pcre/CREDITS
c0240cb1 3284%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/PCRE.ini
3285%attr(755,root,root) %{php_extensiondir}/pcre.so
3286%endif
3287
476107e3 3288%if %{with pdo}
c0240cb1 3289%files pdo
3290%defattr(644,root,root,755)
8cd9d573 3291%doc ext/pdo/{CREDITS,README,TODO}
c0240cb1 3292%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/pdo.ini
3293%attr(755,root,root) %{php_extensiondir}/pdo.so
476107e3 3294%endif
c0240cb1 3295
006a7eb1 3296%if %{with pdo_dblib}
c0240cb1 3297%files pdo-dblib
3298%defattr(644,root,root,755)
8cd9d573 3299%doc ext/pdo_dblib/{CREDITS,README}
c0240cb1 3300%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/pdo_dblib.ini
3301%attr(755,root,root) %{php_extensiondir}/pdo_dblib.so
3302%endif
3303
3304%if %{with interbase} && !%{with interbase_inst}
3305%files pdo-firebird
3306%defattr(644,root,root,755)
8cd9d573 3307%doc ext/pdo_firebird/CREDITS
c0240cb1 3308%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/pdo_firebird.ini
3309%attr(755,root,root) %{php_extensiondir}/pdo_firebird.so
3310%endif
3311
476107e3 3312%if %{with pdo_mysql}
c0240cb1 3313%files pdo-mysql
3314%defattr(644,root,root,755)
8cd9d573 3315%doc ext/pdo_mysql/CREDITS
c0240cb1 3316%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/pdo_mysql.ini
3317%attr(755,root,root) %{php_extensiondir}/pdo_mysql.so
476107e3 3318%endif
c0240cb1 3319
329b4394 3320%if %{with oci}
c0240cb1 3321%files pdo-oci
3322%defattr(644,root,root,755)
8cd9d573 3323%doc ext/pdo_oci/CREDITS
c0240cb1 3324%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/pdo_oci.ini
3325%attr(755,root,root) %{php_extensiondir}/pdo_oci.so
3326%endif
3327
3328%if %{with odbc}
3329%files pdo-odbc
3330%defattr(644,root,root,755)
8cd9d573 3331%doc ext/pdo_odbc/CREDITS
c0240cb1 3332%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/pdo_odbc.ini
3333%attr(755,root,root) %{php_extensiondir}/pdo_odbc.so
3334%endif
3335
3336%if %{with pgsql}
3337%files pdo-pgsql
3338%defattr(644,root,root,755)
8cd9d573 3339%doc ext/pdo_pgsql/CREDITS
c0240cb1 3340%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/pdo_pgsql.ini
3341%attr(755,root,root) %{php_extensiondir}/pdo_pgsql.so
3342%endif
3343
3344%if %{with pdo_sqlite}
3345%files pdo-sqlite
3346%defattr(644,root,root,755)
8cd9d573 3347%doc ext/pdo_sqlite/CREDITS
c0240cb1 3348%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/pdo_sqlite.ini
3349%attr(755,root,root) %{php_extensiondir}/pdo_sqlite.so
3350%endif
3351
3352%if %{with pgsql}
3353%files pgsql
3354%defattr(644,root,root,755)
8cd9d573 3355%doc ext/pgsql/{CREDITS,README}
c0240cb1 3356%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/pgsql.ini
3357%attr(755,root,root) %{php_extensiondir}/pgsql.so
3358%endif
3359
3360%if %{with phar}
3361%files phar
3362%defattr(644,root,root,755)
8cd9d573 3363%doc ext/phar/{CREDITS,TODO}
c0240cb1 3364%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/phar.ini
3365%attr(755,root,root) %{php_extensiondir}/phar.so
9f90add1
JB
3366%attr(755,root,root) %{_bindir}/phar%{php_suffix}.phar
3367%{_mandir}/man1/phar%{php_suffix}.1*
3368%{_mandir}/man1/phar.phar.1*
3369%if %{with alternatives}
82885e7c
ER
3370%ghost %{_bindir}/phar
3371%ghost %{_mandir}/man1/phar.1
9f90add1
JB
3372%else
3373%attr(755,root,root) %{_bindir}/phar
3374%endif
c0240cb1 3375%endif
3376
476107e3 3377%if %{with posix}
c0240cb1 3378%files posix
3379%defattr(644,root,root,755)
8cd9d573 3380%doc ext/posix/CREDITS
c0240cb1 3381%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/posix.ini
3382%attr(755,root,root) %{php_extensiondir}/posix.so
476107e3 3383%endif
c0240cb1 3384
3385%if %{with pspell}
3386%files pspell
3387%defattr(644,root,root,755)
8cd9d573 3388%doc ext/pspell/{CREDITS,README}
c0240cb1 3389%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/pspell.ini
3390%attr(755,root,root) %{php_extensiondir}/pspell.so
3391%endif
3392
476107e3 3393%if %{with readline}
c0240cb1 3394%files readline
3395%defattr(644,root,root,755)
8cd9d573 3396%doc ext/readline/{CREDITS,README*}
c0240cb1 3397%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/cli.d/readline.ini
3398%attr(755,root,root) %{php_extensiondir}/readline.so
476107e3 3399%endif
c0240cb1 3400
3401%if %{with recode}
3402%files recode
3403%defattr(644,root,root,755)
8cd9d573 3404%doc ext/recode/CREDITS
c0240cb1 3405%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/recode.ini
3406%attr(755,root,root) %{php_extensiondir}/recode.so
3407%endif
3408
476107e3 3409%if %{with session}
c0240cb1 3410%files session
3411%defattr(644,root,root,755)
8cd9d573 3412%doc ext/session/CREDITS
c0240cb1 3413%doc ext/session/mod_files.sh
3414%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/Session.ini
3415%attr(755,root,root) %{php_extensiondir}/session.so
476107e3 3416%endif
c0240cb1 3417
3418%files shmop
3419%defattr(644,root,root,755)
8cd9d573 3420%doc ext/shmop/{CREDITS,README}
c0240cb1 3421%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/shmop.ini
3422%attr(755,root,root) %{php_extensiondir}/shmop.so
3423
3424%files simplexml
3425%defattr(644,root,root,755)
8cd9d573 3426%doc ext/simplexml/{CREDITS,README}
894cb112 3427%doc ext/simplexml/examples
c0240cb1 3428%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/simplexml.ini
3429%attr(755,root,root) %{php_extensiondir}/simplexml.so
3430
3431%if %{with snmp}
3432%files snmp
3433%defattr(644,root,root,755)
8cd9d573 3434%doc ext/snmp/CREDITS
c0240cb1 3435%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/snmp.ini
3436%attr(755,root,root) %{php_extensiondir}/snmp.so
3437%endif
3438
3439%files soap
3440%defattr(644,root,root,755)
8cd9d573 3441%doc ext/soap/{CREDITS,TODO*}
c0240cb1 3442%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/soap.ini
3443%attr(755,root,root) %{php_extensiondir}/soap.so
3444
3445%files sockets
3446%defattr(644,root,root,755)
8cd9d573 3447%doc ext/sockets/CREDITS
c0240cb1 3448%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/sockets.ini
3449%attr(755,root,root) %{php_extensiondir}/sockets.so
3450
3747e21b
ER
3451%if %{with sodium}
3452%files sodium
3453%defattr(644,root,root,755)
3454%doc ext/sodium/{README.md,CREDITS}
3455%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/sodium.ini
3456%attr(755,root,root) %{php_extensiondir}/sodium.so
3457%endif
3458
c0240cb1 3459%files spl
3460%defattr(644,root,root,755)
894cb112
ER
3461%doc ext/spl/{CREDITS,README,TODO}
3462%doc ext/spl/examples
c0240cb1 3463%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/SPL.ini
3464%attr(755,root,root) %{php_extensiondir}/spl.so
3465
c0240cb1 3466%if %{with sqlite3}
3467%files sqlite3
3468%defattr(644,root,root,755)
3469%doc ext/sqlite3/CREDITS
3470%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/sqlite3.ini
3471%attr(755,root,root) %{php_extensiondir}/sqlite3.so
3472%endif
3473
c0240cb1 3474%files sysvmsg
3475%defattr(644,root,root,755)
8cd9d573 3476%doc ext/sysvmsg/CREDITS
c0240cb1 3477%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/sysvmsg.ini
3478%attr(755,root,root) %{php_extensiondir}/sysvmsg.so
3479
3480%files sysvsem
3481%defattr(644,root,root,755)
8cd9d573 3482%doc ext/sysvsem/CREDITS
c0240cb1 3483%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/sysvsem.ini
3484%attr(755,root,root) %{php_extensiondir}/sysvsem.so
3485
3486%files sysvshm
3487%defattr(644,root,root,755)
8cd9d573 3488%doc ext/sysvshm/CREDITS
c0240cb1 3489%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/sysvshm.ini
3490%attr(755,root,root) %{php_extensiondir}/sysvshm.so
3491
3492%files tests
3493%defattr(644,root,root,755)
a3c07000 3494%dir %{php_data_dir}/tests
c0240cb1 3495%dir %{php_data_dir}/tests/php
3496%{php_data_dir}/tests/php/basic
3497%{php_data_dir}/tests/php/classes
3498%{php_data_dir}/tests/php/func
3499%{php_data_dir}/tests/php/lang
3500%{php_data_dir}/tests/php/output
3501%{php_data_dir}/tests/php/run-test
3502%{php_data_dir}/tests/php/security
3503%{php_data_dir}/tests/php/strings
3504%{php_data_dir}/tests/php/quicktester.inc
3505%attr(755,root,root) %{php_data_dir}/tests/php/run-tests.php
3506
3507%if %{with tidy}
3508%files tidy
3509%defattr(644,root,root,755)
8cd9d573 3510%doc ext/tidy/{CREDITS,README}
894cb112 3511%doc ext/tidy/examples
c0240cb1 3512%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/tidy.ini
3513%attr(755,root,root) %{php_extensiondir}/tidy.so
3514%endif
3515
3516%files tokenizer
3517%defattr(644,root,root,755)
8cd9d573 3518%doc ext/tokenizer/CREDITS
c0240cb1 3519%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/tokenizer.ini
3520%attr(755,root,root) %{php_extensiondir}/tokenizer.so
3521
3522%if %{with wddx}
3523%files wddx
3524%defattr(644,root,root,755)
8cd9d573 3525%doc ext/wddx/CREDITS
c0240cb1 3526%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*wddx.ini
3527%attr(755,root,root) %{php_extensiondir}/wddx.so
3528%endif
3529
3530%files xml
3531%defattr(644,root,root,755)
8cd9d573 3532%doc ext/xml/CREDITS
c0240cb1 3533%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/xml.ini
3534%attr(755,root,root) %{php_extensiondir}/xml.so
3535
3536%files xmlreader
3537%defattr(644,root,root,755)
894cb112
ER
3538%doc ext/xmlreader/{CREDITS,README,TODO}
3539%doc ext/xmlreader/examples
c0240cb1 3540%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/xmlreader.ini
3541%attr(755,root,root) %{php_extensiondir}/xmlreader.so
3542
3543%if %{with xmlrpc}
3544%files xmlrpc
3545%defattr(644,root,root,755)
8cd9d573 3546%doc ext/xmlrpc/CREDITS
c0240cb1 3547%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/xmlrpc.ini
3548%attr(755,root,root) %{php_extensiondir}/xmlrpc.so
3549%endif
3550
3551%files xmlwriter
3552%defattr(644,root,root,755)
8cd9d573 3553%doc ext/xmlwriter/{CREDITS,TODO}
894cb112 3554%doc ext/xmlwriter/examples
c0240cb1 3555%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/xmlwriter.ini
3556%attr(755,root,root) %{php_extensiondir}/xmlwriter.so
3557
36dd0868 3558%if %{with xsl}
c0240cb1 3559%files xsl
3560%defattr(644,root,root,755)
8cd9d573 3561%doc ext/xsl/CREDITS
c0240cb1 3562%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/xsl.ini
3563%attr(755,root,root) %{php_extensiondir}/xsl.so
36dd0868 3564%endif
c0240cb1 3565
3566%files zip
3567%defattr(644,root,root,755)
8cd9d573 3568%doc ext/zip/{CREDITS,TODO}
894cb112 3569%doc ext/zip/examples
c0240cb1 3570%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/zip.ini
3571%attr(755,root,root) %{php_extensiondir}/zip.so
3572
3573%files zlib
3574%defattr(644,root,root,755)
8cd9d573 3575%doc ext/zlib/CREDITS
c0240cb1 3576%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/zlib.ini
3577%attr(755,root,root) %{php_extensiondir}/zlib.so
This page took 1.129821 seconds and 4 git commands to generate.