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