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