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