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