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