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