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