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