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