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