]> git.pld-linux.org Git - packages/php.git/blob - php.spec
devel obsoletes php73-devel
[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     13
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
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
2024 cp -p php.ini-production php.ini
2025 %patch10 -p1
2026 %if %{with type_hints}
2027 %patch12 -p0
2028 %endif
2029 %patch14 -p1
2030 %patch17 -p1
2031 %patch18 -p1
2032 %patch20 -p1
2033 %patch21 -p1
2034 %patch22 -p1
2035 %patch23 -p1
2036 %patch24 -p1
2037 %patch25 -p1
2038 %patch26 -p1
2039 %patch27 -p1
2040 %patch29 -p1
2041 %patch31 -p1
2042 %if "%{pld_release}" != "ac"
2043 %patch34 -p1
2044 %endif
2045 %patch35 -p1
2046 %patch36 -p1
2047 %patch37 -p1
2048 %patch38 -p1
2049 %patch39 -p1
2050 %if %{with fpm}
2051 %if 0
2052 # create split php-fpm.conf patch. review (restore other diffs) and commit
2053 cp sapi/fpm/php-fpm.conf.in{,.orig}
2054 %{__sed} -n -e '/; Start a new pool named/,$p' sapi/fpm/php-fpm.conf.in > sapi/fpm/php-fpm.conf-d.in
2055 %{__sed} -i -e '/; Include one or more files/,/include=etc\/fpm\.d/d' sapi/fpm/php-fpm.conf.in
2056 %{__sed} -i -e '/; Start a new pool named/,$d' sapi/fpm/php-fpm.conf.in
2057 set +e
2058 cd ..
2059 diff -u %{orgname}-%{version}/sapi/fpm/php-fpm.conf.in{.orig,} > %{PATCH69}
2060 diff -u /dev/null %{orgname}-%{version}/sapi/fpm/php-fpm.conf-d.in >> %{PATCH69}
2061 exit 1
2062 %else
2063 %patch69 -p1
2064 %endif
2065 %patch41 -p1
2066 %patch42 -p1
2067 %endif
2068 %patch43 -p1
2069 %patch44 -p1
2070 #%patch45 -p1 # imap annotations. fixme
2071 #%patch46 -p1 # imap myrights. fixme
2072 %if %{with suhosin}
2073 %patch47 -p1
2074 %patch68 -p1
2075 %endif
2076 %patch50 -p1
2077 %patch51 -p1
2078 %patch52 -p1
2079 %patch53 -p1
2080 %undos ext/spl/tests/SplFileInfo_getInode_basic.phpt
2081 %patch55 -p1
2082 %patch59 -p1
2083 %patch60 -p1
2084 %patch62 -p1
2085 %patch63 -p1
2086 %{?with_system_libzip:%patch65 -p1}
2087 %patch66 -p1
2088 %patch67 -p1
2089
2090 %{__sed} -i -e '/PHP_ADD_LIBRARY_WITH_PATH/s#xmlrpc,#xmlrpc-epi,#' ext/xmlrpc/config.m4
2091
2092 # cleanup backups after patching
2093 find '(' -name '*~' -o -name '*.orig' ')' -print0 | xargs -0 -r -l512 rm -f
2094
2095 # conflict seems to be resolved by recode patches
2096 %{__rm} ext/recode/config9.m4
2097
2098 # remove all bundled libraries not to link with them accidentally
2099 %{__rm} -r ext/sqlite3/libsqlite
2100 #%{__rm} -r ext/bcmath/libbcmath
2101 #%{__rm} -r ext/date/lib
2102 #%{__rm} -r ext/fileinfo/libmagic
2103 #%{__rm} -r ext/dba/libcdb
2104 #%{__rm} -r ext/dba/libflatfile
2105 #%{__rm} -r ext/dba/libinifile
2106 #%{__rm} -r ext/gd/libgd
2107 #%{__rm} -r ext/mbstring/libmbfl
2108 #%{__rm} -r ext/mbstring/oniguruma
2109 %{__rm} -r ext/pcre/pcrelib
2110 #%{__rm} -r ext/soap/interop
2111 %{__rm} -r ext/xmlrpc/libxmlrpc
2112 #%{__rm} -r ext/zip/lib
2113 %{__rm} ext/date/lib/timezonedb.h
2114
2115 cp -pf Zend/LICENSE{,.Zend}
2116 install -p %{SOURCE13} dep-tests.sh
2117
2118 # breaks build
2119 sed -i -e 's#-fvisibility=hidden##g' configure*
2120
2121 # disable broken tests
2122 # says just "Terminated" twice and fails
2123 %{__mv} sapi/cli/tests/022.phpt{,.broken}
2124
2125 # really dumb test, executable binary name is .libs/ something when building
2126 # https://bugs.php.net/bug.php?id=54514
2127 %{__mv} tests/basic/bug54514.phpt{,.disable}
2128
2129 # breaks whole testsuite unexpectedly:
2130 # Fatal error: Call to undefined function gzencode() in run-tests.php on line 1714
2131 # probably broken as zlib is built as shared
2132 %{__mv} ext/soap/tests/server019.phpt{,disable}
2133 # Fatal error: Call to undefined function gzcompress() in run-tests.php on line 1728
2134 %{__mv} ext/soap/tests/server020.phpt{,disable}
2135
2136 # runs out of memory and kills carme vserver
2137 # PASS Bug #39438 (Fatal error: Out of memory) [Zend/tests/bug39438.phpt]
2138 %{__mv} Zend/tests/bug39438.phpt{,.disable}
2139
2140 # php-5.3.3/ext/standard/tests/file/statpage.phpt
2141 %{__rm} ext/standard/tests/file/statpage.phpt
2142
2143 # idiotic test, it will fail if somebody else makes space on disk or if disk
2144 # space is not yet allocated (xfs). report upstream to advice bogus test is
2145 # probably pointless.
2146 %{__rm} ext/standard/tests/file/disk_free_space_basic.phpt
2147
2148 %ifarch %{x8664}
2149 # all pdo_sqlite, sqlite3 tests die with Aborted on carme
2150 %{__rm} -r ext/pdo_sqlite/tests
2151 %{__rm} -r ext/sqlite3/tests
2152 %endif
2153
2154 # skip XFAILs
2155 # no point testing stuff that is knowingly broken
2156 find -name '*.phpt' | xargs grep XFAIL -l | xargs rm -v
2157
2158 env \
2159 %ifarch %{ix86}
2160 ix86= x8664=:
2161 %endif
2162 %ifarch %{x8664}
2163 ix86=: x8664= \
2164 %endif
2165 %ifarch x32
2166 ix86=: x8664=: \
2167 %endif
2168         sh -xe %{_sourcedir}/skip-tests.sh
2169
2170 %build
2171 API=$(awk '/#define PHP_API_VERSION/{print $3}' main/php.h)
2172 if [ $API != %{php_api_version} ]; then
2173         echo "Set %%define php_api_version to $API and re-run."
2174         exit 1
2175 fi
2176
2177 API=$(awk '/#define ZEND_MODULE_API_NO/{print $3}' Zend/zend_modules.h)
2178 if [ $API != %{zend_module_api} ]; then
2179         echo "Set %%define zend_module_api to $API and re-run."
2180         exit 1
2181 fi
2182
2183 API=$(awk '/#define ZEND_EXTENSION_API_NO/{print $3}' Zend/zend_extensions.h)
2184 if [ $API != %{zend_extension_api} ]; then
2185         echo "Set %%define zend_extension_api to $API and re-run."
2186         exit 1
2187 fi
2188
2189 API=$(awk '/#define PDO_DRIVER_API/{print $3}' ext/pdo/php_pdo_driver.h)
2190 if [ $API != %{php_pdo_api_version} ]; then
2191         echo "Set %%define php_pdo_api_version to $API and re-run."
2192         exit 1
2193 fi
2194
2195 # Check for some extension version
2196 ver=$(sed -n '/#define PHP_FILEINFO_VERSION /{s/.* "//;s/".*$//;p}' ext/fileinfo/php_fileinfo.h)
2197 if test "$ver" != "%{fileinfover}"; then
2198         : Error: Upstream FILEINFO version is now ${ver}, expecting %{fileinfover}.
2199         : Update the fileinfover macro and rebuild.
2200         exit 1
2201 fi
2202 ver=$(sed -n '/#define PHP_PHAR_VERSION /{s/.* "//;s/".*$//;p}' ext/phar/php_phar.h)
2203 if test "$ver" != "%{pharver}"; then
2204         : Error: Upstream PHAR version is now ${ver}, expecting %{pharver}.
2205         : Update the pharver macro and rebuild.
2206         exit 1
2207 fi
2208 ver=$(sed -n '/#define PHP_SQLITE3_VERSION/{s/.* "//;s/".*$//;p}' ext/sqlite3/php_sqlite3.h)
2209 if test "$ver" != "%{sqlite3ver}"; then
2210         : Error: Upstream Sqlite3 version is now ${ver}, expecting %{sqlite3ver}.
2211         : Update the sqlite3ver macro and rebuild.
2212         exit 1
2213 fi
2214 ver=$(sed -n '/#define PHP_ZIP_VERSION_STRING /{s/.* "//;s/".*$//;p}' ext/zip/php_zip.h)
2215 if test "$ver" != "%{zipver}"; then
2216         : Error: Upstream ZIP version is now ${ver}, expecting %{zipver}.
2217         : Update the zipver macro and rebuild.
2218         exit 1
2219 fi
2220 ver=$(sed -n '/#define PHP_JSON_VERSION /{s/.* "//;s/".*$//;p}' ext/json/php_json.h)
2221 if test "$ver" != "%{jsonver}"; then
2222         : Error: Upstream JSON version is now ${ver}, expecting %{jsonver}.
2223         : Update the jsonver macro and rebuild.
2224         exit 1
2225 fi
2226 ver=$(sed -n '/#define PHP_ZENDOPCACHE_VERSION /{s/.* "//;s/".*$//;p}' ext/opcache/ZendAccelerator.h)
2227 if test "$ver" != "%{opcachever}"; then
2228         : Error: Upstream Zend Opcache version is now ${ver}, expecting %{opcachever}.
2229         : Update the opcachever macro and rebuild.
2230         exit 1
2231 fi
2232 ver=$(sed -rne 's,.*<version>(.+)</version>,\1,p' ext/bz2/package.xml)
2233 if test "$ver" != "%{bz2ver}"; then
2234         : Error: Upstream BZIP2 version is now ${ver}, expecting %{bz2ver}.
2235         : Update the bz2ver macro and rebuild.
2236         exit 1
2237 fi
2238 ver=$(sed -n '/#define PHP_ENCHANT_VERSION /{s/.* "//;s/".*$//;p}' ext/enchant/php_enchant.h)
2239 if test "$ver" != "%{enchantver}"; then
2240         : Error: Upstream Enchant version is now ${ver}, expecting %{enchantver}.
2241         : Update the enchantver macro and rebuild.
2242         exit 1
2243 fi
2244 ver=$(awk '/#define PHP_HASH_EXTVER/ {print $3}' ext/hash/php_hash.h | xargs)
2245 if test "$ver" != "%{hashver}"; then
2246         : Error: Upstream HASH version is now ${ver}, expecting %{hashver}.
2247         : Update the hashver macro and rebuild.
2248         exit 1
2249 fi
2250 ver=$(sed -n '/#define PHP_INTL_VERSION /{s/.* "//;s/".*$//;p}' ext/intl/php_intl.h)
2251 if test "$ver" != "%{intlver}"; then
2252         : Error: Upstream Intl version is now ${ver}, expecting %{intlver}.
2253         : Update the intlver macro and rebuild.
2254         exit 1
2255 fi
2256
2257 export EXTENSION_DIR="%{php_extensiondir}"
2258 # configure once (for faster debugging purposes)
2259 if [ ! -f _built-conf ]; then
2260         # now remove Makefile copies
2261         rm -f Makefile.{cgi-fcgi,fpm,cli,apxs1,apxs2,litespeed}
2262         %{__libtoolize}
2263         %{__aclocal}
2264         cp -f /usr/share/automake/config.* .
2265         ./buildconf --force
2266         touch _built-conf
2267 fi
2268 export PROG_SENDMAIL="/usr/lib/sendmail"
2269 export CPPFLAGS="-DDEBUG_FASTCGI -DHAVE_STRNDUP %{rpmcppflags} \
2270         -I%{_includedir}/xmlrpc-epi"
2271
2272 sapis="
2273 cli
2274 %if %{with cgi}
2275 cgi-fcgi
2276 %endif
2277 %if %{with litespeed}
2278 litespeed
2279 %endif
2280 %if %{with fpm}
2281 fpm
2282 %endif
2283 %if %{with embed}
2284 embed
2285 %endif
2286 %if %{with apache1}
2287 apxs1
2288 %endif
2289 %if %{with apache2}
2290 apxs2
2291 %endif
2292 "
2293 for sapi in $sapis; do
2294         : SAPI $sapi
2295         # skip if already configured (for faster debugging purposes)
2296         [ -f Makefile.$sapi ] && continue
2297
2298         sapi_args=''
2299         case $sapi in
2300         cgi-fcgi)
2301                 sapi_args='--disable-cli'
2302         ;;
2303         cli)
2304                 sapi_args='--disable-cgi %{?with_gcov:--enable-gcov}'
2305         ;;
2306         fpm)
2307                 sapi_args='--disable-cli --disable-cgi --enable-fpm'
2308                 ;;
2309         embed)
2310                 sapi_args='--disable-cli --disable-cgi --enable-embed'
2311                 ;;
2312         apxs1)
2313                 ver=$(rpm -q --qf '%{V}' apache1-devel)
2314                 sapi_args="--disable-cli --disable-cgi --with-apxs=%{apxs1} --with-apache-version=$ver"
2315         ;;
2316         apxs2)
2317                 ver=$(rpm -q --qf '%{V}' apache-devel)
2318                 sapi_args="--disable-cli --disable-cgi --with-apxs2=%{apxs2} --with-apache-version=$ver"
2319         ;;
2320         litespeed)
2321                 sapi_args='--disable-cli --disable-cgi --with-litespeed '
2322         ;;
2323         esac
2324
2325         %configure \
2326         EXTRA_LDFLAGS="%{rpmldflags}" \
2327         $sapi_args \
2328 %if "%{!?configure_cache:0}%{?configure_cache}" == "0"
2329         --cache-file=config.cache \
2330 %endif
2331         --with-libdir=%{_lib} \
2332         --with-config-file-path=%{_sysconfdir} \
2333         --with-config-file-scan-dir=%{_sysconfdir}/conf.d \
2334         --with-system-tzdata \
2335         --%{!?debug:dis}%{?debug:en}able-debug \
2336         %{?with_zts:--enable-maintainer-zts} \
2337         --enable-inline-optimization \
2338         --enable-bcmath=shared \
2339         --enable-calendar=shared \
2340         --enable-ctype=shared \
2341         --enable-dba=shared \
2342         --enable-dom=shared \
2343         --enable-exif=shared \
2344         --enable-fileinfo=shared \
2345         --enable-ftp=shared \
2346         --enable-gd-native-ttf \
2347         %{?with_intl:--enable-intl=shared} \
2348         --enable-libxml \
2349         --enable-mbstring=shared,all \
2350         --enable-mbregex \
2351         --enable-pcntl=shared \
2352         --enable-pdo=shared \
2353         --enable-json=shared \
2354         --enable-hash=shared \
2355         --enable-xmlwriter=shared \
2356 %if %{with fpm}
2357         --with-fpm-user=http \
2358         --with-fpm-group=http \
2359 %endif
2360 %if %{with mssql} || %{with sybase_ct}
2361         --with-pdo-dblib=shared \
2362 %endif
2363 %if %{with interbase} && %{without interbase_inst}
2364         --with-pdo-firebird=shared,/usr \
2365 %endif
2366         %{?with_mhash:--with-mhash=yes} \
2367         --with-mysql-sock=/var/lib/mysql/mysql.sock \
2368         --with-pdo-mysql=shared,%{!?with_mysqlnd:/usr}%{?with_mysqlnd:mysqlnd} \
2369         %{?with_oci:--with-pdo-oci=shared%{?with_instantclient:,instantclient,%{_libdir}}} \
2370         %{?with_odbc:--with-pdo-odbc=shared,unixODBC,/usr} \
2371         %{?with_pgsql:--with-pdo-pgsql=shared} \
2372         %{?with_pdo_sqlite:--with-pdo-sqlite=shared,/usr} \
2373         %{?with_webp:--with-vpx-dir=/usr} \
2374         --without-libexpat-dir \
2375         --enable-posix=shared \
2376         --enable-shared \
2377         --enable-session=shared \
2378         --enable-shmop=shared \
2379         --enable-simplexml=shared \
2380         --enable-sysvmsg=shared \
2381         --enable-sysvsem=shared \
2382         --enable-sysvshm=shared \
2383         --enable-soap=shared \
2384         --enable-sockets=shared \
2385         --enable-tokenizer=shared \
2386         %{?with_wddx:--enable-wddx=shared} \
2387         --enable-xml=shared \
2388         --enable-xmlreader=shared \
2389         --with-bz2=shared \
2390         %{__with_without curl curl shared} \
2391         --with-db4 \
2392         --with-iconv=shared \
2393         %{?with_enchant:--with-enchant=shared,/usr} \
2394         --with-freetype-dir=shared \
2395         --with-gettext=shared \
2396         --with-gd=shared%{?with_system_gd:,/usr} \
2397         --with-gdbm \
2398         --with-gmp=shared \
2399         %{?with_imap:--with-imap=shared --with-imap-ssl} \
2400         %{?with_interbase:--with-interbase=shared%{!?with_interbase_inst:,/usr}} \
2401         --with-jpeg-dir=/usr \
2402         %{?with_ldap:--with-ldap=shared --with-ldap-sasl} \
2403         --with-mcrypt=shared \
2404         %{?with_mm:--with-mm} \
2405         %{?with_mssql:--with-mssql=shared} \
2406         %{?with_mysqlnd:--enable-mysqlnd=shared} \
2407         --with-mysql=shared,%{!?with_mysqlnd:/usr}%{?with_mysqlnd:mysqlnd} \
2408         %{?with_mysqli:--with-mysqli=shared,%{!?with_mysqlnd:/usr/bin/mysql_config}%{?with_mysqlnd:mysqlnd}} \
2409         %{?with_oci:--with-oci8=shared%{?with_instantclient:,instantclient,%{_libdir}}} \
2410         %{?with_opcache:--enable-opcache=shared} \
2411         %{?with_openssl:--with-openssl=shared} \
2412         %{?with_kerberos5:--with-kerberos} \
2413         --with-tcadb=/usr \
2414         %{__with_without pcre pcre-regex /usr} \
2415         %{__enable_disable filter filter shared} \
2416         --with-pear=%{php_pear_dir} \
2417         %{__with_without pgsql pgsql shared,/usr} \
2418         %{__enable_disable phar phar shared} \
2419         --with-png-dir=/usr \
2420         %{?with_pspell:--with-pspell=shared} \
2421         --with-readline=shared \
2422         %{?with_recode:--with-recode=shared} \
2423         --with-regex=system \
2424         %{?with_snmp:--with-snmp=shared} \
2425         %{?with_sybase_ct:--with-sybase-ct=shared,/usr} \
2426         %{!?with_pdo_sqlite:--without-pdo-sqlite} \
2427         %{__with_without sqlite3 sqlite3 shared,/usr} \
2428         --with-t1lib=shared \
2429         %{?with_tidy:--with-tidy=shared} \
2430         %{?with_odbc:--with-unixODBC=shared,/usr} \
2431         %{__with_without xmlrpc xmlrpc shared,/usr} \
2432         --with-xsl=shared \
2433         --with-zlib=shared \
2434         --with-zlib-dir=shared,/usr \
2435         %{?with_system_libzip:--with-libzip} \
2436         --enable-zip=shared,/usr \
2437
2438         # save for debug
2439         cp -f Makefile Makefile.$sapi
2440         cp -f main/php_config.h php_config.h.$sapi
2441         cp -f config.log config.log.$sapi
2442 done
2443
2444 # as we build each SAPI in own make, adjust php-config.in forehead
2445 sapis=$(%{__sed} -rne 's/^PHP_INSTALLED_SAPIS = (.+)/\1/p' Makefile.* | tr ' ' '\n' | sort -u | xargs)
2446 %{__sed} -i -e "s,@PHP_INSTALLED_SAPIS@,$sapis," scripts/php-config.in
2447
2448 # must make libphp_common first, so modules can link against it.
2449 cp -af php_config.h.cli main/php_config.h
2450 cp -af Makefile.cli Makefile
2451 %{__make} libphp_common.la
2452 %{__make} build-modules
2453
2454 %if %{with apache1}
2455 %{__make} libtool-sapi LIBTOOL_SAPI=sapi/apache/libphp5.la -f Makefile.apxs1
2456 %endif
2457
2458 %if %{with apache2}
2459 %{__make} libtool-sapi LIBTOOL_SAPI=sapi/apache2handler/libphp5.la -f Makefile.apxs2
2460 %endif
2461
2462 %if %{with litespeed}
2463 %{__make} -f Makefile.litespeed litespeed
2464 %endif
2465
2466 %if %{with embed}
2467 %{__make} -f Makefile.embed libphp5.la
2468 %endif
2469
2470 # CGI/FCGI
2471 %if %{with cgi}
2472 cp -pf php_config.h.cgi-fcgi main/php_config.h
2473 %{__make} -f Makefile.cgi-fcgi
2474 [ "$(echo '<?=php_sapi_name();' | ./sapi/cgi/php-cgi -qn)" = "cgi-fcgi" ]
2475 %endif
2476
2477 # PHP FPM
2478 %if %{with fpm}
2479 cp -pf php_config.h.fpm main/php_config.h
2480 %{__make} -f Makefile.fpm
2481 [ $(./sapi/fpm/php-fpm -n -m | grep cgi-fcgi) = "cgi-fcgi" ]
2482 %endif
2483
2484 # CLI
2485 cp -pf php_config.h.cli main/php_config.h
2486 %{__make} -f Makefile.cli
2487 [ "$(echo '<?=php_sapi_name();' | ./sapi/cli/php -qn)" = "cli" ]
2488
2489 # check for stupid xml parse breakage where &lt; and &gt; just get lost in parse result
2490 ./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"]));'
2491
2492 # Generate stub .ini files for each extension
2493 rm -rf conf.d
2494 install -d conf.d
2495 generate_inifiles() {
2496         for so in modules/*.so; do
2497                 mod=$(basename $so .so)
2498                 ext=extension
2499                 # opcache.so is zend extension
2500                 nm $so | grep -q zend_extension_entry && ext=zend_extension
2501                 conf="$mod.ini"
2502                 # xml needs to be loaded before wddx
2503                 [ "$mod" = "wddx" ] && conf="xml_$mod.ini"
2504                 # pre needs to be loaded before SPL
2505                 [ "$mod" = "pcre" ] && conf="PCRE.ini"
2506                 # spl needs to be loaded before mysqli
2507                 [ "$mod" = "spl" ] && conf="SPL.ini"
2508                 # session needs to be loaded before php-pecl-http, php-pecl-memcache, php-pecl-session_mysql
2509                 [ "$mod" = "session" ] && conf="Session.ini"
2510                 # mysqlnd needs to be loaded before mysql,mysqli,pdo_mysqli
2511                 [ "$mod" = "mysqlnd" ] && conf="MySQLND.ini"
2512                 echo "+ $conf"
2513                 cat > conf.d/$conf <<-EOF
2514                         ; Enable $mod $ext module
2515                         $ext=$mod.so
2516                 EOF
2517         done
2518 }
2519 generate_inifiles
2520
2521 # Check that the module inner-dependencies are intact
2522 PHP=./sapi/cli/php EXTENSION_DIR=modules CONFIG_DIR=conf.d ./dep-tests.sh > dep-tests.log
2523 if grep -v OK dep-tests.log; then
2524         echo >&2 "The results above were not expected"
2525         exit 1
2526 fi
2527
2528 %if %{with gcov}
2529 # Use CLI SAPI
2530 cp -pf php_config.h.cli main/php_config.h
2531 cp -pf Makefile.cli Makefile
2532 %{__make} lcov
2533 # you really don't want to package result of gcov build
2534 exit 1
2535 %endif
2536
2537 cat <<'EOF' > run-tests.sh
2538 #!/bin/sh
2539 export NO_INTERACTION=1 REPORT_EXIT_STATUS=1 MALLOC_CHECK_=2
2540 unset TZ LANG LC_ALL || :
2541 %{__make} test \
2542         EXTENSION_DIR=modules \
2543         PHP_TEST_SHARED_SYSTEM_EXTENSIONS= \
2544         RUN_TESTS_SETTINGS="-q $*"
2545 EOF
2546 chmod +x run-tests.sh
2547
2548 %if %{with tests}
2549 # Run tests, using the CLI SAPI
2550 cp -pf php_config.h.cli main/php_config.h
2551 cp -pf Makefile.cli Makefile
2552
2553 ./run-tests.sh -w failed.log -s tests.log
2554
2555 # collect failed tests into cleanup script used in prep.
2556 sed -ne '/^FAILED TEST SUMMARY/,/^===/p' tests.log | sed -e '1,/^---/d;/^===/,$d' > tests-failed.log
2557 sed -ne '/^via/d;/\[.*\]/{s/\t*\(.*\) \[\(.*\)\]\(.*\)/# \1\3\nmv \2{,.skip}/p}' tests-failed.log \
2558         >> %{_sourcedir}/skip-tests.sh
2559
2560 # if on builders, dump test log
2561 tty -q || cat tests.log
2562
2563 test ! -s failed.log
2564 %endif
2565
2566 %install
2567 rm -rf $RPM_BUILD_ROOT
2568 install -d $RPM_BUILD_ROOT{%{_libdir}/{php,apache{,1}},%{_sysconfdir}/{apache,cgi}} \
2569         $RPM_BUILD_ROOT{%{_sbindir},%{_bindir}} \
2570         $RPM_BUILD_ROOT/etc/{apache/conf.d,httpd/conf.d} \
2571         $RPM_BUILD_ROOT%{_mandir}/man{1,8} \
2572
2573 cp -pf php_config.h.cli main/php_config.h
2574 cp -pf Makefile.cli Makefile
2575 %{__make} install \
2576         phpbuilddir=%{_libdir}/%{name}/build \
2577         INSTALL_ROOT=$RPM_BUILD_ROOT
2578
2579 %if %{without default_php}
2580 # version the .phar files
2581 %{__mv} $RPM_BUILD_ROOT%{_bindir}/phar{,%{php_suffix}}.phar
2582 %{__mv} $RPM_BUILD_ROOT%{_mandir}/man1/phar{,%{php_suffix}}.1
2583 %endif
2584 %if %{with alternatives}
2585 # touch for ghost
2586 %{__rm} $RPM_BUILD_ROOT%{_bindir}/phar
2587 touch $RPM_BUILD_ROOT%{_bindir}/phar
2588 touch $RPM_BUILD_ROOT%{_mandir}/man1/phar.1
2589 %endif
2590
2591 # version suffix
2592 v=$(echo %{version} | cut -d. -f1-2)
2593
2594 # install Apache1 DSO module
2595 %if %{with apache1}
2596 libtool --mode=install install -p sapi/apache/libphp5.la $RPM_BUILD_ROOT%{_libdir}/apache1
2597 %{__mv} $RPM_BUILD_ROOT%{_libdir}/apache1/libphp5{,-$v}.so
2598 ln -s libphp5-$v.so $RPM_BUILD_ROOT%{_libdir}/apache1/mod_php.so
2599 %endif
2600
2601 # install Apache2 DSO module
2602 %if %{with apache2}
2603 libtool --mode=install install -p sapi/apache2handler/libphp5.la $RPM_BUILD_ROOT%{_libdir}/apache
2604 %{__mv} $RPM_BUILD_ROOT%{_libdir}/apache/libphp5{,-$v}.so
2605 ln -s libphp5-$v.so $RPM_BUILD_ROOT%{_libdir}/apache/mod_php.so
2606 %endif
2607
2608 # install litespeed sapi
2609 %if %{with litespeed}
2610 libtool --mode=install install -p sapi/litespeed/php $RPM_BUILD_ROOT%{_sbindir}/%{name}.litespeed
2611 %endif
2612
2613 libtool --mode=install install -p libphp_common.la $RPM_BUILD_ROOT%{_libdir}
2614
2615 # install CGI/FCGI
2616 %if %{with cgi}
2617 # install-cgi
2618 libtool --mode=install install -p sapi/cgi/php-cgi $RPM_BUILD_ROOT%{_bindir}/%{name}.cgi
2619 ln -sf %{name}.cgi $RPM_BUILD_ROOT%{_bindir}/%{name}.fcgi
2620 cp -p %{SOURCE3} $RPM_BUILD_ROOT%{_sysconfdir}/php-cgi-fcgi.ini
2621 %endif
2622
2623 # install FCGI PM
2624 %if %{with fpm}
2625 install -d $RPM_BUILD_ROOT{%{_sysconfdir}/fpm.d,%{_sbindir}}
2626 libtool --mode=install install -p sapi/fpm/php-fpm $RPM_BUILD_ROOT%{_sbindir}/%{name}-fpm
2627 cp -p sapi/fpm/php-fpm.8 $RPM_BUILD_ROOT%{_mandir}/man8/%{name}-fpm.8
2628 cp -p sapi/fpm/php-fpm.conf $RPM_BUILD_ROOT%{_sysconfdir}
2629 cp -p sapi/fpm/php-fpm.conf-d $RPM_BUILD_ROOT%{_sysconfdir}/fpm.d/www.conf
2630 install -d $RPM_BUILD_ROOT/etc/rc.d/init.d
2631 install -p %{SOURCE10} $RPM_BUILD_ROOT/etc/rc.d/init.d/%{name}-fpm
2632 install -d $RPM_BUILD_ROOT/etc/logrotate.d
2633 cp -p %{SOURCE11} $RPM_BUILD_ROOT/etc/logrotate.d/%{name}-fpm
2634 %if "%{pld_release}" == "ac"
2635 %{__sed} -i -e '/su/d' $RPM_BUILD_ROOT/etc/logrotate.d/%{name}-fpm
2636 %endif
2637
2638 %if %{with alternatives}
2639 # touch for ghost for alternatives
2640 touch $RPM_BUILD_ROOT%{_sbindir}/php-fpm
2641 %endif
2642
2643 %{__sed} -i -e '
2644         s#/usr/lib/php#%{php_extensiondir}#
2645         s#/etc/php#%{_sysconfdir}#
2646         s#@processname@#%{name}-fpm#g
2647 ' $RPM_BUILD_ROOT{/etc/{rc.d/init.d/%{name}-fpm,logrotate.d/%{name}-fpm},%{_sysconfdir}/php-fpm.conf,%{_sysconfdir}/fpm.d/www.conf}
2648 %endif
2649
2650 # install Embedded API
2651 %if %{with embed}
2652 # we could use install-headers from Makefile.embed, but that would reinstall all headers
2653 # install-sapi installs to wrong dir, so just do it all manually
2654 install -d $RPM_BUILD_ROOT%{_includedir}/php/sapi/embed
2655 install -p libs/libphp5.so $RPM_BUILD_ROOT%{_libdir}
2656 cp -p sapi/embed/php_embed.h $RPM_BUILD_ROOT%{_includedir}/php/sapi/embed
2657 %endif
2658
2659 # install CLI
2660 # versioned suffix is always installed
2661 libtool --mode=install install -p sapi/cli/php $RPM_BUILD_ROOT%{_bindir}/php%{ver_suffix}
2662 cp -p sapi/cli/php.1 $RPM_BUILD_ROOT%{_mandir}/man1/php%{ver_suffix}.1
2663 echo ".so php%{ver_suffix}.1" >$RPM_BUILD_ROOT%{_mandir}/man1/php.1
2664 ln -sf php%{ver_suffix} $RPM_BUILD_ROOT%{_bindir}/php
2665
2666 cp -p php.ini $RPM_BUILD_ROOT%{_sysconfdir}/php.ini
2667 cp -p %{SOURCE5} $RPM_BUILD_ROOT%{_sysconfdir}/php-cli.ini
2668
2669 %if %{with apache1}
2670 cp -p %{SOURCE2} $RPM_BUILD_ROOT/etc/apache/conf.d/70_mod_php.conf
2671 cp -p %{SOURCE4} $RPM_BUILD_ROOT%{_sysconfdir}/php-apache.ini
2672 %{__rm} -f $RPM_BUILD_ROOT%{_libdir}/apache1/libphp5.la
2673 %endif
2674
2675 %if %{with apache2}
2676 cp -p %{SOURCE2} $RPM_BUILD_ROOT/etc/httpd/conf.d/70_mod_php.conf
2677 cp -p %{SOURCE4} $RPM_BUILD_ROOT%{_sysconfdir}/php-apache2handler.ini
2678 %{__rm} -f $RPM_BUILD_ROOT%{_libdir}/apache/libphp5.la
2679 %endif
2680
2681 # ensure that paths are correct for current php version and arch
2682 grep -El '/etc/php/|/usr/lib/php/' $RPM_BUILD_ROOT%{_sysconfdir}/*.ini | xargs -r \
2683 %{__sed} -i -e '
2684         s#/usr/lib/php#%{php_extensiondir}#
2685         s#/etc/php#%{_sysconfdir}#
2686 '
2687
2688 install -d $RPM_BUILD_ROOT%{_sysconfdir}/conf.d
2689 cp -p conf.d/*.ini $RPM_BUILD_ROOT%{_sysconfdir}/conf.d
2690
2691 # per SAPI ini directories
2692 install -d $RPM_BUILD_ROOT%{_sysconfdir}/{cgi-fcgi,cli,apache,apache2handler}.d
2693
2694 # for CLI SAPI only
2695 %{__mv} $RPM_BUILD_ROOT%{_sysconfdir}/{conf.d/readline.ini,cli.d}
2696
2697 # use system automake and {lib,sh}tool
2698 ln -snf /usr/share/automake/config.{guess,sub} $RPM_BUILD_ROOT%{_libdir}/%{name}/build
2699 ln -snf %{_bindir}/shtool $RPM_BUILD_ROOT%{_libdir}/%{name}/build
2700 for fn in libtool.m4 lt~obsolete.m4 ltoptions.m4 ltsugar.m4 ltversion.m4; do
2701         f=%{_aclocaldir}/$fn
2702         test -f $f || continue
2703         ln -snf $f $RPM_BUILD_ROOT%{_libdir}/%{name}/build
2704 done
2705 for fn in ltmain.sh config/ltmain.sh build-aux/ltmain.sh; do
2706         f=/usr/share/libtool/$fn
2707         test -f $f || continue
2708         ln -snf $f $RPM_BUILD_ROOT%{_libdir}/%{name}/build
2709         break
2710 done
2711 sed -i -e '/^phpdir/ s,/php/build,/%{name}/build,' $RPM_BUILD_ROOT%{_bindir}/phpize
2712
2713 # for php-pecl-mailparse
2714 install -d $RPM_BUILD_ROOT%{_includedir}/php/ext/mbstring
2715 cp -p ext/mbstring/libmbfl/mbfl/*.h $RPM_BUILD_ROOT%{_includedir}/php/ext/mbstring
2716
2717 # tests
2718 install -d $RPM_BUILD_ROOT%{php_data_dir}/tests/php
2719 install -p run-tests.php $RPM_BUILD_ROOT%{php_data_dir}/tests/php/run-tests.php
2720 cp -a tests/* $RPM_BUILD_ROOT%{php_data_dir}/tests/php
2721
2722 # fix install paths, avoid evil rpaths
2723 sed -i -e "s|^libdir=.*|libdir='%{_libdir}'|" $RPM_BUILD_ROOT%{_libdir}/libphp_common.la
2724 # better solution?
2725 sed -i -e 's|libphp_common.la|$(libdir)/libphp_common.la|' $RPM_BUILD_ROOT%{_libdir}/%{name}/build/acinclude.m4
2726
2727 %clean
2728 rm -rf $RPM_BUILD_ROOT
2729
2730 %post -n apache1-mod_%{name}
2731 if [ "$1" = "1" ]; then
2732         %service -q apache restart
2733 fi
2734
2735 %postun -n apache1-mod_%{name}
2736 if [ "$1" = "0" ]; then
2737         %service -q apache restart
2738 fi
2739
2740 %post -n apache-mod_%{name}
2741 if [ "$1" = "1" ]; then
2742         %service -q httpd restart
2743 fi
2744
2745 %postun -n apache-mod_%{name}
2746 if [ "$1" = "0" ]; then
2747         %service -q httpd restart
2748 fi
2749
2750 %pre fpm
2751 %useradd -u 51 -r -s /bin/false -c "HTTP User" -g http http
2752
2753 %post fpm
2754 /sbin/chkconfig --add %{name}-fpm
2755 %service %{name}-fpm restart
2756 %if %{with alternatives}
2757 update-alternatives --install %{_sbindir}/php-fpm php-fpm %{_sbindir}/php%{ver_suffix}-fpm %{ver_suffix} || :
2758 %endif
2759
2760 %preun fpm
2761 if [ "$1" = "0" ]; then
2762         %service %{name}-fpm stop
2763         /sbin/chkconfig --del %{name}-fpm
2764 %if %{with alternatives}
2765         update-alternatives --remove php-fpm %{_sbindir}/php-fpm || :
2766 %endif
2767 fi
2768
2769 %postun fpm
2770 if [ "$1" = "0" ]; then
2771         %userremove http
2772 fi
2773
2774 %post   embedded -p /sbin/ldconfig
2775 %postun embedded -p /sbin/ldconfig
2776
2777 %posttrans common
2778 # PHP 5.3 requires timezone being setup, try setup it from tzdata
2779 if ! grep -q '^date.timezone[[:space:]]*=' %{_sysconfdir}/php.ini && [ -f /etc/sysconfig/timezone ]; then
2780         TIMEZONE=
2781         . /etc/sysconfig/timezone
2782         if [ "$TIMEZONE" ]; then
2783                 %{__sed} -i -e "s,^;date.timezone[[:space:]]*=.*,date.timezone = $TIMEZONE," %{_sysconfdir}/php.ini
2784         fi
2785 fi
2786
2787 # minimizing apache restarts logics. we restart webserver:
2788 #
2789 # 1. at the end of transaction. (posttrans, feature from rpm 4.4.2)
2790 # 2. first install of extension (post: $1 = 1)
2791 # 2. uninstall of extension (postun: $1 == 0)
2792 #
2793 # the strict internal deps between extensions (and apache modules) and
2794 # common package are very important for all this to work.
2795
2796 # restart webserver at the end of transaction
2797 [ ! -f /etc/apache/conf.d/??_mod_php.conf ] || %service -q apache restart
2798 [ ! -f /etc/httpd/conf.d/??_mod_php.conf ] || %service -q httpd restart
2799
2800 %triggerpostun common -- php-common < 4:5.3.28-7
2801 # migrate configs /etc/php/conf.d -> /etc/phpXY/conf.d/
2802 # do config migration in php-common trigger, as the trigger is ran after all packages are upgraded
2803 # this way we can stick to one trigger, instead of attaching one for each (sub)package!
2804 for f in /etc/php/*.ini.rpmsave /etc/php/*.d/*.ini.rpmsave; do
2805         test -f "$f" || continue
2806         bn=${f#/etc/php/}
2807         dn=${bn%/*}
2808         fn=${bn#*/}
2809         test "$dn" = "$fn" && dn=
2810         fn=${fn%.rpmsave}
2811         nf=%{_sysconfdir}/$dn/$fn
2812         test -f "$nf" || continue
2813         cp -vfb $nf{,.rpmnew}
2814         cp -vfb $f $nf
2815         %{__sed} -i -e '
2816                 s#%{_libdir}/php#%{_libdir}/%{name}#
2817                 s#/etc/php#%{_sysconfdir}#
2818         ' $nf
2819 done
2820
2821 %triggerpostun common -- %{name}-common < 4:5.5.20-2, php-common < 4:5.5.20-2
2822 # switch to browscap package if the ini file has original value
2823 %{__sed} -i -e 's#%{_sysconfdir}/browscap.ini#/usr/share/browscap/php_browscap.ini#' %{_sysconfdir}/php.ini
2824 # disable browscap, if optional package not present
2825 if [ ! -e /usr/share/browscap/php_browscap.ini ]; then
2826         %{__sed} -i -e 's#^browscap = /usr/share/browscap/php_browscap.ini#;&#' %{_sysconfdir}/php.ini
2827 fi
2828
2829 %triggerpostun -n apache1-mod_%{name} -- apache1-mod_%{name} < 4:5.5.30-2
2830 sed -i -e 's#modules/libphp5.so#modules/mod_php.so#g' /etc/apache/conf.d/*_mod_php.conf
2831
2832 %triggerpostun -n apache-mod_%{name} -- apache-mod_%{name} < 4:5.5.30-2
2833 sed -i -e 's#modules/libphp[57].so#modules/mod_php.so#g' /etc/httpd/conf.d/*_mod_php.conf
2834
2835 # common macros called at extension post/postun scriptlet
2836 %define ext_post \
2837 if [ "$1" = "1" ]; then \
2838         %php_webserver_restart \
2839 fi \
2840 %{nil}
2841
2842 %define ext_postun \
2843 if [ "$1" = "0" ]; then \
2844         %php_webserver_restart \
2845 fi \
2846 %{nil}
2847
2848 %define extension_scripts() \
2849 %post %1 \
2850 %ext_post \
2851 \
2852 %postun %1 \
2853 %ext_postun \
2854 %{nil}
2855
2856 # extension scripts defines
2857 %extension_scripts bcmath
2858 %extension_scripts bz2
2859 %extension_scripts calendar
2860 %extension_scripts ctype
2861 %extension_scripts curl
2862 %extension_scripts dba
2863 %extension_scripts dom
2864 %extension_scripts enchant
2865 %extension_scripts exif
2866 %extension_scripts fileinfo
2867 %extension_scripts filter
2868 %extension_scripts ftp
2869 %extension_scripts gd
2870 %extension_scripts gettext
2871 %extension_scripts gmp
2872 %extension_scripts hash
2873 %extension_scripts iconv
2874 %extension_scripts imap
2875 %extension_scripts interbase
2876 %extension_scripts intl
2877 %extension_scripts json
2878 %extension_scripts ldap
2879 %extension_scripts mbstring
2880 %extension_scripts mcrypt
2881 %extension_scripts mssql
2882 %extension_scripts mysql
2883 %extension_scripts mysqli
2884 %extension_scripts mysqlnd
2885 %extension_scripts oci8
2886 %extension_scripts odbc
2887 %extension_scripts opcache
2888 %extension_scripts openssl
2889 %extension_scripts pcre
2890 %extension_scripts pdo
2891 %extension_scripts pdo-dblib
2892 %extension_scripts pdo-firebird
2893 %extension_scripts pdo-oci
2894 %extension_scripts pdo-mysql
2895 %extension_scripts pdo-odbc
2896 %extension_scripts pdo-pgsql
2897 %extension_scripts pdo-sqlite
2898 %extension_scripts pgsql
2899 %extension_scripts pcntl
2900 %extension_scripts posix
2901 %extension_scripts pspell
2902 %extension_scripts recode
2903 %extension_scripts session
2904 %extension_scripts shmop
2905 %extension_scripts simplexml
2906 %extension_scripts snmp
2907 %extension_scripts soap
2908 %extension_scripts sockets
2909 %extension_scripts spl
2910 %extension_scripts sqlite3
2911 %extension_scripts sybase-ct
2912 %extension_scripts sysvmsg
2913 %extension_scripts sysvsem
2914 %extension_scripts sysvshm
2915 %extension_scripts tidy
2916 %extension_scripts tokenizer
2917 %extension_scripts wddx
2918 %extension_scripts xml
2919 %extension_scripts xmlreader
2920 %extension_scripts xmlrpc
2921 %extension_scripts xmlwriter
2922 %extension_scripts xsl
2923 %extension_scripts zip
2924 %extension_scripts zlib
2925
2926 %post phar
2927 %ext_post
2928 %if %{with alternatives}
2929 update-alternatives \
2930         --install %{_bindir}/phar phar %{_bindir}/phar%{ver_suffix}.phar %{ver_suffix} \
2931         --slave %{_mandir}/man1/phar.1 phar.1 %{_mandir}/man1/phar%{ver_suffix}.1* || :
2932 %endif
2933
2934 %postun phar
2935 %ext_postun
2936 %if %{with alternatives}
2937 if [ $1 -eq 0 ]; then
2938         update-alternatives --remove phar %{_bindir}/phar || :
2939 fi
2940 %endif
2941
2942 %if %{with apache1}
2943 %files -n apache1-mod_%{name}
2944 %defattr(644,root,root,755)
2945 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/apache/conf.d/*_mod_php.conf
2946 %dir %{_sysconfdir}/apache.d
2947 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/php-apache.ini
2948 %attr(755,root,root) %{_libdir}/apache1/mod_php.so
2949 %attr(755,root,root) %{_libdir}/apache1/libphp5-*.*.so
2950 %endif
2951
2952 %if %{with apache2}
2953 %files -n apache-mod_%{name}
2954 %defattr(644,root,root,755)
2955 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/httpd/conf.d/*_mod_php.conf
2956 %attr(755,root,root) %{_libdir}/apache/mod_php.so
2957
2958 %files -n apache-mod_%{name}-core
2959 %defattr(644,root,root,755)
2960 %dir %{_sysconfdir}/apache2handler.d
2961 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/php-apache2handler.ini
2962 %attr(755,root,root) %{_libdir}/apache/libphp5-*.*.so
2963 %endif
2964
2965 %if %{with litespeed}
2966 %files litespeed
2967 %defattr(644,root,root,755)
2968 %attr(755,root,root) %{_sbindir}/%{name}.litespeed
2969 %endif
2970
2971 %if %{with cgi}
2972 %files cgi
2973 %defattr(644,root,root,755)
2974 %dir %{_sysconfdir}/cgi-fcgi.d
2975 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/php-cgi-fcgi.ini
2976 %attr(755,root,root) %{_bindir}/%{name}.cgi
2977 %attr(755,root,root) %{_bindir}/%{name}.fcgi
2978 %endif
2979
2980 %if %{with embed}
2981 %files embedded
2982 %defattr(644,root,root,755)
2983 %attr(755,root,root) %{_libdir}/libphp5.so
2984 %endif
2985
2986 %files cli
2987 %defattr(644,root,root,755)
2988 %dir %{_sysconfdir}/cli.d
2989 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/php-cli.ini
2990 %attr(755,root,root) %{_bindir}/php%{ver_suffix}
2991 %{_mandir}/man1/php%{ver_suffix}.1*
2992
2993 %files program
2994 %defattr(644,root,root,755)
2995 %attr(755,root,root) %{_bindir}/php
2996 %{_mandir}/man1/php.1*
2997
2998 %if %{with fpm}
2999 %files fpm
3000 %defattr(644,root,root,755)
3001 %doc sapi/fpm/{CREDITS,LICENSE}
3002 %dir %{_sysconfdir}/fpm.d
3003 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/php-fpm.conf
3004 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/fpm.d/www.conf
3005 %attr(755,root,root) %{_sbindir}/%{name}-fpm
3006 %if %{with alternatives}
3007 %ghost %{_sbindir}/php-fpm
3008 %endif
3009 %{_mandir}/man8/%{name}-fpm.8*
3010 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/logrotate.d/%{name}-fpm
3011 %attr(754,root,root) /etc/rc.d/init.d/%{name}-fpm
3012 %endif
3013
3014 %files common
3015 %defattr(644,root,root,755)
3016 %doc CREDITS EXTENSIONS LICENSE NEWS README.{PHP4-TO-PHP5-THIN-CHANGES,namespaces} UPGRADING* Zend/{LICENSE.Zend,ZEND_CHANGES} php.ini-*
3017 %dir %{_sysconfdir}
3018 %dir %{_sysconfdir}/conf.d
3019 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/php.ini
3020 %attr(755,root,root) %{_libdir}/libphp_common-*.so
3021 %dir %{php_extensiondir}
3022
3023 %doc ext/session/mod_files.sh
3024
3025 %files devel
3026 %defattr(644,root,root,755)
3027 %doc CODING_STANDARDS README.{EXTENSIONS,EXT_SKEL,PARAMETER_PARSING_API,SELF-CONTAINED-EXTENSIONS,STREAMS,SUBMITTING_PATCH,TESTING,TESTING2,UNIX-BUILD-SYSTEM,input_filter}
3028 %attr(755,root,root) %{_bindir}/phpize
3029 %attr(755,root,root) %{_bindir}/php-config
3030 %attr(755,root,root) %{_libdir}/libphp_common.so
3031 %{_libdir}/libphp_common.la
3032 %{_includedir}/php
3033 %{_libdir}/%{name}/build
3034 %{_mandir}/man1/php-config.1*
3035 %{_mandir}/man1/phpize.1*
3036
3037 %files bcmath
3038 %defattr(644,root,root,755)
3039 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/bcmath.ini
3040 %attr(755,root,root) %{php_extensiondir}/bcmath.so
3041
3042 %files bz2
3043 %defattr(644,root,root,755)
3044 %doc ext/bz2/CREDITS
3045 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/bz2.ini
3046 %attr(755,root,root) %{php_extensiondir}/bz2.so
3047
3048 %files calendar
3049 %defattr(644,root,root,755)
3050 %doc ext/calendar/CREDITS
3051 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/calendar.ini
3052 %attr(755,root,root) %{php_extensiondir}/calendar.so
3053
3054 %files ctype
3055 %defattr(644,root,root,755)
3056 %doc ext/calendar/CREDITS
3057 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/ctype.ini
3058 %attr(755,root,root) %{php_extensiondir}/ctype.so
3059
3060 %if %{with curl}
3061 %files curl
3062 %defattr(644,root,root,755)
3063 %doc ext/curl/CREDITS
3064 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/curl.ini
3065 %attr(755,root,root) %{php_extensiondir}/curl.so
3066 %endif
3067
3068 %files dba
3069 %defattr(644,root,root,755)
3070 %doc ext/dba/{CREDITS,README}
3071 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/dba.ini
3072 %attr(755,root,root) %{php_extensiondir}/dba.so
3073
3074 %files dom
3075 %defattr(644,root,root,755)
3076 %doc ext/dom/{CREDITS,TODO}
3077 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/dom.ini
3078 %attr(755,root,root) %{php_extensiondir}/dom.so
3079
3080 %if %{with enchant}
3081 %files enchant
3082 %defattr(644,root,root,755)
3083 %doc ext/enchant/{CREDITS,docs/examples}
3084 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/enchant.ini
3085 %attr(755,root,root) %{php_extensiondir}/enchant.so
3086 %endif
3087
3088 %files exif
3089 %defattr(644,root,root,755)
3090 %doc ext/exif/CREDITS
3091 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/exif.ini
3092 %attr(755,root,root) %{php_extensiondir}/exif.so
3093
3094 %files fileinfo
3095 %defattr(644,root,root,755)
3096 %doc ext/fileinfo/CREDITS
3097 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/fileinfo.ini
3098 %attr(755,root,root) %{php_extensiondir}/fileinfo.so
3099
3100 %if %{with filter}
3101 %files filter
3102 %defattr(644,root,root,755)
3103 %doc ext/filter/{CREDITS,docs/*}
3104 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/filter.ini
3105 %attr(755,root,root) %{php_extensiondir}/filter.so
3106 %endif
3107
3108 %files ftp
3109 %defattr(644,root,root,755)
3110 %doc ext/ftp/CREDITS
3111 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/ftp.ini
3112 %attr(755,root,root) %{php_extensiondir}/ftp.so
3113
3114 %files gd
3115 %defattr(644,root,root,755)
3116 %doc ext/gd/CREDITS
3117 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/gd.ini
3118 %attr(755,root,root) %{php_extensiondir}/gd.so
3119
3120 %files gettext
3121 %defattr(644,root,root,755)
3122 %doc ext/gettext/CREDITS
3123 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/gettext.ini
3124 %attr(755,root,root) %{php_extensiondir}/gettext.so
3125
3126 %files gmp
3127 %defattr(644,root,root,755)
3128 %doc ext/gmp/{CREDITS,README,TODO}
3129 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/gmp.ini
3130 %attr(755,root,root) %{php_extensiondir}/gmp.so
3131
3132 %files hash
3133 %defattr(644,root,root,755)
3134 %doc ext/hash/{CREDITS,README}
3135 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/hash.ini
3136 %attr(755,root,root) %{php_extensiondir}/hash.so
3137
3138 %files iconv
3139 %defattr(644,root,root,755)
3140 %doc ext/iconv/CREDITS
3141 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/iconv.ini
3142 %attr(755,root,root) %{php_extensiondir}/iconv.so
3143
3144 %if %{with imap}
3145 %files imap
3146 %defattr(644,root,root,755)
3147 %doc ext/imap/CREDITS
3148 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/imap.ini
3149 %attr(755,root,root) %{php_extensiondir}/imap.so
3150 %endif
3151
3152 %if %{with interbase}
3153 %files interbase
3154 %defattr(644,root,root,755)
3155 %doc ext/interbase/CREDITS
3156 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/interbase.ini
3157 %attr(755,root,root) %{php_extensiondir}/interbase.so
3158 %endif
3159
3160 %if %{with intl}
3161 %files intl
3162 %defattr(644,root,root,755)
3163 %doc ext/intl/{CREDITS,TODO}
3164 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/intl.ini
3165 %attr(755,root,root) %{php_extensiondir}/intl.so
3166 %endif
3167
3168 %files json
3169 %defattr(644,root,root,755)
3170 %doc ext/json/CREDITS
3171 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/json.ini
3172 %attr(755,root,root) %{php_extensiondir}/json.so
3173
3174 %if %{with ldap}
3175 %files ldap
3176 %defattr(644,root,root,755)
3177 %doc ext/ldap/CREDITS
3178 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/ldap.ini
3179 %attr(755,root,root) %{php_extensiondir}/ldap.so
3180 %endif
3181
3182 %files mbstring
3183 %defattr(644,root,root,755)
3184 %doc ext/mbstring/{CREDITS,README*}
3185 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/mbstring.ini
3186 %attr(755,root,root) %{php_extensiondir}/mbstring.so
3187
3188 %files mcrypt
3189 %defattr(644,root,root,755)
3190 %doc ext/mcrypt/{CREDITS,TODO}
3191 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/mcrypt.ini
3192 %attr(755,root,root) %{php_extensiondir}/mcrypt.so
3193
3194 %if %{with mssql}
3195 %files mssql
3196 %defattr(644,root,root,755)
3197 %doc ext/mssql/CREDITS
3198 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/mssql.ini
3199 %attr(755,root,root) %{php_extensiondir}/mssql.so
3200 %endif
3201
3202 %files mysql
3203 %defattr(644,root,root,755)
3204 %doc ext/mysql/CREDITS
3205 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/mysql.ini
3206 %attr(755,root,root) %{php_extensiondir}/mysql.so
3207
3208 %if %{with mysqli}
3209 %files mysqli
3210 %defattr(644,root,root,755)
3211 %doc ext/mysqli/{CREDITS,TODO}
3212 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/mysqli.ini
3213 %attr(755,root,root) %{php_extensiondir}/mysqli.so
3214 %endif
3215
3216 %if %{with mysqlnd}
3217 %files mysqlnd
3218 %defattr(644,root,root,755)
3219 %doc ext/mysqlnd/CREDITS
3220 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/MySQLND.ini
3221 %attr(755,root,root) %{php_extensiondir}/mysqlnd.so
3222 %endif
3223
3224 %if %{with oci}
3225 %files oci8
3226 %defattr(644,root,root,755)
3227 %doc ext/oci8/{CREDITS,README}
3228 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/oci8.ini
3229 %attr(755,root,root) %{php_extensiondir}/oci8.so
3230 %endif
3231
3232 %if %{with odbc}
3233 %files odbc
3234 %defattr(644,root,root,755)
3235 %doc ext/odbc/CREDITS
3236 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/odbc.ini
3237 %attr(755,root,root) %{php_extensiondir}/odbc.so
3238 %endif
3239
3240 %if %{with opcache}
3241 %files opcache
3242 %defattr(644,root,root,755)
3243 %doc ext/opcache/README
3244 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/opcache.ini
3245 %attr(755,root,root) %{php_extensiondir}/opcache.so
3246 %endif
3247
3248 %if %{with openssl}
3249 %files openssl
3250 %defattr(644,root,root,755)
3251 %doc ext/openssl/{CREDITS,README}
3252 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/openssl.ini
3253 %attr(755,root,root) %{php_extensiondir}/openssl.so
3254 %endif
3255
3256 %files pcntl
3257 %defattr(644,root,root,755)
3258 %doc ext/pcntl/{CREDITS,README}
3259 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/pcntl.ini
3260 %attr(755,root,root) %{php_extensiondir}/pcntl.so
3261
3262 %if %{with pcre}
3263 %files pcre
3264 %defattr(644,root,root,755)
3265 %doc ext/pcre/CREDITS
3266 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/PCRE.ini
3267 %attr(755,root,root) %{php_extensiondir}/pcre.so
3268 %endif
3269
3270 %files pdo
3271 %defattr(644,root,root,755)
3272 %doc ext/pdo/{CREDITS,README,TODO}
3273 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/pdo.ini
3274 %attr(755,root,root) %{php_extensiondir}/pdo.so
3275
3276 %if %{with mssql} || %{with sybase_ct}
3277 %files pdo-dblib
3278 %defattr(644,root,root,755)
3279 %doc ext/pdo_dblib/{CREDITS,README}
3280 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/pdo_dblib.ini
3281 %attr(755,root,root) %{php_extensiondir}/pdo_dblib.so
3282 %endif
3283
3284 %if %{with interbase} && !%{with interbase_inst}
3285 %files pdo-firebird
3286 %defattr(644,root,root,755)
3287 %doc ext/pdo_firebird/CREDITS
3288 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/pdo_firebird.ini
3289 %attr(755,root,root) %{php_extensiondir}/pdo_firebird.so
3290 %endif
3291
3292 %files pdo-mysql
3293 %defattr(644,root,root,755)
3294 %doc ext/pdo_mysql/CREDITS
3295 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/pdo_mysql.ini
3296 %attr(755,root,root) %{php_extensiondir}/pdo_mysql.so
3297
3298 %if %{with oci}
3299 %files pdo-oci
3300 %defattr(644,root,root,755)
3301 %doc ext/pdo_oci/CREDITS
3302 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/pdo_oci.ini
3303 %attr(755,root,root) %{php_extensiondir}/pdo_oci.so
3304 %endif
3305
3306 %if %{with odbc}
3307 %files pdo-odbc
3308 %defattr(644,root,root,755)
3309 %doc ext/pdo_odbc/CREDITS
3310 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/pdo_odbc.ini
3311 %attr(755,root,root) %{php_extensiondir}/pdo_odbc.so
3312 %endif
3313
3314 %if %{with pgsql}
3315 %files pdo-pgsql
3316 %defattr(644,root,root,755)
3317 %doc ext/pdo_pgsql/CREDITS
3318 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/pdo_pgsql.ini
3319 %attr(755,root,root) %{php_extensiondir}/pdo_pgsql.so
3320 %endif
3321
3322 %if %{with pdo_sqlite}
3323 %files pdo-sqlite
3324 %defattr(644,root,root,755)
3325 %doc ext/pdo_sqlite/CREDITS
3326 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/pdo_sqlite.ini
3327 %attr(755,root,root) %{php_extensiondir}/pdo_sqlite.so
3328 %endif
3329
3330 %if %{with pgsql}
3331 %files pgsql
3332 %defattr(644,root,root,755)
3333 %doc ext/pgsql/{CREDITS,README}
3334 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/pgsql.ini
3335 %attr(755,root,root) %{php_extensiondir}/pgsql.so
3336 %endif
3337
3338 %if %{with phar}
3339 %files phar
3340 %defattr(644,root,root,755)
3341 %doc ext/phar/{CREDITS,TODO}
3342 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/phar.ini
3343 %attr(755,root,root) %{php_extensiondir}/phar.so
3344 %attr(755,root,root) %{_bindir}/phar%{php_suffix}.phar
3345 %{_mandir}/man1/phar%{php_suffix}.1*
3346 %{_mandir}/man1/phar.phar.1*
3347 %if %{with alternatives}
3348 %ghost %{_bindir}/phar
3349 %ghost %{_mandir}/man1/phar.1
3350 %else
3351 %attr(755,root,root) %{_bindir}/phar
3352 %endif
3353 %endif
3354
3355 %files posix
3356 %defattr(644,root,root,755)
3357 %doc ext/posix/CREDITS
3358 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/posix.ini
3359 %attr(755,root,root) %{php_extensiondir}/posix.so
3360
3361 %if %{with pspell}
3362 %files pspell
3363 %defattr(644,root,root,755)
3364 %doc ext/pspell/{CREDITS,README}
3365 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/pspell.ini
3366 %attr(755,root,root) %{php_extensiondir}/pspell.so
3367 %endif
3368
3369 %files readline
3370 %defattr(644,root,root,755)
3371 %doc ext/readline/{CREDITS,README*}
3372 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/cli.d/readline.ini
3373 %attr(755,root,root) %{php_extensiondir}/readline.so
3374
3375 %if %{with recode}
3376 %files recode
3377 %defattr(644,root,root,755)
3378 %doc ext/recode/CREDITS
3379 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/recode.ini
3380 %attr(755,root,root) %{php_extensiondir}/recode.so
3381 %endif
3382
3383 %files session
3384 %defattr(644,root,root,755)
3385 %doc ext/session/CREDITS
3386 %doc ext/session/mod_files.sh
3387 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/Session.ini
3388 %attr(755,root,root) %{php_extensiondir}/session.so
3389
3390 %files shmop
3391 %defattr(644,root,root,755)
3392 %doc ext/shmop/{CREDITS,README}
3393 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/shmop.ini
3394 %attr(755,root,root) %{php_extensiondir}/shmop.so
3395
3396 %files simplexml
3397 %defattr(644,root,root,755)
3398 %doc ext/simplexml/{CREDITS,README}
3399 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/simplexml.ini
3400 %attr(755,root,root) %{php_extensiondir}/simplexml.so
3401
3402 %if %{with snmp}
3403 %files snmp
3404 %defattr(644,root,root,755)
3405 %doc ext/snmp/CREDITS
3406 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/snmp.ini
3407 %attr(755,root,root) %{php_extensiondir}/snmp.so
3408 %endif
3409
3410 %files soap
3411 %defattr(644,root,root,755)
3412 %doc ext/soap/{CREDITS,TODO*}
3413 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/soap.ini
3414 %attr(755,root,root) %{php_extensiondir}/soap.so
3415
3416 %files sockets
3417 %defattr(644,root,root,755)
3418 %doc ext/sockets/CREDITS
3419 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/sockets.ini
3420 %attr(755,root,root) %{php_extensiondir}/sockets.so
3421
3422 %files spl
3423 %defattr(644,root,root,755)
3424 %doc ext/spl/{CREDITS,README,TODO,examples}
3425 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/SPL.ini
3426 %attr(755,root,root) %{php_extensiondir}/spl.so
3427
3428 %if %{with sqlite3}
3429 %files sqlite3
3430 %defattr(644,root,root,755)
3431 %doc ext/sqlite3/CREDITS
3432 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/sqlite3.ini
3433 %attr(755,root,root) %{php_extensiondir}/sqlite3.so
3434 %endif
3435
3436 %if %{with sybase_ct}
3437 %files sybase-ct
3438 %defattr(644,root,root,755)
3439 %doc ext/sybase_ct/CREDITS
3440 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/sybase_ct.ini
3441 %attr(755,root,root) %{php_extensiondir}/sybase_ct.so
3442 %endif
3443
3444 %files sysvmsg
3445 %defattr(644,root,root,755)
3446 %doc ext/sysvmsg/CREDITS
3447 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/sysvmsg.ini
3448 %attr(755,root,root) %{php_extensiondir}/sysvmsg.so
3449
3450 %files sysvsem
3451 %defattr(644,root,root,755)
3452 %doc ext/sysvsem/CREDITS
3453 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/sysvsem.ini
3454 %attr(755,root,root) %{php_extensiondir}/sysvsem.so
3455
3456 %files sysvshm
3457 %defattr(644,root,root,755)
3458 %doc ext/sysvshm/CREDITS
3459 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/sysvshm.ini
3460 %attr(755,root,root) %{php_extensiondir}/sysvshm.so
3461
3462 %files tests
3463 %defattr(644,root,root,755)
3464 %dir %{php_data_dir}/tests
3465 %dir %{php_data_dir}/tests/php
3466 %{php_data_dir}/tests/php/basic
3467 %{php_data_dir}/tests/php/classes
3468 %{php_data_dir}/tests/php/func
3469 %{php_data_dir}/tests/php/lang
3470 %{php_data_dir}/tests/php/output
3471 %{php_data_dir}/tests/php/run-test
3472 %{php_data_dir}/tests/php/security
3473 %{php_data_dir}/tests/php/strings
3474 %{php_data_dir}/tests/php/quicktester.inc
3475 %attr(755,root,root) %{php_data_dir}/tests/php/run-tests.php
3476
3477 %if %{with tidy}
3478 %files tidy
3479 %defattr(644,root,root,755)
3480 %doc ext/tidy/{CREDITS,README}
3481 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/tidy.ini
3482 %attr(755,root,root) %{php_extensiondir}/tidy.so
3483 %endif
3484
3485 %files tokenizer
3486 %defattr(644,root,root,755)
3487 %doc ext/tokenizer/CREDITS
3488 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/tokenizer.ini
3489 %attr(755,root,root) %{php_extensiondir}/tokenizer.so
3490
3491 %if %{with wddx}
3492 %files wddx
3493 %defattr(644,root,root,755)
3494 %doc ext/wddx/CREDITS
3495 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*wddx.ini
3496 %attr(755,root,root) %{php_extensiondir}/wddx.so
3497 %endif
3498
3499 %files xml
3500 %defattr(644,root,root,755)
3501 %doc ext/xml/CREDITS
3502 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/xml.ini
3503 %attr(755,root,root) %{php_extensiondir}/xml.so
3504
3505 %files xmlreader
3506 %defattr(644,root,root,755)
3507 %doc ext/xmlreader/{CREDITS,README,TODO,examples}
3508 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/xmlreader.ini
3509 %attr(755,root,root) %{php_extensiondir}/xmlreader.so
3510
3511 %if %{with xmlrpc}
3512 %files xmlrpc
3513 %defattr(644,root,root,755)
3514 %doc ext/xmlrpc/CREDITS
3515 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/xmlrpc.ini
3516 %attr(755,root,root) %{php_extensiondir}/xmlrpc.so
3517 %endif
3518
3519 %files xmlwriter
3520 %defattr(644,root,root,755)
3521 %doc ext/xmlwriter/{CREDITS,TODO}
3522 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/xmlwriter.ini
3523 %attr(755,root,root) %{php_extensiondir}/xmlwriter.so
3524
3525 %files xsl
3526 %defattr(644,root,root,755)
3527 %doc ext/xsl/CREDITS
3528 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/xsl.ini
3529 %attr(755,root,root) %{php_extensiondir}/xsl.so
3530
3531 %files zip
3532 %defattr(644,root,root,755)
3533 %doc ext/zip/{CREDITS,TODO}
3534 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/zip.ini
3535 %attr(755,root,root) %{php_extensiondir}/zip.so
3536
3537 %files zlib
3538 %defattr(644,root,root,755)
3539 %doc ext/zlib/CREDITS
3540 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/zlib.ini
3541 %attr(755,root,root) %{php_extensiondir}/zlib.so
This page took 0.307149 seconds and 4 git commands to generate.