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