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