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