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