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