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