]> git.pld-linux.org Git - packages/php.git/blame - php.spec
- Obsoletes: phpXX-program (for each version we provide)
[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
756f3314 143%define rel 23
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
c0240cb1 228URL: http://www.php.net/
229%{?with_interbase:%{!?with_interbase_inst:BuildRequires: Firebird-devel >= 1.0.2.908-2}}
230%{?with_pspell:BuildRequires: aspell-devel >= 2:0.50.0}
9eb543e2 231BuildRequires: autoconf >= 2.59
c0240cb1 232BuildRequires: automake >= 1.4d
233BuildRequires: bison
234BuildRequires: bzip2-devel
235%{?with_curl:BuildRequires: curl-devel >= 7.12.0}
236BuildRequires: cyrus-sasl-devel
237BuildRequires: db-devel >= 4.0
238BuildRequires: elfutils-devel
13f02a12 239%{?with_enchant:BuildRequires: enchant-devel >= 1.1.3}
c0240cb1 240%{?with_kerberos5:BuildRequires: heimdal-devel}
3f5c4b2e 241%{?with_system_libzip:BuildRequires: libzip-devel >= 0.10.1-2}
81d9fe7d 242%{!?with_mysqlnd:BuildRequires: mysql-devel}
c0240cb1 243BuildRequires: pkgconfig
244BuildRequires: sed >= 4.0
245%if %{with mssql} || %{with sybase_ct}
246BuildRequires: freetds-devel >= 0.82
247%endif
7d68bd4f 248BuildRequires: freetype-devel >= 1:2.5.1
c0240cb1 249%if %{with system_gd}
73c5128c 250BuildRequires: gd-devel >= 2.1
c0240cb1 251%endif
252BuildRequires: gdbm-devel
253BuildRequires: gmp-devel
254%{?with_imap:BuildRequires: imap-devel >= 1:2007e-2}
9efb5102 255%{?with_intl:BuildRequires: libicu-devel >= 4.4}
c0240cb1 256BuildRequires: libjpeg-devel
257BuildRequires: libltdl-devel >= 1.4
258BuildRequires: libmcrypt-devel >= 2.4.4
259BuildRequires: libpng-devel >= 1.0.8
a1c3512c 260%{?with_intl:BuildRequires: libstdc++-devel}
d8c3b589 261%{?with_webp:BuildRequires: libvpx-devel}
36fd40c8 262BuildRequires: tokyocabinet-devel
c0240cb1 263%if "%{pld_release}" != "ac"
2fc95094 264BuildRequires: libtool >= 2:2.4.6
c0240cb1 265%else
266BuildRequires: libtool >= 1.4.3
267%endif
c0240cb1 268BuildRequires: libxml2-devel >= 1:2.7.6-4
269BuildRequires: libxslt-devel >= 1.1.0
270%{?with_mm:BuildRequires: mm-devel >= 1.3.0}
271%{?with_ldap:BuildRequires: openldap-devel >= 2.3.0}
272%if %{with openssl} || %{with ldap}
273BuildRequires: openssl-devel >= 0.9.7d
274%endif
275%{?with_gcov:BuildRequires: lcov}
276%{?with_snmp:%{?with_tests:BuildRequires: mibs-net-snmp}}
277%{?with_snmp:BuildRequires: net-snmp-devel >= 5.0.7}
329b4394 278%{?with_oci:%{?with_instantclient:BuildRequires: oracle-instantclient-devel}}
c0240cb1 279BuildRequires: pam-devel
fdafc4af 280%{?with_pcre:BuildRequires: pcre-devel >= 8.38}
c0240cb1 281BuildRequires: pkgconfig
282%{?with_pgsql:BuildRequires: postgresql-backend-devel >= 7.2}
283%{?with_pgsql:BuildRequires: postgresql-devel}
284BuildRequires: readline-devel
285%{?with_recode:BuildRequires: recode-devel >= 3.5d-3}
286BuildRequires: rpm >= 4.4.9-56
287BuildRequires: rpm-build >= 4.4.0
288BuildRequires: rpmbuild(macros) >= 1.566
9efb5102
ER
289BuildRequires: tar >= 1:1.22
290BuildRequires: xz
c0240cb1 291%if %{with sqlite3} || %{with pdo_sqlite}
292BuildRequires: sqlite3-devel >= 3.3.9
293%endif
294BuildRequires: t1lib-devel
295%{?with_tidy:BuildRequires: tidy-devel}
296%{?with_odbc:BuildRequires: unixODBC-devel}
297%{?with_xmlrpc:BuildRequires: xmlrpc-epi-devel >= 0.54.1}
298BuildRequires: zlib-devel >= 1.0.9
299%if %{with apache1}
300BuildRequires: apache1-devel
301%endif
302%if %{with apache2}
303BuildRequires: apache-devel >= 2.0.52-2
304BuildRequires: apr-devel >= 1:1.0.0
305BuildRequires: apr-util-devel >= 1:1.0.0
306%endif
c0240cb1 307BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
308
cfb6f787
ER
309%define php_sysconfdir /etc/%{name}
310%define php_extensiondir %{_libdir}/%{name}
c0240cb1 311%define _sysconfdir %{php_sysconfdir}
312
313# must be in sync with source. extra check ensuring that it is so is done in %%build
9efb5102 314%define php_api_version 20121113
153a312d
ER
315%define zend_module_api 20121212
316%define zend_extension_api 220121212
a6af2a14 317%define php_pdo_api_version 20080721
c0240cb1 318
13f02a12
ER
319# Extension versions
320%define bz2ver 1.0
321%define enchantver 1.1.0
2e0e7ed6 322%define fileinfover 1.0.5
13f02a12
ER
323%define hashver 1.0
324%define intlver 1.1.0
325%define jsonver 1.2.1
ddd998b3 326%define opcachever 7.0.6-dev
ece5522f 327%define pharver 2.0.2
9efb5102 328%define sqlite3ver 0.7-dev
ce9aa3af 329%define zipver 1.11.0
13f02a12 330
a6af2a14 331%define _zend_zts %{!?with_zts:0}%{?with_zts:1}
c0240cb1 332%define php_debug %{!?debug:0}%{?debug:1}
333
334%if %{with gcov}
335%undefine with_ccache
336%endif
337
329b4394 338%if %{with oci}
c0240cb1 339# ORACLE_HOME is required for oci8 ext to build
340%define _preserve_env %_preserve_env_base ORACLE_HOME
341%endif
342
343%description
344PHP is an HTML-embedded scripting language. PHP attempts to make it
345easy for developers to write dynamically generated web pages. PHP also
346offers built-in database integration for several commercial and
347non-commercial database management systems, so writing a
348database-enabled web page with PHP is fairly simple. The most common
349use of PHP coding is probably as a replacement for CGI scripts. The
350mod_php module enables the Apache web server to understand and process
351the embedded PHP language in web pages. This package contains PHP
352version %{version}.
353
354%description -l fr.UTF-8
355PHP est un langage de script embarque dans le HTM. PHP essaye de
356rendre simple aux developpeurs d'ecrire des pages web generees
357dynamiquement. PHP incorpore egalement une integration avec plusieurs
358systemes de gestion de bases de donnees commerciaux et
359non-connerciaux, qui rent facile la creation de pages web liees avec
360des bases de donnees. L'utilisation la plus commune de PHP est
361probablement en remplacement de scripts CGI. Le module mod_php permet
362au serveur web Apache de comprendre et de traiter le langage PHP
363integre dans des pages web. Ce package contient PHP version
364%{version}.
365
366%description -l pl.UTF-8
367PHP jest językiem skryptowym, którego polecenia umieszcza się w
368plikach HTML. Jest próbą ułatwienia programistom pisania dynamicznie
369generowanych stron WWW. Oferuje także wbudowaną integrację z bazami
370danych dla kilku komercyjnych i niekomercyjnych systemów baz danych,
371co czyni tworzenie stron korzystających z baz danych w miarę łatwym.
372Najczęściej PHP jest używany prawdopodobnie jako zamiennik skryptów
373CGI. Moduł mod_php pozwala serwerowi WWW Apache rozumieć i przetwarzać
374język PHP osadzony w stronach. Ten pakiet zawiera PHP w wersji
375%{version}.
376
377%description -l pt_BR.UTF-8
378PHP: Preprocessador de Hipertexto versão 4 é uma linguagem script
379embutida em HTML. Muito de sua sintaxe é emprestada de C, Java e Perl,
380com algumas características únicas, específicas ao PHP. O objetivo da
381linguagem é permitir que desenvolvedores web escrevam páginas
382dinamicamente geradas de forma rápida.
383
384%description -l ru.UTF-8
385PHP - это язык написания скриптов, встраиваемых в HTML-код. PHP
386предлагает интерграцию с множеством СУБД, поэтому написание скриптов
387для работы с базами данных относительно просто. Наиболее популярное
388использование PHP - замена для CGI скриптов.
389
390%description -l uk.UTF-8
391PHP - це мова написання скриптів, що вбудовуються в HTML-код. PHP
392пропонує інтеграцію з багатьма СУБД, тому написання скриптів для
393роботи з базами даних є доволі простим. Найбільш популярне
394використання PHP - заміна для CGI скриптів.
395
aa424f73 396%package -n apache1-mod_%{name}
c0240cb1 397Summary: PHP DSO module for Apache 1.3.x
398Summary(pl.UTF-8): Moduł DSO (Dynamic Shared Object) PHP dla Apache 1.3.x
399Group: Development/Languages/PHP
c0240cb1 400Requires: %{name}-common = %{epoch}:%{version}-%{release}
401Requires: apache1(EAPI) >= 1.3.33-2
402Requires: apache1-mod_mime
403Provides: webserver(php) = %{version}
404Obsoletes: apache-mod_php < 1:4.1.1
d6634248 405Obsoletes: apache1-mod_php < 4:5.3.28-7
c0240cb1 406Obsoletes: phpfi
407
aa424f73 408%description -n apache1-mod_%{name}
c0240cb1 409PHP as DSO module for Apache 1.3.x.
410
aa424f73 411%description -n apache1-mod_%{name} -l pl.UTF-8
c0240cb1 412PHP jako moduł DSO (Dynamic Shared Object) dla Apache 1.3.x.
413
aa424f73 414%package -n apache-mod_%{name}
51f5a9e3
AM
415Summary: PHP support for Apache 2.x
416Summary(pl.UTF-8): Wsparcie PHP dla Apache 2.x
c0240cb1 417Group: Development/Languages/PHP
51f5a9e3 418Requires: apache-mod_%{name}-core = %{epoch}:%{version}-%{release}
c0240cb1 419Requires: %{name}-common = %{epoch}:%{version}-%{release}
c0240cb1 420Provides: webserver(php) = %{version}
d6634248 421Obsoletes: apache-mod_php < 4:5.3.28-7
c0240cb1 422Obsoletes: phpfi
423
aa424f73 424%description -n apache-mod_%{name}
51f5a9e3 425PHP support for Apache 2.x.
c0240cb1 426
aa424f73 427%description -n apache-mod_%{name} -l pl.UTF-8
51f5a9e3
AM
428Wsparcie PHP dla Apache 2.x.
429
430%package -n apache-mod_%{name}-core
431Summary: PHP DSO module for Apache 2.x
432Summary(pl.UTF-8): Moduł DSO (Dynamic Shared Object) PHP dla Apache 2.x
433Group: Development/Languages/PHP
434Requires: %{name}-common = %{epoch}:%{version}-%{release}
435Requires: apache(modules-api) = %{apache_modules_api}
436Requires: apache-mod_mime
437
438%description -n apache-mod_%{name}-core
439PHP as DSO module for Apache 2.x.
440
441%description -n apache-mod_%{name}-core -l pl.UTF-8
c0240cb1 442PHP jako moduł DSO (Dynamic Shared Object) dla Apache 2.x.
443
444%package litespeed
445Summary: PHP for litespeed HTTP server
446Summary(pl.UTF-8): PHP dla serwera HTTP litespeed
447Group: Development/Languages/PHP
448Requires: %{name}-common = %{epoch}:%{version}-%{release}
2ca856d0 449Provides: php(litespeed)
c0240cb1 450Provides: webserver(php) = %{version}
d6634248 451Obsoletes: php-litespeed < 4:5.3.28-7
c0240cb1 452
453%description litespeed
454PHP for litespeed HTTP server.
455
456%description litespeed -l pl.UTF-8
457PHP dla serwera HTTP litespeed.
458
459%package cgi
460Summary: PHP as CGI/FastCGI program
461Summary(pl.UTF-8): PHP jako program CGI/FastCGI
462Group: Development/Languages/PHP
463Requires: %{name}-common = %{epoch}:%{version}-%{release}
464Provides: %{name}-fcgi = %{epoch}:%{version}-%{release}
465Provides: php(cgi)
466Provides: php(fcgi)
ecbcdf28 467Provides: webserver(php) = %{version}
d6634248 468Obsoletes: php-cgi < 4:5.3.28-7
c0240cb1 469Obsoletes: php-fcgi < 4:5.3.0
470
471%description cgi
472PHP as CGI or FastCGI program.
473
474%description cgi -l pl.UTF-8
475PHP jako program CGI lub FastCGI.
476
477%package cli
478Summary: PHP as CLI interpreter
479Summary(pl.UTF-8): PHP jako interpreter działający z linii poleceń
480Group: Development/Languages/PHP
481Requires: %{name}-common = %{epoch}:%{version}-%{release}
d6634248 482Obsoletes: php-cli < 4:5.3.28-7
c0240cb1 483
484%description cli
485PHP as CLI interpreter.
486
487%description cli -l pl.UTF-8
488PHP jako interpreter działający z linii poleceń.
489
13f02a12
ER
490%package embedded
491Summary: PHP library for embedding in applications
0bbc8abe 492Summary(pl.UTF-8): Biblioteka PHP do osadzania w aplikacjach
13f02a12
ER
493Group: Libraries
494Requires: %{name}-common = %{epoch}:%{version}-%{release}
d6634248 495Obsoletes: php-embedded < 4:5.3.28-7
13f02a12
ER
496
497%description embedded
498The php-embedded package contains a library which can be embedded into
499applications to provide PHP scripting language support.
500
0bbc8abe 501%description embedded -l pl.UTF-8
cfb6f787 502Ten pakiet zawiera bibliotekę, którą można osadzać w aplikacjach w
0bbc8abe
JB
503celu obsługi PHP jako języka skryptowego.
504
c0240cb1 505%package program
506Summary: /usr/bin/php symlink
507Summary(pl.UTF-8): Dowiązanie symboliczne /usr/bin/php
508Group: Development/Languages/PHP
509Requires: %{name}-cli = %{epoch}:%{version}-%{release}
510Obsoletes: /usr/bin/php
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
c0240cb1 2103
d80112ca
JP
2104sed -E -i -e '1s,#!\s*/usr/bin/env\s+(.*),#!%{__bindir}\1,' \
2105 run-tests.php
2106
b7a18119 2107%{__sed} -i -e '/PHP_ADD_LIBRARY_WITH_PATH/s#xmlrpc,#xmlrpc-epi,#' ext/xmlrpc/config.m4
c0240cb1 2108
2109# cleanup backups after patching
2110find '(' -name '*~' -o -name '*.orig' ')' -print0 | xargs -0 -r -l512 rm -f
2111
2112# conflict seems to be resolved by recode patches
2113%{__rm} ext/recode/config9.m4
2114
2115# remove all bundled libraries not to link with them accidentally
c0240cb1 2116%{__rm} -r ext/sqlite3/libsqlite
2117#%{__rm} -r ext/bcmath/libbcmath
2118#%{__rm} -r ext/date/lib
2119#%{__rm} -r ext/fileinfo/libmagic
2120#%{__rm} -r ext/dba/libcdb
2121#%{__rm} -r ext/dba/libflatfile
2122#%{__rm} -r ext/dba/libinifile
2123#%{__rm} -r ext/gd/libgd
2124#%{__rm} -r ext/mbstring/libmbfl
2125#%{__rm} -r ext/mbstring/oniguruma
2126%{__rm} -r ext/pcre/pcrelib
2127#%{__rm} -r ext/soap/interop
2128%{__rm} -r ext/xmlrpc/libxmlrpc
2129#%{__rm} -r ext/zip/lib
3790806a 2130%{__rm} ext/date/lib/timezonedb.h
c0240cb1 2131
13f02a12 2132cp -pf Zend/LICENSE{,.Zend}
c0240cb1 2133install -p %{SOURCE13} dep-tests.sh
2134
2135# breaks build
2136sed -i -e 's#-fvisibility=hidden##g' configure*
2137
2138# disable broken tests
2139# says just "Terminated" twice and fails
0a498a94 2140%{__mv} sapi/cli/tests/022.phpt{,.broken}
c0240cb1 2141
a33e71d0
ER
2142# really dumb test, executable binary name is .libs/ something when building
2143# https://bugs.php.net/bug.php?id=54514
0a498a94 2144%{__mv} tests/basic/bug54514.phpt{,.disable}
a33e71d0
ER
2145
2146# breaks whole testsuite unexpectedly:
2147# Fatal error: Call to undefined function gzencode() in run-tests.php on line 1714
2148# probably broken as zlib is built as shared
0a498a94 2149%{__mv} ext/soap/tests/server019.phpt{,disable}
d1a2645a 2150# Fatal error: Call to undefined function gzcompress() in run-tests.php on line 1728
0a498a94 2151%{__mv} ext/soap/tests/server020.phpt{,disable}
f8be3881
ER
2152
2153# runs out of memory and kills carme vserver
2154# PASS Bug #39438 (Fatal error: Out of memory) [Zend/tests/bug39438.phpt]
0a498a94 2155%{__mv} Zend/tests/bug39438.phpt{,.disable}
a33e71d0 2156
c0240cb1 2157# php-5.3.3/ext/standard/tests/file/statpage.phpt
2158%{__rm} ext/standard/tests/file/statpage.phpt
2159
2160# idiotic test, it will fail if somebody else makes space on disk or if disk
2161# space is not yet allocated (xfs). report upstream to advice bogus test is
2162# probably pointless.
2163%{__rm} ext/standard/tests/file/disk_free_space_basic.phpt
2164
482166f6
ER
2165%ifarch %{x8664}
2166# all pdo_sqlite, sqlite3 tests die with Aborted on carme
2167%{__rm} -r ext/pdo_sqlite/tests
2168%{__rm} -r ext/sqlite3/tests
2169%endif
2170
bbf35c27
ER
2171# skip XFAILs
2172# no point testing stuff that is knowingly broken
2173find -name '*.phpt' | xargs grep XFAIL -l | xargs rm -v
2174
482166f6
ER
2175env \
2176%ifarch %{ix86}
2177ix86= x8664=:
2178%endif
2179%ifarch %{x8664}
2180ix86=: x8664= \
dc101b85
JR
2181%endif
2182%ifarch x32
2183ix86=: x8664=: \
482166f6
ER
2184%endif
2185 sh -xe %{_sourcedir}/skip-tests.sh
c0240cb1 2186
2187%build
2188API=$(awk '/#define PHP_API_VERSION/{print $3}' main/php.h)
2189if [ $API != %{php_api_version} ]; then
2190 echo "Set %%define php_api_version to $API and re-run."
2191 exit 1
2192fi
2193
2194API=$(awk '/#define ZEND_MODULE_API_NO/{print $3}' Zend/zend_modules.h)
2195if [ $API != %{zend_module_api} ]; then
2196 echo "Set %%define zend_module_api to $API and re-run."
2197 exit 1
2198fi
2199
2200API=$(awk '/#define ZEND_EXTENSION_API_NO/{print $3}' Zend/zend_extensions.h)
2201if [ $API != %{zend_extension_api} ]; then
2202 echo "Set %%define zend_extension_api to $API and re-run."
2203 exit 1
2204fi
2205
a6af2a14
ER
2206API=$(awk '/#define PDO_DRIVER_API/{print $3}' ext/pdo/php_pdo_driver.h)
2207if [ $API != %{php_pdo_api_version} ]; then
2208 echo "Set %%define php_pdo_api_version to $API and re-run."
2209 exit 1
2210fi
2211
13f02a12
ER
2212# Check for some extension version
2213ver=$(sed -n '/#define PHP_FILEINFO_VERSION /{s/.* "//;s/".*$//;p}' ext/fileinfo/php_fileinfo.h)
2214if test "$ver" != "%{fileinfover}"; then
2215 : Error: Upstream FILEINFO version is now ${ver}, expecting %{fileinfover}.
2216 : Update the fileinfover macro and rebuild.
2217 exit 1
2218fi
2219ver=$(sed -n '/#define PHP_PHAR_VERSION /{s/.* "//;s/".*$//;p}' ext/phar/php_phar.h)
2220if test "$ver" != "%{pharver}"; then
2221 : Error: Upstream PHAR version is now ${ver}, expecting %{pharver}.
2222 : Update the pharver macro and rebuild.
2223 exit 1
2224fi
ce39c8ba
ER
2225ver=$(sed -n '/#define PHP_SQLITE3_VERSION/{s/.* "//;s/".*$//;p}' ext/sqlite3/php_sqlite3.h)
2226if test "$ver" != "%{sqlite3ver}"; then
2227 : Error: Upstream Sqlite3 version is now ${ver}, expecting %{sqlite3ver}.
2228 : Update the sqlite3ver macro and rebuild.
2229 exit 1
2230fi
13f02a12
ER
2231ver=$(sed -n '/#define PHP_ZIP_VERSION_STRING /{s/.* "//;s/".*$//;p}' ext/zip/php_zip.h)
2232if test "$ver" != "%{zipver}"; then
2233 : Error: Upstream ZIP version is now ${ver}, expecting %{zipver}.
2234 : Update the zipver macro and rebuild.
2235 exit 1
2236fi
2237ver=$(sed -n '/#define PHP_JSON_VERSION /{s/.* "//;s/".*$//;p}' ext/json/php_json.h)
2238if test "$ver" != "%{jsonver}"; then
2239 : Error: Upstream JSON version is now ${ver}, expecting %{jsonver}.
2240 : Update the jsonver macro and rebuild.
2241 exit 1
2242fi
3790806a 2243ver=$(sed -n '/#define PHP_ZENDOPCACHE_VERSION /{s/.* "//;s/".*$//;p}' ext/opcache/ZendAccelerator.h)
8328535b 2244if test "$ver" != "%{opcachever}"; then
3790806a 2245 : Error: Upstream Zend Opcache version is now ${ver}, expecting %{opcachever}.
8328535b
ER
2246 : Update the opcachever macro and rebuild.
2247 exit 1
2248fi
13f02a12
ER
2249ver=$(sed -rne 's,.*<version>(.+)</version>,\1,p' ext/bz2/package.xml)
2250if test "$ver" != "%{bz2ver}"; then
2251 : Error: Upstream BZIP2 version is now ${ver}, expecting %{bz2ver}.
2252 : Update the bz2ver macro and rebuild.
2253 exit 1
2254fi
2255ver=$(sed -n '/#define PHP_ENCHANT_VERSION /{s/.* "//;s/".*$//;p}' ext/enchant/php_enchant.h)
2256if test "$ver" != "%{enchantver}"; then
2257 : Error: Upstream Enchant version is now ${ver}, expecting %{enchantver}.
2258 : Update the enchantver macro and rebuild.
2259 exit 1
2260fi
2261ver=$(awk '/#define PHP_HASH_EXTVER/ {print $3}' ext/hash/php_hash.h | xargs)
2262if test "$ver" != "%{hashver}"; then
2263 : Error: Upstream HASH version is now ${ver}, expecting %{hashver}.
2264 : Update the hashver macro and rebuild.
2265 exit 1
2266fi
2267ver=$(sed -n '/#define PHP_INTL_VERSION /{s/.* "//;s/".*$//;p}' ext/intl/php_intl.h)
2268if test "$ver" != "%{intlver}"; then
2269 : Error: Upstream Intl version is now ${ver}, expecting %{intlver}.
2270 : Update the intlver macro and rebuild.
2271 exit 1
2272fi
2273
c0240cb1 2274export EXTENSION_DIR="%{php_extensiondir}"
2275# configure once (for faster debugging purposes)
2276if [ ! -f _built-conf ]; then
2277 # now remove Makefile copies
2278 rm -f Makefile.{cgi-fcgi,fpm,cli,apxs1,apxs2,litespeed}
2279 %{__libtoolize}
2280 %{__aclocal}
2281 cp -f /usr/share/automake/config.* .
2282 ./buildconf --force
2283 touch _built-conf
2284fi
2285export PROG_SENDMAIL="/usr/lib/sendmail"
37a01857 2286export CPPFLAGS="-DDEBUG_FASTCGI -DHAVE_STRNDUP -DOPENSSL_NO_SSL2=1 -DOPENSSL_NO_SSL3=1 %{rpmcppflags} \
c0240cb1 2287 -I%{_includedir}/xmlrpc-epi"
2288
2289sapis="
2290cli
2291%if %{with cgi}
2292cgi-fcgi
2293%endif
2294%if %{with litespeed}
2295litespeed
2296%endif
2297%if %{with fpm}
2298fpm
2299%endif
13f02a12
ER
2300%if %{with embed}
2301embed
2302%endif
c0240cb1 2303%if %{with apache1}
2304apxs1
2305%endif
2306%if %{with apache2}
2307apxs2
2308%endif
2309"
2310for sapi in $sapis; do
2311 : SAPI $sapi
2312 # skip if already configured (for faster debugging purposes)
2313 [ -f Makefile.$sapi ] && continue
2314
2315 sapi_args=''
2316 case $sapi in
2317 cgi-fcgi)
2318 sapi_args='--disable-cli'
2319 ;;
2320 cli)
2321 sapi_args='--disable-cgi %{?with_gcov:--enable-gcov}'
2322 ;;
2323 fpm)
96ae08b1 2324 sapi_args='--disable-cli --disable-cgi --enable-fpm'
c0240cb1 2325 ;;
13f02a12 2326 embed)
82e4c42c 2327 sapi_args='--disable-cli --disable-cgi --enable-embed'
13f02a12 2328 ;;
c0240cb1 2329 apxs1)
2330 ver=$(rpm -q --qf '%{V}' apache1-devel)
96ae08b1 2331 sapi_args="--disable-cli --disable-cgi --with-apxs=%{apxs1} --with-apache-version=$ver"
c0240cb1 2332 ;;
2333 apxs2)
2334 ver=$(rpm -q --qf '%{V}' apache-devel)
96ae08b1 2335 sapi_args="--disable-cli --disable-cgi --with-apxs2=%{apxs2} --with-apache-version=$ver"
c0240cb1 2336 ;;
2337 litespeed)
96ae08b1 2338 sapi_args='--disable-cli --disable-cgi --with-litespeed '
c0240cb1 2339 ;;
2340 esac
2341
2342 %configure \
b7a18119 2343 EXTRA_LDFLAGS="%{rpmldflags}" \
c0240cb1 2344 $sapi_args \
2345%if "%{!?configure_cache:0}%{?configure_cache}" == "0"
2346 --cache-file=config.cache \
2347%endif
2348 --with-libdir=%{_lib} \
2349 --with-config-file-path=%{_sysconfdir} \
2350 --with-config-file-scan-dir=%{_sysconfdir}/conf.d \
c0240cb1 2351 --with-system-tzdata \
2352 --%{!?debug:dis}%{?debug:en}able-debug \
2353 %{?with_zts:--enable-maintainer-zts} \
2354 --enable-inline-optimization \
2355 --enable-bcmath=shared \
2356 --enable-calendar=shared \
2357 --enable-ctype=shared \
2358 --enable-dba=shared \
2359 --enable-dom=shared \
2360 --enable-exif=shared \
2361 --enable-fileinfo=shared \
2362 --enable-ftp=shared \
2363 --enable-gd-native-ttf \
689a4e56 2364 %{?with_intl:--enable-intl=shared} \
c0240cb1 2365 --enable-libxml \
c0240cb1 2366 --enable-mbstring=shared,all \
2367 --enable-mbregex \
2368 --enable-pcntl=shared \
2369 --enable-pdo=shared \
2370 --enable-json=shared \
2371 --enable-hash=shared \
2372 --enable-xmlwriter=shared \
2373%if %{with fpm}
2374 --with-fpm-user=http \
2375 --with-fpm-group=http \
2376%endif
2377%if %{with mssql} || %{with sybase_ct}
2378 --with-pdo-dblib=shared \
2379%endif
2380%if %{with interbase} && %{without interbase_inst}
2381 --with-pdo-firebird=shared,/usr \
2382%endif
2383 %{?with_mhash:--with-mhash=yes} \
2384 --with-mysql-sock=/var/lib/mysql/mysql.sock \
81d9fe7d 2385 --with-pdo-mysql=shared,%{!?with_mysqlnd:/usr}%{?with_mysqlnd:mysqlnd} \
329b4394 2386 %{?with_oci:--with-pdo-oci=shared%{?with_instantclient:,instantclient,%{_libdir}}} \
c0240cb1 2387 %{?with_odbc:--with-pdo-odbc=shared,unixODBC,/usr} \
2388 %{?with_pgsql:--with-pdo-pgsql=shared} \
2389 %{?with_pdo_sqlite:--with-pdo-sqlite=shared,/usr} \
d8c3b589 2390 %{?with_webp:--with-vpx-dir=/usr} \
c0240cb1 2391 --without-libexpat-dir \
2392 --enable-posix=shared \
2393 --enable-shared \
2394 --enable-session=shared \
2395 --enable-shmop=shared \
2396 --enable-simplexml=shared \
2397 --enable-sysvmsg=shared \
2398 --enable-sysvsem=shared \
2399 --enable-sysvshm=shared \
c0240cb1 2400 --enable-soap=shared \
2401 --enable-sockets=shared \
2402 --enable-tokenizer=shared \
c0240cb1 2403 %{?with_wddx:--enable-wddx=shared} \
2404 --enable-xml=shared \
2405 --enable-xmlreader=shared \
2406 --with-bz2=shared \
2407 %{__with_without curl curl shared} \
2408 --with-db4 \
2409 --with-iconv=shared \
13f02a12 2410 %{?with_enchant:--with-enchant=shared,/usr} \
c0240cb1 2411 --with-freetype-dir=shared \
2412 --with-gettext=shared \
2413 --with-gd=shared%{?with_system_gd:,/usr} \
2414 --with-gdbm \
2415 --with-gmp=shared \
2416 %{?with_imap:--with-imap=shared --with-imap-ssl} \
2417 %{?with_interbase:--with-interbase=shared%{!?with_interbase_inst:,/usr}} \
2418 --with-jpeg-dir=/usr \
2419 %{?with_ldap:--with-ldap=shared --with-ldap-sasl} \
2420 --with-mcrypt=shared \
2421 %{?with_mm:--with-mm} \
2422 %{?with_mssql:--with-mssql=shared} \
81d9fe7d
ER
2423 %{?with_mysqlnd:--enable-mysqlnd=shared} \
2424 --with-mysql=shared,%{!?with_mysqlnd:/usr}%{?with_mysqlnd:mysqlnd} \
2425 %{?with_mysqli:--with-mysqli=shared,%{!?with_mysqlnd:/usr/bin/mysql_config}%{?with_mysqlnd:mysqlnd}} \
329b4394 2426 %{?with_oci:--with-oci8=shared%{?with_instantclient:,instantclient,%{_libdir}}} \
8328535b 2427 %{?with_opcache:--enable-opcache=shared} \
c0240cb1 2428 %{?with_openssl:--with-openssl=shared} \
2429 %{?with_kerberos5:--with-kerberos} \
36fd40c8 2430 --with-tcadb=/usr \
c0240cb1 2431 %{__with_without pcre pcre-regex /usr} \
2432 %{__enable_disable filter filter shared} \
2433 --with-pear=%{php_pear_dir} \
2434 %{__with_without pgsql pgsql shared,/usr} \
2435 %{__enable_disable phar phar shared} \
2436 --with-png-dir=/usr \
2437 %{?with_pspell:--with-pspell=shared} \
2438 --with-readline=shared \
2439 %{?with_recode:--with-recode=shared} \
2440 --with-regex=system \
2441 %{?with_snmp:--with-snmp=shared} \
2442 %{?with_sybase_ct:--with-sybase-ct=shared,/usr} \
c0240cb1 2443 %{!?with_pdo_sqlite:--without-pdo-sqlite} \
2444 %{__with_without sqlite3 sqlite3 shared,/usr} \
2445 --with-t1lib=shared \
2446 %{?with_tidy:--with-tidy=shared} \
2447 %{?with_odbc:--with-unixODBC=shared,/usr} \
2448 %{__with_without xmlrpc xmlrpc shared,/usr} \
2449 --with-xsl=shared \
2450 --with-zlib=shared \
2451 --with-zlib-dir=shared,/usr \
13f02a12 2452 %{?with_system_libzip:--with-libzip} \
c0240cb1 2453 --enable-zip=shared,/usr \
2454
2455 # save for debug
2456 cp -f Makefile Makefile.$sapi
2457 cp -f main/php_config.h php_config.h.$sapi
2458 cp -f config.log config.log.$sapi
2459done
2460
2461# as we build each SAPI in own make, adjust php-config.in forehead
529e9ea3
ER
2462sapis=$(%{__sed} -rne 's/^PHP_INSTALLED_SAPIS = (.+)/\1/p' Makefile.* | tr ' ' '\n' | sort -u | xargs)
2463%{__sed} -i -e "s,@PHP_INSTALLED_SAPIS@,$sapis," scripts/php-config.in
c0240cb1 2464
2465# must make libphp_common first, so modules can link against it.
2466cp -af php_config.h.cli main/php_config.h
2467cp -af Makefile.cli Makefile
2468%{__make} libphp_common.la
2469%{__make} build-modules
2470
2471%if %{with apache1}
2472%{__make} libtool-sapi LIBTOOL_SAPI=sapi/apache/libphp5.la -f Makefile.apxs1
2473%endif
2474
2475%if %{with apache2}
2476%{__make} libtool-sapi LIBTOOL_SAPI=sapi/apache2handler/libphp5.la -f Makefile.apxs2
2477%endif
2478
2479%if %{with litespeed}
96ae08b1 2480%{__make} -f Makefile.litespeed litespeed
c0240cb1 2481%endif
2482
4d241919
ER
2483%if %{with embed}
2484%{__make} -f Makefile.embed libphp5.la
2485%endif
2486
c0240cb1 2487# CGI/FCGI
2488%if %{with cgi}
13f02a12 2489cp -pf php_config.h.cgi-fcgi main/php_config.h
c0240cb1 2490%{__make} -f Makefile.cgi-fcgi
3aeda88b 2491[ "$(echo '<?=php_sapi_name();' | ./sapi/cgi/php-cgi -qn)" = "cgi-fcgi" ]
c0240cb1 2492%endif
2493
2494# PHP FPM
2495%if %{with fpm}
13f02a12 2496cp -pf php_config.h.fpm main/php_config.h
c0240cb1 2497%{__make} -f Makefile.fpm
3aeda88b 2498[ $(./sapi/fpm/php-fpm -n -m | grep cgi-fcgi) = "cgi-fcgi" ]
c0240cb1 2499%endif
2500
2501# CLI
13f02a12 2502cp -pf php_config.h.cli main/php_config.h
c0240cb1 2503%{__make} -f Makefile.cli
3aeda88b 2504[ "$(echo '<?=php_sapi_name();' | ./sapi/cli/php -qn)" = "cli" ]
c0240cb1 2505
2506# check for stupid xml parse breakage where &lt; and &gt; just get lost in parse result
2507./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"]));'
2508
2509# Generate stub .ini files for each extension
2510rm -rf conf.d
2511install -d conf.d
2512generate_inifiles() {
2513 for so in modules/*.so; do
2514 mod=$(basename $so .so)
8328535b
ER
2515 ext=extension
2516 # opcache.so is zend extension
2517 nm $so | grep -q zend_extension_entry && ext=zend_extension
c0240cb1 2518 conf="$mod.ini"
2519 # xml needs to be loaded before wddx
2520 [ "$mod" = "wddx" ] && conf="xml_$mod.ini"
2521 # pre needs to be loaded before SPL
2522 [ "$mod" = "pcre" ] && conf="PCRE.ini"
2523 # spl needs to be loaded before mysqli
2524 [ "$mod" = "spl" ] && conf="SPL.ini"
2525 # session needs to be loaded before php-pecl-http, php-pecl-memcache, php-pecl-session_mysql
2526 [ "$mod" = "session" ] && conf="Session.ini"
2527 # mysqlnd needs to be loaded before mysql,mysqli,pdo_mysqli
2528 [ "$mod" = "mysqlnd" ] && conf="MySQLND.ini"
2529 echo "+ $conf"
2530 cat > conf.d/$conf <<-EOF
8328535b
ER
2531 ; Enable $mod $ext module
2532 $ext=$mod.so
c0240cb1 2533 EOF
2534 done
2535}
2536generate_inifiles
2537
2538# Check that the module inner-dependencies are intact
2539PHP=./sapi/cli/php EXTENSION_DIR=modules CONFIG_DIR=conf.d ./dep-tests.sh > dep-tests.log
2540if grep -v OK dep-tests.log; then
2541 echo >&2 "The results above were not expected"
2542 exit 1
2543fi
2544
2545%if %{with gcov}
2546# Use CLI SAPI
13f02a12
ER
2547cp -pf php_config.h.cli main/php_config.h
2548cp -pf Makefile.cli Makefile
c0240cb1 2549%{__make} lcov
2550# you really don't want to package result of gcov build
2551exit 1
2552%endif
2553
c0240cb1 2554cat <<'EOF' > run-tests.sh
2555#!/bin/sh
2556export NO_INTERACTION=1 REPORT_EXIT_STATUS=1 MALLOC_CHECK_=2
2557unset TZ LANG LC_ALL || :
2558%{__make} test \
2559 EXTENSION_DIR=modules \
2560 PHP_TEST_SHARED_SYSTEM_EXTENSIONS= \
2561 RUN_TESTS_SETTINGS="-q $*"
2562EOF
2563chmod +x run-tests.sh
336b95c5
ER
2564
2565%if %{with tests}
2566# Run tests, using the CLI SAPI
2567cp -pf php_config.h.cli main/php_config.h
2568cp -pf Makefile.cli Makefile
2569
482166f6 2570./run-tests.sh -w failed.log -s tests.log
c0240cb1 2571
2572# collect failed tests into cleanup script used in prep.
482166f6
ER
2573sed -ne '/^FAILED TEST SUMMARY/,/^===/p' tests.log | sed -e '1,/^---/d;/^===/,$d' > tests-failed.log
2574sed -ne '/^via/d;/\[.*\]/{s/\t*\(.*\) \[\(.*\)\]\(.*\)/# \1\3\nmv \2{,.skip}/p}' tests-failed.log \
c0240cb1 2575 >> %{_sourcedir}/skip-tests.sh
2576
482166f6
ER
2577# if on builders, dump test log
2578tty -q || cat tests.log
5279719f
ER
2579
2580test ! -s failed.log
c0240cb1 2581%endif
2582
2583%install
2584rm -rf $RPM_BUILD_ROOT
2585install -d $RPM_BUILD_ROOT{%{_libdir}/{php,apache{,1}},%{_sysconfdir}/{apache,cgi}} \
2586 $RPM_BUILD_ROOT{%{_sbindir},%{_bindir}} \
2587 $RPM_BUILD_ROOT/etc/{apache/conf.d,httpd/conf.d} \
2588 $RPM_BUILD_ROOT%{_mandir}/man{1,8} \
2589
13f02a12
ER
2590cp -pf php_config.h.cli main/php_config.h
2591cp -pf Makefile.cli Makefile
c0240cb1 2592%{__make} install \
b27ad7c4 2593 phpbuilddir=%{_libdir}/%{name}/build \
c0240cb1 2594 INSTALL_ROOT=$RPM_BUILD_ROOT
2595
0a498a94 2596%if %{without default_php}
513e5b2c 2597# version the .phar files
0a498a94
JB
2598%{__mv} $RPM_BUILD_ROOT%{_bindir}/phar{,%{php_suffix}}.phar
2599%{__mv} $RPM_BUILD_ROOT%{_mandir}/man1/phar{,%{php_suffix}}.1
2600%endif
2601%if %{with alternatives}
dba84b01
ER
2602# touch for ghost
2603%{__rm} $RPM_BUILD_ROOT%{_bindir}/phar
2604touch $RPM_BUILD_ROOT%{_bindir}/phar
2605touch $RPM_BUILD_ROOT%{_mandir}/man1/phar.1
0a498a94 2606%endif
c0240cb1 2607
c04c07ff
ER
2608# version suffix
2609v=$(echo %{version} | cut -d. -f1-2)
2610
c0240cb1 2611# install Apache1 DSO module
2612%if %{with apache1}
13f02a12 2613libtool --mode=install install -p sapi/apache/libphp5.la $RPM_BUILD_ROOT%{_libdir}/apache1
0a498a94 2614%{__mv} $RPM_BUILD_ROOT%{_libdir}/apache1/libphp5{,-$v}.so
901e8824 2615ln -s libphp5-$v.so $RPM_BUILD_ROOT%{_libdir}/apache1/mod_php.so
c0240cb1 2616%endif
2617
2618# install Apache2 DSO module
2619%if %{with apache2}
13f02a12 2620libtool --mode=install install -p sapi/apache2handler/libphp5.la $RPM_BUILD_ROOT%{_libdir}/apache
0a498a94 2621%{__mv} $RPM_BUILD_ROOT%{_libdir}/apache/libphp5{,-$v}.so
901e8824 2622ln -s libphp5-$v.so $RPM_BUILD_ROOT%{_libdir}/apache/mod_php.so
c0240cb1 2623%endif
2624
2625# install litespeed sapi
2626%if %{with litespeed}
f9101cd2 2627libtool --mode=install install -p sapi/litespeed/php $RPM_BUILD_ROOT%{_sbindir}/%{name}.litespeed
c0240cb1 2628%endif
2629
13f02a12 2630libtool --mode=install install -p libphp_common.la $RPM_BUILD_ROOT%{_libdir}
c0240cb1 2631
2632# install CGI/FCGI
2633%if %{with cgi}
13f02a12 2634# install-cgi
694e535c
ER
2635libtool --mode=install install -p sapi/cgi/php-cgi $RPM_BUILD_ROOT%{_bindir}/%{name}.cgi
2636ln -sf %{name}.cgi $RPM_BUILD_ROOT%{_bindir}/%{name}.fcgi
13f02a12 2637cp -p %{SOURCE3} $RPM_BUILD_ROOT%{_sysconfdir}/php-cgi-fcgi.ini
c0240cb1 2638%endif
2639
2640# install FCGI PM
2641%if %{with fpm}
2642install -d $RPM_BUILD_ROOT{%{_sysconfdir}/fpm.d,%{_sbindir}}
f9101cd2
ER
2643libtool --mode=install install -p sapi/fpm/php-fpm $RPM_BUILD_ROOT%{_sbindir}/%{name}-fpm
2644cp -p sapi/fpm/php-fpm.8 $RPM_BUILD_ROOT%{_mandir}/man8/%{name}-fpm.8
13f02a12 2645cp -p sapi/fpm/php-fpm.conf $RPM_BUILD_ROOT%{_sysconfdir}
b604e307 2646cp -p sapi/fpm/php-fpm.conf-d $RPM_BUILD_ROOT%{_sysconfdir}/fpm.d/www.conf
c0240cb1 2647install -d $RPM_BUILD_ROOT/etc/rc.d/init.d
f9101cd2 2648install -p %{SOURCE10} $RPM_BUILD_ROOT/etc/rc.d/init.d/%{name}-fpm
d307ed78
ER
2649install -d $RPM_BUILD_ROOT/etc/logrotate.d
2650cp -p %{SOURCE11} $RPM_BUILD_ROOT/etc/logrotate.d/%{name}-fpm
db9dad5e
ER
2651%if "%{pld_release}" == "ac"
2652%{__sed} -i -e '/su/d' $RPM_BUILD_ROOT/etc/logrotate.d/%{name}-fpm
2653%endif
d307ed78 2654
0a498a94 2655%if %{with alternatives}
49d5c4ee
ER
2656# touch for ghost for alternatives
2657touch $RPM_BUILD_ROOT%{_sbindir}/php-fpm
0a498a94 2658%endif
49d5c4ee 2659
f9101cd2
ER
2660%{__sed} -i -e '
2661 s#/usr/lib/php#%{php_extensiondir}#
2662 s#/etc/php#%{_sysconfdir}#
2663 s#@processname@#%{name}-fpm#g
b604e307 2664' $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
2665%endif
2666
2667# install Embedded API
2668%if %{with embed}
13f02a12 2669# we could use install-headers from Makefile.embed, but that would reinstall all headers
82e4c42c 2670# install-sapi installs to wrong dir, so just do it all manually
13f02a12 2671install -d $RPM_BUILD_ROOT%{_includedir}/php/sapi/embed
82e4c42c 2672install -p libs/libphp5.so $RPM_BUILD_ROOT%{_libdir}
13f02a12 2673cp -p sapi/embed/php_embed.h $RPM_BUILD_ROOT%{_includedir}/php/sapi/embed
c0240cb1 2674%endif
2675
2676# install CLI
580d93e0
ER
2677# versioned suffix is always installed
2678libtool --mode=install install -p sapi/cli/php $RPM_BUILD_ROOT%{_bindir}/php%{ver_suffix}
2679cp -p sapi/cli/php.1 $RPM_BUILD_ROOT%{_mandir}/man1/php%{ver_suffix}.1
2680echo ".so php%{ver_suffix}.1" >$RPM_BUILD_ROOT%{_mandir}/man1/php.1
2681ln -sf php%{ver_suffix} $RPM_BUILD_ROOT%{_bindir}/php
c0240cb1 2682
f831b4f0 2683cp -p php.ini $RPM_BUILD_ROOT%{_sysconfdir}/php.ini
13f02a12 2684cp -p %{SOURCE5} $RPM_BUILD_ROOT%{_sysconfdir}/php-cli.ini
c0240cb1 2685
2686%if %{with apache1}
13f02a12
ER
2687cp -p %{SOURCE2} $RPM_BUILD_ROOT/etc/apache/conf.d/70_mod_php.conf
2688cp -p %{SOURCE4} $RPM_BUILD_ROOT%{_sysconfdir}/php-apache.ini
2689%{__rm} -f $RPM_BUILD_ROOT%{_libdir}/apache1/libphp5.la
c0240cb1 2690%endif
2691
2692%if %{with apache2}
13f02a12
ER
2693cp -p %{SOURCE2} $RPM_BUILD_ROOT/etc/httpd/conf.d/70_mod_php.conf
2694cp -p %{SOURCE4} $RPM_BUILD_ROOT%{_sysconfdir}/php-apache2handler.ini
2695%{__rm} -f $RPM_BUILD_ROOT%{_libdir}/apache/libphp5.la
c0240cb1 2696%endif
2697
f831b4f0 2698# ensure that paths are correct for current php version and arch
37a42448 2699grep -El '/etc/php/|/usr/lib/php/' $RPM_BUILD_ROOT%{_sysconfdir}/*.ini | xargs -r \
f831b4f0
ER
2700%{__sed} -i -e '
2701 s#/usr/lib/php#%{php_extensiondir}#
2702 s#/etc/php#%{_sysconfdir}#
63bcb1b6 2703'
f831b4f0 2704
c0240cb1 2705install -d $RPM_BUILD_ROOT%{_sysconfdir}/conf.d
13f02a12 2706cp -p conf.d/*.ini $RPM_BUILD_ROOT%{_sysconfdir}/conf.d
c0240cb1 2707
2708# per SAPI ini directories
2709install -d $RPM_BUILD_ROOT%{_sysconfdir}/{cgi-fcgi,cli,apache,apache2handler}.d
2710
2711# for CLI SAPI only
0a498a94 2712%{__mv} $RPM_BUILD_ROOT%{_sysconfdir}/{conf.d/readline.ini,cli.d}
c0240cb1 2713
2714# use system automake and {lib,sh}tool
77ee6bb7 2715ln -snf /usr/share/automake/config.{guess,sub} $RPM_BUILD_ROOT%{_libdir}/%{name}/build
b27ad7c4 2716ln -snf %{_bindir}/shtool $RPM_BUILD_ROOT%{_libdir}/%{name}/build
77ee6bb7
ER
2717for fn in libtool.m4 lt~obsolete.m4 ltoptions.m4 ltsugar.m4 ltversion.m4; do
2718 f=%{_aclocaldir}/$fn
2719 test -f $f || continue
2720 ln -snf $f $RPM_BUILD_ROOT%{_libdir}/%{name}/build
2721done
2722for fn in ltmain.sh config/ltmain.sh build-aux/ltmain.sh; do
2723 f=/usr/share/libtool/$fn
2724 test -f $f || continue
2725 ln -snf $f $RPM_BUILD_ROOT%{_libdir}/%{name}/build
2726 break
2727done
b27ad7c4 2728sed -i -e '/^phpdir/ s,/php/build,/%{name}/build,' $RPM_BUILD_ROOT%{_bindir}/phpize
c0240cb1 2729
2730# for php-pecl-mailparse
2731install -d $RPM_BUILD_ROOT%{_includedir}/php/ext/mbstring
13f02a12 2732cp -p ext/mbstring/libmbfl/mbfl/*.h $RPM_BUILD_ROOT%{_includedir}/php/ext/mbstring
c0240cb1 2733
2734# tests
2735install -d $RPM_BUILD_ROOT%{php_data_dir}/tests/php
2736install -p run-tests.php $RPM_BUILD_ROOT%{php_data_dir}/tests/php/run-tests.php
2737cp -a tests/* $RPM_BUILD_ROOT%{php_data_dir}/tests/php
2738
13f02a12
ER
2739# fix install paths, avoid evil rpaths
2740sed -i -e "s|^libdir=.*|libdir='%{_libdir}'|" $RPM_BUILD_ROOT%{_libdir}/libphp_common.la
13f02a12 2741# better solution?
b27ad7c4 2742sed -i -e 's|libphp_common.la|$(libdir)/libphp_common.la|' $RPM_BUILD_ROOT%{_libdir}/%{name}/build/acinclude.m4
13f02a12 2743
c0240cb1 2744%clean
2745rm -rf $RPM_BUILD_ROOT
2746
aa424f73 2747%post -n apache1-mod_%{name}
c0240cb1 2748if [ "$1" = "1" ]; then
2749 %service -q apache restart
2750fi
2751
aa424f73 2752%postun -n apache1-mod_%{name}
c0240cb1 2753if [ "$1" = "0" ]; then
2754 %service -q apache restart
2755fi
2756
aa424f73 2757%post -n apache-mod_%{name}
c0240cb1 2758if [ "$1" = "1" ]; then
2759 %service -q httpd restart
2760fi
2761
aa424f73 2762%postun -n apache-mod_%{name}
c0240cb1 2763if [ "$1" = "0" ]; then
2764 %service -q httpd restart
2765fi
2766
2767%pre fpm
2768%useradd -u 51 -r -s /bin/false -c "HTTP User" -g http http
2769
2770%post fpm
ff9cec3f
ER
2771/sbin/chkconfig --add %{name}-fpm
2772%service %{name}-fpm restart
0a498a94 2773%if %{with alternatives}
49d5c4ee 2774update-alternatives --install %{_sbindir}/php-fpm php-fpm %{_sbindir}/php%{ver_suffix}-fpm %{ver_suffix} || :
0a498a94 2775%endif
c0240cb1 2776
2777%preun fpm
2ef5b611 2778if [ "$1" = "0" ]; then
ff9cec3f
ER
2779 %service %{name}-fpm stop
2780 /sbin/chkconfig --del %{name}-fpm
0a498a94 2781%if %{with alternatives}
49d5c4ee 2782 update-alternatives --remove php-fpm %{_sbindir}/php-fpm || :
0a498a94 2783%endif
c0240cb1 2784fi
2785
2786%postun fpm
2787if [ "$1" = "0" ]; then
2788 %userremove http
2789fi
2790
13f02a12
ER
2791%post embedded -p /sbin/ldconfig
2792%postun embedded -p /sbin/ldconfig
2793
4cf34644 2794%posttrans common
c0240cb1 2795# PHP 5.3 requires timezone being setup, try setup it from tzdata
5d43dd0d
ER
2796if ! grep -q '^date.timezone[[:space:]]*=' %{_sysconfdir}/php.ini && [ -f /etc/sysconfig/timezone ]; then
2797 TIMEZONE=
2798 . /etc/sysconfig/timezone
2799 if [ "$TIMEZONE" ]; then
2800 %{__sed} -i -e "s,^;date.timezone[[:space:]]*=.*,date.timezone = $TIMEZONE," %{_sysconfdir}/php.ini
c0240cb1 2801 fi
2802fi
2803
c0240cb1 2804# minimizing apache restarts logics. we restart webserver:
2805#
2806# 1. at the end of transaction. (posttrans, feature from rpm 4.4.2)
2807# 2. first install of extension (post: $1 = 1)
2808# 2. uninstall of extension (postun: $1 == 0)
2809#
2810# the strict internal deps between extensions (and apache modules) and
2811# common package are very important for all this to work.
2812
2813# restart webserver at the end of transaction
2814[ ! -f /etc/apache/conf.d/??_mod_php.conf ] || %service -q apache restart
2815[ ! -f /etc/httpd/conf.d/??_mod_php.conf ] || %service -q httpd restart
2816
263ef8fe
ER
2817%triggerpostun common -- php-common < 4:5.3.28-7
2818# migrate configs /etc/php/conf.d -> /etc/phpXY/conf.d/
2819# do config migration in php-common trigger, as the trigger is ran after all packages are upgraded
2820# this way we can stick to one trigger, instead of attaching one for each (sub)package!
2821for f in /etc/php/*.ini.rpmsave /etc/php/*.d/*.ini.rpmsave; do
2822 test -f "$f" || continue
2823 bn=${f#/etc/php/}
2824 dn=${bn%/*}
2825 fn=${bn#*/}
2826 test "$dn" = "$fn" && dn=
2827 fn=${fn%.rpmsave}
2828 nf=%{_sysconfdir}/$dn/$fn
2829 test -f "$nf" || continue
2ef5b611
TP
2830 cp -vfb $nf{,.rpmnew}
2831 cp -vfb $f $nf
396b93df
ER
2832 %{__sed} -i -e '
2833 s#%{_libdir}/php#%{_libdir}/%{name}#
2834 s#/etc/php#%{_sysconfdir}#
2835 ' $nf
263ef8fe
ER
2836done
2837
9f2b265f
ER
2838%triggerpostun common -- %{name}-common < 4:5.5.20-2, php-common < 4:5.5.20-2
2839# switch to browscap package if the ini file has original value
2840%{__sed} -i -e 's#%{_sysconfdir}/browscap.ini#/usr/share/browscap/php_browscap.ini#' %{_sysconfdir}/php.ini
06903eea
ER
2841# disable browscap, if optional package not present
2842if [ ! -e /usr/share/browscap/php_browscap.ini ]; then
2843 %{__sed} -i -e 's#^browscap = /usr/share/browscap/php_browscap.ini#;&#' %{_sysconfdir}/php.ini
2844fi
9f2b265f 2845
901e8824
AM
2846%triggerpostun -n apache1-mod_%{name} -- apache1-mod_%{name} < 4:5.5.30-2
2847sed -i -e 's#modules/libphp5.so#modules/mod_php.so#g' /etc/apache/conf.d/*_mod_php.conf
2848
2849%triggerpostun -n apache-mod_%{name} -- apache-mod_%{name} < 4:5.5.30-2
2850sed -i -e 's#modules/libphp[57].so#modules/mod_php.so#g' /etc/httpd/conf.d/*_mod_php.conf
2851
c0240cb1 2852# common macros called at extension post/postun scriptlet
dba84b01 2853%define ext_post \
c0240cb1 2854if [ "$1" = "1" ]; then \
2855 %php_webserver_restart \
2856fi \
dba84b01
ER
2857%{nil}
2858
2859%define ext_postun \
c0240cb1 2860if [ "$1" = "0" ]; then \
2861 %php_webserver_restart \
dba84b01
ER
2862fi \
2863%{nil}
2864
2865%define extension_scripts() \
2866%post %1 \
2867%ext_post \
2868\
2869%postun %1 \
fe8ba9b5 2870%ext_postun \
c0240cb1 2871%{nil}
2872
2873# extension scripts defines
2874%extension_scripts bcmath
2875%extension_scripts bz2
2876%extension_scripts calendar
2877%extension_scripts ctype
2878%extension_scripts curl
2879%extension_scripts dba
2880%extension_scripts dom
13f02a12 2881%extension_scripts enchant
c0240cb1 2882%extension_scripts exif
2883%extension_scripts fileinfo
2884%extension_scripts filter
2885%extension_scripts ftp
2886%extension_scripts gd
2887%extension_scripts gettext
2888%extension_scripts gmp
2889%extension_scripts hash
2890%extension_scripts iconv
2891%extension_scripts imap
2892%extension_scripts interbase
2893%extension_scripts intl
2894%extension_scripts json
2895%extension_scripts ldap
2896%extension_scripts mbstring
2897%extension_scripts mcrypt
2898%extension_scripts mssql
2899%extension_scripts mysql
2900%extension_scripts mysqli
2901%extension_scripts mysqlnd
2902%extension_scripts oci8
2903%extension_scripts odbc
8328535b 2904%extension_scripts opcache
c0240cb1 2905%extension_scripts openssl
2906%extension_scripts pcre
e12b4121 2907%extension_scripts pdo
c0240cb1 2908%extension_scripts pdo-dblib
2909%extension_scripts pdo-firebird
56b7d841 2910%extension_scripts pdo-oci
c0240cb1 2911%extension_scripts pdo-mysql
2912%extension_scripts pdo-odbc
2913%extension_scripts pdo-pgsql
2914%extension_scripts pdo-sqlite
2915%extension_scripts pgsql
e12b4121 2916%extension_scripts pcntl
c0240cb1 2917%extension_scripts posix
2918%extension_scripts pspell
2919%extension_scripts recode
2920%extension_scripts session
2921%extension_scripts shmop
e12b4121 2922%extension_scripts simplexml
c0240cb1 2923%extension_scripts snmp
2924%extension_scripts soap
2925%extension_scripts sockets
2926%extension_scripts spl
c0240cb1 2927%extension_scripts sqlite3
2928%extension_scripts sybase-ct
2929%extension_scripts sysvmsg
2930%extension_scripts sysvsem
2931%extension_scripts sysvshm
2932%extension_scripts tidy
2933%extension_scripts tokenizer
2934%extension_scripts wddx
2935%extension_scripts xml
2936%extension_scripts xmlreader
2937%extension_scripts xmlrpc
2938%extension_scripts xmlwriter
2939%extension_scripts xsl
2940%extension_scripts zip
2941%extension_scripts zlib
2942
dba84b01
ER
2943%post phar
2944%ext_post
0a498a94 2945%if %{with alternatives}
dba84b01
ER
2946update-alternatives \
2947 --install %{_bindir}/phar phar %{_bindir}/phar%{ver_suffix}.phar %{ver_suffix} \
2948 --slave %{_mandir}/man1/phar.1 phar.1 %{_mandir}/man1/phar%{ver_suffix}.1* || :
0a498a94 2949%endif
dba84b01
ER
2950
2951%postun phar
2952%ext_postun
0a498a94 2953%if %{with alternatives}
dba84b01
ER
2954if [ $1 -eq 0 ]; then
2955 update-alternatives --remove phar %{_bindir}/phar || :
2956fi
0a498a94 2957%endif
dba84b01 2958
c0240cb1 2959%if %{with apache1}
aa424f73 2960%files -n apache1-mod_%{name}
c0240cb1 2961%defattr(644,root,root,755)
2962%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/apache/conf.d/*_mod_php.conf
2963%dir %{_sysconfdir}/apache.d
2964%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/php-apache.ini
901e8824 2965%attr(755,root,root) %{_libdir}/apache1/mod_php.so
c04c07ff 2966%attr(755,root,root) %{_libdir}/apache1/libphp5-*.*.so
c0240cb1 2967%endif
2968
2969%if %{with apache2}
aa424f73 2970%files -n apache-mod_%{name}
c0240cb1 2971%defattr(644,root,root,755)
2972%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/httpd/conf.d/*_mod_php.conf
51f5a9e3
AM
2973%attr(755,root,root) %{_libdir}/apache/mod_php.so
2974
2975%files -n apache-mod_%{name}-core
2976%defattr(644,root,root,755)
c0240cb1 2977%dir %{_sysconfdir}/apache2handler.d
2978%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/php-apache2handler.ini
c04c07ff 2979%attr(755,root,root) %{_libdir}/apache/libphp5-*.*.so
c0240cb1 2980%endif
2981
2982%if %{with litespeed}
2983%files litespeed
2984%defattr(644,root,root,755)
aa424f73 2985%attr(755,root,root) %{_sbindir}/%{name}.litespeed
c0240cb1 2986%endif
2987
2988%if %{with cgi}
2989%files cgi
2990%defattr(644,root,root,755)
2991%dir %{_sysconfdir}/cgi-fcgi.d
2992%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/php-cgi-fcgi.ini
694e535c
ER
2993%attr(755,root,root) %{_bindir}/%{name}.cgi
2994%attr(755,root,root) %{_bindir}/%{name}.fcgi
c0240cb1 2995%endif
2996
13f02a12
ER
2997%if %{with embed}
2998%files embedded
2999%defattr(644,root,root,755)
82e4c42c 3000%attr(755,root,root) %{_libdir}/libphp5.so
13f02a12
ER
3001%endif
3002
c0240cb1 3003%files cli
3004%defattr(644,root,root,755)
3005%dir %{_sysconfdir}/cli.d
3006%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/php-cli.ini
580d93e0
ER
3007%attr(755,root,root) %{_bindir}/php%{ver_suffix}
3008%{_mandir}/man1/php%{ver_suffix}.1*
c0240cb1 3009
3010%files program
3011%defattr(644,root,root,755)
3012%attr(755,root,root) %{_bindir}/php
872bc3df 3013%{_mandir}/man1/php.1*
c0240cb1 3014
3015%if %{with fpm}
3016%files fpm
3017%defattr(644,root,root,755)
13f02a12 3018%doc sapi/fpm/{CREDITS,LICENSE}
c0240cb1 3019%dir %{_sysconfdir}/fpm.d
3020%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/php-fpm.conf
b604e307 3021%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/fpm.d/www.conf
f9101cd2 3022%attr(755,root,root) %{_sbindir}/%{name}-fpm
0a498a94 3023%if %{with alternatives}
49d5c4ee 3024%ghost %{_sbindir}/php-fpm
0a498a94 3025%endif
f9101cd2
ER
3026%{_mandir}/man8/%{name}-fpm.8*
3027%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/logrotate.d/%{name}-fpm
3028%attr(754,root,root) /etc/rc.d/init.d/%{name}-fpm
c0240cb1 3029%endif
3030
3031%files common
3032%defattr(644,root,root,755)
13f02a12 3033%doc CREDITS EXTENSIONS LICENSE NEWS README.{PHP4-TO-PHP5-THIN-CHANGES,namespaces} UPGRADING* Zend/{LICENSE.Zend,ZEND_CHANGES} php.ini-*
c0240cb1 3034%dir %{_sysconfdir}
3035%dir %{_sysconfdir}/conf.d
3036%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/php.ini
c0240cb1 3037%attr(755,root,root) %{_libdir}/libphp_common-*.so
3038%dir %{php_extensiondir}
3039
13f02a12
ER
3040%doc ext/session/mod_files.sh
3041
c0240cb1 3042%files devel
3043%defattr(644,root,root,755)
13f02a12 3044%doc CODING_STANDARDS README.{EXTENSIONS,EXT_SKEL,PARAMETER_PARSING_API,SELF-CONTAINED-EXTENSIONS,STREAMS,SUBMITTING_PATCH,TESTING,TESTING2,UNIX-BUILD-SYSTEM,input_filter}
c0240cb1 3045%attr(755,root,root) %{_bindir}/phpize
3046%attr(755,root,root) %{_bindir}/php-config
3047%attr(755,root,root) %{_libdir}/libphp_common.so
3048%{_libdir}/libphp_common.la
3049%{_includedir}/php
b27ad7c4 3050%{_libdir}/%{name}/build
c0240cb1 3051%{_mandir}/man1/php-config.1*
3052%{_mandir}/man1/phpize.1*
3053
3054%files bcmath
3055%defattr(644,root,root,755)
3056%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/bcmath.ini
3057%attr(755,root,root) %{php_extensiondir}/bcmath.so
3058
3059%files bz2
3060%defattr(644,root,root,755)
8cd9d573 3061%doc ext/bz2/CREDITS
c0240cb1 3062%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/bz2.ini
3063%attr(755,root,root) %{php_extensiondir}/bz2.so
3064
3065%files calendar
3066%defattr(644,root,root,755)
8cd9d573 3067%doc ext/calendar/CREDITS
c0240cb1 3068%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/calendar.ini
3069%attr(755,root,root) %{php_extensiondir}/calendar.so
3070
3071%files ctype
3072%defattr(644,root,root,755)
8cd9d573 3073%doc ext/calendar/CREDITS
c0240cb1 3074%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/ctype.ini
3075%attr(755,root,root) %{php_extensiondir}/ctype.so
3076
3077%if %{with curl}
3078%files curl
3079%defattr(644,root,root,755)
8cd9d573 3080%doc ext/curl/CREDITS
c0240cb1 3081%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/curl.ini
3082%attr(755,root,root) %{php_extensiondir}/curl.so
3083%endif
3084
3085%files dba
3086%defattr(644,root,root,755)
cd6e98f7 3087%doc ext/dba/{CREDITS,README}
c0240cb1 3088%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/dba.ini
3089%attr(755,root,root) %{php_extensiondir}/dba.so
3090
3091%files dom
3092%defattr(644,root,root,755)
8cd9d573 3093%doc ext/dom/{CREDITS,TODO}
c0240cb1 3094%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/dom.ini
3095%attr(755,root,root) %{php_extensiondir}/dom.so
3096
e5448b0f 3097%if %{with enchant}
13f02a12
ER
3098%files enchant
3099%defattr(644,root,root,755)
3100%doc ext/enchant/{CREDITS,docs/examples}
3101%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/enchant.ini
3102%attr(755,root,root) %{php_extensiondir}/enchant.so
e5448b0f 3103%endif
13f02a12 3104
c0240cb1 3105%files exif
3106%defattr(644,root,root,755)
8cd9d573 3107%doc ext/exif/CREDITS
c0240cb1 3108%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/exif.ini
3109%attr(755,root,root) %{php_extensiondir}/exif.so
3110
3111%files fileinfo
3112%defattr(644,root,root,755)
8cd9d573 3113%doc ext/fileinfo/CREDITS
c0240cb1 3114%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/fileinfo.ini
3115%attr(755,root,root) %{php_extensiondir}/fileinfo.so
3116
3117%if %{with filter}
3118%files filter
3119%defattr(644,root,root,755)
8cd9d573 3120%doc ext/filter/{CREDITS,docs/*}
c0240cb1 3121%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/filter.ini
3122%attr(755,root,root) %{php_extensiondir}/filter.so
3123%endif
3124
3125%files ftp
3126%defattr(644,root,root,755)
8cd9d573 3127%doc ext/ftp/CREDITS
c0240cb1 3128%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/ftp.ini
3129%attr(755,root,root) %{php_extensiondir}/ftp.so
3130
3131%files gd
3132%defattr(644,root,root,755)
8cd9d573 3133%doc ext/gd/CREDITS
c0240cb1 3134%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/gd.ini
3135%attr(755,root,root) %{php_extensiondir}/gd.so
3136
3137%files gettext
3138%defattr(644,root,root,755)
8cd9d573 3139%doc ext/gettext/CREDITS
c0240cb1 3140%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/gettext.ini
3141%attr(755,root,root) %{php_extensiondir}/gettext.so
3142
3143%files gmp
3144%defattr(644,root,root,755)
8cd9d573 3145%doc ext/gmp/{CREDITS,README,TODO}
c0240cb1 3146%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/gmp.ini
3147%attr(755,root,root) %{php_extensiondir}/gmp.so
3148
3149%files hash
3150%defattr(644,root,root,755)
8cd9d573 3151%doc ext/hash/{CREDITS,README}
c0240cb1 3152%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/hash.ini
3153%attr(755,root,root) %{php_extensiondir}/hash.so
3154
3155%files iconv
3156%defattr(644,root,root,755)
8cd9d573 3157%doc ext/iconv/CREDITS
c0240cb1 3158%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/iconv.ini
3159%attr(755,root,root) %{php_extensiondir}/iconv.so
3160
3161%if %{with imap}
3162%files imap
3163%defattr(644,root,root,755)
8cd9d573 3164%doc ext/imap/CREDITS
c0240cb1 3165%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/imap.ini
3166%attr(755,root,root) %{php_extensiondir}/imap.so
3167%endif
3168
3169%if %{with interbase}
3170%files interbase
3171%defattr(644,root,root,755)
8cd9d573 3172%doc ext/interbase/CREDITS
c0240cb1 3173%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/interbase.ini
3174%attr(755,root,root) %{php_extensiondir}/interbase.so
3175%endif
3176
689a4e56 3177%if %{with intl}
c0240cb1 3178%files intl
3179%defattr(644,root,root,755)
8cd9d573 3180%doc ext/intl/{CREDITS,TODO}
c0240cb1 3181%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/intl.ini
3182%attr(755,root,root) %{php_extensiondir}/intl.so
689a4e56 3183%endif
c0240cb1 3184
3185%files json
3186%defattr(644,root,root,755)
8cd9d573 3187%doc ext/json/CREDITS
c0240cb1 3188%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/json.ini
3189%attr(755,root,root) %{php_extensiondir}/json.so
3190
3191%if %{with ldap}
3192%files ldap
3193%defattr(644,root,root,755)
8cd9d573 3194%doc ext/ldap/CREDITS
c0240cb1 3195%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/ldap.ini
3196%attr(755,root,root) %{php_extensiondir}/ldap.so
3197%endif
3198
3199%files mbstring
3200%defattr(644,root,root,755)
8cd9d573 3201%doc ext/mbstring/{CREDITS,README*}
c0240cb1 3202%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/mbstring.ini
3203%attr(755,root,root) %{php_extensiondir}/mbstring.so
3204
3205%files mcrypt
3206%defattr(644,root,root,755)
8cd9d573 3207%doc ext/mcrypt/{CREDITS,TODO}
c0240cb1 3208%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/mcrypt.ini
3209%attr(755,root,root) %{php_extensiondir}/mcrypt.so
3210
3211%if %{with mssql}
3212%files mssql
3213%defattr(644,root,root,755)
8cd9d573 3214%doc ext/mssql/CREDITS
c0240cb1 3215%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/mssql.ini
3216%attr(755,root,root) %{php_extensiondir}/mssql.so
3217%endif
3218
3219%files mysql
3220%defattr(644,root,root,755)
8cd9d573 3221%doc ext/mysql/CREDITS
c0240cb1 3222%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/mysql.ini
3223%attr(755,root,root) %{php_extensiondir}/mysql.so
3224
3225%if %{with mysqli}
3226%files mysqli
3227%defattr(644,root,root,755)
8cd9d573 3228%doc ext/mysqli/{CREDITS,TODO}
c0240cb1 3229%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/mysqli.ini
3230%attr(755,root,root) %{php_extensiondir}/mysqli.so
3231%endif
3232
3233%if %{with mysqlnd}
3234%files mysqlnd
3235%defattr(644,root,root,755)
8cd9d573 3236%doc ext/mysqlnd/CREDITS
c0240cb1 3237%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/MySQLND.ini
3238%attr(755,root,root) %{php_extensiondir}/mysqlnd.so
3239%endif
3240
329b4394 3241%if %{with oci}
c0240cb1 3242%files oci8
3243%defattr(644,root,root,755)
580d93e0 3244%doc ext/oci8/{CREDITS,README}
c0240cb1 3245%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/oci8.ini
3246%attr(755,root,root) %{php_extensiondir}/oci8.so
3247%endif
3248
3249%if %{with odbc}
3250%files odbc
3251%defattr(644,root,root,755)
8cd9d573 3252%doc ext/odbc/CREDITS
c0240cb1 3253%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/odbc.ini
3254%attr(755,root,root) %{php_extensiondir}/odbc.so
3255%endif
3256
8328535b
ER
3257%if %{with opcache}
3258%files opcache
3259%defattr(644,root,root,755)
3260%doc ext/opcache/README
3261%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/opcache.ini
3262%attr(755,root,root) %{php_extensiondir}/opcache.so
3263%endif
3264
c0240cb1 3265%if %{with openssl}
3266%files openssl
3267%defattr(644,root,root,755)
8cd9d573 3268%doc ext/openssl/{CREDITS,README}
c0240cb1 3269%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/openssl.ini
3270%attr(755,root,root) %{php_extensiondir}/openssl.so
3271%endif
3272
3273%files pcntl
3274%defattr(644,root,root,755)
8cd9d573 3275%doc ext/pcntl/{CREDITS,README}
c0240cb1 3276%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/pcntl.ini
3277%attr(755,root,root) %{php_extensiondir}/pcntl.so
3278
3279%if %{with pcre}
3280%files pcre
3281%defattr(644,root,root,755)
8cd9d573 3282%doc ext/pcre/CREDITS
c0240cb1 3283%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/PCRE.ini
3284%attr(755,root,root) %{php_extensiondir}/pcre.so
3285%endif
3286
3287%files pdo
3288%defattr(644,root,root,755)
8cd9d573 3289%doc ext/pdo/{CREDITS,README,TODO}
c0240cb1 3290%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/pdo.ini
3291%attr(755,root,root) %{php_extensiondir}/pdo.so
3292
3293%if %{with mssql} || %{with sybase_ct}
3294%files pdo-dblib
3295%defattr(644,root,root,755)
8cd9d573 3296%doc ext/pdo_dblib/{CREDITS,README}
c0240cb1 3297%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/pdo_dblib.ini
3298%attr(755,root,root) %{php_extensiondir}/pdo_dblib.so
3299%endif
3300
3301%if %{with interbase} && !%{with interbase_inst}
3302%files pdo-firebird
3303%defattr(644,root,root,755)
8cd9d573 3304%doc ext/pdo_firebird/CREDITS
c0240cb1 3305%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/pdo_firebird.ini
3306%attr(755,root,root) %{php_extensiondir}/pdo_firebird.so
3307%endif
3308
3309%files pdo-mysql
3310%defattr(644,root,root,755)
8cd9d573 3311%doc ext/pdo_mysql/CREDITS
c0240cb1 3312%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/pdo_mysql.ini
3313%attr(755,root,root) %{php_extensiondir}/pdo_mysql.so
3314
329b4394 3315%if %{with oci}
c0240cb1 3316%files pdo-oci
3317%defattr(644,root,root,755)
8cd9d573 3318%doc ext/pdo_oci/CREDITS
c0240cb1 3319%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/pdo_oci.ini
3320%attr(755,root,root) %{php_extensiondir}/pdo_oci.so
3321%endif
3322
3323%if %{with odbc}
3324%files pdo-odbc
3325%defattr(644,root,root,755)
8cd9d573 3326%doc ext/pdo_odbc/CREDITS
c0240cb1 3327%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/pdo_odbc.ini
3328%attr(755,root,root) %{php_extensiondir}/pdo_odbc.so
3329%endif
3330
3331%if %{with pgsql}
3332%files pdo-pgsql
3333%defattr(644,root,root,755)
8cd9d573 3334%doc ext/pdo_pgsql/CREDITS
c0240cb1 3335%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/pdo_pgsql.ini
3336%attr(755,root,root) %{php_extensiondir}/pdo_pgsql.so
3337%endif
3338
3339%if %{with pdo_sqlite}
3340%files pdo-sqlite
3341%defattr(644,root,root,755)
8cd9d573 3342%doc ext/pdo_sqlite/CREDITS
c0240cb1 3343%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/pdo_sqlite.ini
3344%attr(755,root,root) %{php_extensiondir}/pdo_sqlite.so
3345%endif
3346
3347%if %{with pgsql}
3348%files pgsql
3349%defattr(644,root,root,755)
8cd9d573 3350%doc ext/pgsql/{CREDITS,README}
c0240cb1 3351%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/pgsql.ini
3352%attr(755,root,root) %{php_extensiondir}/pgsql.so
3353%endif
3354
3355%if %{with phar}
3356%files phar
3357%defattr(644,root,root,755)
8cd9d573 3358%doc ext/phar/{CREDITS,TODO}
c0240cb1 3359%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/phar.ini
3360%attr(755,root,root) %{php_extensiondir}/phar.so
0a498a94
JB
3361%attr(755,root,root) %{_bindir}/phar%{php_suffix}.phar
3362%{_mandir}/man1/phar%{php_suffix}.1*
3363%{_mandir}/man1/phar.phar.1*
3364%if %{with alternatives}
dba84b01
ER
3365%ghost %{_bindir}/phar
3366%ghost %{_mandir}/man1/phar.1
0a498a94
JB
3367%else
3368%attr(755,root,root) %{_bindir}/phar
3369%endif
c0240cb1 3370%endif
3371
3372%files posix
3373%defattr(644,root,root,755)
8cd9d573 3374%doc ext/posix/CREDITS
c0240cb1 3375%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/posix.ini
3376%attr(755,root,root) %{php_extensiondir}/posix.so
3377
3378%if %{with pspell}
3379%files pspell
3380%defattr(644,root,root,755)
8cd9d573 3381%doc ext/pspell/{CREDITS,README}
c0240cb1 3382%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/pspell.ini
3383%attr(755,root,root) %{php_extensiondir}/pspell.so
3384%endif
3385
3386%files readline
3387%defattr(644,root,root,755)
8cd9d573 3388%doc ext/readline/{CREDITS,README*}
c0240cb1 3389%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/cli.d/readline.ini
3390%attr(755,root,root) %{php_extensiondir}/readline.so
3391
3392%if %{with recode}
3393%files recode
3394%defattr(644,root,root,755)
8cd9d573 3395%doc ext/recode/CREDITS
c0240cb1 3396%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/recode.ini
3397%attr(755,root,root) %{php_extensiondir}/recode.so
3398%endif
3399
3400%files session
3401%defattr(644,root,root,755)
8cd9d573 3402%doc ext/session/CREDITS
c0240cb1 3403%doc ext/session/mod_files.sh
3404%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/Session.ini
3405%attr(755,root,root) %{php_extensiondir}/session.so
3406
3407%files shmop
3408%defattr(644,root,root,755)
8cd9d573 3409%doc ext/shmop/{CREDITS,README}
c0240cb1 3410%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/shmop.ini
3411%attr(755,root,root) %{php_extensiondir}/shmop.so
3412
3413%files simplexml
3414%defattr(644,root,root,755)
8cd9d573 3415%doc ext/simplexml/{CREDITS,README}
c0240cb1 3416%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/simplexml.ini
3417%attr(755,root,root) %{php_extensiondir}/simplexml.so
3418
3419%if %{with snmp}
3420%files snmp
3421%defattr(644,root,root,755)
8cd9d573 3422%doc ext/snmp/CREDITS
c0240cb1 3423%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/snmp.ini
3424%attr(755,root,root) %{php_extensiondir}/snmp.so
3425%endif
3426
3427%files soap
3428%defattr(644,root,root,755)
8cd9d573 3429%doc ext/soap/{CREDITS,TODO*}
c0240cb1 3430%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/soap.ini
3431%attr(755,root,root) %{php_extensiondir}/soap.so
3432
3433%files sockets
3434%defattr(644,root,root,755)
8cd9d573 3435%doc ext/sockets/CREDITS
c0240cb1 3436%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/sockets.ini
3437%attr(755,root,root) %{php_extensiondir}/sockets.so
3438
3439%files spl
3440%defattr(644,root,root,755)
13f02a12 3441%doc ext/spl/{CREDITS,README,TODO,examples}
c0240cb1 3442%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/SPL.ini
3443%attr(755,root,root) %{php_extensiondir}/spl.so
3444
c0240cb1 3445%if %{with sqlite3}
3446%files sqlite3
3447%defattr(644,root,root,755)
3448%doc ext/sqlite3/CREDITS
3449%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/sqlite3.ini
3450%attr(755,root,root) %{php_extensiondir}/sqlite3.so
3451%endif
3452
3453%if %{with sybase_ct}
3454%files sybase-ct
3455%defattr(644,root,root,755)
8cd9d573 3456%doc ext/sybase_ct/CREDITS
c0240cb1 3457%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/sybase_ct.ini
3458%attr(755,root,root) %{php_extensiondir}/sybase_ct.so
3459%endif
3460
3461%files sysvmsg
3462%defattr(644,root,root,755)
8cd9d573 3463%doc ext/sysvmsg/CREDITS
c0240cb1 3464%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/sysvmsg.ini
3465%attr(755,root,root) %{php_extensiondir}/sysvmsg.so
3466
3467%files sysvsem
3468%defattr(644,root,root,755)
8cd9d573 3469%doc ext/sysvsem/CREDITS
c0240cb1 3470%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/sysvsem.ini
3471%attr(755,root,root) %{php_extensiondir}/sysvsem.so
3472
3473%files sysvshm
3474%defattr(644,root,root,755)
8cd9d573 3475%doc ext/sysvshm/CREDITS
c0240cb1 3476%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/sysvshm.ini
3477%attr(755,root,root) %{php_extensiondir}/sysvshm.so
3478
3479%files tests
3480%defattr(644,root,root,755)
a3c07000 3481%dir %{php_data_dir}/tests
c0240cb1 3482%dir %{php_data_dir}/tests/php
3483%{php_data_dir}/tests/php/basic
3484%{php_data_dir}/tests/php/classes
3485%{php_data_dir}/tests/php/func
3486%{php_data_dir}/tests/php/lang
3487%{php_data_dir}/tests/php/output
3488%{php_data_dir}/tests/php/run-test
3489%{php_data_dir}/tests/php/security
3490%{php_data_dir}/tests/php/strings
3491%{php_data_dir}/tests/php/quicktester.inc
3492%attr(755,root,root) %{php_data_dir}/tests/php/run-tests.php
3493
3494%if %{with tidy}
3495%files tidy
3496%defattr(644,root,root,755)
8cd9d573 3497%doc ext/tidy/{CREDITS,README}
c0240cb1 3498%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/tidy.ini
3499%attr(755,root,root) %{php_extensiondir}/tidy.so
3500%endif
3501
3502%files tokenizer
3503%defattr(644,root,root,755)
8cd9d573 3504%doc ext/tokenizer/CREDITS
c0240cb1 3505%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/tokenizer.ini
3506%attr(755,root,root) %{php_extensiondir}/tokenizer.so
3507
3508%if %{with wddx}
3509%files wddx
3510%defattr(644,root,root,755)
8cd9d573 3511%doc ext/wddx/CREDITS
c0240cb1 3512%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*wddx.ini
3513%attr(755,root,root) %{php_extensiondir}/wddx.so
3514%endif
3515
3516%files xml
3517%defattr(644,root,root,755)
8cd9d573 3518%doc ext/xml/CREDITS
c0240cb1 3519%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/xml.ini
3520%attr(755,root,root) %{php_extensiondir}/xml.so
3521
3522%files xmlreader
3523%defattr(644,root,root,755)
8cd9d573 3524%doc ext/xmlreader/{CREDITS,README,TODO,examples}
c0240cb1 3525%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/xmlreader.ini
3526%attr(755,root,root) %{php_extensiondir}/xmlreader.so
3527
3528%if %{with xmlrpc}
3529%files xmlrpc
3530%defattr(644,root,root,755)
8cd9d573 3531%doc ext/xmlrpc/CREDITS
c0240cb1 3532%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/xmlrpc.ini
3533%attr(755,root,root) %{php_extensiondir}/xmlrpc.so
3534%endif
3535
3536%files xmlwriter
3537%defattr(644,root,root,755)
8cd9d573 3538%doc ext/xmlwriter/{CREDITS,TODO}
c0240cb1 3539%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/xmlwriter.ini
3540%attr(755,root,root) %{php_extensiondir}/xmlwriter.so
3541
3542%files xsl
3543%defattr(644,root,root,755)
8cd9d573 3544%doc ext/xsl/CREDITS
c0240cb1 3545%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/xsl.ini
3546%attr(755,root,root) %{php_extensiondir}/xsl.so
3547
3548%files zip
3549%defattr(644,root,root,755)
8cd9d573 3550%doc ext/zip/{CREDITS,TODO}
c0240cb1 3551%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/zip.ini
3552%attr(755,root,root) %{php_extensiondir}/zip.so
3553
3554%files zlib
3555%defattr(644,root,root,755)
8cd9d573 3556%doc ext/zlib/CREDITS
c0240cb1 3557%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/zlib.ini
3558%attr(755,root,root) %{php_extensiondir}/zlib.so
This page took 0.867961 seconds and 4 git commands to generate.