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