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