]> git.pld-linux.org Git - packages/php.git/blame - php.spec
devel obsoletes php70-devel
[packages/php.git] / php.spec
CommitLineData
8d42644e
ER
1# TODO 5.6:
2# - phpdbg: link with libphp_common
fdbf13b1 3# - enable --with-fpm-systemd, but ensure it checks for sd_booted()
6807c643 4# - build with system libgd 2.1, see 73c5128
02d2dcbb 5# TODO 5.4:
02d2dcbb
ER
6# - update imap annotations patch (needs api porting)
7# - update imap myrights patch (needs api porting)
02d2dcbb 8# --with-libmbfl=DIR MBSTRING: Use external libmbfl. DIR is the libmbfl base install directory BUNDLED
ea0fc5e3 9# --with-onig=DIR MBSTRING: Use external oniguruma. DIR is the oniguruma install prefix.
13f02a12
ER
10# UNPACKAGED EXTENSION NOTES:
11# - com_dotnet is Win32-only
c0240cb1 12# TODO:
ef621865
ER
13# - fileinfo extension bundles magic db in library: data_file.c (dump of magic.mgc) is 14M
14# - 2.3M fileinfo.so php54-fileinfo-5.4.6-0.15.x86_64
15# - 2.3M fileinfo.so php-fileinfo-5.3.16-1.x86_64
16# - 13K fileinfo.so php-pecl-fileinfo-1.0.4-8.amd64
c0240cb1 17# - ttyname_r() misdetected http://bugs.php.net/bug.php?id=48820
18# - wddx: restore session support (not compiled in due DL extension check)
c0240cb1 19# - make additional headers and checking added by mail patch configurable
20# - modularize standard (output from pure php -m)?
c0240cb1 21# - WARNING: Phar: sha256/sha512 signature support disabled if ext/hash is
22# built shared, also PHAR_HAVE_OPENSSL is false if openssl is built shared.
23# make it runtime dep and add Suggests (or php warning messages)
24# - some mods should be shared:
25#$ php -m
26# [PHP Modules]
27#+Core
28# date
29#+ereg
30# libxml
31# Reflection
8d42644e 32# standard
c0240cb1 33#
34# Conditional build:
24cbb89e
ER
35# - General options:
36%bcond_without embed # disable building Embedded API
37%bcond_with default_php # use this PHP as default PHP in distro
38%bcond_with gcov # Enable Code coverage reporting
bf3d72cc 39%bcond_without instantclient # build Oracle oci8 extension module against oracle-instantclient package
24cbb89e
ER
40%bcond_with interbase_inst # use InterBase install., not Firebird (BR: proprietary libs)
41%bcond_without kerberos5 # without Kerberos5 support
42%bcond_with mm # without mm support for session storage
43%bcond_with suhosin # with suhosin patch, has little point in PHP>=5.3, see https://github.com/stefanesser/suhosin/issues/42#issuecomment-41728178
0282b86e 44%bcond_with system_gd # with system gd (imageantialias function is missing then)
13f02a12 45%bcond_with system_libzip # with system libzip (reported broken currently)
e2bde909 46%bcond_with systemtap # systemtap/DTrace support
24cbb89e
ER
47%bcond_with tests # default off; test process very often hangs on builders, approx run time 45m; perform "make test"
48%bcond_without webp # Without WebP support in GD extension (imagecreatefromwebp)
49%bcond_with zts # Zend Thread Safety
50# - SAPI
51%bcond_without apache1 # disable building Apache 1.3.x SAPI
52%bcond_without apache2 # disable building Apache 2.x SAPI
53%bcond_without cgi # disable CGI/FCGI SAPI
54%bcond_without fpm # disable FPM SAPI
55%bcond_without litespeed # build litespeed SAPI
56%bcond_with milter # disable Milter SAPI
57%bcond_without phpdbg # disable phpdbg SAPI
58# - Extensions
476107e3
ER
59%bcond_without bcmath # without bcmath extension module
60%bcond_without bz2 # without bz2 extension module
61%bcond_without calendar # without calendar extension module
62%bcond_without ctype # without ctype extension module
c0240cb1 63%bcond_without curl # without CURL extension module
476107e3
ER
64%bcond_without dba # without DBA extension module
65%bcond_without dom # without DOM extension module
13f02a12 66%bcond_without enchant # without Enchant extension module
4b4c3c50 67%bcond_without ereg # without ext/ereg support
476107e3
ER
68%bcond_without exif # without EXIF extension module
69%bcond_without fileinfo # without fileinfo extension module
d8c3b589 70%bcond_without filter # without filter extension module
476107e3
ER
71%bcond_without ftp # without FTP extension module
72%bcond_without gd # without GD extension module
73%bcond_without gettext # without gettext extension module
74%bcond_without gmp # without gmp extension module
75%bcond_without hash # without hash extension module
76%bcond_without iconv # without iconv extension module
c0240cb1 77%bcond_without imap # without IMAP extension module
78%bcond_without interbase # without InterBase extension module
689a4e56 79%bcond_without intl # without Intl extension module
476107e3 80%bcond_without json # without json extension module
c0240cb1 81%bcond_without ldap # without LDAP extension module
476107e3
ER
82%bcond_without mbstring # without mbstring extension module
83%bcond_without mcrypt # without mbcrypt extension module
c0240cb1 84%bcond_without mhash # without mhash extension (supported by hash extension)
c0240cb1 85%bcond_without mssql # without MS SQL extension module
9cda7e6f 86%bcond_without mysql # without ext/mysql support
c0240cb1 87%bcond_without mysqli # without mysqli support (Requires mysql > 4.1)
24cbb89e
ER
88%bcond_without mysqlnd # without mysqlnd support in mysql related extensions
89%bcond_with oci # with Oracle oci8 extension module (BR: proprietary libs)
c0240cb1 90%bcond_without odbc # without ODBC extension module
8328535b 91%bcond_without opcache # without Enable Zend OPcache extension support
c0240cb1 92%bcond_without openssl # without OpenSSL support and OpenSSL extension (module)
476107e3 93%bcond_without pcntl # without pcntl extension module
c0240cb1 94%bcond_without pcre # without PCRE extension module
476107e3 95%bcond_without pdo # without PDO extension module
006a7eb1 96%bcond_without pdo_dblib # without PDO dblib extension module
476107e3 97%bcond_without pdo_mysql # without PDO MySQL extension module
24cbb89e 98%bcond_without pdo_sqlite # without PDO SQLite extension module
c0240cb1 99%bcond_without pgsql # without PostgreSQL extension module
476107e3
ER
100%bcond_without phar # without Phar extension module
101%bcond_without posix # without POSIX extension module
c0240cb1 102%bcond_without pspell # without pspell extension module
476107e3 103%bcond_without readline # without readline extension module
c0240cb1 104%bcond_without recode # without recode extension module
476107e3 105%bcond_without session # without session extension module
c0240cb1 106%bcond_without snmp # without SNMP extension module
107%bcond_without sqlite2 # without SQLite extension module
108%bcond_without sqlite3 # without SQLite3 extension module
109%bcond_without sybase_ct # without Sybase-CT extension module
110%bcond_without tidy # without Tidy extension module
111%bcond_without wddx # without WDDX extension module
112%bcond_without xmlrpc # without XML-RPC extension module
c0240cb1 113
114%define apxs1 /usr/sbin/apxs1
115%define apxs2 /usr/sbin/apxs
c0240cb1 116
117# disable all sapis
118%if %{with gcov}
119%undefine with_apache1
120%undefine with_apache2
121%undefine with_cgi
122%undefine with_litespeed
123%endif
124
125# mm is not thread safe
126%if %{with zts}
127%undefine with_mm
128%endif
129
212b9ffa
ER
130# milter requires ZTS
131%if %{with milter} && %{without zts}
132%undefine with_milter
133%endif
134
dc101b85 135%ifnarch %{ix86} %{x8664} x32 sparc sparcv9 alpha
c0240cb1 136# ppc disabled (broken on th-ppc)
137%undefine with_interbase
138%endif
139
dc101b85 140%ifnarch %{ix86} %{x8664} x32
c0240cb1 141# unsupported, see sapi/cgi/fpm/fpm_atomic.h
142%undefine with_fpm
143%endif
144
145%if 0
146%if %{without apache1} && %{without apache2}
147ERROR: You need to select at least one Apache SAPI to build shared modules.
148%endif
149%endif
150
151# filter depends on pcre
152%if %{without pcre}
153%undefine with_filter
154%endif
155
18d0d716 156%define rel 2
580d93e0 157%define orgname php
8d42644e 158%define ver_suffix 56
580d93e0 159%define php_suffix %{!?with_default_php:%{ver_suffix}}
c0240cb1 160Summary: PHP: Hypertext Preprocessor
161Summary(fr.UTF-8): Le langage de script embarque-HTML PHP
162Summary(pl.UTF-8): Język skryptowy PHP
163Summary(pt_BR.UTF-8): A linguagem de script PHP
164Summary(ru.UTF-8): PHP Версии 5 - язык препроцессирования HTML-файлов, выполняемый на сервере
165Summary(uk.UTF-8): PHP Версії 5 - мова препроцесування HTML-файлів, виконувана на сервері
a3c07000 166Name: %{orgname}%{php_suffix}
1b2e1154 167Version: 5.6.12
d0891a89 168Release: %{rel}
c0240cb1 169Epoch: 4
1117cb55
ER
170# All files licensed under PHP version 3.01, except
171# Zend is licensed under Zend
172# TSRM is licensed under BSD
173License: PHP 3.01 and Zend and BSD
c0240cb1 174Group: Libraries
44db6831 175Source0: http://www.php.net/distributions/%{orgname}-%{version}.tar.xz
1b2e1154 176# Source0-md5: f2cc602602eb2b121779f2c4b8bacaba
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
211Patch36: %{orgname}-mysql-charsetphpini.patch
212Patch37: %{orgname}-mysqli-charsetphpini.patch
213Patch38: %{orgname}-pdo_mysql-charsetphpini.patch
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
d8c3b589 269%{?with_webp:BuildRequires: libvpx-devel}
36fd40c8 270BuildRequires: tokyocabinet-devel
c0240cb1 271%if "%{pld_release}" != "ac"
272BuildRequires: libtool >= 2:2.2
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
303BuildRequires: t1lib-devel
304%{?with_tidy:BuildRequires: tidy-devel}
305%{?with_odbc:BuildRequires: unixODBC-devel}
306%{?with_xmlrpc:BuildRequires: xmlrpc-epi-devel >= 0.54.1}
307BuildRequires: zlib-devel >= 1.0.9
308%if %{with apache1}
309BuildRequires: apache1-devel
310%endif
311%if %{with apache2}
312BuildRequires: apache-devel >= 2.0.52-2
313BuildRequires: apr-devel >= 1:1.0.0
314BuildRequires: apr-util-devel >= 1:1.0.0
315%endif
c0240cb1 316BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
317
cfb6f787
ER
318%define php_sysconfdir /etc/%{name}
319%define php_extensiondir %{_libdir}/%{name}
c0240cb1 320%define _sysconfdir %{php_sysconfdir}
321
322# must be in sync with source. extra check ensuring that it is so is done in %%build
8d42644e
ER
323%define php_api_version 20131106
324%define zend_module_api 20131226
325%define zend_extension_api 220131226
a6af2a14 326%define php_pdo_api_version 20080721
c0240cb1 327
13f02a12
ER
328# Extension versions
329%define bz2ver 1.0
330%define enchantver 1.1.0
2e0e7ed6 331%define fileinfover 1.0.5
13f02a12
ER
332%define hashver 1.0
333%define intlver 1.1.0
334%define jsonver 1.2.1
58fe9e27 335%define opcachever 7.0.6-dev
ece5522f 336%define pharver 2.0.2
9efb5102 337%define sqlite3ver 0.7-dev
a659fa18 338%define zipver 1.12.5
c42c0fb8 339%define phpdbgver 0.4.0
13f02a12 340
a6af2a14 341%define _zend_zts %{!?with_zts:0}%{?with_zts:1}
c0240cb1 342%define php_debug %{!?debug:0}%{?debug:1}
343
344%if %{with gcov}
345%undefine with_ccache
346%endif
347
329b4394 348%if %{with oci}
c0240cb1 349# ORACLE_HOME is required for oci8 ext to build
350%define _preserve_env %_preserve_env_base ORACLE_HOME
351%endif
352
353%description
354PHP is an HTML-embedded scripting language. PHP attempts to make it
355easy for developers to write dynamically generated web pages. PHP also
356offers built-in database integration for several commercial and
357non-commercial database management systems, so writing a
358database-enabled web page with PHP is fairly simple. The most common
359use of PHP coding is probably as a replacement for CGI scripts. The
360mod_php module enables the Apache web server to understand and process
361the embedded PHP language in web pages. This package contains PHP
362version %{version}.
363
364%description -l fr.UTF-8
365PHP est un langage de script embarque dans le HTM. PHP essaye de
366rendre simple aux developpeurs d'ecrire des pages web generees
367dynamiquement. PHP incorpore egalement une integration avec plusieurs
368systemes de gestion de bases de donnees commerciaux et
369non-connerciaux, qui rent facile la creation de pages web liees avec
370des bases de donnees. L'utilisation la plus commune de PHP est
371probablement en remplacement de scripts CGI. Le module mod_php permet
372au serveur web Apache de comprendre et de traiter le langage PHP
373integre dans des pages web. Ce package contient PHP version
374%{version}.
375
376%description -l pl.UTF-8
377PHP jest językiem skryptowym, którego polecenia umieszcza się w
378plikach HTML. Jest próbą ułatwienia programistom pisania dynamicznie
379generowanych stron WWW. Oferuje także wbudowaną integrację z bazami
380danych dla kilku komercyjnych i niekomercyjnych systemów baz danych,
381co czyni tworzenie stron korzystających z baz danych w miarę łatwym.
382Najczęściej PHP jest używany prawdopodobnie jako zamiennik skryptów
383CGI. Moduł mod_php pozwala serwerowi WWW Apache rozumieć i przetwarzać
384język PHP osadzony w stronach. Ten pakiet zawiera PHP w wersji
385%{version}.
386
387%description -l pt_BR.UTF-8
388PHP: Preprocessador de Hipertexto versão 4 é uma linguagem script
389embutida em HTML. Muito de sua sintaxe é emprestada de C, Java e Perl,
390com algumas características únicas, específicas ao PHP. O objetivo da
391linguagem é permitir que desenvolvedores web escrevam páginas
392dinamicamente geradas de forma rápida.
393
394%description -l ru.UTF-8
395PHP - это язык написания скриптов, встраиваемых в HTML-код. PHP
396предлагает интерграцию с множеством СУБД, поэтому написание скриптов
397для работы с базами данных относительно просто. Наиболее популярное
398использование PHP - замена для CGI скриптов.
399
400%description -l uk.UTF-8
401PHP - це мова написання скриптів, що вбудовуються в HTML-код. PHP
402пропонує інтеграцію з багатьма СУБД, тому написання скриптів для
403роботи з базами даних є доволі простим. Найбільш популярне
404використання PHP - заміна для CGI скриптів.
405
aa424f73 406%package -n apache1-mod_%{name}
c0240cb1 407Summary: PHP DSO module for Apache 1.3.x
408Summary(pl.UTF-8): Moduł DSO (Dynamic Shared Object) PHP dla Apache 1.3.x
409Group: Development/Languages/PHP
c0240cb1 410Requires: %{name}-common = %{epoch}:%{version}-%{release}
411Requires: apache1(EAPI) >= 1.3.33-2
412Requires: apache1-mod_mime
413Provides: webserver(php) = %{version}
414Obsoletes: apache-mod_php < 1:4.1.1
d6634248 415Obsoletes: apache1-mod_php < 4:5.3.28-7
c0240cb1 416Obsoletes: phpfi
417
aa424f73 418%description -n apache1-mod_%{name}
c0240cb1 419PHP as DSO module for Apache 1.3.x.
420
aa424f73 421%description -n apache1-mod_%{name} -l pl.UTF-8
c0240cb1 422PHP jako moduł DSO (Dynamic Shared Object) dla Apache 1.3.x.
423
aa424f73 424%package -n apache-mod_%{name}
c0240cb1 425Summary: PHP DSO module for Apache 2.x
426Summary(pl.UTF-8): Moduł DSO (Dynamic Shared Object) PHP dla Apache 2.x
427Group: Development/Languages/PHP
428Requires: %{name}-common = %{epoch}:%{version}-%{release}
429Requires: apache(modules-api) = %{apache_modules_api}
430Requires: apache-mod_mime
431Provides: webserver(php) = %{version}
d6634248 432Obsoletes: apache-mod_php < 4:5.3.28-7
c0240cb1 433Obsoletes: phpfi
434
aa424f73 435%description -n apache-mod_%{name}
c0240cb1 436PHP as DSO module for Apache 2.x.
437
aa424f73 438%description -n apache-mod_%{name} -l pl.UTF-8
c0240cb1 439PHP jako moduł DSO (Dynamic Shared Object) dla Apache 2.x.
440
441%package litespeed
442Summary: PHP for litespeed HTTP server
443Summary(pl.UTF-8): PHP dla serwera HTTP litespeed
444Group: Development/Languages/PHP
445Requires: %{name}-common = %{epoch}:%{version}-%{release}
2ca856d0 446Provides: php(litespeed)
c0240cb1 447Provides: webserver(php) = %{version}
d6634248 448Obsoletes: php-litespeed < 4:5.3.28-7
c0240cb1 449
450%description litespeed
451PHP for litespeed HTTP server.
452
453%description litespeed -l pl.UTF-8
454PHP dla serwera HTTP litespeed.
455
456%package cgi
457Summary: PHP as CGI/FastCGI program
458Summary(pl.UTF-8): PHP jako program CGI/FastCGI
459Group: Development/Languages/PHP
460Requires: %{name}-common = %{epoch}:%{version}-%{release}
461Provides: %{name}-fcgi = %{epoch}:%{version}-%{release}
462Provides: php(cgi)
463Provides: php(fcgi)
ecbcdf28 464Provides: webserver(php) = %{version}
d6634248 465Obsoletes: php-cgi < 4:5.3.28-7
c0240cb1 466Obsoletes: php-fcgi < 4:5.3.0
467
468%description cgi
469PHP as CGI or FastCGI program.
470
471%description cgi -l pl.UTF-8
472PHP jako program CGI lub FastCGI.
473
474%package cli
475Summary: PHP as CLI interpreter
476Summary(pl.UTF-8): PHP jako interpreter działający z linii poleceń
477Group: Development/Languages/PHP
478Requires: %{name}-common = %{epoch}:%{version}-%{release}
d6634248 479Obsoletes: php-cli < 4:5.3.28-7
c0240cb1 480
481%description cli
482PHP as CLI interpreter.
483
484%description cli -l pl.UTF-8
485PHP jako interpreter działający z linii poleceń.
486
13f02a12
ER
487%package embedded
488Summary: PHP library for embedding in applications
0bbc8abe 489Summary(pl.UTF-8): Biblioteka PHP do osadzania w aplikacjach
13f02a12
ER
490Group: Libraries
491Requires: %{name}-common = %{epoch}:%{version}-%{release}
d6634248 492Obsoletes: php-embedded < 4:5.3.28-7
13f02a12
ER
493
494%description embedded
495The php-embedded package contains a library which can be embedded into
496applications to provide PHP scripting language support.
497
0bbc8abe 498%description embedded -l pl.UTF-8
cfb6f787 499Ten pakiet zawiera bibliotekę, którą można osadzać w aplikacjach w
0bbc8abe
JB
500celu obsługi PHP jako języka skryptowego.
501
c0240cb1 502%package program
503Summary: /usr/bin/php symlink
504Summary(pl.UTF-8): Dowiązanie symboliczne /usr/bin/php
505Group: Development/Languages/PHP
506Requires: %{name}-cli = %{epoch}:%{version}-%{release}
507Obsoletes: /usr/bin/php
e54798c7 508Obsoletes: php-program < 4:5.3.28-7
c0240cb1 509
510%description program
511Package providing /usr/bin/php symlink to PHP CLI.
512
513%description program -l pl.UTF-8
514Pakiet dostarczający dowiązanie symboliczne /usr/bin/php do PHP CLI.
515
516%package fpm
517Summary: PHP FastCGI Process Manager
518Summary(pl.UTF-8): PHP FastCGI Process Manager - zarządca procesów FastCGI
519Group: Development/Languages/PHP
520URL: http://www.php-fpm.org/
521Requires(post,preun): /sbin/chkconfig
522Requires(postun): /usr/sbin/userdel
523Requires(pre): /bin/id
524Requires(pre): /usr/sbin/useradd
525Requires: %{name}-common = %{epoch}:%{version}-%{release}
c0240cb1 526Requires: rc-scripts
354a4dcd 527Provides: php(fcgi)
2ca856d0 528Provides: php(fpm)
c0240cb1 529Provides: user(http)
530Provides: webserver(php) = %{version}
d6634248 531Obsoletes: php-fpm < 4:5.3.28-7
4c94999c
TP
532%if "%{pld_release}" != "ac"
533Conflicts: logrotate < 3.8.0
534%endif
c0240cb1 535
536%description fpm
537PHP FastCGI Process Manager.
538
539%description fpm -l pl.UTF-8
540PHP FastCGI Process Manager - zarządca procesów FastCGI.
541
8d42644e
ER
542%package phpdbg
543Summary: The debugging platform for PHP 5.4+
544Group: Development/Languages/PHP
545Requires: %{name}-common = %{epoch}:%{version}-%{release}
546Provides: php(phpdbg) = %{phpdbgver}
547
548%description phpdbg
549phpdbg - The interactive PHP debugger.
550
551Implemented as a SAPI module, phpdbg can excert complete control over
552the environment without impacting the functionality or performance of
553your code.
554
555phpdbg aims to be a lightweight, powerful, easy to use debugging
556platform for PHP 5.4+
557
c0240cb1 558%package common
559Summary: Common files needed by both Apache modules and CGI/CLI SAPIs
560Summary(pl.UTF-8): Wspólne pliki dla modułu Apache'a i programu CGI
561Summary(ru.UTF-8): Разделяемые библиотеки для PHP
562Summary(uk.UTF-8): Бібліотеки спільного використання для PHP
563Group: Libraries
564Requires(post): sed >= 4.0
565# because of dlclose() bugs in glibc <= 2.3.4 causing SEGVs on exit
566Requires: glibc >= 6:2.3.5
3f8f8051 567Requires: php-dirs >= 1.4
c0240cb1 568Requires: rpm-whiteout >= 1.28
569Requires: tzdata
d87d42cb
ER
570Provides: %{name}(debug) = %{php_debug}
571Provides: %{name}(modules_api) = %{php_api_version}
a6af2a14 572Provides: %{name}(thread-safety) = %{_zend_zts}
d87d42cb
ER
573Provides: %{name}(zend_extension_api) = %{zend_extension_api}
574Provides: %{name}(zend_module_api) = %{zend_module_api}
93e7acf8 575Provides: %{name}-core
d87d42cb 576Provides: %{name}-date
4b4c3c50 577%{?with_ereg:Provides: %{name}-ereg}
d87d42cb
ER
578Provides: %{name}-reflection
579Provides: %{name}-standard
93e7acf8 580Provides: php(core) = %{version}
c0240cb1 581Provides: php(date)
4b4c3c50 582%{?with_ereg:Provides: php(ereg)}
c0240cb1 583Provides: php(libxml)
c0240cb1 584Provides: php(reflection)
585Provides: php(standard)
19367d1b 586%{!?with_mysqlnd:Obsoletes: %{name}-mysqlnd}
c0240cb1 587%{?with_pcre:%requires_ge_to pcre pcre-devel}
9f2b265f 588Suggests: browscap
d6634248 589Obsoletes: php-common < 4:5.3.28-7
c0240cb1 590Obsoletes: php-pecl-domxml
591Conflicts: php4-common < 3:4.4.4-8
e2d9e36f 592Conflicts: php55-common < 4:5.5.10-4
c0240cb1 593Conflicts: rpm < 4.4.2-0.2
594
595%description common
596Common files needed by both Apache modules and CGI/CLI SAPIs.
597
598%description common -l pl.UTF-8
599Wspólne pliki dla modułu Apache'a i programu CGI.
600
601%description common -l ru.UTF-8
602Этот пакет содержит общие файлы для разных вариантов реализации PHP
603(самодостаточной и в качестве модуля Apache).
604
605%description common -l uk.UTF-8
606Цей пакет містить спільні файли для різних варіантів реалізації PHP
607(самодостатньої та в якості модуля Apache).
608
609%package devel
610Summary: Files for PHP modules development
611Summary(pl.UTF-8): Pliki do kompilacji modułów PHP
612Summary(pt_BR.UTF-8): Arquivos de desenvolvimento para PHP
613Summary(ru.UTF-8): Пакет разработки для построения расширений PHP
614Summary(uk.UTF-8): Пакет розробки для побудови розширень PHP
615Group: Development/Languages/PHP
616Requires: %{name}-common = %{epoch}:%{version}-%{release}
13f02a12 617Requires: autoconf >= 2.13
c0240cb1 618Requires: automake
619%if "%{pld_release}" != "ac"
620Requires: libtool >= 2:2.2
621%else
622Requires: libtool
623%endif
624%{?with_pcre:Requires: pcre-devel >= 8.10}
625Requires: shtool
e2ce7e4a 626Provides: php-devel = %{epoch}:%{version}-%{release}
cfb6f787 627Obsoletes: php-devel
c0240cb1 628Obsoletes: php-pear-devel
629Obsoletes: php4-devel
cfb6f787 630Obsoletes: php52-devel
6ef8f74a 631Obsoletes: php53-devel
dce223f2 632Obsoletes: php54-devel
dd9bd131 633Obsoletes: php55-devel
5c5a66ba 634Obsoletes: php70-devel
c0240cb1 635
636%description devel
637The php-devel package lets you compile dynamic extensions to PHP.
638Included here is the source for the PHP extensions. Instead of
639recompiling the whole PHP binary to add support for, say, oracle,
640install this package and use the new self-contained extensions
641support. For more information, read the file
642README.SELF-CONTAINED-EXTENSIONS.
643
644%description devel -l pl.UTF-8
645Ten pakiet zawiera pliki potrzebne do kompilacji modułów PHP. Zamiast
646rekompilować całe PHP aby dodać obsługę np. oracle, można przy użyciu
647tego pakietu skompilować samodzielne rozszerzenie. Więcej informacji o
648samodzielnych rozszerzeniach można znaleźć w pliku
649README.SELF-CONTAINED-EXTENSIONS.
650
651%description devel -l pt_BR.UTF-8
652Este pacote contém arquivos usados no desenvolvimento de programas ou
653módulos PHP.
654
655%description devel -l ru.UTF-8
656Пакет php-devel дает возможность компилировать динамические расширения
657PHP. Пакет включает исходный код этих расширений. Вместо повторной
658компиляции бинарного файла PHP для добавления, например, поддержки
659oracle, установите этот пакет для компилирования отдельных расширений.
660Подробности - в файле README.SELF-CONTAINED-EXTENSIONS.
661
662%description devel -l uk.UTF-8
663Пакет php-devel дає можливість компілювати динамічні розширення PHP.
664До пакету включено вихідний код для розширень. Замість повторної
665компіляції бінарного файлу PHP для додання, наприклад, підтримки
666oracle, встановіть цей пакет для компіляції окремих розширень.
667Детальніша інформація - в файлі README.SELF-CONTAINED-EXTENSIONS.
668
669%package bcmath
670Summary: bcmath extension module for PHP
671Summary(pl.UTF-8): Moduł bcmath dla PHP
672Group: Libraries
673URL: http://www.php.net/manual/en/book.bc.php
674Requires: %{name}-common = %{epoch}:%{version}-%{release}
675Provides: php(bcmath)
d6634248 676Obsoletes: php-bcmath < 4:5.3.28-7
c0240cb1 677
678%description bcmath
679This is a dynamic shared object (DSO) for PHP that will add bc style
680precision math functions support.
681
682%description bcmath -l pl.UTF-8
683Moduł PHP umożliwiający korzystanie z dokładnych funkcji
684matematycznych takich jak w programie bc.
685
686%package bz2
687Summary: Bzip2 extension module for PHP
688Summary(pl.UTF-8): Moduł bzip2 dla PHP
689Group: Libraries
690URL: http://www.php.net/manual/en/book.bzip2.php
691Requires: %{name}-common = %{epoch}:%{version}-%{release}
13f02a12 692Provides: php(bz2) = %{bz2ver}
c0240cb1 693Provides: php(bzip2)
694Provides: php-bzip2 = %{epoch}:%{version}-%{release}
d6634248 695Obsoletes: php-bz2 < 4:5.3.28-7
c0240cb1 696Obsoletes: php-bzip2 < 4:5.2.14-3
13f02a12 697Obsoletes: php-pecl-bz2 < %{bz2ver}
c0240cb1 698
699%description bz2
700This is a dynamic shared object (DSO) for PHP that will add bzip2
701compression support to PHP.
702
703%description bz2 -l pl.UTF-8
704Moduł PHP umożliwiający używanie kompresji bzip2.
705
706%package calendar
707Summary: Calendar extension module for PHP
708Summary(pl.UTF-8): Moduł funkcji kalendarza dla PHP
709Group: Libraries
710URL: http://www.php.net/manual/en/book.calendar.php
711Requires: %{name}-common = %{epoch}:%{version}-%{release}
712Provides: php(calendar)
d6634248 713Obsoletes: php-calendar < 4:5.3.28-7
c0240cb1 714
715%description calendar
716This is a dynamic shared object (DSO) for PHP that will add calendar
717support.
718
719%description calendar -l pl.UTF-8
720Moduł PHP dodający wsparcie dla kalendarza.
721
722%package ctype
723Summary: ctype extension module for PHP
724Summary(pl.UTF-8): Moduł ctype dla PHP
725Group: Libraries
726URL: http://www.php.net/manual/en/book.ctype.php
727Requires: %{name}-common = %{epoch}:%{version}-%{release}
728Provides: php(ctype)
d6634248 729Obsoletes: php-ctype < 4:5.3.28-7
c0240cb1 730
731%description ctype
732This is a dynamic shared object (DSO) for PHP that will add ctype
733support.
734
735%description ctype -l pl.UTF-8
736Moduł PHP umożliwiający korzystanie z funkcji ctype.
737
738%package curl
739Summary: curl extension module for PHP
740Summary(pl.UTF-8): Moduł curl dla PHP
741Group: Libraries
742URL: http://www.php.net/manual/en/book.curl.php
743Requires: %{name}-common = %{epoch}:%{version}-%{release}
744Provides: php(curl)
d6634248 745Obsoletes: php-curl < 4:5.3.28-7
c0240cb1 746
747%description curl
748This is a dynamic shared object (DSO) for PHP that will add curl
749support.
750
751%description curl -l pl.UTF-8
752Moduł PHP umożliwiający korzystanie z biblioteki curl.
753
754%package dba
755Summary: DBA extension module for PHP
756Summary(pl.UTF-8): Moduł DBA dla PHP
757Group: Libraries
758URL: http://www.php.net/manual/en/book.dba.php
759Requires: %{name}-common = %{epoch}:%{version}-%{release}
760Provides: php(dba)
d6634248 761Obsoletes: php-dba < 4:5.3.28-7
c0240cb1 762
763%description dba
764This is a dynamic shared object (DSO) for PHP that will add flat-file
765databases (DBA) support.
766
767%description dba -l pl.UTF-8
768Moduł dla PHP dodający obsługę dla baz danych opartych na plikach
769(DBA).
770
771%package dom
772Summary: DOM extension module for PHP
773Summary(pl.UTF-8): Moduł DOM dla PHP
774Group: Libraries
775URL: http://www.php.net/manual/en/book.dom.php
776Requires: %{name}-common = %{epoch}:%{version}-%{release}
777Provides: php(dom)
778# it has some compatibility functions
d87d42cb 779Provides: %{name}-domxml = %{epoch}:%{version}-%{release}
c0240cb1 780Provides: php(domxml)
d6634248 781Obsoletes: php-dom < 4:5.3.28-7
c0240cb1 782Obsoletes: php-domxml <= 3:4.3.8-1
783
784%description dom
785This is a dynamic shared object (DSO) for PHP that will add new DOM
786support.
787
788%description dom -l pl.UTF-8
789Moduł PHP dodający nową obsługę DOM.
790
13f02a12
ER
791%package enchant
792Summary: libenchant binder
793Summary(pl.UTF-8): dowiązania biblioteki libenchant
794Group: Libraries
795URL: http://www.php.net/manual/en/book.exif.php
796Requires: %{name}-common = %{epoch}:%{version}-%{release}
797Provides: php(enchant) = %{enchantver}
d6634248 798Obsoletes: php-enchant < 4:5.3.28-7
13f02a12
ER
799Obsoletes: php-pecl-enchant < %{enchantver}
800
801%description enchant
802Enchant is a binder for libenchant. Libenchant provides a common API
803for many spell libraries:
804- aspell/pspell (intended to replace ispell)
805- hspell (hebrew)
806- ispell
807- myspell (OpenOffice.org project, mozilla)
808- uspell (primarily Yiddish, Hebrew, and Eastern European languages) A
809 plugin system allows to add custom spell support.
810
811%description enchant -l pl.UTF-8
812Enchant jest dowiązaniem do biblioteki libenchant, która udostępnia
813ujednolicone API dla wielu narzędzi sprawdzających pisownię:
814- aspell/pspell (w zamierzeniu ma zastąpić ispell)
815- hspell (hebrajski)
816- ispell
817- myspell (projekt OpenOffice.org, mozilla)
818- uspell (głównie Jidysz, Hebrajski oraz języki wschodnioeuropejskie)
819 System wtyczek pozwala na dodanie wsparcia dla kolejnych narzędzi.
820
c0240cb1 821%package exif
822Summary: exif extension module for PHP
823Summary(pl.UTF-8): Moduł exif dla PHP
824Group: Libraries
825URL: http://www.php.net/manual/en/book.exif.php
826Requires: %{name}-common = %{epoch}:%{version}-%{release}
827Provides: php(exif)
d6634248 828Obsoletes: php-exif < 4:5.3.28-7
c0240cb1 829
830%description exif
831This is a dynamic shared object (DSO) for PHP that will add EXIF tags
832support in image files.
833
834%description exif -l pl.UTF-8
835Moduł PHP dodający obsługę znaczników EXIF w plikach obrazków.
836
837%package fileinfo
838Summary: libmagic bindings
839Summary(pl.UTF-8): Wiązania do libmagic
840Group: Libraries
841URL: http://www.php.net/manual/en/book.fileinfo.php
842Requires: %{name}-common = %{epoch}:%{version}-%{release}
843Requires: %{name}-pcre = %{epoch}:%{version}-%{release}
13f02a12 844Provides: php(fileinfo) = %{fileinfover}
d6634248 845Obsoletes: php-fileinfo < 4:5.3.28-7
c0240cb1 846Obsoletes: php-mime_magic
13f02a12 847Obsoletes: php-pecl-fileinfo < %{fileinfover}
c0240cb1 848
849%description fileinfo
850This extension allows retrieval of information regarding vast majority
851of file. This information may include dimensions, quality, length
852etc...
853
854Additionally it can also be used to retrieve the MIME type for a
855particular file and for text files proper language encoding.
856
857%description fileinfo -l pl.UTF-8
858To rozszerzenie pozwala na uzyskanie informacji dotyczących większości
859plików. Informacje mogą zawierać wymiary, jakość, długość itp.
860
861Ponadto rozszerzenie można wykorzystać do odczytania typu MIME danego
862pliku oraz kodowania plików tekstowych.
863
864%package filter
865Summary: Extension for safely dealing with input parameters
866Summary(pl.UTF-8): Rozszerzenie do bezpiecznej obsługi danych wejściowych
867Group: Libraries
868URL: http://www.php.net/manual/en/book.filter.php
869Requires: %{name}-common = %{epoch}:%{version}-%{release}
870Requires: %{name}-pcre = %{epoch}:%{version}-%{release}
871Provides: php(filter)
d6634248 872Obsoletes: php-filter < 4:5.3.28-7
c0240cb1 873Obsoletes: php-pecl-filter
874
875%description filter
876We all know that you should always check input variables, but PHP does
877not offer really good functionality for doing this in a safe way. The
878Input Filter extension is meant to address this issue by implementing
879a set of filters and mechanisms that users can use to safely access
880their input data.
881
882%description filter -l pl.UTF-8
883Wiadomo, że trzeba zawsze sprawdzać zmienne wejściowe, ale PHP nie
884oferuje naprawdę dobrej funkcjonalności do robienia tego w sposób
885bezpieczny. Rozszerzenie Input Filter ma rozwiązać ten problem poprzez
886zaimplementowanie zestawu filtrów i mechanizmów, których użytkownicy
887mogą bezpiecznie używać do dostępu do danych.
888
889%package ftp
890Summary: FTP extension module for PHP
891Summary(pl.UTF-8): Moduł FTP dla PHP
892Group: Libraries
893URL: http://www.php.net/manual/en/book.ftp.php
894Requires: %{name}-common = %{epoch}:%{version}-%{release}
895Provides: php(ftp)
d6634248 896Obsoletes: php-ftp < 4:5.3.28-7
c0240cb1 897
898%description ftp
899This is a dynamic shared object (DSO) for PHP that will add FTP
900support.
901
902%description ftp -l pl.UTF-8
903Moduł PHP dodający obsługę protokołu FTP.
904
905%package gd
906Summary: GD extension module for PHP
907Summary(pl.UTF-8): Moduł GD dla PHP
908Group: Libraries
909URL: http://www.php.net/manual/en/book.image.php
910Requires: %{name}-common = %{epoch}:%{version}-%{release}
911%if %{with system_gd}
0282b86e 912Requires: gd >= 2.1
c0240cb1 913Requires: gd(gif)
c0240cb1 914%endif
915Provides: php(gd)
d6634248 916Obsoletes: php-gd < 4:5.3.28-7
c0240cb1 917
918%description gd
919This is a dynamic shared object (DSO) for PHP that will add GD
920support, allowing you to create and manipulate images with PHP.
921
922%description gd -l pl.UTF-8
923Moduł PHP umożliwiający korzystanie z biblioteki GD, pozwalającej na
924tworzenie i obróbkę obrazków.
925
926%package gettext
927Summary: gettext extension module for PHP
928Summary(pl.UTF-8): Moduł gettext dla PHP
929Group: Libraries
930URL: http://www.php.net/manual/en/book.gettext.php
931Requires: %{name}-common = %{epoch}:%{version}-%{release}
932Provides: php(gettext)
d6634248 933Obsoletes: php-gettext < 4:5.3.28-7
c0240cb1 934
935%description gettext
936This is a dynamic shared object (DSO) for PHP that will add gettext
937support.
938
939%description gettext -l pl.UTF-8
940Moduł PHP dodający obsługę lokalizacji przez gettext.
941
942%package gmp
943Summary: gmp extension module for PHP
944Summary(pl.UTF-8): Moduł gmp dla PHP
945Group: Libraries
946URL: http://www.php.net/manual/en/book.gmp.php
947Requires: %{name}-common = %{epoch}:%{version}-%{release}
948Provides: php(gmp)
d6634248 949Obsoletes: php-gmp < 4:5.3.28-7
c0240cb1 950
951%description gmp
952This is a dynamic shared object (DSO) for PHP that will add arbitrary
953length number support with GNU MP library.
954
955%description gmp -l pl.UTF-8
956Moduł PHP umożliwiający korzystanie z biblioteki gmp do obliczeń na
957liczbach o dowolnej długości.
958
959%package hash
960Summary: HASH Message Digest Framework
961Summary(pl.UTF-8): Szkielet do obliczania skrótów wiadomości
962Group: Libraries
963URL: http://www.php.net/manual/en/book.gmp.php
964Requires: %{name}-common = %{epoch}:%{version}-%{release}
13f02a12 965Provides: php(hash) = %{hashver}
c0240cb1 966%if %{with mhash}
967Provides: php(mhash)
968Provides: php-mhash = %{epoch}:%{version}-%{release}
969Obsoletes: php-mhash < 4:5.3.0
970%endif
d6634248 971Obsoletes: php-hash < 4:5.3.28-7
13f02a12 972Obsoletes: php-pecl-hash < %{hashver}
c0240cb1 973
974%description hash
975Native implementations of common message digest algorithms using a
976generic factory method.
977
978%description hash -l pl.UTF-8
979Natywne implementacje popularnych algorytmów obliczania skrótów
980wiadomości przy użyciu wspólnego interfejsu.
981
982%package iconv
983Summary: iconv extension module for PHP
984Summary(pl.UTF-8): Moduł iconv dla PHP
985Group: Libraries
986URL: http://www.php.net/manual/en/book.iconv.php
987Requires: %{_libdir}/gconv
988Requires: %{name}-common = %{epoch}:%{version}-%{release}
989Requires: iconv
990Provides: php(iconv)
d6634248 991Obsoletes: php-iconv < 4:5.3.28-7
c0240cb1 992
993%description iconv
994This is a dynamic shared object (DSO) for PHP that will add iconv
995support.
996
997%description iconv -l pl.UTF-8
998Moduł PHP dodający obsługę iconv.
999
1000%package imap
1001Summary: IMAP extension module for PHP
1002Summary(pl.UTF-8): Moduł IMAP dla PHP
1003Summary(pt_BR.UTF-8): Um módulo para aplicações PHP que usam IMAP
1004Group: Libraries
1005URL: http://www.php.net/manual/en/book.imap.php
1006Requires: %{name}-common = %{epoch}:%{version}-%{release}
1007Requires: %{name}-pcre = %{epoch}:%{version}-%{release}
1008Requires: imap-lib >= 1:2007e-2
1009Provides: php(imap)
d6634248 1010Obsoletes: php-imap < 4:5.3.28-7
c0240cb1 1011
1012%description imap
1013This is a dynamic shared object (DSO) for PHP that will add IMAP
1014support.
1015
1016%description imap -l pl.UTF-8
1017Moduł PHP dodający obsługę skrzynek IMAP.
1018
1019%description imap -l pt_BR.UTF-8
1020Um módulo para aplicações PHP que usam IMAP.
1021
1022%package interbase
1023Summary: InterBase/Firebird database module for PHP
1024Summary(pl.UTF-8): Moduł bazy danych InterBase/Firebird dla PHP
1025Group: Libraries
1026URL: http://www.php.net/manual/en/book.ibase.php
6cec851c
ER
1027%if %{with interbase_inst}
1028%{?requires_php_extension}
1029%else
c0240cb1 1030Requires: %{name}-common = %{epoch}:%{version}-%{release}
6cec851c 1031%endif
c0240cb1 1032Provides: php(interbase)
d6634248 1033Obsoletes: php-interbase < 4:5.3.28-7
c0240cb1 1034
1035%description interbase
1036This is a dynamic shared object (DSO) for PHP that will add InterBase
1037and Firebird database support.
1038
1039%description interbase -l pl.UTF-8
1040Moduł PHP umożliwiający dostęp do baz danych InterBase i Firebird.
1041
1042%package intl
1043Summary: Internationalization extension (ICU wrapper)
1044Summary(pl.UTF-8): Rozszerzenie do internacjonalizacji (interfejs do ICU)
1045Group: Libraries
1046URL: http://www.php.net/intl
1047Requires: %{name}-common = %{epoch}:%{version}-%{release}
13f02a12 1048Provides: php(intl) = %{intlver}
d6634248 1049Obsoletes: php-intl < 4:5.3.28-7
13f02a12 1050Obsoletes: php-pecl-intl < %{intlver}
c0240cb1 1051
1052%description intl
1053Internationalization extension (further is referred as Intl) is a
1054wrapper for ICU library, enabling PHP programmers to perform
1055UCA-conformant collation and date/time/number/currency formatting in
1056their scripts.
1057
1058%description intl -l pl.UTF-8
1059Rozszerzenie do internacjonalizacji (dalej nazywane Intl) jest
1060interfejsem do biblioteki ICU, pozwalającym programistom PHP na
1061wykonywanie w skryptach porównań zgodnych z UCA oraz formatowania
1062daty/czasu/walut.
1063
1064%package json
1065Summary: PHP C extension for JSON serialization
1066Summary(pl.UTF-8): Rozszerzenie C PHP dla serializacji JSON
1067Group: Libraries
1068URL: http://www.php.net/manual/en/book.json.php
1069Requires: %{name}-common = %{epoch}:%{version}-%{release}
13f02a12 1070Provides: php(json) = %{jsonver}
d6634248 1071Obsoletes: php-json < 4:5.3.28-7
13f02a12 1072Obsoletes: php-pecl-json < %{jsonver}
c0240cb1 1073
1074%description json
1075php-json is an extremely fast PHP C extension for JSON (JavaScript
1076Object Notation) serialisation.
1077
1078%description json -l pl.UTF-8
1079php-json to bardzo szybkie rozszerzenie C PHP dla serializacji JSON
1080(JavaScript Object Notation).
1081
1082%package ldap
1083Summary: LDAP extension module for PHP
1084Summary(pl.UTF-8): Moduł LDAP dla PHP
1085Summary(pt_BR.UTF-8): Um módulo para aplicações PHP que usam LDAP
1086Group: Libraries
1087URL: http://www.php.net/manual/en/book.ldap.php
1088Requires: %{name}-common = %{epoch}:%{version}-%{release}
1089Provides: php(ldap)
d6634248 1090Obsoletes: php-ldap < 4:5.3.28-7
c0240cb1 1091
1092%description ldap
1093This is a dynamic shared object (DSO) for PHP that will add LDAP
1094support.
1095
1096%description ldap -l pl.UTF-8
1097Moduł PHP dodający obsługę LDAP.
1098
1099%description ldap -l pt_BR.UTF-8
1100Um módulo para aplicações PHP que usam LDAP.
1101
1102%package mbstring
1103Summary: mbstring extension module for PHP
1104Summary(pl.UTF-8): Moduł mbstring dla PHP
1105Group: Libraries
1106URL: http://www.php.net/manual/en/book.mbstring.php
1107Requires: %{name}-common = %{epoch}:%{version}-%{release}
1108Provides: php(mbstring)
d6634248 1109Obsoletes: php-mbstring < 4:5.3.28-7
c0240cb1 1110
1111%description mbstring
1112This is a dynamic shared object (DSO) for PHP that will add multibyte
1113string support.
1114
1115%description mbstring -l pl.UTF-8
1116Moduł PHP dodający obsługę ciągów znaków wielobajtowych.
1117
1118%package mcrypt
1119Summary: mcrypt extension module for PHP
1120Summary(pl.UTF-8): Moduł mcrypt dla PHP
1121Group: Libraries
1122URL: http://www.php.net/manual/en/book.mcrypt.php
1123Requires: %{name}-common = %{epoch}:%{version}-%{release}
1124Provides: php(mcrypt)
d6634248 1125Obsoletes: php-mcrypt < 4:5.3.28-7
c0240cb1 1126
1127%description mcrypt
1128This is a dynamic shared object (DSO) for PHP that will add mcrypt
1129support.
1130
1131%description mcrypt -l pl.UTF-8
1132Moduł PHP dodający możliwość szyfrowania poprzez bibliotekę mcrypt.
1133
1134%package mssql
1135Summary: MS SQL extension module for PHP
1136Summary(pl.UTF-8): Moduł MS SQL dla PHP
1137Group: Libraries
1138URL: http://www.php.net/manual/en/book.mssql.php
1139Requires: %{name}-common = %{epoch}:%{version}-%{release}
1140Provides: php(mssql)
d6634248 1141Obsoletes: php-mssql < 4:5.3.28-7
c0240cb1 1142
1143%description mssql
1144This is a dynamic shared object (DSO) for PHP that will add MS SQL
1145databases support through FreeTDS library.
1146
1147%description mssql -l pl.UTF-8
1148Moduł PHP dodający obsługę baz danych MS SQL poprzez bibliotekę
1149FreeTDS.
1150
1151%package mysql
1152Summary: MySQL database module for PHP
1153Summary(pl.UTF-8): Moduł bazy danych MySQL dla PHP
1154Summary(pt_BR.UTF-8): Um módulo para aplicações PHP que usam bancos de dados MySQL
1155Group: Libraries
1156URL: http://www.php.net/manual/en/book.mysql.php
1157Requires: %{name}-common = %{epoch}:%{version}-%{release}
1158%{?with_mysqlnd:Requires: %{name}-mysqlnd = %{epoch}:%{version}-%{release}}
1159Provides: php(mysql)
d6634248 1160Obsoletes: php-mysql < 4:5.3.28-7
c0240cb1 1161
1162%description mysql
1163This is a dynamic shared object (DSO) for PHP that will add MySQL
1164database support.
1165
1166%description mysql -l pl.UTF-8
1167Moduł PHP umożliwiający dostęp do bazy danych MySQL.
1168
1169%description mysql -l pt_BR.UTF-8
1170Um módulo para aplicações PHP que usam bancos de dados MySQL.
1171
1172%package mysqli
1173Summary: MySQLi module for PHP
1174Summary(pl.UTF-8): Moduł MySQLi dla PHP
1175Group: Libraries
1176URL: http://www.php.net/manual/en/book.mysqli.php
1177Requires: %{name}-common = %{epoch}:%{version}-%{release}
1178%{?with_mysqlnd:Requires: %{name}-mysqlnd = %{epoch}:%{version}-%{release}}
1179Requires: %{name}-spl = %{epoch}:%{version}-%{release}
1180Provides: php(mysqli)
d6634248 1181Obsoletes: php-mysqli < 4:5.3.28-7
c0240cb1 1182
1183%description mysqli
1184This is a dynamic shared object (DSO) for PHP that will add MySQLi
1185(Improved MySQL) support. The difference between it and mysql module
1186is that it provides access to functionality of MySQL 4.1 and above.
1187
1188%description mysqli -l pl.UTF-8
1189Moduł PHP umożliwiający udoskonalony dostęp do bazy danych MySQL.
1190Różnicą między nim a modułem mysql jest dostęp do funkcjonalności
1191MySQL w wersji 4.1 i nowszych.
1192
1193%package mysqlnd
1194Summary: MySQL Native Client Driver for PHP
1195Summary(pl.UTF-8): Sterownik natywnego klienta MySQL dla PHP
1196Group: Libraries
1197URL: http://www.php.net/manual/en/book.mysqlnd.php
1198Requires: %{name}-common = %{epoch}:%{version}-%{release}
1199Provides: php(mysqlnd)
d6634248 1200Obsoletes: php-mysqlnd < 4:5.3.28-7
c0240cb1 1201
1202%description mysqlnd
1203MySQL Native Driver is a replacement for the MySQL Client Library
1204(libmysql).
1205
1206Because MySQL Native Driver is written as a PHP extension, it is
1207tightly coupled to the workings of PHP. This leads to gains in
1208efficiency, especially when it comes to memory usage, as the driver
1209uses the PHP memory management system. It also supports the PHP memory
1210limit. Using MySQL Native Driver leads to comparable or better
1211performance than using MySQL Client Library, it always ensures the
1212most efficient use of memory. One example of the memory efficiency is
1213the fact that when using the MySQL Client Library, each row is stored
1214in memory twice, whereas with the MySQL Native Driver each row is only
1215stored once in memory.
1216
1217%description mysqlnd -l pl.UTF-8
1218MySQL Native Driver (natywny sterownik MySQL) to zamiennik biblioteki
1219klienckiej MySQL (libmysql).
1220
1221Ponieważ sterownik natywny jest napisany jako rozszerzenie PHP, jest
1222ściśle powiązany z pracą PHP. Daje to większą wydajność, zwłaszcza
1223jeśli chodzi o wykorzystanie pamięci, jako że sterownik wykorzystuje
1224system zarządzania pamięcią PHP; obsługuje także ograniczenie pamięci
1225z PHP. Niniejszy sterownik ma wydajność porównywalną lub lepszą niż
1226biblioteka kliencka MySQL, a pamięć zawsze wykorzystuje efektywniej.
1227Przykładem tego może być fakt, że w przypadku biblioteki klienckiej
1228każdy wiersz jest przechowywany w pamięci dwukrotnie, natomiast przy
1229tym sterowniku - tylko raz.
1230
1231%package oci8
1232Summary: Oracle 8+ database module for PHP
1233Summary(pl.UTF-8): Moduł bazy danych Oracle 8+ dla PHP
1234Group: Libraries
1235URL: http://www.php.net/manual/en/book.oci8.php
6cec851c 1236%{?requires_php_extension}
c0240cb1 1237Provides: php(oci8)
d6634248 1238Obsoletes: php-oci8 < 4:5.3.28-7
c0240cb1 1239
1240%description oci8
1241This is a dynamic shared object (DSO) for PHP that will add Oracle 7,
12428, 9 and 10 database support through Oracle8 Call-Interface (OCI8).
1243
1244%description oci8 -l pl.UTF-8
1245Moduł PHP umożliwiający dostęp do bazy danych Oracle 7, 8, 9 i 10
1246poprzez interfejs Oracle8 Call-Interface (OCI8).
1247
1248%package odbc
1249Summary: ODBC extension module for PHP
1250Summary(pl.UTF-8): Moduł ODBC dla PHP
1251Summary(pt_BR.UTF-8): Um módulo para aplicações PHP que usam bases de dados ODBC
1252Group: Libraries
1253URL: http://www.php.net/manual/en/book.uodbc.php
1254Requires: %{name}-common = %{epoch}:%{version}-%{release}
1255Requires: unixODBC >= 2.1.1-3
1256Provides: php(odbc)
d6634248 1257Obsoletes: php-odbc < 4:5.3.28-7
c0240cb1 1258
1259%description odbc
1260This is a dynamic shared object (DSO) for PHP that will add ODBC
1261support.
1262
1263%description odbc -l pl.UTF-8
1264Moduł PHP ze wsparciem dla ODBC.
1265
1266%description odbc -l pt_BR.UTF-8
1267Um módulo para aplicações PHP que usam ODBC.
1268
8328535b
ER
1269%package opcache
1270Summary: Zend Optimizer+ - PHP code optimizer
43df1739 1271Summary(pl.UTF-8): Zend Optimizer+ - optymalizator kodu PHP
8328535b
ER
1272Group: Libraries
1273URL: https://wiki.php.net/rfc/optimizerplus
1274Requires: %{name}-common = %{epoch}:%{version}-%{release}
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
8d42644e 2018%setup -q -n %{orgname}-%{version}%{?subver}
212b9ffa 2019cp -p php.ini-production php.ini
c0240cb1 2020%patch0 -p1
5eecc0ee 2021%patch1 -p1
c0240cb1 2022%patch2 -p1
2023%patch3 -p1
c0240cb1 2024%patch5 -p1
2025%patch6 -p1
c0240cb1 2026%patch7 -p1
8a89cecb 2027%{?with_milter:%patch8 -p1}
8b15d51c 2028%patch9 -p1
c0240cb1 2029%patch10 -p1
c0240cb1 2030%patch14 -p1
c0240cb1 2031%patch17 -p1
2032%patch18 -p1
c0240cb1 2033%patch21 -p1
2034%patch22 -p1
2035%patch23 -p1
2036%patch24 -p1
2037%patch25 -p1
2038%patch26 -p1
2039%patch27 -p1
2040%patch29 -p1
2041%patch31 -p1
c0240cb1 2042%if "%{pld_release}" != "ac"
2043%patch34 -p1
2044%endif
65ad3e6a 2045%{?with_sybase_ct:%patch35 -p1}
c0240cb1 2046%patch36 -p1
2047%patch37 -p1
2048%patch38 -p1
2049%patch39 -p1
2050%if %{with fpm}
ef84931a
ER
2051%if 0
2052# create split php-fpm.conf patch. review (restore other diffs) and commit
2053cp sapi/fpm/php-fpm.conf.in{,.orig}
2054%{__sed} -n -e '/; Start a new pool named/,$p' sapi/fpm/php-fpm.conf.in > sapi/fpm/php-fpm.conf-d.in
2055%{__sed} -i -e '/; Include one or more files/,/include=etc\/fpm\.d/d' sapi/fpm/php-fpm.conf.in
2056%{__sed} -i -e '/; Start a new pool named/,$d' sapi/fpm/php-fpm.conf.in
2057set +e
2058cd ..
2059diff -u %{orgname}-%{version}/sapi/fpm/php-fpm.conf.in{.orig,} > %{PATCH69}
2060diff -u /dev/null %{orgname}-%{version}/sapi/fpm/php-fpm.conf-d.in >> %{PATCH69}
2061exit 1
2062%else
8851ace1 2063%patch69 -p1
ef84931a 2064%endif
c0240cb1 2065%patch41 -p1
2066%patch42 -p1
2067%endif
2068%patch43 -p1
2069%patch44 -p1
02d2dcbb
ER
2070#%patch45 -p1 # imap annotations. fixme
2071#%patch46 -p1 # imap myrights. fixme
c0240cb1 2072%if %{with suhosin}
2073%patch47 -p1
2074%endif
c0240cb1 2075%patch50 -p1
2076%patch51 -p1
2077%patch52 -p1
2078%patch53 -p1
c0240cb1 2079%undos ext/spl/tests/SplFileInfo_getInode_basic.phpt
2080%patch55 -p1
c0240cb1 2081%patch59 -p1
2082%patch60 -p1
c0240cb1 2083%patch62 -p1
13f02a12 2084%{?with_system_libzip:%patch65 -p1}
89f3bdfa 2085%patch66 -p1
f141d13b 2086%patch67 -p1
18d0d716 2087%patch68 -p1
882aa900 2088%patch70 -p1
c0240cb1 2089
c0240cb1 2090sed -i -e '/PHP_ADD_LIBRARY_WITH_PATH/s#xmlrpc,#xmlrpc-epi,#' ext/xmlrpc/config.m4
c0240cb1 2091
2092# cleanup backups after patching
2093find '(' -name '*~' -o -name '*.orig' ')' -print0 | xargs -0 -r -l512 rm -f
2094
2095# conflict seems to be resolved by recode patches
2096%{__rm} ext/recode/config9.m4
2097
2098# remove all bundled libraries not to link with them accidentally
c0240cb1 2099%{__rm} -r ext/sqlite3/libsqlite
2100#%{__rm} -r ext/bcmath/libbcmath
2101#%{__rm} -r ext/date/lib
2102#%{__rm} -r ext/fileinfo/libmagic
2103#%{__rm} -r ext/dba/libcdb
2104#%{__rm} -r ext/dba/libflatfile
2105#%{__rm} -r ext/dba/libinifile
2106#%{__rm} -r ext/gd/libgd
2107#%{__rm} -r ext/mbstring/libmbfl
2108#%{__rm} -r ext/mbstring/oniguruma
2109%{__rm} -r ext/pcre/pcrelib
2110#%{__rm} -r ext/soap/interop
2111%{__rm} -r ext/xmlrpc/libxmlrpc
2112#%{__rm} -r ext/zip/lib
3790806a 2113%{__rm} ext/date/lib/timezonedb.h
c0240cb1 2114
13f02a12 2115cp -pf Zend/LICENSE{,.Zend}
c0240cb1 2116install -p %{SOURCE13} dep-tests.sh
2117
2118# breaks build
2119sed -i -e 's#-fvisibility=hidden##g' configure*
2120
2121# disable broken tests
2122# says just "Terminated" twice and fails
2123mv sapi/cli/tests/022.phpt{,.broken}
2124
a33e71d0
ER
2125# really dumb test, executable binary name is .libs/ something when building
2126# https://bugs.php.net/bug.php?id=54514
2127mv tests/basic/bug54514.phpt{,.disable}
2128
2129# breaks whole testsuite unexpectedly:
2130# Fatal error: Call to undefined function gzencode() in run-tests.php on line 1714
2131# probably broken as zlib is built as shared
2132mv ext/soap/tests/server019.phpt{,disable}
d1a2645a
ER
2133# Fatal error: Call to undefined function gzcompress() in run-tests.php on line 1728
2134mv ext/soap/tests/server020.phpt{,disable}
f8be3881
ER
2135
2136# runs out of memory and kills carme vserver
2137# PASS Bug #39438 (Fatal error: Out of memory) [Zend/tests/bug39438.phpt]
2138mv Zend/tests/bug39438.phpt{,.disable}
a33e71d0 2139
c0240cb1 2140# php-5.3.3/ext/standard/tests/file/statpage.phpt
2141%{__rm} ext/standard/tests/file/statpage.phpt
2142
2143# idiotic test, it will fail if somebody else makes space on disk or if disk
2144# space is not yet allocated (xfs). report upstream to advice bogus test is
2145# probably pointless.
2146%{__rm} ext/standard/tests/file/disk_free_space_basic.phpt
2147
482166f6
ER
2148%ifarch %{x8664}
2149# all pdo_sqlite, sqlite3 tests die with Aborted on carme
2150%{__rm} -r ext/pdo_sqlite/tests
2151%{__rm} -r ext/sqlite3/tests
2152%endif
2153
bbf35c27
ER
2154# skip XFAILs
2155# no point testing stuff that is knowingly broken
2156find -name '*.phpt' | xargs grep XFAIL -l | xargs rm -v
2157
482166f6
ER
2158env \
2159%ifarch %{ix86}
2160ix86= x8664=:
2161%endif
2162%ifarch %{x8664}
2163ix86=: x8664= \
dc101b85
JR
2164%endif
2165%ifarch x32
2166ix86=: x8664=: \
482166f6
ER
2167%endif
2168 sh -xe %{_sourcedir}/skip-tests.sh
c0240cb1 2169
2170%build
2171API=$(awk '/#define PHP_API_VERSION/{print $3}' main/php.h)
2172if [ $API != %{php_api_version} ]; then
2173 echo "Set %%define php_api_version to $API and re-run."
2174 exit 1
2175fi
2176
2177API=$(awk '/#define ZEND_MODULE_API_NO/{print $3}' Zend/zend_modules.h)
2178if [ $API != %{zend_module_api} ]; then
2179 echo "Set %%define zend_module_api to $API and re-run."
2180 exit 1
2181fi
2182
2183API=$(awk '/#define ZEND_EXTENSION_API_NO/{print $3}' Zend/zend_extensions.h)
2184if [ $API != %{zend_extension_api} ]; then
2185 echo "Set %%define zend_extension_api to $API and re-run."
2186 exit 1
2187fi
2188
a6af2a14
ER
2189API=$(awk '/#define PDO_DRIVER_API/{print $3}' ext/pdo/php_pdo_driver.h)
2190if [ $API != %{php_pdo_api_version} ]; then
2191 echo "Set %%define php_pdo_api_version to $API and re-run."
2192 exit 1
2193fi
2194
13f02a12
ER
2195# Check for some extension version
2196ver=$(sed -n '/#define PHP_FILEINFO_VERSION /{s/.* "//;s/".*$//;p}' ext/fileinfo/php_fileinfo.h)
2197if test "$ver" != "%{fileinfover}"; then
2198 : Error: Upstream FILEINFO version is now ${ver}, expecting %{fileinfover}.
2199 : Update the fileinfover macro and rebuild.
2200 exit 1
2201fi
2202ver=$(sed -n '/#define PHP_PHAR_VERSION /{s/.* "//;s/".*$//;p}' ext/phar/php_phar.h)
2203if test "$ver" != "%{pharver}"; then
2204 : Error: Upstream PHAR version is now ${ver}, expecting %{pharver}.
2205 : Update the pharver macro and rebuild.
2206 exit 1
2207fi
ce39c8ba
ER
2208ver=$(sed -n '/#define PHP_SQLITE3_VERSION/{s/.* "//;s/".*$//;p}' ext/sqlite3/php_sqlite3.h)
2209if test "$ver" != "%{sqlite3ver}"; then
2210 : Error: Upstream Sqlite3 version is now ${ver}, expecting %{sqlite3ver}.
2211 : Update the sqlite3ver macro and rebuild.
2212 exit 1
2213fi
8d42644e 2214ver=$(sed -n '/#define PHP_ZIP_VERSION /{s/.* "//;s/".*$//;p}' ext/zip/php_zip.h)
13f02a12
ER
2215if test "$ver" != "%{zipver}"; then
2216 : Error: Upstream ZIP version is now ${ver}, expecting %{zipver}.
2217 : Update the zipver macro and rebuild.
2218 exit 1
2219fi
2220ver=$(sed -n '/#define PHP_JSON_VERSION /{s/.* "//;s/".*$//;p}' ext/json/php_json.h)
2221if test "$ver" != "%{jsonver}"; then
2222 : Error: Upstream JSON version is now ${ver}, expecting %{jsonver}.
2223 : Update the jsonver macro and rebuild.
2224 exit 1
2225fi
3790806a 2226ver=$(sed -n '/#define PHP_ZENDOPCACHE_VERSION /{s/.* "//;s/".*$//;p}' ext/opcache/ZendAccelerator.h)
8328535b 2227if test "$ver" != "%{opcachever}"; then
3790806a 2228 : Error: Upstream Zend Opcache version is now ${ver}, expecting %{opcachever}.
8328535b
ER
2229 : Update the opcachever macro and rebuild.
2230 exit 1
2231fi
8d42644e
ER
2232ver=$(sed -n '/#define PHPDBG_VERSION /{s/.* "//;s/".*$//;p}' sapi/phpdbg/phpdbg.h)
2233if test "$ver" != "%{phpdbgver}"; then
2234 : Error: Upstream phpdbg version is now ${ver}, expecting %{phpdbgver}.
c3061867 2235 : Update the phpdbgver macro and rebuild.
8328535b
ER
2236 exit 1
2237fi
13f02a12
ER
2238ver=$(sed -rne 's,.*<version>(.+)</version>,\1,p' ext/bz2/package.xml)
2239if test "$ver" != "%{bz2ver}"; then
2240 : Error: Upstream BZIP2 version is now ${ver}, expecting %{bz2ver}.
2241 : Update the bz2ver macro and rebuild.
2242 exit 1
2243fi
2244ver=$(sed -n '/#define PHP_ENCHANT_VERSION /{s/.* "//;s/".*$//;p}' ext/enchant/php_enchant.h)
2245if test "$ver" != "%{enchantver}"; then
2246 : Error: Upstream Enchant version is now ${ver}, expecting %{enchantver}.
2247 : Update the enchantver macro and rebuild.
2248 exit 1
2249fi
2250ver=$(awk '/#define PHP_HASH_EXTVER/ {print $3}' ext/hash/php_hash.h | xargs)
2251if test "$ver" != "%{hashver}"; then
2252 : Error: Upstream HASH version is now ${ver}, expecting %{hashver}.
2253 : Update the hashver macro and rebuild.
2254 exit 1
2255fi
2256ver=$(sed -n '/#define PHP_INTL_VERSION /{s/.* "//;s/".*$//;p}' ext/intl/php_intl.h)
2257if test "$ver" != "%{intlver}"; then
2258 : Error: Upstream Intl version is now ${ver}, expecting %{intlver}.
2259 : Update the intlver macro and rebuild.
2260 exit 1
2261fi
2262
c0240cb1 2263export EXTENSION_DIR="%{php_extensiondir}"
2264# configure once (for faster debugging purposes)
2265if [ ! -f _built-conf ]; then
2266 # now remove Makefile copies
212b9ffa 2267 rm -f Makefile.{cgi-fcgi,fpm,cli,apxs1,apxs2,litespeed,phpdbg,milter}
c0240cb1 2268 %{__libtoolize}
2269 %{__aclocal}
2270 cp -f /usr/share/automake/config.* .
2271 ./buildconf --force
2272 touch _built-conf
2273fi
2274export PROG_SENDMAIL="/usr/lib/sendmail"
2275export CPPFLAGS="-DDEBUG_FASTCGI -DHAVE_STRNDUP %{rpmcppflags} \
2276 -I%{_includedir}/xmlrpc-epi"
2277
2278sapis="
2279cli
2280%if %{with cgi}
2281cgi-fcgi
2282%endif
2283%if %{with litespeed}
2284litespeed
2285%endif
2286%if %{with fpm}
2287fpm
2288%endif
13f02a12
ER
2289%if %{with embed}
2290embed
2291%endif
c0240cb1 2292%if %{with apache1}
2293apxs1
2294%endif
2295%if %{with apache2}
2296apxs2
2297%endif
def35a47
ER
2298%if %{with phpdbg}
2299phpdbg
2300%endif
212b9ffa
ER
2301%if %{with milter}
2302milter
c0240cb1 2303%endif
2304"
2305for sapi in $sapis; do
2306 : SAPI $sapi
2307 # skip if already configured (for faster debugging purposes)
2308 [ -f Makefile.$sapi ] && continue
2309
2310 sapi_args=''
2311 case $sapi in
2312 cgi-fcgi)
2313 sapi_args='--disable-cli'
2314 ;;
2315 cli)
2316 sapi_args='--disable-cgi %{?with_gcov:--enable-gcov}'
2317 ;;
2318 fpm)
96ae08b1 2319 sapi_args='--disable-cli --disable-cgi --enable-fpm'
c0240cb1 2320 ;;
13f02a12 2321 embed)
82e4c42c 2322 sapi_args='--disable-cli --disable-cgi --enable-embed'
13f02a12 2323 ;;
c0240cb1 2324 apxs1)
2325 ver=$(rpm -q --qf '%{V}' apache1-devel)
96ae08b1 2326 sapi_args="--disable-cli --disable-cgi --with-apxs=%{apxs1} --with-apache-version=$ver"
c0240cb1 2327 ;;
2328 apxs2)
2329 ver=$(rpm -q --qf '%{V}' apache-devel)
96ae08b1 2330 sapi_args="--disable-cli --disable-cgi --with-apxs2=%{apxs2} --with-apache-version=$ver"
c0240cb1 2331 ;;
2332 litespeed)
def35a47
ER
2333 sapi_args='--disable-cli --disable-cgi --with-litespeed'
2334 ;;
2335 phpdbg)
2336 sapi_args='--disable-cli --disable-cgi --enable-phpdbg %{?debug:--enable-phpdbg-debug}'
c0240cb1 2337 ;;
212b9ffa
ER
2338 milter)
2339 sapi_args='--disable-cli --disable-cgi --with-milter'
c0240cb1 2340 ;;
2341 esac
2342
2343 %configure \
2344 $sapi_args \
2345%if "%{!?configure_cache:0}%{?configure_cache}" == "0"
2346 --cache-file=config.cache \
2347%endif
2348 --with-libdir=%{_lib} \
2349 --with-config-file-path=%{_sysconfdir} \
2350 --with-config-file-scan-dir=%{_sysconfdir}/conf.d \
c0240cb1 2351 --with-system-tzdata \
2352 --%{!?debug:dis}%{?debug:en}able-debug \
2353 %{?with_zts:--enable-maintainer-zts} \
2354 --enable-inline-optimization \
476107e3
ER
2355 %{__enable_disable bcmath bcmath shared} \
2356 %{__enable_disable calendar calendar shared} \
2357 %{__enable_disable ctype ctype shared} \
2358 %{__enable_disable dba dba shared} \
2359 %{__enable_disable dom dom shared} \
e2bde909 2360 %{?with_systemtap:--enable-dtrace} \
476107e3
ER
2361 %{__enable_disable exif exif shared} \
2362 %{__enable_disable fileinfo fileinfo shared} \
2363 %{__enable_disable ftp ftp shared} \
c0240cb1 2364 --enable-gd-native-ttf \
689a4e56 2365 %{?with_intl:--enable-intl=shared} \
c0240cb1 2366 --enable-libxml \
476107e3 2367 %{__enable_disable mbstring mbstring shared,all} \
c0240cb1 2368 --enable-mbregex \
476107e3
ER
2369 %{__enable_disable pcntl pcntl shared} \
2370 %{__enable_disable pdo pdo shared} \
2371 %{__enable_disable json json shared} \
2372 %{__enable_disable hash hash shared} \
c0240cb1 2373 --enable-xmlwriter=shared \
2374%if %{with fpm}
2375 --with-fpm-user=http \
2376 --with-fpm-group=http \
2377%endif
006a7eb1 2378%if %{with pdo_dblib}
c0240cb1 2379 --with-pdo-dblib=shared \
2380%endif
2381%if %{with interbase} && %{without interbase_inst}
2382 --with-pdo-firebird=shared,/usr \
2383%endif
2384 %{?with_mhash:--with-mhash=yes} \
2385 --with-mysql-sock=/var/lib/mysql/mysql.sock \
476107e3 2386 %{__with_without pdo_mysql pdo-mysql shared,%{!?with_mysqlnd:/usr}%{?with_mysqlnd:mysqlnd}} \
329b4394 2387 %{?with_oci:--with-pdo-oci=shared%{?with_instantclient:,instantclient,%{_libdir}}} \
c0240cb1 2388 %{?with_odbc:--with-pdo-odbc=shared,unixODBC,/usr} \
2389 %{?with_pgsql:--with-pdo-pgsql=shared} \
2390 %{?with_pdo_sqlite:--with-pdo-sqlite=shared,/usr} \
d8c3b589 2391 %{?with_webp:--with-vpx-dir=/usr} \
c0240cb1 2392 --without-libexpat-dir \
476107e3 2393 %{__enable_disable posix posix shared} \
c0240cb1 2394 --enable-shared \
476107e3 2395 %{__enable_disable session session shared} \
c0240cb1 2396 --enable-shmop=shared \
2397 --enable-simplexml=shared \
2398 --enable-sysvmsg=shared \
2399 --enable-sysvsem=shared \
2400 --enable-sysvshm=shared \
c0240cb1 2401 --enable-soap=shared \
2402 --enable-sockets=shared \
2403 --enable-tokenizer=shared \
c0240cb1 2404 %{?with_wddx:--enable-wddx=shared} \
2405 --enable-xml=shared \
2406 --enable-xmlreader=shared \
476107e3 2407 %{__with_without bz2 bz2 shared} \
c0240cb1 2408 %{__with_without curl curl shared} \
2409 --with-db4 \
476107e3 2410 %{__with_without iconv iconv shared} \
13f02a12 2411 %{?with_enchant:--with-enchant=shared,/usr} \
c0240cb1 2412 --with-freetype-dir=shared \
476107e3
ER
2413 %{__with_without gettext gettext shared} \
2414 %{__with_without gd gd shared%{?with_system_gd:,/usr}} \
c0240cb1 2415 --with-gdbm \
476107e3 2416 %{__with_without gmp gmp shared} \
c0240cb1 2417 %{?with_imap:--with-imap=shared --with-imap-ssl} \
2418 %{?with_interbase:--with-interbase=shared%{!?with_interbase_inst:,/usr}} \
2419 --with-jpeg-dir=/usr \
2420 %{?with_ldap:--with-ldap=shared --with-ldap-sasl} \
476107e3 2421 %{__with_without mcrypt mcrypt shared} \
c0240cb1 2422 %{?with_mm:--with-mm} \
2423 %{?with_mssql:--with-mssql=shared} \
81d9fe7d 2424 %{?with_mysqlnd:--enable-mysqlnd=shared} \
5fae5336 2425 %{__with_without mysql mysql shared,%{!?with_mysqlnd:/usr}%{?with_mysqlnd:mysqlnd}} \
81d9fe7d 2426 %{?with_mysqli:--with-mysqli=shared,%{!?with_mysqlnd:/usr/bin/mysql_config}%{?with_mysqlnd:mysqlnd}} \
329b4394 2427 %{?with_oci:--with-oci8=shared%{?with_instantclient:,instantclient,%{_libdir}}} \
c4e1de8b 2428 %{__enable_disable opcache opcache shared} \
c0240cb1 2429 %{?with_openssl:--with-openssl=shared} \
2430 %{?with_kerberos5:--with-kerberos} \
36fd40c8 2431 --with-tcadb=/usr \
c0240cb1 2432 %{__with_without pcre pcre-regex /usr} \
2433 %{__enable_disable filter filter shared} \
2434 --with-pear=%{php_pear_dir} \
2435 %{__with_without pgsql pgsql shared,/usr} \
2436 %{__enable_disable phar phar shared} \
2437 --with-png-dir=/usr \
2438 %{?with_pspell:--with-pspell=shared} \
476107e3 2439 %{__with_without readline readline shared} \
c0240cb1 2440 %{?with_recode:--with-recode=shared} \
4b4c3c50 2441 %{__with_without ereg regex system} \
c0240cb1 2442 %{?with_snmp:--with-snmp=shared} \
2443 %{?with_sybase_ct:--with-sybase-ct=shared,/usr} \
c0240cb1 2444 %{!?with_pdo_sqlite:--without-pdo-sqlite} \
2445 %{__with_without sqlite3 sqlite3 shared,/usr} \
2446 --with-t1lib=shared \
2447 %{?with_tidy:--with-tidy=shared} \
2448 %{?with_odbc:--with-unixODBC=shared,/usr} \
2449 %{__with_without xmlrpc xmlrpc shared,/usr} \
2450 --with-xsl=shared \
2451 --with-zlib=shared \
2452 --with-zlib-dir=shared,/usr \
13f02a12 2453 %{?with_system_libzip:--with-libzip} \
c0240cb1 2454 --enable-zip=shared,/usr \
2455
2456 # save for debug
2457 cp -f Makefile Makefile.$sapi
2458 cp -f main/php_config.h php_config.h.$sapi
2459 cp -f config.log config.log.$sapi
2460done
2461
2462# as we build each SAPI in own make, adjust php-config.in forehead
529e9ea3
ER
2463sapis=$(%{__sed} -rne 's/^PHP_INSTALLED_SAPIS = (.+)/\1/p' Makefile.* | tr ' ' '\n' | sort -u | xargs)
2464%{__sed} -i -e "s,@PHP_INSTALLED_SAPIS@,$sapis," scripts/php-config.in
c0240cb1 2465
2466# must make libphp_common first, so modules can link against it.
2467cp -af php_config.h.cli main/php_config.h
2468cp -af Makefile.cli Makefile
2469%{__make} libphp_common.la
5467be0e
ER
2470# hack: MYSQLND_SHARED_LIBADD not initialized
2471%{__make} build-modules \
2472 MYSQLND_SHARED_LIBADD="-lssl -lcrypto"
c0240cb1 2473
2474%if %{with apache1}
2475%{__make} libtool-sapi LIBTOOL_SAPI=sapi/apache/libphp5.la -f Makefile.apxs1
2476%endif
2477
2478%if %{with apache2}
2479%{__make} libtool-sapi LIBTOOL_SAPI=sapi/apache2handler/libphp5.la -f Makefile.apxs2
2480%endif
2481
2482%if %{with litespeed}
96ae08b1 2483%{__make} -f Makefile.litespeed litespeed
c0240cb1 2484%endif
2485
4d241919
ER
2486%if %{with embed}
2487%{__make} -f Makefile.embed libphp5.la
2488%endif
2489
def35a47 2490%if %{with phpdbg}
f1570176
ER
2491# PHP_READLINE_LIBS is empty, so force readline here
2492%{__make} -f Makefile.phpdbg phpdbg \
2493 PHPDBG_EXTRA_LIBS=-lreadline
def35a47
ER
2494%endif
2495
212b9ffa
ER
2496%if %{with milter}
2497%{__make} -f Makefile.milter milter
2498%endif
2499
c0240cb1 2500# CGI/FCGI
2501%if %{with cgi}
13f02a12 2502cp -pf php_config.h.cgi-fcgi main/php_config.h
c0240cb1 2503%{__make} -f Makefile.cgi-fcgi
3aeda88b 2504[ "$(echo '<?=php_sapi_name();' | ./sapi/cgi/php-cgi -qn)" = "cgi-fcgi" ]
c0240cb1 2505%endif
2506
2507# PHP FPM
2508%if %{with fpm}
13f02a12 2509cp -pf php_config.h.fpm main/php_config.h
c0240cb1 2510%{__make} -f Makefile.fpm
3aeda88b 2511[ $(./sapi/fpm/php-fpm -n -m | grep cgi-fcgi) = "cgi-fcgi" ]
c0240cb1 2512%endif
2513
2514# CLI
13f02a12 2515cp -pf php_config.h.cli main/php_config.h
c0240cb1 2516%{__make} -f Makefile.cli
3aeda88b 2517[ "$(echo '<?=php_sapi_name();' | ./sapi/cli/php -qn)" = "cli" ]
c0240cb1 2518
2519# check for stupid xml parse breakage where &lt; and &gt; just get lost in parse result
2520./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"]));'
2521
2522# Generate stub .ini files for each extension
2523rm -rf conf.d
2524install -d conf.d
2525generate_inifiles() {
2526 for so in modules/*.so; do
2527 mod=$(basename $so .so)
8328535b
ER
2528 ext=extension
2529 # opcache.so is zend extension
2530 nm $so | grep -q zend_extension_entry && ext=zend_extension
c0240cb1 2531 conf="$mod.ini"
2532 # xml needs to be loaded before wddx
2533 [ "$mod" = "wddx" ] && conf="xml_$mod.ini"
2534 # pre needs to be loaded before SPL
2535 [ "$mod" = "pcre" ] && conf="PCRE.ini"
2536 # spl needs to be loaded before mysqli
2537 [ "$mod" = "spl" ] && conf="SPL.ini"
2538 # session needs to be loaded before php-pecl-http, php-pecl-memcache, php-pecl-session_mysql
2539 [ "$mod" = "session" ] && conf="Session.ini"
2540 # mysqlnd needs to be loaded before mysql,mysqli,pdo_mysqli
2541 [ "$mod" = "mysqlnd" ] && conf="MySQLND.ini"
2542 echo "+ $conf"
2543 cat > conf.d/$conf <<-EOF
8328535b
ER
2544 ; Enable $mod $ext module
2545 $ext=$mod.so
c0240cb1 2546 EOF
2547 done
2548}
2549generate_inifiles
2550
2551# Check that the module inner-dependencies are intact
2552PHP=./sapi/cli/php EXTENSION_DIR=modules CONFIG_DIR=conf.d ./dep-tests.sh > dep-tests.log
2553if grep -v OK dep-tests.log; then
2554 echo >&2 "The results above were not expected"
2555 exit 1
2556fi
2557
2558%if %{with gcov}
2559# Use CLI SAPI
13f02a12
ER
2560cp -pf php_config.h.cli main/php_config.h
2561cp -pf Makefile.cli Makefile
c0240cb1 2562%{__make} lcov
2563# you really don't want to package result of gcov build
2564exit 1
2565%endif
2566
c0240cb1 2567cat <<'EOF' > run-tests.sh
2568#!/bin/sh
2569export NO_INTERACTION=1 REPORT_EXIT_STATUS=1 MALLOC_CHECK_=2
2570unset TZ LANG LC_ALL || :
2571%{__make} test \
2572 EXTENSION_DIR=modules \
2573 PHP_TEST_SHARED_SYSTEM_EXTENSIONS= \
2574 RUN_TESTS_SETTINGS="-q $*"
2575EOF
2576chmod +x run-tests.sh
336b95c5
ER
2577
2578%if %{with tests}
2579# Run tests, using the CLI SAPI
2580cp -pf php_config.h.cli main/php_config.h
2581cp -pf Makefile.cli Makefile
2582
13ed24d5
ER
2583./run-tests.sh -w failed.log -s tests.log || {
2584rc=$?
c0240cb1 2585
2586# collect failed tests into cleanup script used in prep.
482166f6
ER
2587sed -ne '/^FAILED TEST SUMMARY/,/^===/p' tests.log | sed -e '1,/^---/d;/^===/,$d' > tests-failed.log
2588sed -ne '/^via/d;/\[.*\]/{s/\t*\(.*\) \[\(.*\)\]\(.*\)/# \1\3\nmv \2{,.skip}/p}' tests-failed.log \
c0240cb1 2589 >> %{_sourcedir}/skip-tests.sh
2590
482166f6
ER
2591# if on builders, dump test log
2592tty -q || cat tests.log
5279719f
ER
2593
2594test ! -s failed.log
13ed24d5
ER
2595exit $rc
2596}
c0240cb1 2597%endif
2598
2599%install
2600rm -rf $RPM_BUILD_ROOT
2601install -d $RPM_BUILD_ROOT{%{_libdir}/{php,apache{,1}},%{_sysconfdir}/{apache,cgi}} \
2602 $RPM_BUILD_ROOT{%{_sbindir},%{_bindir}} \
2603 $RPM_BUILD_ROOT/etc/{apache/conf.d,httpd/conf.d} \
2604 $RPM_BUILD_ROOT%{_mandir}/man{1,8} \
2605
13f02a12
ER
2606cp -pf php_config.h.cli main/php_config.h
2607cp -pf Makefile.cli Makefile
c0240cb1 2608%{__make} install \
b27ad7c4 2609 phpbuilddir=%{_libdir}/%{name}/build \
c0240cb1 2610 INSTALL_ROOT=$RPM_BUILD_ROOT
2611
2612# make link relative
2613ln -sfn phar.phar $RPM_BUILD_ROOT%{_bindir}/phar
2614
c04c07ff
ER
2615# version suffix
2616v=$(echo %{version} | cut -d. -f1-2)
2617
c0240cb1 2618# install Apache1 DSO module
2619%if %{with apache1}
13f02a12 2620libtool --mode=install install -p sapi/apache/libphp5.la $RPM_BUILD_ROOT%{_libdir}/apache1
c04c07ff
ER
2621mv $RPM_BUILD_ROOT%{_libdir}/apache1/libphp5{,-$v}.so
2622ln -s libphp5-$v.so $RPM_BUILD_ROOT%{_libdir}/apache1/libphp5.so
c0240cb1 2623%endif
2624
2625# install Apache2 DSO module
2626%if %{with apache2}
13f02a12 2627libtool --mode=install install -p sapi/apache2handler/libphp5.la $RPM_BUILD_ROOT%{_libdir}/apache
c04c07ff
ER
2628mv $RPM_BUILD_ROOT%{_libdir}/apache/libphp5{,-$v}.so
2629ln -s libphp5-$v.so $RPM_BUILD_ROOT%{_libdir}/apache/libphp5.so
c0240cb1 2630%endif
2631
2632# install litespeed sapi
2633%if %{with litespeed}
f9101cd2 2634libtool --mode=install install -p sapi/litespeed/php $RPM_BUILD_ROOT%{_sbindir}/%{name}.litespeed
c0240cb1 2635%endif
2636
def35a47
ER
2637%if %{with phpdbg}
2638%{__make} -f Makefile.phpdbg install-phpdbg \
2639 INSTALL_ROOT=$RPM_BUILD_ROOT
2640%endif
2641
212b9ffa
ER
2642%if %{with milter}
2643%{__make} -f Makefile.milter install-milter \
2644 INSTALL_ROOT=$RPM_BUILD_ROOT
2645%endif
2646
13f02a12 2647libtool --mode=install install -p libphp_common.la $RPM_BUILD_ROOT%{_libdir}
c0240cb1 2648
2649# install CGI/FCGI
2650%if %{with cgi}
13f02a12 2651# install-cgi
694e535c
ER
2652libtool --mode=install install -p sapi/cgi/php-cgi $RPM_BUILD_ROOT%{_bindir}/%{name}.cgi
2653ln -sf %{name}.cgi $RPM_BUILD_ROOT%{_bindir}/%{name}.fcgi
13f02a12 2654cp -p %{SOURCE3} $RPM_BUILD_ROOT%{_sysconfdir}/php-cgi-fcgi.ini
c0240cb1 2655%endif
2656
2657# install FCGI PM
2658%if %{with fpm}
2659install -d $RPM_BUILD_ROOT{%{_sysconfdir}/fpm.d,%{_sbindir}}
f9101cd2
ER
2660libtool --mode=install install -p sapi/fpm/php-fpm $RPM_BUILD_ROOT%{_sbindir}/%{name}-fpm
2661cp -p sapi/fpm/php-fpm.8 $RPM_BUILD_ROOT%{_mandir}/man8/%{name}-fpm.8
13f02a12 2662cp -p sapi/fpm/php-fpm.conf $RPM_BUILD_ROOT%{_sysconfdir}
b604e307 2663cp -p sapi/fpm/php-fpm.conf-d $RPM_BUILD_ROOT%{_sysconfdir}/fpm.d/www.conf
c0240cb1 2664install -d $RPM_BUILD_ROOT/etc/rc.d/init.d
f9101cd2 2665install -p %{SOURCE10} $RPM_BUILD_ROOT/etc/rc.d/init.d/%{name}-fpm
d307ed78
ER
2666install -d $RPM_BUILD_ROOT/etc/logrotate.d
2667cp -p %{SOURCE11} $RPM_BUILD_ROOT/etc/logrotate.d/%{name}-fpm
db9dad5e
ER
2668%if "%{pld_release}" == "ac"
2669%{__sed} -i -e '/su/d' $RPM_BUILD_ROOT/etc/logrotate.d/%{name}-fpm
2670%endif
d307ed78 2671
f9101cd2
ER
2672%{__sed} -i -e '
2673 s#/usr/lib/php#%{php_extensiondir}#
2674 s#/etc/php#%{_sysconfdir}#
2675 s#@processname@#%{name}-fpm#g
b604e307 2676' $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
2677%endif
2678
2679# install Embedded API
2680%if %{with embed}
13f02a12 2681# we could use install-headers from Makefile.embed, but that would reinstall all headers
82e4c42c 2682# install-sapi installs to wrong dir, so just do it all manually
13f02a12 2683install -d $RPM_BUILD_ROOT%{_includedir}/php/sapi/embed
82e4c42c 2684install -p libs/libphp5.so $RPM_BUILD_ROOT%{_libdir}
13f02a12 2685cp -p sapi/embed/php_embed.h $RPM_BUILD_ROOT%{_includedir}/php/sapi/embed
c0240cb1 2686%endif
2687
2688# install CLI
580d93e0
ER
2689# versioned suffix is always installed
2690libtool --mode=install install -p sapi/cli/php $RPM_BUILD_ROOT%{_bindir}/php%{ver_suffix}
2691cp -p sapi/cli/php.1 $RPM_BUILD_ROOT%{_mandir}/man1/php%{ver_suffix}.1
2692echo ".so php%{ver_suffix}.1" >$RPM_BUILD_ROOT%{_mandir}/man1/php.1
2693ln -sf php%{ver_suffix} $RPM_BUILD_ROOT%{_bindir}/php
c0240cb1 2694
f831b4f0 2695cp -p php.ini $RPM_BUILD_ROOT%{_sysconfdir}/php.ini
13f02a12 2696cp -p %{SOURCE5} $RPM_BUILD_ROOT%{_sysconfdir}/php-cli.ini
c0240cb1 2697
2698%if %{with apache1}
13f02a12
ER
2699cp -p %{SOURCE2} $RPM_BUILD_ROOT/etc/apache/conf.d/70_mod_php.conf
2700cp -p %{SOURCE4} $RPM_BUILD_ROOT%{_sysconfdir}/php-apache.ini
2701%{__rm} -f $RPM_BUILD_ROOT%{_libdir}/apache1/libphp5.la
c0240cb1 2702%endif
2703
2704%if %{with apache2}
13f02a12
ER
2705cp -p %{SOURCE2} $RPM_BUILD_ROOT/etc/httpd/conf.d/70_mod_php.conf
2706cp -p %{SOURCE4} $RPM_BUILD_ROOT%{_sysconfdir}/php-apache2handler.ini
2707%{__rm} -f $RPM_BUILD_ROOT%{_libdir}/apache/libphp5.la
c0240cb1 2708%endif
2709
f831b4f0 2710# ensure that paths are correct for current php version and arch
37a42448 2711grep -El '/etc/php/|/usr/lib/php/' $RPM_BUILD_ROOT%{_sysconfdir}/*.ini | xargs -r \
f831b4f0
ER
2712%{__sed} -i -e '
2713 s#/usr/lib/php#%{php_extensiondir}#
2714 s#/etc/php#%{_sysconfdir}#
63bcb1b6 2715'
f831b4f0 2716
c0240cb1 2717install -d $RPM_BUILD_ROOT%{_sysconfdir}/conf.d
13f02a12 2718cp -p conf.d/*.ini $RPM_BUILD_ROOT%{_sysconfdir}/conf.d
c0240cb1 2719
2720# per SAPI ini directories
2721install -d $RPM_BUILD_ROOT%{_sysconfdir}/{cgi-fcgi,cli,apache,apache2handler}.d
2722
2723# for CLI SAPI only
2724mv $RPM_BUILD_ROOT%{_sysconfdir}/{conf.d/readline.ini,cli.d}
2725
2726# use system automake and {lib,sh}tool
77ee6bb7 2727ln -snf /usr/share/automake/config.{guess,sub} $RPM_BUILD_ROOT%{_libdir}/%{name}/build
b27ad7c4 2728ln -snf %{_bindir}/shtool $RPM_BUILD_ROOT%{_libdir}/%{name}/build
77ee6bb7
ER
2729for fn in libtool.m4 lt~obsolete.m4 ltoptions.m4 ltsugar.m4 ltversion.m4; do
2730 f=%{_aclocaldir}/$fn
2731 test -f $f || continue
2732 ln -snf $f $RPM_BUILD_ROOT%{_libdir}/%{name}/build
2733done
2734for fn in ltmain.sh config/ltmain.sh build-aux/ltmain.sh; do
2735 f=/usr/share/libtool/$fn
2736 test -f $f || continue
2737 ln -snf $f $RPM_BUILD_ROOT%{_libdir}/%{name}/build
2738 break
2739done
b27ad7c4 2740sed -i -e '/^phpdir/ s,/php/build,/%{name}/build,' $RPM_BUILD_ROOT%{_bindir}/phpize
c0240cb1 2741
2742# for php-pecl-mailparse
2743install -d $RPM_BUILD_ROOT%{_includedir}/php/ext/mbstring
13f02a12 2744cp -p ext/mbstring/libmbfl/mbfl/*.h $RPM_BUILD_ROOT%{_includedir}/php/ext/mbstring
c0240cb1 2745
2746# tests
2747install -d $RPM_BUILD_ROOT%{php_data_dir}/tests/php
2748install -p run-tests.php $RPM_BUILD_ROOT%{php_data_dir}/tests/php/run-tests.php
2749cp -a tests/* $RPM_BUILD_ROOT%{php_data_dir}/tests/php
2750
13f02a12
ER
2751# fix install paths, avoid evil rpaths
2752sed -i -e "s|^libdir=.*|libdir='%{_libdir}'|" $RPM_BUILD_ROOT%{_libdir}/libphp_common.la
13f02a12 2753# better solution?
b27ad7c4 2754sed -i -e 's|libphp_common.la|$(libdir)/libphp_common.la|' $RPM_BUILD_ROOT%{_libdir}/%{name}/build/acinclude.m4
13f02a12 2755
b343cce7
ER
2756# somewhy there are installed static versions we don't use
2757%if %{with apache1} || %{with apache2}
2758%{__rm} $RPM_BUILD_ROOT%{_libdir}/apache*/libphp*.a
2759%{__rm} $RPM_BUILD_ROOT%{_libdir}/libphp*.a
2760%{__rm} $RPM_BUILD_ROOT%{php_extensiondir}/*.a
2761%endif
2762
c0240cb1 2763%clean
2764rm -rf $RPM_BUILD_ROOT
2765
aa424f73 2766%post -n apache1-mod_%{name}
c0240cb1 2767if [ "$1" = "1" ]; then
2768 %service -q apache restart
2769fi
2770
aa424f73 2771%postun -n apache1-mod_%{name}
c0240cb1 2772if [ "$1" = "0" ]; then
2773 %service -q apache restart
2774fi
2775
aa424f73 2776%post -n apache-mod_%{name}
c0240cb1 2777if [ "$1" = "1" ]; then
2778 %service -q httpd restart
2779fi
2780
aa424f73 2781%postun -n apache-mod_%{name}
c0240cb1 2782if [ "$1" = "0" ]; then
2783 %service -q httpd restart
2784fi
2785
2786%pre fpm
2787%useradd -u 51 -r -s /bin/false -c "HTTP User" -g http http
2788
2789%post fpm
ff9cec3f
ER
2790/sbin/chkconfig --add %{name}-fpm
2791%service %{name}-fpm restart
c0240cb1 2792
2793%preun fpm
8f7b6246 2794if [ "$1" = "0" ]; then
ff9cec3f
ER
2795 %service %{name}-fpm stop
2796 /sbin/chkconfig --del %{name}-fpm
c0240cb1 2797fi
2798
2799%postun fpm
2800if [ "$1" = "0" ]; then
2801 %userremove http
2802fi
2803
13f02a12
ER
2804%post embedded -p /sbin/ldconfig
2805%postun embedded -p /sbin/ldconfig
2806
c0240cb1 2807%post common
2808# PHP 5.3 requires timezone being setup, try setup it from tzdata
5d43dd0d
ER
2809if ! grep -q '^date.timezone[[:space:]]*=' %{_sysconfdir}/php.ini && [ -f /etc/sysconfig/timezone ]; then
2810 TIMEZONE=
2811 . /etc/sysconfig/timezone
2812 if [ "$TIMEZONE" ]; then
2813 %{__sed} -i -e "s,^;date.timezone[[:space:]]*=.*,date.timezone = $TIMEZONE," %{_sysconfdir}/php.ini
c0240cb1 2814 fi
2815fi
2816
2817%posttrans common
2818# minimizing apache restarts logics. we restart webserver:
2819#
2820# 1. at the end of transaction. (posttrans, feature from rpm 4.4.2)
2821# 2. first install of extension (post: $1 = 1)
2822# 2. uninstall of extension (postun: $1 == 0)
2823#
2824# the strict internal deps between extensions (and apache modules) and
2825# common package are very important for all this to work.
2826
2827# restart webserver at the end of transaction
2828[ ! -f /etc/apache/conf.d/??_mod_php.conf ] || %service -q apache restart
2829[ ! -f /etc/httpd/conf.d/??_mod_php.conf ] || %service -q httpd restart
2830
263ef8fe
ER
2831%triggerpostun common -- php-common < 4:5.3.28-7
2832# migrate configs /etc/php/conf.d -> /etc/phpXY/conf.d/
2833# do config migration in php-common trigger, as the trigger is ran after all packages are upgraded
2834# this way we can stick to one trigger, instead of attaching one for each (sub)package!
2835for f in /etc/php/*.ini.rpmsave /etc/php/*.d/*.ini.rpmsave; do
2836 test -f "$f" || continue
2837 bn=${f#/etc/php/}
2838 dn=${bn%/*}
2839 fn=${bn#*/}
2840 test "$dn" = "$fn" && dn=
2841 fn=${fn%.rpmsave}
2842 nf=%{_sysconfdir}/$dn/$fn
2843 test -f "$nf" || continue
8f7b6246
TP
2844 cp -vfb $nf{,.rpmnew}
2845 cp -vfb $f $nf
396b93df
ER
2846 %{__sed} -i -e '
2847 s#%{_libdir}/php#%{_libdir}/%{name}#
2848 s#/etc/php#%{_sysconfdir}#
2849 ' $nf
263ef8fe
ER
2850done
2851
7330d6ec 2852%triggerpostun common -- %{name}-common < 4:5.6.4-2, php-common < 4:5.6.4-2
9f2b265f
ER
2853# switch to browscap package if the ini file has original value
2854%{__sed} -i -e 's#%{_sysconfdir}/browscap.ini#/usr/share/browscap/php_browscap.ini#' %{_sysconfdir}/php.ini
06903eea
ER
2855# disable browscap, if optional package not present
2856if [ ! -e /usr/share/browscap/php_browscap.ini ]; then
2857 %{__sed} -i -e 's#^browscap = /usr/share/browscap/php_browscap.ini#;&#' %{_sysconfdir}/php.ini
2858fi
9f2b265f 2859
c0240cb1 2860# common macros called at extension post/postun scriptlet
2861%define extension_scripts() \
2862%post %1 \
2863if [ "$1" = "1" ]; then \
2864 %php_webserver_restart \
2865fi \
2866\
2867%postun %1 \
2868if [ "$1" = "0" ]; then \
2869 %php_webserver_restart \
2870fi
2871%{nil}
2872
2873# extension scripts defines
2874%extension_scripts bcmath
2875%extension_scripts bz2
2876%extension_scripts calendar
2877%extension_scripts ctype
2878%extension_scripts curl
2879%extension_scripts dba
2880%extension_scripts dom
13f02a12 2881%extension_scripts enchant
c0240cb1 2882%extension_scripts exif
2883%extension_scripts fileinfo
2884%extension_scripts filter
2885%extension_scripts ftp
2886%extension_scripts gd
2887%extension_scripts gettext
2888%extension_scripts gmp
2889%extension_scripts hash
2890%extension_scripts iconv
2891%extension_scripts imap
2892%extension_scripts interbase
2893%extension_scripts intl
2894%extension_scripts json
2895%extension_scripts ldap
2896%extension_scripts mbstring
2897%extension_scripts mcrypt
2898%extension_scripts mssql
2899%extension_scripts mysql
2900%extension_scripts mysqli
2901%extension_scripts mysqlnd
2902%extension_scripts oci8
2903%extension_scripts odbc
8328535b 2904%extension_scripts opcache
c0240cb1 2905%extension_scripts openssl
2906%extension_scripts pcre
e12b4121 2907%extension_scripts pdo
c0240cb1 2908%extension_scripts pdo-dblib
2909%extension_scripts pdo-firebird
56b7d841 2910%extension_scripts pdo-oci
c0240cb1 2911%extension_scripts pdo-mysql
2912%extension_scripts pdo-odbc
2913%extension_scripts pdo-pgsql
2914%extension_scripts pdo-sqlite
2915%extension_scripts pgsql
2916%extension_scripts phar
e12b4121 2917%extension_scripts pcntl
c0240cb1 2918%extension_scripts posix
2919%extension_scripts pspell
2920%extension_scripts recode
2921%extension_scripts session
2922%extension_scripts shmop
e12b4121 2923%extension_scripts simplexml
c0240cb1 2924%extension_scripts snmp
2925%extension_scripts soap
2926%extension_scripts sockets
2927%extension_scripts spl
c0240cb1 2928%extension_scripts sqlite3
2929%extension_scripts sybase-ct
2930%extension_scripts sysvmsg
2931%extension_scripts sysvsem
2932%extension_scripts sysvshm
2933%extension_scripts tidy
2934%extension_scripts tokenizer
2935%extension_scripts wddx
2936%extension_scripts xml
2937%extension_scripts xmlreader
2938%extension_scripts xmlrpc
2939%extension_scripts xmlwriter
2940%extension_scripts xsl
2941%extension_scripts zip
2942%extension_scripts zlib
2943
c0240cb1 2944%if %{with apache1}
aa424f73 2945%files -n apache1-mod_%{name}
c0240cb1 2946%defattr(644,root,root,755)
2947%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/apache/conf.d/*_mod_php.conf
2948%dir %{_sysconfdir}/apache.d
2949%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/php-apache.ini
2950%attr(755,root,root) %{_libdir}/apache1/libphp5.so
c04c07ff 2951%attr(755,root,root) %{_libdir}/apache1/libphp5-*.*.so
c0240cb1 2952%endif
2953
2954%if %{with apache2}
aa424f73 2955%files -n apache-mod_%{name}
c0240cb1 2956%defattr(644,root,root,755)
2957%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/httpd/conf.d/*_mod_php.conf
2958%dir %{_sysconfdir}/apache2handler.d
2959%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/php-apache2handler.ini
2960%attr(755,root,root) %{_libdir}/apache/libphp5.so
c04c07ff 2961%attr(755,root,root) %{_libdir}/apache/libphp5-*.*.so
c0240cb1 2962%endif
2963
2964%if %{with litespeed}
2965%files litespeed
2966%defattr(644,root,root,755)
aa424f73 2967%attr(755,root,root) %{_sbindir}/%{name}.litespeed
c0240cb1 2968%endif
2969
2970%if %{with cgi}
2971%files cgi
2972%defattr(644,root,root,755)
2973%dir %{_sysconfdir}/cgi-fcgi.d
2974%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/php-cgi-fcgi.ini
694e535c
ER
2975%attr(755,root,root) %{_bindir}/%{name}.cgi
2976%attr(755,root,root) %{_bindir}/%{name}.fcgi
c0240cb1 2977%endif
2978
13f02a12
ER
2979%if %{with embed}
2980%files embedded
2981%defattr(644,root,root,755)
82e4c42c 2982%attr(755,root,root) %{_libdir}/libphp5.so
13f02a12
ER
2983%endif
2984
c0240cb1 2985%files cli
2986%defattr(644,root,root,755)
2987%dir %{_sysconfdir}/cli.d
2988%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/php-cli.ini
580d93e0
ER
2989%attr(755,root,root) %{_bindir}/php%{ver_suffix}
2990%{_mandir}/man1/php%{ver_suffix}.1*
c0240cb1 2991
2992%files program
2993%defattr(644,root,root,755)
2994%attr(755,root,root) %{_bindir}/php
872bc3df 2995%{_mandir}/man1/php.1*
c0240cb1 2996
2997%if %{with fpm}
2998%files fpm
2999%defattr(644,root,root,755)
13f02a12 3000%doc sapi/fpm/{CREDITS,LICENSE}
c0240cb1 3001%dir %{_sysconfdir}/fpm.d
3002%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/php-fpm.conf
b604e307 3003%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/fpm.d/www.conf
f9101cd2
ER
3004%attr(755,root,root) %{_sbindir}/%{name}-fpm
3005%{_mandir}/man8/%{name}-fpm.8*
3006%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/logrotate.d/%{name}-fpm
3007%attr(754,root,root) /etc/rc.d/init.d/%{name}-fpm
c0240cb1 3008%endif
3009
c42c0fb8 3010%if %{with phpdbg}
8d42644e
ER
3011%files phpdbg
3012%defattr(644,root,root,755)
3013%attr(755,root,root) %{_bindir}/phpdbg
a050c8c0 3014%{_mandir}/man1/phpdbg.1*
c42c0fb8 3015%endif
8d42644e 3016
212b9ffa
ER
3017%if %{with milter}
3018%files milter
3019%defattr(644,root,root,755)
3020%attr(755,root,root) %{_bindir}/php-milter
3021%endif
3022
c0240cb1 3023%files common
3024%defattr(644,root,root,755)
8d42644e 3025%doc CREDITS EXTENSIONS LICENSE NEWS README.namespaces UPGRADING* Zend/{LICENSE.Zend,ZEND_CHANGES} php.ini-*
c0240cb1 3026%dir %{_sysconfdir}
3027%dir %{_sysconfdir}/conf.d
3028%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/php.ini
c0240cb1 3029%attr(755,root,root) %{_libdir}/libphp_common-*.so
3030%dir %{php_extensiondir}
3031
13f02a12
ER
3032%doc ext/session/mod_files.sh
3033
c0240cb1 3034%files devel
3035%defattr(644,root,root,755)
8d42644e 3036%doc CODING_STANDARDS README.{EXT_SKEL,PARAMETER_PARSING_API,SELF-CONTAINED-EXTENSIONS,STREAMS,SUBMITTING_PATCH,TESTING,TESTING2,UNIX-BUILD-SYSTEM,input_filter}
c0240cb1 3037%attr(755,root,root) %{_bindir}/phpize
3038%attr(755,root,root) %{_bindir}/php-config
3039%attr(755,root,root) %{_libdir}/libphp_common.so
3040%{_libdir}/libphp_common.la
3041%{_includedir}/php
b27ad7c4 3042%{_libdir}/%{name}/build
c0240cb1 3043%{_mandir}/man1/php-config.1*
3044%{_mandir}/man1/phpize.1*
3045
476107e3 3046%if %{with bcmath}
c0240cb1 3047%files bcmath
3048%defattr(644,root,root,755)
3049%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/bcmath.ini
3050%attr(755,root,root) %{php_extensiondir}/bcmath.so
476107e3 3051%endif
c0240cb1 3052
476107e3 3053%if %{with bz2}
c0240cb1 3054%files bz2
3055%defattr(644,root,root,755)
8cd9d573 3056%doc ext/bz2/CREDITS
c0240cb1 3057%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/bz2.ini
3058%attr(755,root,root) %{php_extensiondir}/bz2.so
476107e3 3059%endif
c0240cb1 3060
476107e3 3061%if %{with calendar}
c0240cb1 3062%files calendar
3063%defattr(644,root,root,755)
8cd9d573 3064%doc ext/calendar/CREDITS
c0240cb1 3065%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/calendar.ini
3066%attr(755,root,root) %{php_extensiondir}/calendar.so
476107e3 3067%endif
c0240cb1 3068
476107e3 3069%if %{with ctype}
c0240cb1 3070%files ctype
3071%defattr(644,root,root,755)
8cd9d573 3072%doc ext/calendar/CREDITS
c0240cb1 3073%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/ctype.ini
3074%attr(755,root,root) %{php_extensiondir}/ctype.so
476107e3 3075%endif
c0240cb1 3076
3077%if %{with curl}
3078%files curl
3079%defattr(644,root,root,755)
8cd9d573 3080%doc ext/curl/CREDITS
c0240cb1 3081%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/curl.ini
3082%attr(755,root,root) %{php_extensiondir}/curl.so
3083%endif
3084
476107e3 3085%if %{with dba}
c0240cb1 3086%files dba
3087%defattr(644,root,root,755)
cd6e98f7 3088%doc ext/dba/{CREDITS,README}
c0240cb1 3089%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/dba.ini
3090%attr(755,root,root) %{php_extensiondir}/dba.so
476107e3 3091%endif
c0240cb1 3092
476107e3 3093%if %{with dom}
c0240cb1 3094%files dom
3095%defattr(644,root,root,755)
8cd9d573 3096%doc ext/dom/{CREDITS,TODO}
894cb112 3097%doc ext/dom/examples
c0240cb1 3098%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/dom.ini
3099%attr(755,root,root) %{php_extensiondir}/dom.so
476107e3 3100%endif
c0240cb1 3101
e5448b0f 3102%if %{with enchant}
13f02a12
ER
3103%files enchant
3104%defattr(644,root,root,755)
3105%doc ext/enchant/{CREDITS,docs/examples}
3106%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/enchant.ini
3107%attr(755,root,root) %{php_extensiondir}/enchant.so
e5448b0f 3108%endif
13f02a12 3109
476107e3 3110%if %{with exif}
c0240cb1 3111%files exif
3112%defattr(644,root,root,755)
8cd9d573 3113%doc ext/exif/CREDITS
c0240cb1 3114%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/exif.ini
3115%attr(755,root,root) %{php_extensiondir}/exif.so
476107e3 3116%endif
c0240cb1 3117
476107e3 3118%if %{with fileinfo}
c0240cb1 3119%files fileinfo
3120%defattr(644,root,root,755)
8cd9d573 3121%doc ext/fileinfo/CREDITS
c0240cb1 3122%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/fileinfo.ini
3123%attr(755,root,root) %{php_extensiondir}/fileinfo.so
476107e3 3124%endif
c0240cb1 3125
3126%if %{with filter}
3127%files filter
3128%defattr(644,root,root,755)
8cd9d573 3129%doc ext/filter/{CREDITS,docs/*}
c0240cb1 3130%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/filter.ini
3131%attr(755,root,root) %{php_extensiondir}/filter.so
3132%endif
3133
476107e3 3134%if %{with ftp}
c0240cb1 3135%files ftp
3136%defattr(644,root,root,755)
8cd9d573 3137%doc ext/ftp/CREDITS
c0240cb1 3138%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/ftp.ini
3139%attr(755,root,root) %{php_extensiondir}/ftp.so
476107e3 3140%endif
c0240cb1 3141
476107e3 3142%if %{with gd}
c0240cb1 3143%files gd
3144%defattr(644,root,root,755)
8cd9d573 3145%doc ext/gd/CREDITS
c0240cb1 3146%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/gd.ini
3147%attr(755,root,root) %{php_extensiondir}/gd.so
476107e3 3148%endif
c0240cb1 3149
476107e3 3150%if %{with gettext}
c0240cb1 3151%files gettext
3152%defattr(644,root,root,755)
8cd9d573 3153%doc ext/gettext/CREDITS
c0240cb1 3154%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/gettext.ini
3155%attr(755,root,root) %{php_extensiondir}/gettext.so
476107e3 3156%endif
c0240cb1 3157
476107e3 3158%if %{with gmp}
c0240cb1 3159%files gmp
3160%defattr(644,root,root,755)
8cd9d573 3161%doc ext/gmp/{CREDITS,README,TODO}
c0240cb1 3162%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/gmp.ini
3163%attr(755,root,root) %{php_extensiondir}/gmp.so
476107e3 3164%endif
c0240cb1 3165
476107e3 3166%if %{with hash}
c0240cb1 3167%files hash
3168%defattr(644,root,root,755)
8cd9d573 3169%doc ext/hash/{CREDITS,README}
c0240cb1 3170%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/hash.ini
3171%attr(755,root,root) %{php_extensiondir}/hash.so
476107e3 3172%endif
c0240cb1 3173
476107e3 3174%if %{with iconv}
c0240cb1 3175%files iconv
3176%defattr(644,root,root,755)
8cd9d573 3177%doc ext/iconv/CREDITS
c0240cb1 3178%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/iconv.ini
3179%attr(755,root,root) %{php_extensiondir}/iconv.so
476107e3 3180%endif
c0240cb1 3181
3182%if %{with imap}
3183%files imap
3184%defattr(644,root,root,755)
8cd9d573 3185%doc ext/imap/CREDITS
c0240cb1 3186%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/imap.ini
3187%attr(755,root,root) %{php_extensiondir}/imap.so
3188%endif
3189
3190%if %{with interbase}
3191%files interbase
3192%defattr(644,root,root,755)
8cd9d573 3193%doc ext/interbase/CREDITS
c0240cb1 3194%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/interbase.ini
3195%attr(755,root,root) %{php_extensiondir}/interbase.so
3196%endif
3197
689a4e56 3198%if %{with intl}
c0240cb1 3199%files intl
3200%defattr(644,root,root,755)
8cd9d573 3201%doc ext/intl/{CREDITS,TODO}
c0240cb1 3202%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/intl.ini
3203%attr(755,root,root) %{php_extensiondir}/intl.so
689a4e56 3204%endif
c0240cb1 3205
476107e3 3206%if %{with json}
c0240cb1 3207%files json
3208%defattr(644,root,root,755)
8cd9d573 3209%doc ext/json/CREDITS
c0240cb1 3210%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/json.ini
3211%attr(755,root,root) %{php_extensiondir}/json.so
476107e3 3212%endif
c0240cb1 3213
3214%if %{with ldap}
3215%files ldap
3216%defattr(644,root,root,755)
8cd9d573 3217%doc ext/ldap/CREDITS
c0240cb1 3218%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/ldap.ini
3219%attr(755,root,root) %{php_extensiondir}/ldap.so
3220%endif
3221
476107e3 3222%if %{with mbstring}
c0240cb1 3223%files mbstring
3224%defattr(644,root,root,755)
8cd9d573 3225%doc ext/mbstring/{CREDITS,README*}
c0240cb1 3226%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/mbstring.ini
3227%attr(755,root,root) %{php_extensiondir}/mbstring.so
476107e3 3228%endif
c0240cb1 3229
476107e3 3230%if %{with mcrypt}
c0240cb1 3231%files mcrypt
3232%defattr(644,root,root,755)
8cd9d573 3233%doc ext/mcrypt/{CREDITS,TODO}
c0240cb1 3234%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/mcrypt.ini
3235%attr(755,root,root) %{php_extensiondir}/mcrypt.so
476107e3 3236%endif
c0240cb1 3237
3238%if %{with mssql}
3239%files mssql
3240%defattr(644,root,root,755)
8cd9d573 3241%doc ext/mssql/CREDITS
c0240cb1 3242%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/mssql.ini
3243%attr(755,root,root) %{php_extensiondir}/mssql.so
3244%endif
3245
9cda7e6f 3246%if %{with mysql}
c0240cb1 3247%files mysql
3248%defattr(644,root,root,755)
8cd9d573 3249%doc ext/mysql/CREDITS
c0240cb1 3250%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/mysql.ini
3251%attr(755,root,root) %{php_extensiondir}/mysql.so
9cda7e6f 3252%endif
c0240cb1 3253
3254%if %{with mysqli}
3255%files mysqli
3256%defattr(644,root,root,755)
8cd9d573 3257%doc ext/mysqli/{CREDITS,TODO}
c0240cb1 3258%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/mysqli.ini
3259%attr(755,root,root) %{php_extensiondir}/mysqli.so
3260%endif
3261
3262%if %{with mysqlnd}
3263%files mysqlnd
3264%defattr(644,root,root,755)
8cd9d573 3265%doc ext/mysqlnd/CREDITS
c0240cb1 3266%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/MySQLND.ini
3267%attr(755,root,root) %{php_extensiondir}/mysqlnd.so
3268%endif
3269
329b4394 3270%if %{with oci}
c0240cb1 3271%files oci8
3272%defattr(644,root,root,755)
580d93e0 3273%doc ext/oci8/{CREDITS,README}
c0240cb1 3274%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/oci8.ini
3275%attr(755,root,root) %{php_extensiondir}/oci8.so
3276%endif
3277
3278%if %{with odbc}
3279%files odbc
3280%defattr(644,root,root,755)
8cd9d573 3281%doc ext/odbc/CREDITS
c0240cb1 3282%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/odbc.ini
3283%attr(755,root,root) %{php_extensiondir}/odbc.so
3284%endif
3285
8328535b
ER
3286%if %{with opcache}
3287%files opcache
3288%defattr(644,root,root,755)
3289%doc ext/opcache/README
3290%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/opcache.ini
3291%attr(755,root,root) %{php_extensiondir}/opcache.so
3292%endif
3293
c0240cb1 3294%if %{with openssl}
3295%files openssl
3296%defattr(644,root,root,755)
8cd9d573 3297%doc ext/openssl/{CREDITS,README}
c0240cb1 3298%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/openssl.ini
3299%attr(755,root,root) %{php_extensiondir}/openssl.so
3300%endif
3301
476107e3 3302%if %{with pcntl}
c0240cb1 3303%files pcntl
3304%defattr(644,root,root,755)
8cd9d573 3305%doc ext/pcntl/{CREDITS,README}
c0240cb1 3306%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/pcntl.ini
3307%attr(755,root,root) %{php_extensiondir}/pcntl.so
476107e3 3308%endif
c0240cb1 3309
3310%if %{with pcre}
3311%files pcre
3312%defattr(644,root,root,755)
8cd9d573 3313%doc ext/pcre/CREDITS
c0240cb1 3314%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/PCRE.ini
3315%attr(755,root,root) %{php_extensiondir}/pcre.so
3316%endif
3317
476107e3 3318%if %{with pdo}
c0240cb1 3319%files pdo
3320%defattr(644,root,root,755)
8cd9d573 3321%doc ext/pdo/{CREDITS,README,TODO}
c0240cb1 3322%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/pdo.ini
3323%attr(755,root,root) %{php_extensiondir}/pdo.so
476107e3 3324%endif
c0240cb1 3325
006a7eb1 3326%if %{with pdo_dblib}
c0240cb1 3327%files pdo-dblib
3328%defattr(644,root,root,755)
8cd9d573 3329%doc ext/pdo_dblib/{CREDITS,README}
c0240cb1 3330%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/pdo_dblib.ini
3331%attr(755,root,root) %{php_extensiondir}/pdo_dblib.so
3332%endif
3333
3334%if %{with interbase} && !%{with interbase_inst}
3335%files pdo-firebird
3336%defattr(644,root,root,755)
8cd9d573 3337%doc ext/pdo_firebird/CREDITS
c0240cb1 3338%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/pdo_firebird.ini
3339%attr(755,root,root) %{php_extensiondir}/pdo_firebird.so
3340%endif
3341
476107e3 3342%if %{with pdo_mysql}
c0240cb1 3343%files pdo-mysql
3344%defattr(644,root,root,755)
8cd9d573 3345%doc ext/pdo_mysql/CREDITS
c0240cb1 3346%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/pdo_mysql.ini
3347%attr(755,root,root) %{php_extensiondir}/pdo_mysql.so
476107e3 3348%endif
c0240cb1 3349
329b4394 3350%if %{with oci}
c0240cb1 3351%files pdo-oci
3352%defattr(644,root,root,755)
8cd9d573 3353%doc ext/pdo_oci/CREDITS
c0240cb1 3354%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/pdo_oci.ini
3355%attr(755,root,root) %{php_extensiondir}/pdo_oci.so
3356%endif
3357
3358%if %{with odbc}
3359%files pdo-odbc
3360%defattr(644,root,root,755)
8cd9d573 3361%doc ext/pdo_odbc/CREDITS
c0240cb1 3362%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/pdo_odbc.ini
3363%attr(755,root,root) %{php_extensiondir}/pdo_odbc.so
3364%endif
3365
3366%if %{with pgsql}
3367%files pdo-pgsql
3368%defattr(644,root,root,755)
8cd9d573 3369%doc ext/pdo_pgsql/CREDITS
c0240cb1 3370%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/pdo_pgsql.ini
3371%attr(755,root,root) %{php_extensiondir}/pdo_pgsql.so
3372%endif
3373
3374%if %{with pdo_sqlite}
3375%files pdo-sqlite
3376%defattr(644,root,root,755)
8cd9d573 3377%doc ext/pdo_sqlite/CREDITS
c0240cb1 3378%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/pdo_sqlite.ini
3379%attr(755,root,root) %{php_extensiondir}/pdo_sqlite.so
3380%endif
3381
3382%if %{with pgsql}
3383%files pgsql
3384%defattr(644,root,root,755)
8cd9d573 3385%doc ext/pgsql/{CREDITS,README}
c0240cb1 3386%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/pgsql.ini
3387%attr(755,root,root) %{php_extensiondir}/pgsql.so
3388%endif
3389
3390%if %{with phar}
3391%files phar
3392%defattr(644,root,root,755)
8cd9d573 3393%doc ext/phar/{CREDITS,TODO}
c0240cb1 3394%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/phar.ini
3395%attr(755,root,root) %{php_extensiondir}/phar.so
3396%attr(755,root,root) %{_bindir}/phar
3397%attr(755,root,root) %{_bindir}/phar.phar
ece5522f
ŁK
3398%{_mandir}/man1/phar.1*
3399%{_mandir}/man1/phar.phar.1
c0240cb1 3400%endif
3401
476107e3 3402%if %{with posix}
c0240cb1 3403%files posix
3404%defattr(644,root,root,755)
8cd9d573 3405%doc ext/posix/CREDITS
c0240cb1 3406%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/posix.ini
3407%attr(755,root,root) %{php_extensiondir}/posix.so
476107e3 3408%endif
c0240cb1 3409
3410%if %{with pspell}
3411%files pspell
3412%defattr(644,root,root,755)
8cd9d573 3413%doc ext/pspell/{CREDITS,README}
c0240cb1 3414%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/pspell.ini
3415%attr(755,root,root) %{php_extensiondir}/pspell.so
3416%endif
3417
476107e3 3418%if %{with readline}
c0240cb1 3419%files readline
3420%defattr(644,root,root,755)
8cd9d573 3421%doc ext/readline/{CREDITS,README*}
c0240cb1 3422%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/cli.d/readline.ini
3423%attr(755,root,root) %{php_extensiondir}/readline.so
476107e3 3424%endif
c0240cb1 3425
3426%if %{with recode}
3427%files recode
3428%defattr(644,root,root,755)
8cd9d573 3429%doc ext/recode/CREDITS
c0240cb1 3430%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/recode.ini
3431%attr(755,root,root) %{php_extensiondir}/recode.so
3432%endif
3433
476107e3 3434%if %{with session}
c0240cb1 3435%files session
3436%defattr(644,root,root,755)
8cd9d573 3437%doc ext/session/CREDITS
c0240cb1 3438%doc ext/session/mod_files.sh
3439%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/Session.ini
3440%attr(755,root,root) %{php_extensiondir}/session.so
476107e3 3441%endif
c0240cb1 3442
3443%files shmop
3444%defattr(644,root,root,755)
8cd9d573 3445%doc ext/shmop/{CREDITS,README}
c0240cb1 3446%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/shmop.ini
3447%attr(755,root,root) %{php_extensiondir}/shmop.so
3448
3449%files simplexml
3450%defattr(644,root,root,755)
8cd9d573 3451%doc ext/simplexml/{CREDITS,README}
894cb112 3452%doc ext/simplexml/examples
c0240cb1 3453%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/simplexml.ini
3454%attr(755,root,root) %{php_extensiondir}/simplexml.so
3455
3456%if %{with snmp}
3457%files snmp
3458%defattr(644,root,root,755)
8cd9d573 3459%doc ext/snmp/CREDITS
c0240cb1 3460%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/snmp.ini
3461%attr(755,root,root) %{php_extensiondir}/snmp.so
3462%endif
3463
3464%files soap
3465%defattr(644,root,root,755)
8cd9d573 3466%doc ext/soap/{CREDITS,TODO*}
c0240cb1 3467%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/soap.ini
3468%attr(755,root,root) %{php_extensiondir}/soap.so
3469
3470%files sockets
3471%defattr(644,root,root,755)
8cd9d573 3472%doc ext/sockets/CREDITS
c0240cb1 3473%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/sockets.ini
3474%attr(755,root,root) %{php_extensiondir}/sockets.so
3475
3476%files spl
3477%defattr(644,root,root,755)
894cb112
ER
3478%doc ext/spl/{CREDITS,README,TODO}
3479%doc ext/spl/examples
c0240cb1 3480%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/SPL.ini
3481%attr(755,root,root) %{php_extensiondir}/spl.so
3482
c0240cb1 3483%if %{with sqlite3}
3484%files sqlite3
3485%defattr(644,root,root,755)
3486%doc ext/sqlite3/CREDITS
3487%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/sqlite3.ini
3488%attr(755,root,root) %{php_extensiondir}/sqlite3.so
3489%endif
3490
3491%if %{with sybase_ct}
3492%files sybase-ct
3493%defattr(644,root,root,755)
8cd9d573 3494%doc ext/sybase_ct/CREDITS
c0240cb1 3495%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/sybase_ct.ini
3496%attr(755,root,root) %{php_extensiondir}/sybase_ct.so
3497%endif
3498
3499%files sysvmsg
3500%defattr(644,root,root,755)
8cd9d573 3501%doc ext/sysvmsg/CREDITS
c0240cb1 3502%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/sysvmsg.ini
3503%attr(755,root,root) %{php_extensiondir}/sysvmsg.so
3504
3505%files sysvsem
3506%defattr(644,root,root,755)
8cd9d573 3507%doc ext/sysvsem/CREDITS
c0240cb1 3508%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/sysvsem.ini
3509%attr(755,root,root) %{php_extensiondir}/sysvsem.so
3510
3511%files sysvshm
3512%defattr(644,root,root,755)
8cd9d573 3513%doc ext/sysvshm/CREDITS
c0240cb1 3514%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/sysvshm.ini
3515%attr(755,root,root) %{php_extensiondir}/sysvshm.so
3516
3517%files tests
3518%defattr(644,root,root,755)
a3c07000 3519%dir %{php_data_dir}/tests
c0240cb1 3520%dir %{php_data_dir}/tests/php
3521%{php_data_dir}/tests/php/basic
3522%{php_data_dir}/tests/php/classes
3523%{php_data_dir}/tests/php/func
3524%{php_data_dir}/tests/php/lang
3525%{php_data_dir}/tests/php/output
3526%{php_data_dir}/tests/php/run-test
3527%{php_data_dir}/tests/php/security
3528%{php_data_dir}/tests/php/strings
3529%{php_data_dir}/tests/php/quicktester.inc
3530%attr(755,root,root) %{php_data_dir}/tests/php/run-tests.php
3531
3532%if %{with tidy}
3533%files tidy
3534%defattr(644,root,root,755)
8cd9d573 3535%doc ext/tidy/{CREDITS,README}
894cb112 3536%doc ext/tidy/examples
c0240cb1 3537%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/tidy.ini
3538%attr(755,root,root) %{php_extensiondir}/tidy.so
3539%endif
3540
3541%files tokenizer
3542%defattr(644,root,root,755)
8cd9d573 3543%doc ext/tokenizer/CREDITS
c0240cb1 3544%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/tokenizer.ini
3545%attr(755,root,root) %{php_extensiondir}/tokenizer.so
3546
3547%if %{with wddx}
3548%files wddx
3549%defattr(644,root,root,755)
8cd9d573 3550%doc ext/wddx/CREDITS
c0240cb1 3551%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*wddx.ini
3552%attr(755,root,root) %{php_extensiondir}/wddx.so
3553%endif
3554
3555%files xml
3556%defattr(644,root,root,755)
8cd9d573 3557%doc ext/xml/CREDITS
c0240cb1 3558%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/xml.ini
3559%attr(755,root,root) %{php_extensiondir}/xml.so
3560
3561%files xmlreader
3562%defattr(644,root,root,755)
894cb112
ER
3563%doc ext/xmlreader/{CREDITS,README,TODO}
3564%doc ext/xmlreader/examples
c0240cb1 3565%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/xmlreader.ini
3566%attr(755,root,root) %{php_extensiondir}/xmlreader.so
3567
3568%if %{with xmlrpc}
3569%files xmlrpc
3570%defattr(644,root,root,755)
8cd9d573 3571%doc ext/xmlrpc/CREDITS
c0240cb1 3572%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/xmlrpc.ini
3573%attr(755,root,root) %{php_extensiondir}/xmlrpc.so
3574%endif
3575
3576%files xmlwriter
3577%defattr(644,root,root,755)
8cd9d573 3578%doc ext/xmlwriter/{CREDITS,TODO}
894cb112 3579%doc ext/xmlwriter/examples
c0240cb1 3580%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/xmlwriter.ini
3581%attr(755,root,root) %{php_extensiondir}/xmlwriter.so
3582
3583%files xsl
3584%defattr(644,root,root,755)
8cd9d573 3585%doc ext/xsl/CREDITS
c0240cb1 3586%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/xsl.ini
3587%attr(755,root,root) %{php_extensiondir}/xsl.so
3588
3589%files zip
3590%defattr(644,root,root,755)
8cd9d573 3591%doc ext/zip/{CREDITS,TODO}
894cb112 3592%doc ext/zip/examples
c0240cb1 3593%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/zip.ini
3594%attr(755,root,root) %{php_extensiondir}/zip.so
3595
3596%files zlib
3597%defattr(644,root,root,755)
8cd9d573 3598%doc ext/zlib/CREDITS
c0240cb1 3599%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/zlib.ini
3600%attr(755,root,root) %{php_extensiondir}/zlib.so
This page took 0.868833 seconds and 4 git commands to generate.