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