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