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