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