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