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