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