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