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