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