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