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