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