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