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