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