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