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