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