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