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