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