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