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