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