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