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