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