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