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