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