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