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