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