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