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