]> git.pld-linux.org Git - packages/php.git/blob - php.spec
bfda7f2c111e28cc639b7b32513c2783b17b5adb
[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.3:
4 # - branch php-7.2 and merge dev-7.3 into head once official announcement ready
5 # TODO 7.2:
6 # - https://github.com/php/php-src/blob/php-7.2.0/UPGRADING
7 # TODO 5.6:
8 # - enable --with-fpm-systemd, but ensure it checks for sd_booted()
9 # TODO 5.4:
10 # - update imap annotations patch (needs api porting)
11 # - update imap myrights patch (needs api porting)
12 # TODO:
13 # - fileinfo extension bundles magic db in library: data_file.c (dump of magic.mgc) is 14M
14 #   - 2.3M fileinfo.so php54-fileinfo-5.4.6-0.15.x86_64
15 #   - 2.3M fileinfo.so php-fileinfo-5.3.16-1.x86_64
16 #   -  13K fileinfo.so php-pecl-fileinfo-1.0.4-8.amd64
17 # - ttyname_r() misdetected http://bugs.php.net/bug.php?id=48820
18 # - wddx: restore session support (not compiled in due DL extension check)
19 # - modularize standard (output from pure php -m)?
20 # - some mods should be shared:
21 #$ php -m
22 # [PHP Modules]
23 # Core
24 # date
25 # libxml
26 # Reflection
27 # standard
28 #
29 # Conditional build:
30 # - packaging options
31 %bcond_without  alternatives    # use alternatives system to select default phar and php-fpm
32 %bcond_with     default_php     # build this PHP as default PHP in system (disables alternatives)
33 # - General options:
34 %bcond_without  embed           # disable building Embedded API
35 %bcond_with     gcov            # Enable Code coverage reporting
36 %bcond_without  kerberos5       # without Kerberos5 support
37 %bcond_with     systemtap       # systemtap/DTrace support
38 %bcond_with     tests           # default off; test process very often hangs on builders, approx run time 45m; perform "make test"
39 %bcond_with     zts             # Zend Thread Safety
40 %bcond_with     debug           # Zend Debug Build
41 # - SAPI
42 %bcond_without  apache2         # disable building Apache 2.x SAPI
43 %bcond_without  cgi             # disable CGI/FCGI SAPI
44 %bcond_without  fpm             # disable FPM SAPI
45 %bcond_without  litespeed       # build litespeed SAPI
46 %bcond_with     milter          # disable Milter SAPI
47 %bcond_without  phpdbg          # disable phpdbg SAPI
48 # - Extensions
49 %bcond_without  bcmath          # without bcmath extension module
50 %bcond_without  bz2             # without bz2 extension module
51 %bcond_without  calendar        # without calendar extension module
52 %bcond_without  ctype           # without ctype extension module
53 %bcond_without  curl            # without CURL extension module
54 %bcond_without  dba             # without DBA extension module
55 %bcond_without  dom             # without DOM extension module
56 %bcond_without  enchant         # without Enchant extension module
57 %bcond_without  exif            # without EXIF extension module
58 %bcond_without  fileinfo        # without fileinfo extension module
59 %bcond_without  filter          # without filter extension module
60 %bcond_without  ftp             # without FTP extension module
61 %bcond_without  gd              # without GD extension module
62 %bcond_without  gettext         # without gettext extension module
63 %bcond_without  gmp             # without gmp extension module
64 %bcond_without  hash            # without hash extension module
65 %bcond_without  iconv           # without iconv extension module
66 %bcond_without  imap            # without IMAP extension module
67 %bcond_without  interbase       # without InterBase extension module
68 %bcond_without  intl            # without Intl extension module
69 %bcond_without  json            # without json extension module
70 %bcond_without  ldap            # without LDAP extension module
71 %bcond_without  mbstring        # without mbstring extension module
72 %bcond_without  mhash           # without mhash extension (supported by hash extension)
73 %bcond_without  mysqli          # without mysqli support (Requires mysql >= 4.1)
74 %bcond_without  mysqlnd         # without mysqlnd support in mysql related extensions
75 %bcond_with     oci             # with Oracle oci8 extension module     (BR: proprietary libs)
76 %bcond_without  odbc            # without ODBC extension module
77 %bcond_without  opcache         # without Enable Zend OPcache extension support
78 %bcond_without  openssl         # without OpenSSL support and OpenSSL extension (module)
79 %bcond_without  pcntl           # without pcntl extension module
80 %bcond_without  pcre            # without PCRE extension module
81 %bcond_without  pdo             # without PDO extension module
82 %bcond_without  pdo_dblib       # without PDO dblib extension module
83 %bcond_without  pdo_mysql       # without PDO MySQL extension module
84 %bcond_without  pdo_sqlite      # without PDO SQLite extension module
85 %bcond_without  pgsql           # without PostgreSQL extension module
86 %bcond_without  phar            # without Phar extension module
87 %bcond_without  posix           # without POSIX extension module
88 %bcond_without  pspell          # without pspell extension module
89 %bcond_without  readline        # without readline extension module
90 %bcond_without  recode          # without recode extension module
91 %bcond_without  session         # without session extension module
92 %bcond_without  snmp            # without SNMP extension module
93 %bcond_without  sodium          # without sodium extension module
94 %bcond_without  sqlite2         # without SQLite extension module
95 %bcond_without  sqlite3         # without SQLite3 extension module
96 %bcond_without  tidy            # without Tidy extension module
97 %bcond_without  wddx            # without WDDX extension module
98 %bcond_without  xmlrpc          # without XML-RPC extension module
99 %bcond_without  xsl                     # without xsl extension module
100 %bcond_without  zip                     # without zip extension module
101 # extensions options
102 %bcond_without  argon2          # argon2 password hashing
103 %bcond_without  instantclient   # build Oracle oci8 extension module against oracle-instantclient package
104 %bcond_with     interbase_inst  # use InterBase install., not Firebird  (BR: proprietary libs)
105 %bcond_with     mm              # without mm support for session storage
106 %bcond_without  system_gd       # system gd
107 %bcond_without  webp            # Without WebP support in GD extension (imagecreatefromwebp)
108
109 %define apxs1           /usr/sbin/apxs1
110 %define apxs2           /usr/sbin/apxs
111
112 # disable all sapis
113 %if %{with gcov}
114 %undefine       with_apache2
115 %undefine       with_cgi
116 %undefine       with_litespeed
117 %endif
118
119 %if %{with default_php}
120 %undefine       with_alternatives
121 %endif
122
123 # mm is not thread safe
124 %if %{with zts}
125 %undefine       with_mm
126 %endif
127
128 # milter requires ZTS
129 %if %{with milter} && %{without zts}
130 %undefine       with_milter
131 %endif
132
133 %ifnarch %{ix86} %{x8664} x32 sparc sparcv9 alpha
134 # ppc disabled (broken on th-ppc)
135 %undefine       with_interbase
136 %endif
137
138 %ifnarch %{ix86} %{x8664} x32
139 # unsupported, see sapi/cgi/fpm/fpm_atomic.h
140 %undefine       with_fpm
141 %endif
142
143 # filter depends on pcre
144 %if %{without pcre}
145 %undefine       with_filter
146 %endif
147
148 %define         subver %{nil}
149 %define         orgname php
150 %define         ver_suffix 73
151 %define         php_suffix %{!?with_default_php:%{ver_suffix}}
152 Summary:        PHP: Hypertext Preprocessor
153 Summary(fr.UTF-8):      Le langage de script embarque-HTML PHP
154 Summary(pl.UTF-8):      Język skryptowy PHP
155 Summary(pt_BR.UTF-8):   A linguagem de script PHP
156 Summary(ru.UTF-8):      PHP Версии 7 - язык препроцессирования HTML-файлов, выполняемый на сервере
157 Summary(uk.UTF-8):      PHP Версії 7 - мова препроцесування HTML-файлів, виконувана на сервері
158 Name:           %{orgname}%{php_suffix}
159 Version:        7.3.32
160 Release:        2
161 Epoch:          4
162 # All files licensed under PHP version 3.01, except
163 # Zend is licensed under Zend
164 # TSRM is licensed under BSD
165 License:        PHP 3.01 and Zend and BSD
166 Group:          Libraries
167 #Source0:       https://downloads.php.net/~cmb/php-%{version}%{subver}.tar.xz
168 Source0:        https://php.net/distributions/%{orgname}-%{version}.tar.xz
169 # Source0-md5:  0d497eb02c2d97dac765e05d8df645a7
170 Source1:        opcache.ini
171 Source2:        %{orgname}-mod_php.conf
172 Source3:        %{orgname}-cgi-fcgi.ini
173 Source4:        %{orgname}-apache.ini
174 Source5:        %{orgname}-cli.ini
175 Source10:       %{orgname}-fpm.init
176 Source11:       %{orgname}-fpm.logrotate
177 Source12:       %{orgname}-branch.sh
178 Source13:       dep-tests.sh
179 Source14:       skip-tests.sh
180 Patch0:         %{orgname}-shared.patch
181 Patch1:         %{orgname}-pldlogo.patch
182 Patch2:         %{orgname}-mail.patch
183 Patch3:         %{orgname}-link-libs.patch
184 Patch4:         intl-stdc++.patch
185 Patch5:         %{orgname}-filter-shared.patch
186
187 Patch7:         %{orgname}-sapi-ini-file.patch
188 Patch8:         milter.patch
189 Patch9:         libtool-tag.patch
190 Patch10:        %{orgname}-ini.patch
191 Patch11:        embed.patch
192 Patch14:        %{orgname}-no_pear_install.patch
193 Patch17:        %{orgname}-readline.patch
194 Patch18:        %{orgname}-nohttpd.patch
195 Patch21:        %{orgname}-dba-link.patch
196 Patch22:        %{orgname}-both-apxs.patch
197 Patch23:        %{orgname}-builddir.patch
198 Patch24:        %{orgname}-zlib-for-getimagesize.patch
199 Patch25:        %{orgname}-stupidapache_version.patch
200 Patch26:        %{orgname}-pear.patch
201 Patch27:        %{orgname}-config-dir.patch
202 Patch29:        %{orgname}-fcgi-graceful.patch
203 Patch34:        %{orgname}-libtool.patch
204 Patch39:        %{orgname}-use-prog_sendmail.patch
205 Patch41:        %{orgname}-fpm-config.patch
206 Patch42:        %{orgname}-fpm-shared.patch
207 Patch43:        %{orgname}-silent-session-cleanup.patch
208 Patch44:        %{orgname}-include_path.patch
209 Patch45:        %{orgname}-imap-annotations.patch
210 Patch46:        %{orgname}-imap-myrights.patch
211 Patch50:        extension-shared-optional-dep.patch
212 Patch51:        spl-shared.patch
213 Patch52:        pcre-shared.patch
214 Patch53:        fix-test-run.patch
215 Patch55:        bug-52078-fileinode.patch
216 Patch59:        %{orgname}-systzdata.patch
217 Patch60:        %{orgname}-oracle-instantclient.patch
218 Patch66:        php-db.patch
219 Patch67:        mysql-lib-ver-mismatch.patch
220 # https://bugs.php.net/bug.php?id=68344
221 Patch68:        php-mysql-ssl-context.patch
222 Patch70:        mysqlnd-ssl.patch
223 Patch71:        libdb-info.patch
224 Patch72:        phar-hash-shared.patch
225 Patch73:        openssl.patch
226 Patch74:        icu70.patch
227 URL:            http://php.net/
228 %{?with_interbase:%{!?with_interbase_inst:BuildRequires:        Firebird-devel >= 1.0.2.908-2}}
229 %{?with_pspell:BuildRequires:   aspell-devel >= 2:0.50.0}
230 BuildRequires:  autoconf >= 2.59
231 BuildRequires:  automake >= 1.4d
232 BuildRequires:  bison
233 BuildRequires:  bzip2-devel >= 1.0.0
234 %{?with_curl:BuildRequires:     curl-devel >= 7.15.5}
235 BuildRequires:  cyrus-sasl-devel >= 2
236 BuildRequires:  db-devel >= 4.0
237 BuildRequires:  elfutils-devel
238 %{?with_enchant:BuildRequires:  enchant-devel >= 1.1.3}
239 %{?with_kerberos5:BuildRequires:        heimdal-devel}
240 %{?with_argon2:BuildRequires:   libargon2-devel >= 20161029}
241 %{?with_sodium:BuildRequires:   libsodium-devel >= 1.0.8}
242 %if %{with pdo_dblib}
243 BuildRequires:  freetds-devel >= 0.82
244 %endif
245 BuildRequires:  freetype-devel >= 1:2.5.1
246 %if %{with system_gd}
247 BuildRequires:  gd-devel >= 2.1
248 %endif
249 BuildRequires:  gdbm-devel
250 BuildRequires:  gmp-devel >= 4.2
251 %{?with_imap:BuildRequires:     imap-devel >= 1:2007e-2}
252 %{?with_gcov:BuildRequires:     lcov}
253 %{?with_fpm:BuildRequires:      libapparmor-devel}
254 %{?with_intl:BuildRequires:     libicu-devel >= 4.4}
255 BuildRequires:  libjpeg-devel
256 BuildRequires:  libltdl-devel >= 1.4
257 BuildRequires:  libpng-devel >= 1.0.8
258 %{?with_intl:BuildRequires:     libstdc++-devel}
259 %{?with_webp:BuildRequires:     libwebp-devel}
260 %if "%{pld_release}" != "ac"
261 BuildRequires:  libtool >= 2:2.4.6
262 %else
263 BuildRequires:  libtool >= 1.4.3
264 %endif
265 BuildRequires:  libxml2-devel >= 1:2.7.6-4
266 %{?with_xsl:BuildRequires:      libxslt-devel >= 1.1.0}
267 %{?with_zip:BuildRequires:      libzip-devel >= 1.3.1}
268 %{?with_snmp:%{?with_tests:BuildRequires:       mibs-net-snmp}}
269 %{?with_mm:BuildRequires:       mm-devel >= 1.3.0}
270 %{!?with_mysqli:BuildRequires:  mysql-devel >= 4.1.13}
271 %{!?with_pdo_mysql:BuildRequires:       mysql-devel}
272 %{?with_snmp:BuildRequires:     net-snmp-devel >= 5.3}
273 BuildRequires: oniguruma-devel
274 %{?with_ldap:BuildRequires:     openldap-devel >= 2.3.0}
275 %if %{with openssl} || %{with ldap}
276 BuildRequires:  openssl-devel >= 1.0.1
277 %endif
278 %{?with_oci:%{?with_instantclient:BuildRequires:        oracle-instantclient-devel}}
279 BuildRequires:  pam-devel
280 %{?with_pcre:BuildRequires:     pcre2-8-devel >= 10.30}
281 BuildRequires:  pkgconfig
282 %{?with_pgsql:BuildRequires:    postgresql-devel}
283 BuildRequires:  readline-devel
284 %{?with_recode:BuildRequires:   recode-devel >= 3.5d-3}
285 BuildRequires:  rpm >= 4.4.9-56
286 BuildRequires:  rpm-build >= 4.4.0
287 BuildRequires:  rpmbuild(macros) >= 1.566
288 BuildRequires:  sed >= 4.0
289 %if %{with sqlite3} || %{with pdo_sqlite}
290 BuildRequires:  sqlite3-devel >= 3.3.9
291 %endif
292 %{?with_systemtap:BuildRequires:        systemtap-sdt-devel}
293 BuildRequires:  tar >= 1:1.22
294 %{?with_tidy:BuildRequires:     tidy-devel}
295 BuildRequires:  tokyocabinet-devel
296 %{?with_odbc:BuildRequires:     unixODBC-devel}
297 %{?with_xmlrpc:BuildRequires:   xmlrpc-epi-devel >= 0.54.1}
298 BuildRequires:  xz
299 BuildRequires:  zlib-devel >= 1.2.0.4
300 %if %{with apache2}
301 BuildRequires:  apache-devel >= 2.0.52-2
302 BuildRequires:  apr-devel >= 1:1.0.0
303 BuildRequires:  apr-util-devel >= 1:1.0.0
304 %endif
305 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
306
307 %define         php_sysconfdir          /etc/%{name}
308 %define         php_extensiondir        %{_libdir}/%{name}
309 %define         _sysconfdir                     %{php_sysconfdir}
310
311 # must be in sync with source. extra check ensuring that it is so is done in %%build
312 %define         php_api_version         20180731
313 %define         zend_module_api         20180731
314 %define         zend_extension_api      320180731
315 %define         php_pdo_api_version     20170320
316
317 # Extension versions
318 %define         bz2ver          %{version}
319 %define         enchantver      %{version}
320 %define         fileinfover     %{version}
321 %define         hashver         %{version}
322 %define         intlver         %{version}
323 %define         jsonver         1.7.0
324 %define         pharver         %{version}
325 %define         sqlite3ver      %{version}
326 %define         zipver          1.15.4
327 %define         phpdbgver       0.5.0
328 %define         sodiumver       %{version}
329
330 %define         _zend_zts               %{!?with_zts:0}%{?with_zts:1}
331 %define         php_debug               %{!?with_debug:0}%{?with_debug:1}
332
333 %if %{with gcov}
334 %undefine       with_ccache
335 %endif
336
337 %if %{with oci}
338 # ORACLE_HOME is required for oci8 ext to build
339 %define _preserve_env %_preserve_env_base ORACLE_HOME
340 %endif
341
342 %description
343 PHP is an HTML-embedded scripting language. PHP attempts to make it
344 easy for developers to write dynamically generated web pages. PHP also
345 offers built-in database integration for several commercial and
346 non-commercial database management systems, so writing a
347 database-enabled web page with PHP is fairly simple. The most common
348 use of PHP coding is probably as a replacement for CGI scripts. The
349 mod_php module enables the Apache web server to understand and process
350 the embedded PHP language in web pages. This package contains PHP
351 version %{version}.
352
353 %description -l fr.UTF-8
354 PHP est un langage de script embarque dans le HTM. PHP essaye de
355 rendre simple aux developpeurs d'ecrire des pages web generees
356 dynamiquement. PHP incorpore egalement une integration avec plusieurs
357 systemes de gestion de bases de donnees commerciaux et
358 non-connerciaux, qui rent facile la creation de pages web liees avec
359 des bases de donnees. L'utilisation la plus commune de PHP est
360 probablement en remplacement de scripts CGI. Le module mod_php permet
361 au serveur web Apache de comprendre et de traiter le langage PHP
362 integre dans des pages web. Ce package contient PHP version
363 %{version}.
364
365 %description -l pl.UTF-8
366 PHP jest językiem skryptowym, którego polecenia umieszcza się w
367 plikach HTML. Jest próbą ułatwienia programistom pisania dynamicznie
368 generowanych stron WWW. Oferuje także wbudowaną integrację z bazami
369 danych dla kilku komercyjnych i niekomercyjnych systemów baz danych,
370 co czyni tworzenie stron korzystających z baz danych w miarę łatwym.
371 Najczęściej PHP jest używany prawdopodobnie jako zamiennik skryptów
372 CGI. Moduł mod_php pozwala serwerowi WWW Apache rozumieć i przetwarzać
373 język PHP osadzony w stronach. Ten pakiet zawiera PHP w wersji
374 %{version}.
375
376 %description -l pt_BR.UTF-8
377 PHP: Preprocessador de Hipertexto versão 4 é uma linguagem script
378 embutida em HTML. Muito de sua sintaxe é emprestada de C, Java e Perl,
379 com algumas características únicas, específicas ao PHP. O objetivo da
380 linguagem é permitir que desenvolvedores web escrevam páginas
381 dinamicamente geradas de forma rápida.
382
383 %description -l ru.UTF-8
384 PHP - это язык написания скриптов, встраиваемых в HTML-код. PHP
385 предлагает интерграцию с множеством СУБД, поэтому написание скриптов
386 для работы с базами данных относительно просто. Наиболее популярное
387 использование PHP - замена для CGI скриптов.
388
389 %description -l uk.UTF-8
390 PHP - це мова написання скриптів, що вбудовуються в HTML-код. PHP
391 пропонує інтеграцію з багатьма СУБД, тому написання скриптів для
392 роботи з базами даних є доволі простим. Найбільш популярне
393 використання PHP - заміна для CGI скриптів.
394
395 %package -n apache-mod_%{name}
396 Summary:        PHP support for Apache 2.x
397 Summary(pl.UTF-8):      Wsparcie PHP dla Apache 2.x
398 Group:          Development/Languages/PHP
399 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
400 Requires:       apache-mod_%{name}-core = %{epoch}:%{version}-%{release}
401 Provides:       webserver(php) = %{version}
402 Obsoletes:      apache-mod_php < 4:5.3.28-7
403 Obsoletes:      phpfi
404
405 %description -n apache-mod_%{name}
406 PHP support for Apache 2.x.
407
408 %description -n apache-mod_%{name} -l pl.UTF-8
409 Wsparcie PHP dla Apache 2.x.
410
411 %package -n apache-mod_%{name}-core
412 Summary:        PHP DSO module for Apache 2.x
413 Summary(pl.UTF-8):      Moduł DSO (Dynamic Shared Object) PHP dla Apache 2.x
414 Group:          Development/Languages/PHP
415 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
416 Requires:       apache(modules-api) = %{apache_modules_api}
417 Requires:       apache-mod_mime
418
419 %description -n apache-mod_%{name}-core
420 PHP as DSO module for Apache 2.x.
421
422 %description -n apache-mod_%{name}-core -l pl.UTF-8
423 PHP jako moduł DSO (Dynamic Shared Object) dla Apache 2.x.
424
425 %package litespeed
426 Summary:        PHP for litespeed HTTP server
427 Summary(pl.UTF-8):      PHP dla serwera HTTP litespeed
428 Group:          Development/Languages/PHP
429 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
430 Provides:       php(litespeed)
431 Provides:       webserver(php) = %{version}
432 Obsoletes:      php-litespeed < 4:5.3.28-7
433
434 %description litespeed
435 PHP for litespeed HTTP server.
436
437 %description litespeed -l pl.UTF-8
438 PHP dla serwera HTTP litespeed.
439
440 %package cgi
441 Summary:        PHP as CGI/FastCGI program
442 Summary(pl.UTF-8):      PHP jako program CGI/FastCGI
443 Group:          Development/Languages/PHP
444 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
445 Provides:       %{name}-fcgi = %{epoch}:%{version}-%{release}
446 Provides:       php(cgi)
447 Provides:       php(fcgi)
448 Provides:       webserver(php) = %{version}
449 Obsoletes:      php-cgi < 4:5.3.28-7
450 Obsoletes:      php-fcgi < 4:5.3.0
451
452 %description cgi
453 PHP as CGI or FastCGI program.
454
455 %description cgi -l pl.UTF-8
456 PHP jako program CGI lub FastCGI.
457
458 %package cli
459 Summary:        PHP as CLI interpreter
460 Summary(pl.UTF-8):      PHP jako interpreter działający z linii poleceń
461 Group:          Development/Languages/PHP
462 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
463 Obsoletes:      php-cli < 4:5.3.28-7
464
465 %description cli
466 PHP as CLI interpreter.
467
468 %description cli -l pl.UTF-8
469 PHP jako interpreter działający z linii poleceń.
470
471 %package embedded
472 Summary:        PHP library for embedding in applications
473 Summary(pl.UTF-8):      Biblioteka PHP do osadzania w aplikacjach
474 Group:          Libraries
475 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
476 Obsoletes:      php-embedded < 4:5.3.28-7
477
478 %description embedded
479 The php-embedded package contains a library which can be embedded into
480 applications to provide PHP scripting language support.
481
482 %description embedded -l pl.UTF-8
483 Ten pakiet zawiera bibliotekę, którą można osadzać w aplikacjach w
484 celu obsługi PHP jako języka skryptowego.
485
486 %package program
487 Summary:        /usr/bin/php symlink
488 Summary(pl.UTF-8):      Dowiązanie symboliczne /usr/bin/php
489 Group:          Development/Languages/PHP
490 Requires:       %{name}-cli = %{epoch}:%{version}-%{release}
491 Obsoletes:      php-program < 4:5.3.28-7
492 Obsoletes:      php4-program
493 Obsoletes:      php52-program
494 Obsoletes:      php53-program
495 Obsoletes:      php54-program
496 Obsoletes:      php55-program
497 Obsoletes:      php56-program
498 Obsoletes:      php70-program
499 Obsoletes:      php71-program
500 Obsoletes:      php72-program
501 Obsoletes:      php74-program
502 Obsoletes:      php80-program
503 Obsoletes:      php81-program
504
505 %description program
506 Package providing /usr/bin/php symlink to PHP CLI.
507
508 %description program -l pl.UTF-8
509 Pakiet dostarczający dowiązanie symboliczne /usr/bin/php do PHP CLI.
510
511 %package fpm
512 Summary:        PHP FastCGI Process Manager
513 Summary(pl.UTF-8):      PHP FastCGI Process Manager - zarządca procesów FastCGI
514 Group:          Development/Languages/PHP
515 URL:            http://php-fpm.org/
516 Requires(post,preun):   /sbin/chkconfig
517 Requires(postun):       /usr/sbin/userdel
518 Requires(pre):  /bin/id
519 Requires(pre):  /usr/sbin/useradd
520 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
521 %{?with_alternatives:Requires:  alternatives}
522 Requires:       php-dirs >= 1.4-2
523 Requires:       rc-scripts
524 Provides:       php(fcgi)
525 Provides:       php(fpm)
526 Provides:       user(http)
527 Provides:       webserver(php) = %{version}
528 Obsoletes:      php-fpm < 4:5.3.28-7
529 %if "%{pld_release}" != "ac"
530 Conflicts:      logrotate < 3.8.0
531 %endif
532
533 %description fpm
534 PHP FastCGI Process Manager.
535
536 %description fpm -l pl.UTF-8
537 PHP FastCGI Process Manager - zarządca procesów FastCGI.
538
539 %package phpdbg
540 Summary:        The debugging platform for PHP 5.4+
541 Summary(pl.UTF-8):      Platforma diagnostyczna dla PHP 5.4+
542 Group:          Development/Languages/PHP
543 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
544 Provides:       php(phpdbg) = %{phpdbgver}
545
546 %description phpdbg
547 phpdbg - The interactive PHP debugger.
548
549 Implemented as a SAPI module, phpdbg can excert complete control over
550 the environment without impacting the functionality or performance of
551 your code.
552
553 phpdbg aims to be a lightweight, powerful, easy to use debugging
554 platform for PHP 5.4+
555
556 %description phpdbg -l pl.UTF-8
557 phpdbg - interaktywny debugger dla PHP.
558
559 Jest zaimplementowany jako moduł SAPI, potrafi przejąć pełną kontrolę
560 nad środowiskiem bez wpływu na zachowanie lub wydajność kodu.
561
562 Narzędzie powstało jako lekka, mająca duże możliwości, łatwa w użyciu
563 platforma diagnostyczna dla PHP 5.4+.
564
565 %package common
566 Summary:        Common files needed by both Apache modules and CGI/CLI SAPIs
567 Summary(pl.UTF-8):      Wspólne pliki dla modułu Apache'a i programu CGI
568 Summary(ru.UTF-8):      Разделяемые библиотеки для PHP
569 Summary(uk.UTF-8):      Бібліотеки спільного використання для PHP
570 Group:          Libraries
571 Requires(post): sed >= 4.0
572 # because of dlclose() bugs in glibc <= 2.3.4 causing SEGVs on exit
573 Requires:       glibc >= 6:2.3.5
574 Requires:       php-dirs >= 1.4
575 Requires:       rpm-whiteout >= 1.28
576 Requires:       tzdata
577 Requires:       zlib >= 1.2.0.4
578 Provides:       %{name}(debug) = %{php_debug}
579 Provides:       %{name}(modules_api) = %{php_api_version}
580 Provides:       %{name}(thread-safety) = %{_zend_zts}
581 Provides:       %{name}(zend_extension_api) = %{zend_extension_api}
582 Provides:       %{name}(zend_module_api) = %{zend_module_api}
583 Provides:       %{name}-core
584 Provides:       %{name}-date
585 Provides:       %{name}-reflection
586 Provides:       %{name}-standard
587 Provides:       php(core) = %{version}
588 Provides:       php(date)
589 Provides:       php(libxml)
590 Provides:       php(reflection)
591 Provides:       php(standard)
592 %{!?with_mysqlnd:Obsoletes:     %{name}-mysqlnd}
593 %{?with_pcre:%requires_ge_to    pcre2-8 pcre2-8-devel}
594 Suggests:       browscap
595 Obsoletes:      php-common < 4:5.3.28-7
596 # withdrawn modules
597 Obsoletes:      php-filepro < 4:5.2.0
598 Obsoletes:      php-hwapi < 4:5.2.0
599 Obsoletes:      php-hyperwave < 3:5.0.0
600 Obsoletes:      php-java < 3:5.0.0
601 Obsoletes:      php-mcal < 3:5.0.0
602 Obsoletes:      php-pecl-domxml
603 Obsoletes:      php-qtdom < 3:5.0.0
604 Conflicts:      php4-common < 3:4.4.4-8
605 Conflicts:      php55-common < 4:5.5.10-4
606 Conflicts:      rpm < 4.4.2-0.2
607
608 %description common
609 Common files needed by both Apache modules and CGI/CLI SAPIs.
610
611 %description common -l pl.UTF-8
612 Wspólne pliki dla modułu Apache'a i programu CGI.
613
614 %description common -l ru.UTF-8
615 Этот пакет содержит общие файлы для разных вариантов реализации PHP
616 (самодостаточной и в качестве модуля Apache).
617
618 %description common -l uk.UTF-8
619 Цей пакет містить спільні файли для різних варіантів реалізації PHP
620 (самодостатньої та в якості модуля Apache).
621
622 %package devel
623 Summary:        Files for PHP modules development
624 Summary(pl.UTF-8):      Pliki do kompilacji modułów PHP
625 Summary(pt_BR.UTF-8):   Arquivos de desenvolvimento para PHP
626 Summary(ru.UTF-8):      Пакет разработки для построения расширений PHP
627 Summary(uk.UTF-8):      Пакет розробки для побудови розширень PHP
628 Group:          Development/Languages/PHP
629 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
630 Requires:       autoconf >= 2.13
631 Requires:       automake
632 %if "%{pld_release}" != "ac"
633 Requires:       libtool >= 2:2.4.6
634 %else
635 Requires:       libtool
636 %endif
637 %{?with_pcre:Requires:  pcre2-8-devel >= 10.30}
638 Requires:       shtool
639 Provides:       php-devel = %{epoch}:%{version}-%{release}
640 Obsoletes:      php-devel
641 Obsoletes:      php-pear-devel
642 Obsoletes:      php4-devel
643 Obsoletes:      php52-devel
644 Obsoletes:      php53-devel
645 Obsoletes:      php54-devel
646 Obsoletes:      php55-devel
647 Obsoletes:      php56-devel
648 Obsoletes:      php70-devel
649 Obsoletes:      php71-devel
650 Obsoletes:      php74-devel
651 Obsoletes:      php80-devel
652 Obsoletes:      php81-devel
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
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
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
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
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
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
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
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 Group:          Libraries
1689 URL:            https://paragonie.com/book/pecl-libsodium
1690 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
1691 Provides:       php(sodium) = %{sodiumver}
1692
1693 %description sodium
1694 A simple, low-level PHP extension for libsodium.
1695
1696 %package spl
1697 Summary:        Standard PHP Library module for PHP
1698 Summary(pl.UTF-8):      Moduł biblioteki standardowej (Standard PHP Library) dla PHP
1699 Group:          Libraries
1700 URL:            http://php.net/manual/en/book.spl.php
1701 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
1702 Requires:       %{name}-pcre = %{epoch}:%{version}-%{release}
1703 Requires:       %{name}-simplexml = %{epoch}:%{version}-%{release}
1704 Provides:       php(spl)
1705 Obsoletes:      php-spl < 4:5.3.28-7
1706
1707 %description spl
1708 This is a dynamic shared object (DSO) for PHP that will add Standard
1709 PHP Library support.
1710
1711 %description spl -l pl.UTF-8
1712 Moduł PHP z biblioteką standardową PHP (SPL - Standard PHP Library).
1713
1714 %package sqlite3
1715 Summary:        SQLite3 extension module for PHP
1716 Summary(pl.UTF-8):      Moduł SQLite3 dla PHP
1717 Group:          Libraries
1718 URL:            http://php.net/manual/en/book.sqlite3.php
1719 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
1720 Provides:       php(sqlite3) = %{sqlite3ver}
1721 Obsoletes:      php-sqlite3 < 4:5.3.28-7
1722
1723 %description sqlite3
1724 SQLite is a C library that implements an embeddable SQL database
1725 engine. Programs that link with the SQLite library can have SQL
1726 database access without running a separate RDBMS process.
1727
1728 SQLite is not a client library used to connect to a big database
1729 server. SQLite is the server. The SQLite library reads and writes
1730 directly to and from the database files on disk.
1731
1732 %description sqlite3 -l pl.UTF-8
1733 SQLite jest napisaną w C biblioteką implementującą osadzalny silnik
1734 bazodanowy SQL. Program linkujący się z biblioteką SQLite może mieć
1735 dostęp do bazy SQL bez potrzeby uruchamiania dodatkowego procesu
1736 RDBMS.
1737
1738 SQLite to nie klient baz danych - biblioteka nie łączy się z serwerami
1739 baz danych. SQLite sam jest serwerem. Biblioteka SQLite czyta i
1740 zapisuje dane bezpośrednio z/do plików baz danych znajdujących się na
1741 dysku.
1742
1743 %package sysvmsg
1744 Summary:        SysV msg extension module for PHP
1745 Summary(pl.UTF-8):      Moduł SysV msg dla PHP
1746 Group:          Libraries
1747 URL:            http://php.net/manual/en/book.sem.php
1748 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
1749 Provides:       php(sysvmsg)
1750 Obsoletes:      php-sysvmsg < 4:5.3.28-7
1751
1752 %description sysvmsg
1753 This is a dynamic shared object (DSO) for PHP that will add SysV
1754 message queues support.
1755
1756 %description sysvmsg -l pl.UTF-8
1757 Moduł PHP umożliwiający korzystanie z kolejek komunikatów SysV.
1758
1759 %package sysvsem
1760 Summary:        SysV sem extension module for PHP
1761 Summary(pl.UTF-8):      Moduł SysV sem dla PHP
1762 Group:          Libraries
1763 URL:            http://php.net/manual/en/book.sem.php
1764 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
1765 Provides:       php(sysvsem)
1766 Obsoletes:      php-sysvsem < 4:5.3.28-7
1767
1768 %description sysvsem
1769 This is a dynamic shared object (DSO) for PHP that will add SysV
1770 semaphores support.
1771
1772 %description sysvsem -l pl.UTF-8
1773 Moduł PHP umożliwiający korzystanie z semaforów SysV.
1774
1775 %package sysvshm
1776 Summary:        SysV shm extension module for PHP
1777 Summary(pl.UTF-8):      Moduł SysV shm dla PHP
1778 Group:          Libraries
1779 URL:            http://php.net/manual/en/book.sem.php
1780 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
1781 Provides:       php(sysvshm)
1782 Obsoletes:      php-sysvshm < 4:5.3.28-7
1783
1784 %description sysvshm
1785 This is a dynamic shared object (DSO) for PHP that will add SysV
1786 Shared Memory support.
1787
1788 %description sysvshm -l pl.UTF-8
1789 Moduł PHP umożliwiający korzystanie z pamięci dzielonej SysV.
1790
1791 %package tests
1792 Summary:        Contains unit test files for PHP and extensions
1793 Summary(pl.UTF-8):      Zawiera pliki testów jednostkowych dla PHP i rozszerzeń
1794 Group:          Libraries
1795 URL:            http://qa.php.net/
1796 Requires:       %{name}-cli
1797 %if "%{_rpmversion}" >= "5"
1798 BuildArch:      noarch
1799 %endif
1800
1801 %description tests
1802 This package contains unit tests for PHP and its extensions.
1803
1804 %description tests -l pl.UTF-8
1805 Ten pakiet zawiera pliki testów jednostkowych dla PHP i rozszerzeń.
1806
1807 %package tidy
1808 Summary:        Tidy extension module for PHP
1809 Summary(pl.UTF-8):      Moduł Tidy dla PHP
1810 Group:          Libraries
1811 URL:            http://php.net/manual/en/book.tidy.php
1812 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
1813 Requires:       tidy
1814 Provides:       php(tidy)
1815 Obsoletes:      php-tidy < 4:5.3.28-7
1816
1817 %description tidy
1818 This is a dynamic shared object (DSO) for PHP that will add Tidy
1819 support.
1820
1821 %description tidy -l pl.UTF-8
1822 Moduł PHP umożliwiający korzystanie z tidy.
1823
1824 %package tokenizer
1825 Summary:        tokenizer extension module for PHP
1826 Summary(pl.UTF-8):      Moduł rozszerzenia tokenizer dla PHP
1827 Group:          Libraries
1828 URL:            http://php.net/manual/en/book.tokenizer.php
1829 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
1830 Provides:       php(tokenizer)
1831 Obsoletes:      php-tokenizer < 4:5.3.28-7
1832
1833 %description tokenizer
1834 This is a dynamic shared object (DSO) for PHP that will add tokenizer
1835 support.
1836
1837 %description tokenizer -l pl.UTF-8
1838 Moduł PHP dodający obsługę tokenizera do PHP.
1839
1840 %package wddx
1841 Summary:        wddx extension module for PHP
1842 Summary(pl.UTF-8):      Moduł wddx dla PHP
1843 Group:          Libraries
1844 URL:            http://php.net/manual/en/book.wddx.php
1845 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
1846 # - wddx doesn't require session as it's disabled at compile time:
1847 #   if HAVE_PHP_SESSION && !defined(COMPILE_DL_SESSION)
1848 #   see also php.spec#rev1.120.2.22
1849 #Requires:      %{name}-session = %{epoch}:%{version}-%{release}
1850 Requires:       %{name}-xml = %{epoch}:%{version}-%{release}
1851 Provides:       php(wddx)
1852 Obsoletes:      php-wddx < 4:5.3.28-7
1853
1854 %description wddx
1855 This is a dynamic shared object (DSO) for PHP that will add wddx
1856 support.
1857
1858 %description wddx -l pl.UTF-8
1859 Moduł PHP umożliwiający korzystanie z wddx.
1860
1861 %package xml
1862 Summary:        XML extension module for PHP
1863 Summary(pl.UTF-8):      Moduł XML dla PHP
1864 Group:          Libraries
1865 URL:            http://php.net/manual/en/book.xml.php
1866 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
1867 Provides:       php(xml)
1868 Obsoletes:      php-xml < 4:5.3.28-7
1869
1870 %description xml
1871 This is a dynamic shared object (DSO) for PHP that will add XML
1872 support. This extension lets you create XML parsers and then define
1873 handlers for different XML events.
1874
1875 %description xml -l pl.UTF-8
1876 Moduł PHP umożliwiający parsowanie plików XML i obsługę zdarzeń
1877 związanych z tymi plikami. Pozwala on tworzyć analizatory XML-a i
1878 następnie definiować procedury obsługi dla różnych zdarzeń XML.
1879
1880 %package xmlreader
1881 Summary:        XML Reader extension module for PHP
1882 Summary(pl.UTF-8):      Moduł XML Reader dla PHP
1883 Group:          Libraries
1884 URL:            http://php.net/manual/en/book.xmlreader.php
1885 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
1886 Requires:       %{name}-dom = %{epoch}:%{version}-%{release}
1887 Provides:       php(xmlreader)
1888 Obsoletes:      php-xmlreader < 4:5.3.28-7
1889
1890 %description xmlreader
1891 This is a dynamic shared object (DSO) for PHP that will add XML Reader
1892 support. The XMLReader extension is an XML Pull parser. The reader
1893 acts as a cursor going forward on the document stream and stopping at
1894 each node on the way.
1895
1896 %description xmlreader -l pl.UTF-8
1897 Moduł PHP umożliwiający analizę plików XML w trybie Pull. Czytnik
1898 działa jako kursor przechodzący przez strumień dokumentu i
1899 zatrzymujący się na każdym węźle po drodze.
1900
1901 %package xmlrpc
1902 Summary:        xmlrpc extension module for PHP
1903 Summary(pl.UTF-8):      Moduł xmlrpc dla PHP
1904 Group:          Libraries
1905 URL:            http://php.net/manual/en/book.xmlrpc.php
1906 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
1907 Requires:       %{name}-xml = %{epoch}:%{version}-%{release}
1908 Provides:       php(xmlrpc)
1909 Obsoletes:      php-xmlrpc < 4:5.3.28-7
1910
1911 %description xmlrpc
1912 This is a dynamic shared object (DSO) for PHP that will add XMLRPC
1913 support.
1914
1915 %description xmlrpc -l pl.UTF-8
1916 Moduł PHP dodający obsługę XMLRPC.
1917
1918 %package xmlwriter
1919 Summary:        Fast, non-cached, forward-only means to write XML data
1920 Summary(pl.UTF-8):      Szybka, nie cachowana metoda zapisu danych w formacie XML
1921 Group:          Libraries
1922 URL:            http://php.net/manual/en/book.xmlwriter.php
1923 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
1924 Provides:       php(xmlwriter)
1925 Obsoletes:      php-pecl-xmlwriter
1926 Obsoletes:      php-xmlwriter < 4:5.3.28-7
1927
1928 %description xmlwriter
1929 This extension wraps the libxml xmlWriter API. Represents a writer
1930 that provides a non-cached, forward-only means of generating streams
1931 or files containing XML data.
1932
1933 %description xmlwriter -l pl.UTF-8
1934 To rozszerzenie obudowuje API xmlWriter z libxml. Reprezentuje obsługę
1935 zapisu dostarczającą nie cachowanych metod generowania strumieni lub
1936 plików zawierających dane XML.
1937
1938 %package xsl
1939 Summary:        xsl extension module for PHP
1940 Summary(pl.UTF-8):      Moduł xsl dla PHP
1941 Group:          Libraries
1942 URL:            http://php.net/manual/en/book.xsl.php
1943 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
1944 Requires:       %{name}-dom = %{epoch}:%{version}-%{release}
1945 Requires:       libxslt >= 1.1.0
1946 Provides:       php(xsl)
1947 Obsoletes:      php-xsl < 4:5.3.28-7
1948 # actually not true, functionality is similar, but API differs
1949 Obsoletes:      php-xslt <= 3:4.3.8-1
1950
1951 %description xsl
1952 This is a dynamic shared object (DSO) for PHP that will add new XSL
1953 support (using libxslt).
1954
1955 %description xsl -l pl.UTF-8
1956 Moduł PHP dodający nową obsługę XSLT (przy użyciu libxslt).
1957
1958 %package zip
1959 Summary:        Zip management extension
1960 Summary(pl.UTF-8):      Zarządzanie archiwami zip
1961 Group:          Libraries
1962 URL:            http://php.net/manual/en/book.zip.php
1963 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
1964 Requires:       libzip >= 1.3.1
1965 Provides:       php(zip) = %{zipver}
1966 Obsoletes:      php-pecl-zip < %{zipver}
1967 Obsoletes:      php-zip < 4:5.3.28-7
1968
1969 %description zip
1970 Zip is an extension to create, modify and read zip files.
1971
1972 %description zip -l pl.UTF-8
1973 Zip jest rozszerzeniem umożliwiającym tworzenie, modyfikację oraz
1974 odczyt archiwów zip.
1975
1976 %package zlib
1977 Summary:        Zlib extension module for PHP
1978 Summary(pl.UTF-8):      Moduł zlib dla PHP
1979 Group:          Libraries
1980 URL:            http://php.net/manual/en/book.zlib.php
1981 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
1982 Provides:       php(zlib)
1983 Obsoletes:      php-zlib < 4:5.3.28-7
1984
1985 %description zlib
1986 This is a dynamic shared object (DSO) for PHP that will add zlib
1987 compression support to PHP.
1988
1989 %description zlib -l pl.UTF-8
1990 Moduł PHP umożliwiający używanie kompresji zlib.
1991
1992 %prep
1993 %setup -q -n %{orgname}-%{version}%{?subver}
1994 cp -p php.ini-production php.ini
1995 %patch0 -p1
1996 %patch1 -p1
1997 %patch2 -p1
1998 %patch3 -p1
1999 %patch4 -p1
2000 %patch5 -p1
2001
2002 %patch7 -p1
2003 %{?with_milter:%patch8 -p1}
2004 %patch9 -p1
2005 %patch10 -p1
2006 %patch14 -p1
2007 %patch17 -p1
2008 %patch18 -p1
2009 %patch21 -p1
2010 %patch22 -p1
2011 %patch23 -p1
2012 %patch24 -p1
2013 %patch25 -p1
2014 %patch26 -p1
2015 %patch27 -p1
2016 %patch29 -p1
2017 %if "%{pld_release}" != "ac"
2018 %patch34 -p1
2019 %endif
2020 %patch39 -p1
2021 %patch41 -p1
2022 %patch42 -p1
2023 %patch43 -p1
2024 %patch44 -p1
2025 #%patch45 -p1 # imap annotations. fixme
2026 #%patch46 -p1 # imap myrights. fixme
2027 %patch50 -p1
2028 %patch51 -p1 -b .spl-shared
2029 %patch52 -p1 -b .pcre-shared
2030 %patch53 -p1
2031 %undos ext/spl/tests/SplFileInfo_getInode_basic.phpt
2032 %patch55 -p1
2033 %patch59 -p1 -b .systzdata
2034 %if %{with instantclient}
2035 %patch60 -p1 -b .instantclient
2036 %endif
2037 %patch66 -p1
2038 %patch67 -p1
2039 #%patch68 -p1 DROP or update to 7.0 APIs
2040 %patch70 -p1
2041 %patch71 -p1
2042 %patch72 -p1 -b .phar-shared
2043 %patch73 -p1
2044 %patch74 -p1
2045
2046 sed -E -i -e '1s,#!\s*/usr/bin/env\s+(.*),#!%{__bindir}\1,' \
2047       ext/ext_skel.php \
2048       run-tests.php
2049
2050 %{__sed} -i -e '/PHP_ADD_LIBRARY_WITH_PATH/s#xmlrpc,#xmlrpc-epi,#' ext/xmlrpc/config.m4
2051
2052 # cleanup backups after patching
2053 find '(' -name '*~' -o -name '*.orig' ')' -print0 | xargs -0 -r -l512 rm -f
2054
2055 # com_dotnet is Win32-only
2056 %{__rm} -r ext/com_dotnet
2057
2058 # conflict seems to be resolved by recode patches
2059 %{__rm} ext/recode/config9.m4
2060
2061 # remove all bundled libraries not to link with them accidentally
2062 %{__rm} -r ext/sqlite3/libsqlite
2063 #%{__rm} -r ext/bcmath/libbcmath
2064 #%{__rm} -r ext/date/lib
2065 #%{__rm} -r ext/fileinfo/libmagic
2066 #%{__rm} -r ext/dba/libcdb
2067 #%{__rm} -r ext/dba/libflatfile
2068 #%{__rm} -r ext/dba/libinifile
2069 #%{__rm} -r ext/gd/libgd
2070 #%{__rm} -r ext/mbstring/libmbfl
2071 %{__rm} -r ext/mbstring/oniguruma
2072 %{__rm} -r ext/pcre/pcre2lib
2073 #%{__rm} -r ext/soap/interop
2074 %{__rm} -r ext/xmlrpc/libxmlrpc
2075 #%{__rm} -r ext/zip/lib
2076 %{__rm} ext/date/lib/timezonedb.h
2077
2078 cp -pf Zend/LICENSE{,.Zend}
2079 install -p %{SOURCE13} dep-tests.sh
2080
2081 # breaks build
2082 sed -i -e 's#-fvisibility=hidden##g' configure*
2083
2084 # disable broken tests
2085 # says just "Terminated" twice and fails
2086 %{__mv} sapi/cli/tests/022.phpt{,.broken}
2087
2088 # really dumb test, executable binary name is .libs/ something when building
2089 # https://bugs.php.net/bug.php?id=54514
2090 %{__mv} tests/basic/bug54514.phpt{,.disable}
2091
2092 # breaks whole testsuite unexpectedly:
2093 # Fatal error: Call to undefined function gzencode() in run-tests.php on line 1714
2094 # probably broken as zlib is built as shared
2095 %{__mv} ext/soap/tests/server019.phpt{,disable}
2096 # Fatal error: Call to undefined function gzcompress() in run-tests.php on line 1728
2097 %{__mv} ext/soap/tests/server020.phpt{,disable}
2098
2099 # runs out of memory and kills carme vserver
2100 # PASS Bug #39438 (Fatal error: Out of memory) [Zend/tests/bug39438.phpt]
2101 %{__mv} Zend/tests/bug39438.phpt{,.disable}
2102
2103 # php-5.3.3/ext/standard/tests/file/statpage.phpt
2104 %{__rm} ext/standard/tests/file/statpage.phpt
2105
2106 # idiotic test, it will fail if somebody else makes space on disk or if disk
2107 # space is not yet allocated (xfs). report upstream to advice bogus test is
2108 # probably pointless.
2109 %{__rm} ext/standard/tests/file/disk_free_space_basic.phpt
2110
2111 %ifarch %{x8664}
2112 # all pdo_sqlite, sqlite3 tests die with Aborted on carme
2113 %{__rm} -r ext/pdo_sqlite/tests
2114 %{__rm} -r ext/sqlite3/tests
2115 %endif
2116
2117 # ----- Manage known as failed test -------
2118 # affected by systzdata patch
2119 %{__rm} ext/date/tests/timezone_location_get.phpt
2120 %{__rm} ext/date/tests/timezone_version_get.phpt
2121 %{__rm} ext/date/tests/timezone_version_get_basic1.phpt
2122 # Should be skipped but fails sometime
2123 %{__rm} ext/standard/tests/file/file_get_contents_error001.phpt
2124 # fails sometimes
2125 %{__rm} ext/sockets/tests/mcast_ipv?_recv.phpt
2126 # causes stack exhausion
2127 %{__rm} Zend/tests/bug54268.phpt
2128 %{__rm} Zend/tests/bug68412.phpt
2129
2130 # avoid issues when two builds run simultaneously
2131 %ifarch %{x8664}
2132 sed -e 's/64321/64322/' -i ext/openssl/tests/*.phpt
2133 %endif
2134
2135 # skip XFAILs
2136 # no point testing stuff that is knowingly broken
2137 find -name '*.phpt' | xargs grep '^--XFAIL--' -l | xargs rm -v
2138
2139 env \
2140 %ifarch %{ix86}
2141 ix86= x8664=: \
2142 %endif
2143 %ifarch %{x8664}
2144 ix86=: x8664= \
2145 %endif
2146 %ifarch x32
2147 ix86=: x8664=: \
2148 %endif
2149         sh -xe %{_sourcedir}/skip-tests.sh
2150
2151 %build
2152 get_version() {
2153         local define="$1" filename="$2"
2154         awk -vdefine="$define" '/#define/ && $2 == define {print $3}' "$filename" | xargs
2155 }
2156
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=$(awk '/#define PHP_FILEINFO_VERSION/ {print $3}' ext/fileinfo/php_fileinfo.h | xargs)
2183 if test "$ver" != "PHP_VERSION"; 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=$(get_version PHP_PHAR_VERSION ext/phar/php_phar.h)
2189 if test "$ver" != "PHP_VERSION"; 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=$(get_version PHP_BZ2_VERSION ext/bz2/php_bz2.h)
2223 if test "$ver" != "PHP_VERSION"; 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=$(get_version PHP_HASH_VERSION ext/hash/php_hash.h)
2233 if test "$ver" != "PHP_VERSION"; 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=$(get_version PHP_INTL_VERSION ext/intl/php_intl.h)
2239 if test "$ver" != "PHP_VERSION"; 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
2260 # This should be detected by configure and set there,
2261 # but looks like the build system is hosed on 7.3
2262 export CXXFLAGS="%{rpmcxxflags} -fPIC -DPIC"
2263 export CFLAGS="%{rpmcflags} -fPIC -DPIC"
2264
2265 %if %{with intl}
2266 # icu 59+ C++ API requires C++ >= 11
2267 CXXFLAGS="$CXXFLAGS -std=c++11"
2268 %endif
2269
2270 sapis="
2271 cli
2272 %if %{with cgi}
2273 cgi-fcgi
2274 %endif
2275 %if %{with litespeed}
2276 litespeed
2277 %endif
2278 %if %{with fpm}
2279 fpm
2280 %endif
2281 %if %{with embed}
2282 embed
2283 %endif
2284 %if %{with apache2}
2285 apxs2
2286 %endif
2287 %if %{with phpdbg}
2288 phpdbg
2289 %endif
2290 %if %{with milter}
2291 milter
2292 %endif
2293 "
2294 for sapi in $sapis; do
2295         : SAPI $sapi
2296         # skip if already configured (for faster debugging purposes)
2297         [ -f Makefile.$sapi ] && continue
2298
2299         sapi_args=''
2300         case $sapi in
2301         cgi-fcgi)
2302                 sapi_args='--enable-cgi'
2303         ;;
2304         cli)
2305                 sapi_args='--enable-cli %{?with_gcov:--enable-gcov}'
2306         ;;
2307         fpm)
2308                 sapi_args='--enable-fpm'
2309                 ;;
2310         embed)
2311                 sapi_args='--enable-embed'
2312                 ;;
2313         apxs2)
2314                 ver=$(rpm -q --qf '%{V}' apache-devel)
2315                 sapi_args="--with-apxs2=%{apxs2} --with-apache-version=$ver"
2316         ;;
2317         litespeed)
2318                 sapi_args='--with-litespeed'
2319         ;;
2320         phpdbg)
2321                 sapi_args='--enable-phpdbg %{?debug:--enable-phpdbg-debug}'
2322         ;;
2323         milter)
2324                 sapi_args='--with-milter'
2325         ;;
2326         esac
2327
2328         %configure \
2329         EXTRA_LDFLAGS="%{rpmldflags}" \
2330         --disable-cgi \
2331         --disable-cli \
2332         --disable-phpdbg \
2333         $sapi_args \
2334 %if "%{!?configure_cache:0}%{?configure_cache}" == "0"
2335         --cache-file=config.cache \
2336 %endif
2337         --with-libdir=%{_lib} \
2338         --with-config-file-path=%{_sysconfdir} \
2339         --with-config-file-scan-dir=%{_sysconfdir}/conf.d \
2340         --with-system-tzdata \
2341         %{?with_argon2:--with-password-argon2} \
2342         --%{!?with_debug:dis}%{?with_debug:en}able-debug \
2343         %{?with_zts:--enable-maintainer-zts} \
2344         --enable-inline-optimization \
2345         %{__enable_disable bcmath bcmath shared} \
2346         %{__enable_disable calendar calendar shared} \
2347         %{__enable_disable ctype ctype shared} \
2348         %{__enable_disable dba dba shared} \
2349         %{__enable_disable dom dom shared} \
2350         %{?with_systemtap:--enable-dtrace} \
2351         %{__enable_disable exif exif shared} \
2352         %{__enable_disable fileinfo fileinfo shared} \
2353         %{__enable_disable ftp ftp shared} \
2354         %{?with_intl:--enable-intl=shared} \
2355         --enable-libxml \
2356         %{__enable_disable mbstring mbstring shared,all} \
2357         --with-onig=/usr \
2358         --enable-mbregex \
2359         %{__enable_disable pcntl pcntl shared} \
2360         %{__enable_disable pdo pdo shared} \
2361         %{__enable_disable json json shared} \
2362         %{__enable_disable hash hash shared} \
2363         --enable-xmlwriter=shared \
2364 %if %{with fpm}
2365         --with-fpm-user=http \
2366         --with-fpm-group=http \
2367 %endif
2368 %if %{with pdo_dblib}
2369         --with-pdo-dblib=shared \
2370 %endif
2371 %if %{with interbase} && %{without interbase_inst}
2372         --with-pdo-firebird=shared,/usr \
2373 %endif
2374         %{?with_mhash:--with-mhash=yes} \
2375         --with-mysql-sock=/var/lib/mysql/mysql.sock \
2376         %{__with_without pdo_mysql pdo-mysql shared,%{!?with_mysqlnd:/usr}%{?with_mysqlnd:mysqlnd}} \
2377         %{?with_oci:--with-pdo-oci=shared%{?with_instantclient:,instantclient,%{_libdir}}} \
2378         %{?with_odbc:--with-pdo-odbc=shared,unixODBC,/usr} \
2379         %{?with_pgsql:--with-pdo-pgsql=shared} \
2380         %{?with_pdo_sqlite:--with-pdo-sqlite=shared,/usr} \
2381         %{?with_webp:--with-webp-dir=/usr} \
2382         --without-libexpat-dir \
2383         %{__enable_disable posix posix shared} \
2384         --enable-shared \
2385         %{__enable_disable session session shared} \
2386         --enable-shmop=shared \
2387         --enable-simplexml=shared \
2388         --enable-sysvmsg=shared \
2389         --enable-sysvsem=shared \
2390         --enable-sysvshm=shared \
2391         --enable-soap=shared \
2392         --enable-sockets=shared \
2393         %{__with_without sodium sodium shared} \
2394         --enable-tokenizer=shared \
2395         %{?with_wddx:--enable-wddx=shared} \
2396         --enable-xml=shared \
2397         --enable-xmlreader=shared \
2398         %{__with_without bz2 bz2 shared} \
2399         %{__with_without curl curl shared} \
2400         --with-db4 \
2401         %{__with_without iconv iconv shared} \
2402         %{?with_enchant:--with-enchant=shared,/usr} \
2403         --with-freetype-dir=shared \
2404         %{__with_without gettext gettext shared} \
2405         %{__with_without gd gd shared%{?with_system_gd:,/usr}} \
2406         --with-gdbm \
2407         %{__with_without gmp gmp shared} \
2408         %{?with_imap:--with-imap=shared --with-imap-ssl} \
2409         %{?with_interbase:--with-interbase=shared%{!?with_interbase_inst:,/usr}} \
2410         --with-jpeg-dir=/usr \
2411         %{?with_ldap:--with-ldap=shared --with-ldap-sasl} \
2412         %{?with_mm:--with-mm} \
2413         %{?with_mysqlnd:--enable-mysqlnd=shared} \
2414         %{?with_mysqli:--with-mysqli=shared,%{!?with_mysqlnd:/usr/bin/mysql_config}%{?with_mysqlnd:mysqlnd}} \
2415         %{?with_oci:--with-oci8=shared%{?with_instantclient:,instantclient,%{_libdir}}} \
2416         %{__enable_disable opcache opcache shared} \
2417         %{?with_openssl:--with-openssl=shared} \
2418         %{?with_kerberos5:--with-kerberos} \
2419         --with-tcadb=/usr \
2420         %{__with_without pcre pcre-regex /usr} \
2421         %{__enable_disable filter filter shared} \
2422         --with-pear=%{php_pear_dir} \
2423         %{__with_without pgsql pgsql shared,/usr} \
2424         %{__enable_disable phar phar shared} \
2425         --with-png-dir=/usr \
2426         %{?with_pspell:--with-pspell=shared} \
2427         %{__with_without readline readline shared} \
2428         %{?with_recode:--with-recode=shared} \
2429         %{?with_snmp:--with-snmp=shared} \
2430         %{!?with_pdo_sqlite:--without-pdo-sqlite} \
2431         %{__with_without sqlite3 sqlite3 shared,/usr} \
2432         %{?with_tidy:--with-tidy=shared} \
2433         %{?with_odbc:--with-unixODBC=shared,/usr} \
2434         %{__with_without xmlrpc xmlrpc shared,/usr} \
2435         %{?with_xsl:--with-xsl=shared} \
2436         --with-zlib=shared \
2437         --with-zlib-dir=shared,/usr \
2438         %{?with_zip:--enable-zip=shared,/usr --with-libzip} \
2439
2440         # save for debug
2441         cp -f Makefile Makefile.$sapi
2442         cp -f main/php_config.h php_config.h.$sapi
2443         cp -f config.log config.log.$sapi
2444 done
2445
2446 # as we build each SAPI in own make, adjust php-config.in forehead
2447 sapis=$(%{__sed} -rne 's/^PHP_INSTALLED_SAPIS = (.+)/\1/p' Makefile.* | tr ' ' '\n' | sort -u | xargs)
2448 %{__sed} -i -e "s,@PHP_INSTALLED_SAPIS@,$sapis," scripts/php-config.in
2449
2450 # must make libphp_common first, so modules can link against it.
2451 cp -af php_config.h.cli main/php_config.h
2452 cp -af Makefile.cli Makefile
2453 %{__make} libphp_common.la
2454 # hack: MYSQLND_SHARED_LIBADD not initialized
2455 %{__make} build-modules \
2456         MYSQLND_SHARED_LIBADD="-lssl -lcrypto"
2457
2458 %if %{with apache2}
2459 %{__make} libtool-sapi LIBTOOL_SAPI=sapi/apache2handler/libphp7.la -f Makefile.apxs2
2460 %endif
2461
2462 %if %{with litespeed}
2463 %{__make} -f Makefile.litespeed litespeed
2464 %endif
2465
2466 %if %{with embed}
2467 %{__make} -f Makefile.embed libphp7.la
2468 %endif
2469
2470 %if %{with phpdbg}
2471 # PHP_READLINE_LIBS is empty, so force readline here
2472 %{__make} -f Makefile.phpdbg phpdbg \
2473         PHPDBG_EXTRA_LIBS=-lreadline
2474 %endif
2475
2476 %if %{with milter}
2477 %{__make} -f Makefile.milter milter
2478 %endif
2479
2480 # CGI/FCGI
2481 %if %{with cgi}
2482 cp -pf php_config.h.cgi-fcgi main/php_config.h
2483 %{__make} -f Makefile.cgi-fcgi
2484 [ "$(echo '<?=php_sapi_name();' | ./sapi/cgi/php-cgi -qn)" = "cgi-fcgi" ]
2485 %endif
2486
2487 # PHP FPM
2488 %if %{with fpm}
2489 cp -pf php_config.h.fpm main/php_config.h
2490 %{__make} -f Makefile.fpm
2491 [ $(./sapi/fpm/php-fpm -n -m | grep cgi-fcgi) = "cgi-fcgi" ]
2492 %endif
2493
2494 # CLI
2495 cp -pf php_config.h.cli main/php_config.h
2496 %{__make} -f Makefile.cli
2497 [ "$(echo '<?=php_sapi_name();' | ./sapi/cli/php -qn)" = "cli" ]
2498
2499 # check for stupid xml parse breakage where &lt; and &gt; just get lost in parse result
2500 ./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"]));'
2501
2502 # Generate stub .ini files for each extension
2503 rm -rf conf.d
2504 install -d conf.d
2505 generate_inifiles() {
2506         for so in modules/*.so; do
2507                 mod=$(basename $so .so)
2508                 ext=extension
2509                 # opcache.so is zend extension
2510                 nm $so | grep -q zend_extension_entry && ext=zend_extension
2511                 conf="$mod.ini"
2512                 # xml needs to be loaded before wddx
2513                 [ "$mod" = "wddx" ] && conf="xml_$mod.ini"
2514                 # pre needs to be loaded before SPL
2515                 [ "$mod" = "pcre" ] && conf="PCRE.ini"
2516                 # spl needs to be loaded before mysqli
2517                 [ "$mod" = "spl" ] && conf="SPL.ini"
2518                 # session needs to be loaded before php-pecl-http, php-pecl-memcache, php-pecl-session_mysql
2519                 [ "$mod" = "session" ] && conf="Session.ini"
2520                 # hash needs to be loaded before mysqlnd
2521                 [ "$mod" = "hash" ] && conf="Hash.ini"
2522                 # mysqlnd needs to be loaded before mysqli,pdo_mysqli
2523                 [ "$mod" = "mysqlnd" ] && conf="MySQLND.ini"
2524                 echo "+ $conf"
2525                 cat > conf.d/$conf <<-EOF
2526                         ; Enable $mod $ext module
2527                         $ext=$mod.so
2528                 EOF
2529         done
2530 }
2531 generate_inifiles
2532 cp -p %{_sourcedir}/opcache.ini conf.d
2533
2534 # Check that the module inner-dependencies are intact
2535 PHP=./sapi/cli/php EXTENSION_DIR=modules CONFIG_DIR=conf.d ./dep-tests.sh > dep-tests.log
2536 if grep -v OK dep-tests.log; then
2537         echo >&2 "The results above were not expected"
2538         exit 1
2539 fi
2540
2541 %if %{with gcov}
2542 # Use CLI SAPI
2543 cp -pf php_config.h.cli main/php_config.h
2544 cp -pf Makefile.cli Makefile
2545 %{__make} lcov
2546 # you really don't want to package result of gcov build
2547 exit 1
2548 %endif
2549
2550 cat <<'EOF' > run-tests.sh
2551 #!/bin/sh
2552 export NO_INTERACTION=1 REPORT_EXIT_STATUS=1 MALLOC_CHECK_=2
2553 export SKIP_ONLINE_TESTS=1
2554 unset TZ LANG LC_ALL || :
2555 %{__make} test \
2556         EXTENSION_DIR=modules \
2557         PHP_TEST_SHARED_SYSTEM_EXTENSIONS= \
2558         RUN_TESTS_SETTINGS="-q $*"
2559 EOF
2560 chmod +x run-tests.sh
2561
2562 %if %{with tests}
2563 # Run tests, using the CLI SAPI
2564 cp -pf php_config.h.cli main/php_config.h
2565 cp -pf Makefile.cli Makefile
2566
2567 ./run-tests.sh -w failed.log -s tests.log || {
2568 rc=$?
2569
2570 # collect failed tests into cleanup script used in prep.
2571 sed -ne '/^FAILED TEST SUMMARY/,/^===/p' tests.log | sed -e '1,/^---/d;/^===/,$d' > tests-failed.log
2572 sed -ne '/^via/d;/\[.*\]/{s/\t*\(.*\) \[\(.*\)\]\(.*\)/# \1\3\nmv \2{,.skip}/p}' tests-failed.log \
2573         >> %{_sourcedir}/skip-tests.sh
2574
2575 # if on builders, dump test log
2576 tty -q || cat tests.log
2577
2578 test ! -s failed.log
2579 exit $rc
2580 }
2581 %endif
2582
2583 %install
2584 rm -rf $RPM_BUILD_ROOT
2585 install -d $RPM_BUILD_ROOT{%{_libdir}/{php,apache{,1}},%{_sysconfdir}/{apache,cgi}} \
2586         $RPM_BUILD_ROOT{%{_sbindir},%{_bindir}} \
2587         $RPM_BUILD_ROOT/etc/{apache/conf.d,httpd/conf.d} \
2588         $RPM_BUILD_ROOT%{_mandir}/man{1,8} \
2589
2590 cp -pf php_config.h.cli main/php_config.h
2591 cp -pf Makefile.cli Makefile
2592 %{__make} install \
2593         phpbuilddir=%{_libdir}/%{name}/build \
2594         INSTALL_ROOT=$RPM_BUILD_ROOT
2595
2596 %if %{without default_php}
2597 # version the .phar files
2598 %{__mv} $RPM_BUILD_ROOT%{_bindir}/phar{,%{php_suffix}}.phar
2599 %{__mv} $RPM_BUILD_ROOT%{_mandir}/man1/phar{,%{php_suffix}}.1
2600 %endif
2601 %if %{with alternatives}
2602 # touch for ghost
2603 %{__rm} $RPM_BUILD_ROOT%{_bindir}/phar
2604 touch $RPM_BUILD_ROOT%{_bindir}/phar
2605 touch $RPM_BUILD_ROOT%{_mandir}/man1/phar.1
2606 %endif
2607
2608 # version suffix
2609 v=$(echo %{version} | cut -d. -f1-2)
2610
2611 # install Apache2 DSO module
2612 %if %{with apache2}
2613 libtool --mode=install install -p sapi/apache2handler/libphp7.la $RPM_BUILD_ROOT%{_libdir}/apache
2614 %{__mv} $RPM_BUILD_ROOT%{_libdir}/apache/libphp7{,-$v}.so
2615 ln -s libphp7-$v.so $RPM_BUILD_ROOT%{_libdir}/apache/mod_php.so
2616 %endif
2617
2618 # install litespeed sapi
2619 %if %{with litespeed}
2620 libtool --mode=install install -p sapi/litespeed/php $RPM_BUILD_ROOT%{_sbindir}/%{name}.litespeed
2621 %endif
2622
2623 %if %{with phpdbg}
2624 %{__make} -f Makefile.phpdbg install-phpdbg \
2625         INSTALL="libtool --mode=install install -p" \
2626         INSTALL_ROOT=$RPM_BUILD_ROOT
2627
2628 %if %{without default_php}
2629 # version the phpdbg files
2630 %{__mv} $RPM_BUILD_ROOT%{_bindir}/phpdbg{,%{ver_suffix}}
2631 %{__mv} $RPM_BUILD_ROOT%{_mandir}/man1/phpdbg{,%{ver_suffix}}.1
2632 %endif
2633 %endif
2634
2635 %if %{with milter}
2636 %{__make} -f Makefile.milter install-milter \
2637         INSTALL_ROOT=$RPM_BUILD_ROOT
2638 %endif
2639
2640 libtool --mode=install install -p libphp_common.la $RPM_BUILD_ROOT%{_libdir}
2641
2642 # install CGI/FCGI
2643 %if %{with cgi}
2644 # install-cgi
2645 libtool --mode=install install -p sapi/cgi/php-cgi $RPM_BUILD_ROOT%{_bindir}/%{name}.cgi
2646 ln -sf %{name}.cgi $RPM_BUILD_ROOT%{_bindir}/%{name}.fcgi
2647 cp -p %{SOURCE3} $RPM_BUILD_ROOT%{_sysconfdir}/php-cgi-fcgi.ini
2648 %endif
2649
2650 # install FCGI PM
2651 %if %{with fpm}
2652 install -d $RPM_BUILD_ROOT{%{_sysconfdir}/php-fpm.d,%{_sbindir}}
2653 libtool --mode=install install -p sapi/fpm/php-fpm $RPM_BUILD_ROOT%{_sbindir}/%{name}-fpm
2654 cp -p sapi/fpm/php-fpm.8 $RPM_BUILD_ROOT%{_mandir}/man8/%{name}-fpm.8
2655 cp -p sapi/fpm/php-fpm.conf $RPM_BUILD_ROOT%{_sysconfdir}
2656 cp -p sapi/fpm/www.conf $RPM_BUILD_ROOT%{_sysconfdir}/php-fpm.d
2657 install -d $RPM_BUILD_ROOT/etc/rc.d/init.d
2658 install -p %{SOURCE10} $RPM_BUILD_ROOT/etc/rc.d/init.d/%{name}-fpm
2659 install -d $RPM_BUILD_ROOT/etc/logrotate.d
2660 cp -p %{SOURCE11} $RPM_BUILD_ROOT/etc/logrotate.d/%{name}-fpm
2661 %if "%{pld_release}" == "ac"
2662 %{__sed} -i -e '/su/d' $RPM_BUILD_ROOT/etc/logrotate.d/%{name}-fpm
2663 %endif
2664
2665 %if %{with alternatives}
2666 # touch for ghost for alternatives
2667 touch $RPM_BUILD_ROOT%{_sbindir}/php-fpm
2668 %endif
2669
2670 %{__sed} -i -e '
2671         s#/usr/lib/php#%{php_extensiondir}#
2672         s#/etc/php/#%{_sysconfdir}/#
2673         s#@processname@#%{name}-fpm#g
2674 ' $RPM_BUILD_ROOT{/etc/{rc.d/init.d/%{name}-fpm,logrotate.d/%{name}-fpm},%{_sysconfdir}/php-fpm.conf,%{_sysconfdir}/php-fpm.d/www.conf}
2675 %endif
2676
2677 # install Embedded API
2678 %if %{with embed}
2679 # we could use install-headers from Makefile.embed, but that would reinstall all headers
2680 # install-sapi installs to wrong dir, so just do it all manually
2681 install -d $RPM_BUILD_ROOT%{_includedir}/php/sapi/embed
2682 install -p libs/libphp7.so $RPM_BUILD_ROOT%{_libdir}
2683 cp -p sapi/embed/php_embed.h $RPM_BUILD_ROOT%{_includedir}/php/sapi/embed
2684 %endif
2685
2686 # install CLI
2687 # versioned suffix is always installed
2688 libtool --mode=install install -p sapi/cli/php $RPM_BUILD_ROOT%{_bindir}/php%{ver_suffix}
2689 cp -p sapi/cli/php.1 $RPM_BUILD_ROOT%{_mandir}/man1/php%{ver_suffix}.1
2690 echo ".so php%{ver_suffix}.1" >$RPM_BUILD_ROOT%{_mandir}/man1/php.1
2691 ln -sf php%{ver_suffix} $RPM_BUILD_ROOT%{_bindir}/php
2692
2693 cp -p php.ini $RPM_BUILD_ROOT%{_sysconfdir}/php.ini
2694 cp -p %{SOURCE5} $RPM_BUILD_ROOT%{_sysconfdir}/php-cli.ini
2695
2696 %if %{with apache2}
2697 cp -p %{SOURCE2} $RPM_BUILD_ROOT/etc/httpd/conf.d/70_mod_php.conf
2698 cp -p %{SOURCE4} $RPM_BUILD_ROOT%{_sysconfdir}/php-apache2handler.ini
2699 %{__rm} -f $RPM_BUILD_ROOT%{_libdir}/apache/libphp7.la
2700 %endif
2701
2702 # ensure that paths are correct for current php version and arch
2703 grep -El '/etc/php/|/usr/lib/php/' $RPM_BUILD_ROOT%{_sysconfdir}/*.ini | xargs -r \
2704 %{__sed} -i -e '
2705         s#/usr/lib/php#%{php_extensiondir}#
2706         s#/etc/php#%{_sysconfdir}#
2707 '
2708
2709 install -d $RPM_BUILD_ROOT%{_sysconfdir}/conf.d
2710 cp -p conf.d/*.ini $RPM_BUILD_ROOT%{_sysconfdir}/conf.d
2711
2712 # per SAPI ini directories
2713 install -d $RPM_BUILD_ROOT%{_sysconfdir}/{cgi-fcgi,cli,apache,apache2handler}.d
2714
2715 # for CLI SAPI only
2716 %{__mv} $RPM_BUILD_ROOT%{_sysconfdir}/{conf.d/readline.ini,cli.d}
2717
2718 # use system automake and {lib,sh}tool
2719 ln -snf /usr/share/automake/config.{guess,sub} $RPM_BUILD_ROOT%{_libdir}/%{name}/build
2720 ln -snf %{_bindir}/shtool $RPM_BUILD_ROOT%{_libdir}/%{name}/build
2721 for fn in libtool.m4 lt~obsolete.m4 ltoptions.m4 ltsugar.m4 ltversion.m4; do
2722         f=%{_aclocaldir}/$fn
2723         test -f $f || continue
2724         ln -snf $f $RPM_BUILD_ROOT%{_libdir}/%{name}/build
2725 done
2726 for fn in ltmain.sh config/ltmain.sh build-aux/ltmain.sh; do
2727         f=/usr/share/libtool/$fn
2728         test -f $f || continue
2729         ln -snf $f $RPM_BUILD_ROOT%{_libdir}/%{name}/build
2730         break
2731 done
2732 sed -i -e '/^phpdir/ s,/php/build,/%{name}/build,' $RPM_BUILD_ROOT%{_bindir}/phpize
2733
2734 # for php-pecl-mailparse
2735 install -d $RPM_BUILD_ROOT%{_includedir}/php/ext/mbstring
2736 cp -p ext/mbstring/libmbfl/mbfl/*.h $RPM_BUILD_ROOT%{_includedir}/php/ext/mbstring
2737
2738 # tests
2739 install -d $RPM_BUILD_ROOT%{php_data_dir}/tests/php
2740 install -p run-tests.php $RPM_BUILD_ROOT%{php_data_dir}/tests/php/run-tests.php
2741 cp -a tests/* $RPM_BUILD_ROOT%{php_data_dir}/tests/php
2742
2743 # fix install paths, avoid evil rpaths
2744 sed -i -e "s|^libdir=.*|libdir='%{_libdir}'|" $RPM_BUILD_ROOT%{_libdir}/libphp_common.la
2745 # better solution?
2746 sed -i -e 's|libphp_common.la|$(libdir)/libphp_common.la|' $RPM_BUILD_ROOT%{_libdir}/%{name}/build/acinclude.m4
2747
2748 install -p ext/ext_skel.php $RPM_BUILD_ROOT%{_bindir}
2749
2750 %clean
2751 rm -rf $RPM_BUILD_ROOT
2752
2753 %post -n apache-mod_%{name}
2754 if [ "$1" = "1" ]; then
2755         %service -q httpd restart
2756 fi
2757
2758 %postun -n apache-mod_%{name}
2759 if [ "$1" = "0" ]; then
2760         %service -q httpd restart
2761 fi
2762
2763 %pre fpm
2764 %useradd -u 51 -r -s /bin/false -c "HTTP User" -g http http
2765
2766 %post fpm
2767 /sbin/chkconfig --add %{name}-fpm
2768 %service %{name}-fpm restart
2769 %if %{with alternatives}
2770 update-alternatives --install %{_sbindir}/php-fpm php-fpm %{_sbindir}/php%{ver_suffix}-fpm %{ver_suffix} || :
2771 %endif
2772
2773 %preun fpm
2774 if [ "$1" = "0" ]; then
2775         %service %{name}-fpm stop
2776         /sbin/chkconfig --del %{name}-fpm
2777 %if %{with alternatives}
2778         update-alternatives --remove php-fpm %{_sbindir}/php-fpm || :
2779 %endif
2780 fi
2781
2782 %postun fpm
2783 if [ "$1" = "0" ]; then
2784         %userremove http
2785 fi
2786
2787 %post   embedded -p /sbin/ldconfig
2788 %postun embedded -p /sbin/ldconfig
2789
2790 %posttrans common
2791 # PHP 5.3 requires timezone being setup, try setup it from tzdata
2792 if ! grep -q '^date.timezone[[:space:]]*=' %{_sysconfdir}/php.ini && [ -f /etc/sysconfig/timezone ]; then
2793         TIMEZONE=
2794         . /etc/sysconfig/timezone
2795         if [ "$TIMEZONE" ]; then
2796                 %{__sed} -i -e "s,^;date.timezone[[:space:]]*=.*,date.timezone = $TIMEZONE," %{_sysconfdir}/php.ini
2797         fi
2798 fi
2799
2800 # minimizing apache restarts logics. we restart webserver:
2801 #
2802 # 1. at the end of transaction. (posttrans, feature from rpm 4.4.2)
2803 # 2. first install of extension (post: $1 = 1)
2804 # 2. uninstall of extension (postun: $1 == 0)
2805 #
2806 # the strict internal deps between extensions (and apache modules) and
2807 # common package are very important for all this to work.
2808
2809 # restart webserver at the end of transaction
2810 [ ! -f /etc/apache/conf.d/??_mod_php.conf ] || %service -q apache restart
2811 [ ! -f /etc/httpd/conf.d/??_mod_php.conf ] || %service -q httpd restart
2812
2813 %triggerpostun common -- %{name}-common < 4:5.6.4-2, php-common < 4:5.6.4-2
2814 # switch to browscap package if the ini file has original value
2815 %{__sed} -i -e 's#%{_sysconfdir}/browscap.ini#/usr/share/browscap/php_browscap.ini#' %{_sysconfdir}/php.ini
2816 # disable browscap, if optional package not present
2817 if [ ! -e /usr/share/browscap/php_browscap.ini ]; then
2818         %{__sed} -i -e 's#^browscap = /usr/share/browscap/php_browscap.ini#;&#' %{_sysconfdir}/php.ini
2819 fi
2820
2821 # migrate configs /etc/php/conf.d -> /etc/phpXY/conf.d/
2822 # do config migration in php-common trigger, as the trigger is ran after all packages are upgraded
2823 # this way we can stick to one trigger, instead of attaching one for each (sub)package!
2824 for f in /etc/php/*.ini.rpmsave /etc/php/*.d/*.ini.rpmsave; do
2825         test -f "$f" || continue
2826         bn=${f#/etc/php/}
2827         dn=${bn%/*}
2828         fn=${bn#*/}
2829         test "$dn" = "$fn" && dn=
2830         fn=${fn%.rpmsave}
2831         nf=%{_sysconfdir}/$dn/$fn
2832         test -f "$nf" || continue
2833         cp -vfb $nf{,.rpmnew}
2834         cp -vfb $f $nf
2835         %{__sed} -i -e '
2836                 s#%{_libdir}/php#%{_libdir}/%{name}#
2837                 s#/etc/php#%{_sysconfdir}#
2838         ' $nf
2839 done
2840
2841 %triggerpostun -n apache-mod_%{name} -- apache-mod_%{name} < 4:7.0.0-2.RC4
2842 sed -i -e 's#modules/libphp[57].so#modules/mod_php.so#g' /etc/httpd/conf.d/*_mod_php.conf
2843
2844 # common macros called at extension post/postun scriptlet
2845 %define ext_post \
2846 if [ "$1" = "1" ]; then \
2847         %php_webserver_restart \
2848 fi \
2849 %{nil}
2850
2851 %define ext_postun \
2852 if [ "$1" = "0" ]; then \
2853         %php_webserver_restart \
2854 fi \
2855 %{nil}
2856
2857 %define extension_scripts() \
2858 %post %1 \
2859 %ext_post \
2860 \
2861 %postun %1 \
2862 %ext_postun \
2863 %{nil}
2864
2865 # extension scripts defines
2866 %extension_scripts bcmath
2867 %extension_scripts bz2
2868 %extension_scripts calendar
2869 %extension_scripts ctype
2870 %extension_scripts curl
2871 %extension_scripts dba
2872 %extension_scripts dom
2873 %extension_scripts enchant
2874 %extension_scripts exif
2875 %extension_scripts fileinfo
2876 %extension_scripts filter
2877 %extension_scripts ftp
2878 %extension_scripts gd
2879 %extension_scripts gettext
2880 %extension_scripts gmp
2881 %extension_scripts hash
2882 %extension_scripts iconv
2883 %extension_scripts imap
2884 %extension_scripts interbase
2885 %extension_scripts intl
2886 %extension_scripts json
2887 %extension_scripts ldap
2888 %extension_scripts mbstring
2889 %extension_scripts mysqli
2890 %extension_scripts mysqlnd
2891 %extension_scripts oci8
2892 %extension_scripts odbc
2893 %extension_scripts opcache
2894 %extension_scripts openssl
2895 %extension_scripts pcre
2896 %extension_scripts pdo
2897 %extension_scripts pdo-dblib
2898 %extension_scripts pdo-firebird
2899 %extension_scripts pdo-oci
2900 %extension_scripts pdo-mysql
2901 %extension_scripts pdo-odbc
2902 %extension_scripts pdo-pgsql
2903 %extension_scripts pdo-sqlite
2904 %extension_scripts pgsql
2905 %extension_scripts pcntl
2906 %extension_scripts posix
2907 %extension_scripts pspell
2908 %extension_scripts recode
2909 %extension_scripts session
2910 %extension_scripts shmop
2911 %extension_scripts simplexml
2912 %extension_scripts snmp
2913 %extension_scripts soap
2914 %extension_scripts sockets
2915 %extension_scripts sodium
2916 %extension_scripts spl
2917 %extension_scripts sqlite3
2918 %extension_scripts sysvmsg
2919 %extension_scripts sysvsem
2920 %extension_scripts sysvshm
2921 %extension_scripts tidy
2922 %extension_scripts tokenizer
2923 %extension_scripts wddx
2924 %extension_scripts xml
2925 %extension_scripts xmlreader
2926 %extension_scripts xmlrpc
2927 %extension_scripts xmlwriter
2928 %extension_scripts xsl
2929 %extension_scripts zip
2930 %extension_scripts zlib
2931
2932 %post phar
2933 %ext_post
2934 %if %{with alternatives}
2935 update-alternatives \
2936         --install %{_bindir}/phar phar %{_bindir}/phar%{ver_suffix}.phar %{ver_suffix} \
2937         --slave %{_mandir}/man1/phar.1 phar.1 %{_mandir}/man1/phar%{ver_suffix}.1* || :
2938 %endif
2939
2940 %postun phar
2941 %ext_postun
2942 %if %{with alternatives}
2943 if [ $1 -eq 0 ]; then
2944         update-alternatives --remove phar %{_bindir}/phar || :
2945 fi
2946 %endif
2947
2948 %if %{with apache2}
2949 %files -n apache-mod_%{name}
2950 %defattr(644,root,root,755)
2951 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/httpd/conf.d/*_mod_php.conf
2952 %attr(755,root,root) %{_libdir}/apache/mod_php.so
2953
2954 %files -n apache-mod_%{name}-core
2955 %defattr(644,root,root,755)
2956 %dir %{_sysconfdir}/apache2handler.d
2957 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/php-apache2handler.ini
2958 %attr(755,root,root) %{_libdir}/apache/libphp7-*.*.so
2959 %endif
2960
2961 %if %{with litespeed}
2962 %files litespeed
2963 %defattr(644,root,root,755)
2964 %attr(755,root,root) %{_sbindir}/%{name}.litespeed
2965 %endif
2966
2967 %if %{with cgi}
2968 %files cgi
2969 %defattr(644,root,root,755)
2970 %dir %{_sysconfdir}/cgi-fcgi.d
2971 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/php-cgi-fcgi.ini
2972 %attr(755,root,root) %{_bindir}/%{name}.cgi
2973 %attr(755,root,root) %{_bindir}/%{name}.fcgi
2974 %endif
2975
2976 %if %{with embed}
2977 %files embedded
2978 %defattr(644,root,root,755)
2979 %attr(755,root,root) %{_libdir}/libphp7.so
2980 %endif
2981
2982 %files cli
2983 %defattr(644,root,root,755)
2984 %dir %{_sysconfdir}/cli.d
2985 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/php-cli.ini
2986 %attr(755,root,root) %{_bindir}/php%{ver_suffix}
2987 %{_mandir}/man1/php%{ver_suffix}.1*
2988
2989 %files program
2990 %defattr(644,root,root,755)
2991 %attr(755,root,root) %{_bindir}/php
2992 %{_mandir}/man1/php.1*
2993
2994 %if %{with fpm}
2995 %files fpm
2996 %defattr(644,root,root,755)
2997 %doc sapi/fpm/{CREDITS,LICENSE}
2998 %dir %{_sysconfdir}/php-fpm.d
2999 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/php-fpm.conf
3000 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/php-fpm.d/www.conf
3001 %attr(755,root,root) %{_sbindir}/%{name}-fpm
3002 %if %{with alternatives}
3003 %ghost %{_sbindir}/php-fpm
3004 %endif
3005 %{_mandir}/man8/%{name}-fpm.8*
3006 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/logrotate.d/%{name}-fpm
3007 %attr(754,root,root) /etc/rc.d/init.d/%{name}-fpm
3008 %endif
3009
3010 %if %{with phpdbg}
3011 %files phpdbg
3012 %defattr(644,root,root,755)
3013 %attr(755,root,root) %{_bindir}/phpdbg%{php_suffix}
3014 %{_mandir}/man1/phpdbg%{php_suffix}.1*
3015 %endif
3016
3017 %if %{with milter}
3018 %files milter
3019 %defattr(644,root,root,755)
3020 %attr(755,root,root) %{_bindir}/php-milter
3021 %endif
3022
3023 %files common
3024 %defattr(644,root,root,755)
3025 %doc CREDITS EXTENSIONS LICENSE NEWS UPGRADING* Zend/{LICENSE.Zend,README*} php.ini-* .gdbinit
3026 %dir %{_sysconfdir}
3027 %dir %{_sysconfdir}/conf.d
3028 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/php.ini
3029 %attr(755,root,root) %{_libdir}/libphp_common-*.so
3030 %dir %{php_extensiondir}
3031
3032 %doc ext/session/mod_files.sh
3033
3034 %files devel
3035 %defattr(644,root,root,755)
3036 %doc CODING_STANDARDS README.{EXT_SKEL,PARAMETER_PARSING_API,SELF-CONTAINED-EXTENSIONS,STREAMS,SUBMITTING_PATCH,TESTING,UNIX-BUILD-SYSTEM,input_filter}
3037 %attr(755,root,root) %{_bindir}/ext_skel.php
3038 %attr(755,root,root) %{_bindir}/php-config
3039 %attr(755,root,root) %{_bindir}/phpize
3040 %attr(755,root,root) %{_libdir}/libphp_common.so
3041 %{_libdir}/libphp_common.la
3042 %{_includedir}/php
3043 %{_libdir}/%{name}/build
3044 %{_mandir}/man1/php-config.1*
3045 %{_mandir}/man1/phpize.1*
3046
3047 %if %{with bcmath}
3048 %files bcmath
3049 %defattr(644,root,root,755)
3050 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/bcmath.ini
3051 %attr(755,root,root) %{php_extensiondir}/bcmath.so
3052 %endif
3053
3054 %if %{with bz2}
3055 %files bz2
3056 %defattr(644,root,root,755)
3057 %doc ext/bz2/CREDITS
3058 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/bz2.ini
3059 %attr(755,root,root) %{php_extensiondir}/bz2.so
3060 %endif
3061
3062 %if %{with calendar}
3063 %files calendar
3064 %defattr(644,root,root,755)
3065 %doc ext/calendar/CREDITS
3066 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/calendar.ini
3067 %attr(755,root,root) %{php_extensiondir}/calendar.so
3068 %endif
3069
3070 %if %{with ctype}
3071 %files ctype
3072 %defattr(644,root,root,755)
3073 %doc ext/calendar/CREDITS
3074 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/ctype.ini
3075 %attr(755,root,root) %{php_extensiondir}/ctype.so
3076 %endif
3077
3078 %if %{with curl}
3079 %files curl
3080 %defattr(644,root,root,755)
3081 %doc ext/curl/CREDITS
3082 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/curl.ini
3083 %attr(755,root,root) %{php_extensiondir}/curl.so
3084 %endif
3085
3086 %if %{with dba}
3087 %files dba
3088 %defattr(644,root,root,755)
3089 %doc ext/dba/{CREDITS,README}
3090 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/dba.ini
3091 %attr(755,root,root) %{php_extensiondir}/dba.so
3092 %endif
3093
3094 %if %{with dom}
3095 %files dom
3096 %defattr(644,root,root,755)
3097 %doc ext/dom/CREDITS
3098 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/dom.ini
3099 %attr(755,root,root) %{php_extensiondir}/dom.so
3100 %endif
3101
3102 %if %{with enchant}
3103 %files enchant
3104 %defattr(644,root,root,755)
3105 %doc ext/enchant/CREDITS
3106 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/enchant.ini
3107 %attr(755,root,root) %{php_extensiondir}/enchant.so
3108 %endif
3109
3110 %if %{with exif}
3111 %files exif
3112 %defattr(644,root,root,755)
3113 %doc ext/exif/CREDITS
3114 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/exif.ini
3115 %attr(755,root,root) %{php_extensiondir}/exif.so
3116 %endif
3117
3118 %if %{with fileinfo}
3119 %files fileinfo
3120 %defattr(644,root,root,755)
3121 %doc ext/fileinfo/CREDITS
3122 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/fileinfo.ini
3123 %attr(755,root,root) %{php_extensiondir}/fileinfo.so
3124 %endif
3125
3126 %if %{with filter}
3127 %files filter
3128 %defattr(644,root,root,755)
3129 %doc ext/filter/CREDITS
3130 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/filter.ini
3131 %attr(755,root,root) %{php_extensiondir}/filter.so
3132 %endif
3133
3134 %if %{with ftp}
3135 %files ftp
3136 %defattr(644,root,root,755)
3137 %doc ext/ftp/CREDITS
3138 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/ftp.ini
3139 %attr(755,root,root) %{php_extensiondir}/ftp.so
3140 %endif
3141
3142 %if %{with gd}
3143 %files gd
3144 %defattr(644,root,root,755)
3145 %doc ext/gd/CREDITS
3146 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/gd.ini
3147 %attr(755,root,root) %{php_extensiondir}/gd.so
3148 %endif
3149
3150 %if %{with gettext}
3151 %files gettext
3152 %defattr(644,root,root,755)
3153 %doc ext/gettext/CREDITS
3154 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/gettext.ini
3155 %attr(755,root,root) %{php_extensiondir}/gettext.so
3156 %endif
3157
3158 %if %{with gmp}
3159 %files gmp
3160 %defattr(644,root,root,755)
3161 %doc ext/gmp/CREDITS
3162 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/gmp.ini
3163 %attr(755,root,root) %{php_extensiondir}/gmp.so
3164 %endif
3165
3166 %if %{with hash}
3167 %files hash
3168 %defattr(644,root,root,755)
3169 %doc ext/hash/{CREDITS,README}
3170 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/Hash.ini
3171 %attr(755,root,root) %{php_extensiondir}/hash.so
3172 %endif
3173
3174 %if %{with iconv}
3175 %files iconv
3176 %defattr(644,root,root,755)
3177 %doc ext/iconv/CREDITS
3178 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/iconv.ini
3179 %attr(755,root,root) %{php_extensiondir}/iconv.so
3180 %endif
3181
3182 %if %{with imap}
3183 %files imap
3184 %defattr(644,root,root,755)
3185 %doc ext/imap/CREDITS
3186 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/imap.ini
3187 %attr(755,root,root) %{php_extensiondir}/imap.so
3188 %endif
3189
3190 %if %{with interbase}
3191 %files interbase
3192 %defattr(644,root,root,755)
3193 %doc ext/interbase/CREDITS
3194 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/interbase.ini
3195 %attr(755,root,root) %{php_extensiondir}/interbase.so
3196 %endif
3197
3198 %if %{with intl}
3199 %files intl
3200 %defattr(644,root,root,755)
3201 %doc ext/intl/CREDITS
3202 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/intl.ini
3203 %attr(755,root,root) %{php_extensiondir}/intl.so
3204 %endif
3205
3206 %if %{with json}
3207 %files json
3208 %defattr(644,root,root,755)
3209 %doc ext/json/CREDITS
3210 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/json.ini
3211 %attr(755,root,root) %{php_extensiondir}/json.so
3212 %endif
3213
3214 %if %{with ldap}
3215 %files ldap
3216 %defattr(644,root,root,755)
3217 %doc ext/ldap/CREDITS
3218 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/ldap.ini
3219 %attr(755,root,root) %{php_extensiondir}/ldap.so
3220 %endif
3221
3222 %if %{with mbstring}
3223 %files mbstring
3224 %defattr(644,root,root,755)
3225 %doc ext/mbstring/CREDITS
3226 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/mbstring.ini
3227 %attr(755,root,root) %{php_extensiondir}/mbstring.so
3228 %endif
3229
3230 %if %{with mysqli}
3231 %files mysqli
3232 %defattr(644,root,root,755)
3233 %doc ext/mysqli/CREDITS
3234 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/mysqli.ini
3235 %attr(755,root,root) %{php_extensiondir}/mysqli.so
3236 %endif
3237
3238 %if %{with mysqlnd}
3239 %files mysqlnd
3240 %defattr(644,root,root,755)
3241 %doc ext/mysqlnd/CREDITS
3242 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/MySQLND.ini
3243 %attr(755,root,root) %{php_extensiondir}/mysqlnd.so
3244 %endif
3245
3246 %if %{with oci}
3247 %files oci8
3248 %defattr(644,root,root,755)
3249 %doc ext/oci8/{CREDITS,README}
3250 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/oci8.ini
3251 %attr(755,root,root) %{php_extensiondir}/oci8.so
3252 %endif
3253
3254 %if %{with odbc}
3255 %files odbc
3256 %defattr(644,root,root,755)
3257 %doc ext/odbc/CREDITS
3258 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/odbc.ini
3259 %attr(755,root,root) %{php_extensiondir}/odbc.so
3260 %endif
3261
3262 %if %{with opcache}
3263 %files opcache
3264 %defattr(644,root,root,755)
3265 %doc ext/opcache/README
3266 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/opcache.ini
3267 %attr(755,root,root) %{php_extensiondir}/opcache.so
3268 %endif
3269
3270 %if %{with openssl}
3271 %files openssl
3272 %defattr(644,root,root,755)
3273 %doc ext/openssl/{CREDITS,README}
3274 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/openssl.ini
3275 %attr(755,root,root) %{php_extensiondir}/openssl.so
3276 %endif
3277
3278 %if %{with pcntl}
3279 %files pcntl
3280 %defattr(644,root,root,755)
3281 %doc ext/pcntl/{CREDITS,README}
3282 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/pcntl.ini
3283 %attr(755,root,root) %{php_extensiondir}/pcntl.so
3284 %endif
3285
3286 %if %{with pcre}
3287 %files pcre
3288 %defattr(644,root,root,755)
3289 %doc ext/pcre/CREDITS
3290 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/PCRE.ini
3291 %attr(755,root,root) %{php_extensiondir}/pcre.so
3292 %endif
3293
3294 %if %{with pdo}
3295 %files pdo
3296 %defattr(644,root,root,755)
3297 %doc ext/pdo/{CREDITS,README}
3298 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/pdo.ini
3299 %attr(755,root,root) %{php_extensiondir}/pdo.so
3300 %endif
3301
3302 %if %{with pdo_dblib}
3303 %files pdo-dblib
3304 %defattr(644,root,root,755)
3305 %doc ext/pdo_dblib/{CREDITS,README}
3306 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/pdo_dblib.ini
3307 %attr(755,root,root) %{php_extensiondir}/pdo_dblib.so
3308 %endif
3309
3310 %if %{with interbase} && !%{with interbase_inst}
3311 %files pdo-firebird
3312 %defattr(644,root,root,755)
3313 %doc ext/pdo_firebird/CREDITS
3314 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/pdo_firebird.ini
3315 %attr(755,root,root) %{php_extensiondir}/pdo_firebird.so
3316 %endif
3317
3318 %if %{with pdo_mysql}
3319 %files pdo-mysql
3320 %defattr(644,root,root,755)
3321 %doc ext/pdo_mysql/CREDITS
3322 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/pdo_mysql.ini
3323 %attr(755,root,root) %{php_extensiondir}/pdo_mysql.so
3324 %endif
3325
3326 %if %{with oci}
3327 %files pdo-oci
3328 %defattr(644,root,root,755)
3329 %doc ext/pdo_oci/CREDITS
3330 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/pdo_oci.ini
3331 %attr(755,root,root) %{php_extensiondir}/pdo_oci.so
3332 %endif
3333
3334 %if %{with odbc}
3335 %files pdo-odbc
3336 %defattr(644,root,root,755)
3337 %doc ext/pdo_odbc/CREDITS
3338 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/pdo_odbc.ini
3339 %attr(755,root,root) %{php_extensiondir}/pdo_odbc.so
3340 %endif
3341
3342 %if %{with pgsql}
3343 %files pdo-pgsql
3344 %defattr(644,root,root,755)
3345 %doc ext/pdo_pgsql/CREDITS
3346 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/pdo_pgsql.ini
3347 %attr(755,root,root) %{php_extensiondir}/pdo_pgsql.so
3348 %endif
3349
3350 %if %{with pdo_sqlite}
3351 %files pdo-sqlite
3352 %defattr(644,root,root,755)
3353 %doc ext/pdo_sqlite/CREDITS
3354 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/pdo_sqlite.ini
3355 %attr(755,root,root) %{php_extensiondir}/pdo_sqlite.so
3356 %endif
3357
3358 %if %{with pgsql}
3359 %files pgsql
3360 %defattr(644,root,root,755)
3361 %doc ext/pgsql/{CREDITS,README}
3362 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/pgsql.ini
3363 %attr(755,root,root) %{php_extensiondir}/pgsql.so
3364 %endif
3365
3366 %if %{with phar}
3367 %files phar
3368 %defattr(644,root,root,755)
3369 %doc ext/phar/CREDITS
3370 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/phar.ini
3371 %attr(755,root,root) %{php_extensiondir}/phar.so
3372 %attr(755,root,root) %{_bindir}/phar%{php_suffix}.phar
3373 %{_mandir}/man1/phar%{php_suffix}.1*
3374 %{_mandir}/man1/phar.phar.1*
3375 %if %{with alternatives}
3376 %ghost %{_bindir}/phar
3377 %ghost %{_mandir}/man1/phar.1
3378 %else
3379 %attr(755,root,root) %{_bindir}/phar
3380 %endif
3381 %endif
3382
3383 %if %{with posix}
3384 %files posix
3385 %defattr(644,root,root,755)
3386 %doc ext/posix/CREDITS
3387 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/posix.ini
3388 %attr(755,root,root) %{php_extensiondir}/posix.so
3389 %endif
3390
3391 %if %{with pspell}
3392 %files pspell
3393 %defattr(644,root,root,755)
3394 %doc ext/pspell/{CREDITS,README}
3395 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/pspell.ini
3396 %attr(755,root,root) %{php_extensiondir}/pspell.so
3397 %endif
3398
3399 %if %{with readline}
3400 %files readline
3401 %defattr(644,root,root,755)
3402 %doc ext/readline/{CREDITS,README*}
3403 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/cli.d/readline.ini
3404 %attr(755,root,root) %{php_extensiondir}/readline.so
3405 %endif
3406
3407 %if %{with recode}
3408 %files recode
3409 %defattr(644,root,root,755)
3410 %doc ext/recode/CREDITS
3411 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/recode.ini
3412 %attr(755,root,root) %{php_extensiondir}/recode.so
3413 %endif
3414
3415 %if %{with session}
3416 %files session
3417 %defattr(644,root,root,755)
3418 %doc ext/session/CREDITS
3419 %doc ext/session/mod_files.sh
3420 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/Session.ini
3421 %attr(755,root,root) %{php_extensiondir}/session.so
3422 %endif
3423
3424 %files shmop
3425 %defattr(644,root,root,755)
3426 %doc ext/shmop/{CREDITS,README}
3427 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/shmop.ini
3428 %attr(755,root,root) %{php_extensiondir}/shmop.so
3429
3430 %files simplexml
3431 %defattr(644,root,root,755)
3432 %doc ext/simplexml/{CREDITS,README}
3433 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/simplexml.ini
3434 %attr(755,root,root) %{php_extensiondir}/simplexml.so
3435
3436 %if %{with snmp}
3437 %files snmp
3438 %defattr(644,root,root,755)
3439 %doc ext/snmp/CREDITS
3440 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/snmp.ini
3441 %attr(755,root,root) %{php_extensiondir}/snmp.so
3442 %endif
3443
3444 %files soap
3445 %defattr(644,root,root,755)
3446 %doc ext/soap/CREDITS
3447 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/soap.ini
3448 %attr(755,root,root) %{php_extensiondir}/soap.so
3449
3450 %files sockets
3451 %defattr(644,root,root,755)
3452 %doc ext/sockets/CREDITS
3453 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/sockets.ini
3454 %attr(755,root,root) %{php_extensiondir}/sockets.so
3455
3456 %if %{with sodium}
3457 %files sodium
3458 %defattr(644,root,root,755)
3459 %doc ext/sodium/{README.md,CREDITS}
3460 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/sodium.ini
3461 %attr(755,root,root) %{php_extensiondir}/sodium.so
3462 %endif
3463
3464 %files spl
3465 %defattr(644,root,root,755)
3466 %doc ext/spl/{CREDITS,README}
3467 %doc ext/spl/examples
3468 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/SPL.ini
3469 %attr(755,root,root) %{php_extensiondir}/spl.so
3470
3471 %if %{with sqlite3}
3472 %files sqlite3
3473 %defattr(644,root,root,755)
3474 %doc ext/sqlite3/CREDITS
3475 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/sqlite3.ini
3476 %attr(755,root,root) %{php_extensiondir}/sqlite3.so
3477 %endif
3478
3479 %files sysvmsg
3480 %defattr(644,root,root,755)
3481 %doc ext/sysvmsg/CREDITS
3482 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/sysvmsg.ini
3483 %attr(755,root,root) %{php_extensiondir}/sysvmsg.so
3484
3485 %files sysvsem
3486 %defattr(644,root,root,755)
3487 %doc ext/sysvsem/CREDITS
3488 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/sysvsem.ini
3489 %attr(755,root,root) %{php_extensiondir}/sysvsem.so
3490
3491 %files sysvshm
3492 %defattr(644,root,root,755)
3493 %doc ext/sysvshm/CREDITS
3494 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/sysvshm.ini
3495 %attr(755,root,root) %{php_extensiondir}/sysvshm.so
3496
3497 %files tests
3498 %defattr(644,root,root,755)
3499 %dir %{php_data_dir}/tests
3500 %dir %{php_data_dir}/tests/php
3501 %{php_data_dir}/tests/php/basic
3502 %{php_data_dir}/tests/php/classes
3503 %{php_data_dir}/tests/php/func
3504 %{php_data_dir}/tests/php/lang
3505 %{php_data_dir}/tests/php/output
3506 %{php_data_dir}/tests/php/run-test
3507 %{php_data_dir}/tests/php/security
3508 %{php_data_dir}/tests/php/strings
3509 %{php_data_dir}/tests/php/quicktester.inc
3510 %attr(755,root,root) %{php_data_dir}/tests/php/run-tests.php
3511
3512 %if %{with tidy}
3513 %files tidy
3514 %defattr(644,root,root,755)
3515 %doc ext/tidy/CREDITS
3516 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/tidy.ini
3517 %attr(755,root,root) %{php_extensiondir}/tidy.so
3518 %endif
3519
3520 %files tokenizer
3521 %defattr(644,root,root,755)
3522 %doc ext/tokenizer/CREDITS
3523 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/tokenizer.ini
3524 %attr(755,root,root) %{php_extensiondir}/tokenizer.so
3525
3526 %if %{with wddx}
3527 %files wddx
3528 %defattr(644,root,root,755)
3529 %doc ext/wddx/CREDITS
3530 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*wddx.ini
3531 %attr(755,root,root) %{php_extensiondir}/wddx.so
3532 %endif
3533
3534 %files xml
3535 %defattr(644,root,root,755)
3536 %doc ext/xml/CREDITS
3537 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/xml.ini
3538 %attr(755,root,root) %{php_extensiondir}/xml.so
3539
3540 %files xmlreader
3541 %defattr(644,root,root,755)
3542 %doc ext/xmlreader/{CREDITS,README}
3543 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/xmlreader.ini
3544 %attr(755,root,root) %{php_extensiondir}/xmlreader.so
3545
3546 %if %{with xmlrpc}
3547 %files xmlrpc
3548 %defattr(644,root,root,755)
3549 %doc ext/xmlrpc/CREDITS
3550 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/xmlrpc.ini
3551 %attr(755,root,root) %{php_extensiondir}/xmlrpc.so
3552 %endif
3553
3554 %files xmlwriter
3555 %defattr(644,root,root,755)
3556 %doc ext/xmlwriter/CREDITS
3557 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/xmlwriter.ini
3558 %attr(755,root,root) %{php_extensiondir}/xmlwriter.so
3559
3560 %if %{with xsl}
3561 %files xsl
3562 %defattr(644,root,root,755)
3563 %doc ext/xsl/CREDITS
3564 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/xsl.ini
3565 %attr(755,root,root) %{php_extensiondir}/xsl.so
3566 %endif
3567
3568 %if %{with zip}
3569 %files zip
3570 %defattr(644,root,root,755)
3571 %doc ext/zip/CREDITS
3572 %doc ext/zip/examples
3573 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/zip.ini
3574 %attr(755,root,root) %{php_extensiondir}/zip.so
3575 %endif
3576
3577 %files zlib
3578 %defattr(644,root,root,755)
3579 %doc ext/zlib/CREDITS
3580 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/zlib.ini
3581 %attr(755,root,root) %{php_extensiondir}/zlib.so
This page took 0.286466 seconds and 2 git commands to generate.