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