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