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