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