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