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