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