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