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