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