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