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