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