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