]> git.pld-linux.org Git - packages/php.git/blob - php.spec
fix phar manual packaging
[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 Suggests:       %{name}-cli
1447 # zlib is required by phar program, but as phar cli is optional should the dep be too
1448 Suggests:       %{name}-zlib
1449 Provides:       php(phar) = %{pharver}
1450 Obsoletes:      php-pecl-phar < %{pharver}
1451 Obsoletes:      php-phar < 4:5.3.28-7
1452 Conflicts:      php-ioncube < 4.0.9
1453
1454 %description phar
1455 This is a dynamic shared object (DSO) for PHP that will add phar
1456 archive a support.
1457
1458 %description phar -l pl.UTF-8
1459 Moduł PHP umożliwiający dostęp do achiwów .phar.
1460
1461 %package posix
1462 Summary:        POSIX extension module for PHP
1463 Summary(pl.UTF-8):      Moduł POSIX dla PHP
1464 Group:          Libraries
1465 URL:            http://www.php.net/manual/en/book.posix.php
1466 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
1467 Provides:       php(posix)
1468 Obsoletes:      php-posix < 4:5.3.28-7
1469
1470 %description posix
1471 This is a dynamic shared object (DSO) for PHP that will add POSIX
1472 functions support to PHP.
1473
1474 %description posix -l pl.UTF-8
1475 Moduł PHP umożliwiający korzystanie z funkcji POSIX.
1476
1477 %package pspell
1478 Summary:        pspell extension module for PHP
1479 Summary(pl.UTF-8):      Moduł pspell dla PHP
1480 Group:          Libraries
1481 URL:            http://www.php.net/manual/en/book.pspell.php
1482 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
1483 Provides:       php(pspell)
1484 Obsoletes:      php-pspell < 4:5.3.28-7
1485
1486 %description pspell
1487 This is a dynamic shared object (DSO) for PHP that will add pspell
1488 support to PHP. It allows to check the spelling of a word and offer
1489 suggestions.
1490
1491 %description pspell -l pl.UTF-8
1492 Moduł PHP umożliwiający korzystanie z pspella. Pozwala on na
1493 sprawdzanie pisowni słowa i sugerowanie poprawek.
1494
1495 %package readline
1496 Summary:        readline extension module for PHP
1497 Summary(pl.UTF-8):      Moduł readline dla PHP
1498 Group:          Libraries
1499 URL:            http://www.php.net/manual/en/book.readline.php
1500 Requires:       %{name}-cli = %{epoch}:%{version}-%{release}
1501 Provides:       php(readline)
1502 Obsoletes:      php-readline < 4:5.3.28-7
1503
1504 %description readline
1505 This PHP module adds support for readline functions (only for cli and
1506 cgi SAPIs).
1507
1508 %description readline -l pl.UTF-8
1509 Moduł PHP dodający obsługę funkcji readline (tylko do SAPI cli i cgi).
1510
1511 %package recode
1512 Summary:        recode extension module for PHP
1513 Summary(pl.UTF-8):      Moduł recode dla PHP
1514 Group:          Libraries
1515 URL:            http://www.php.net/manual/en/book.recode.php
1516 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
1517 Requires:       recode >= 3.5d-3
1518 Provides:       php(recode)
1519 Obsoletes:      php-recode < 4:5.3.28-7
1520
1521 %description recode
1522 This is a dynamic shared object (DSO) for PHP that will add recode
1523 support.
1524
1525 %description recode -l pl.UTF-8
1526 Moduł PHP dodający możliwość konwersji kodowania plików (poprzez
1527 bibliotekę recode).
1528
1529 %package session
1530 Summary:        session extension module for PHP
1531 Summary(pl.UTF-8):      Moduł session dla PHP
1532 Group:          Libraries
1533 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
1534 Requires:       %{name}-spl = %{epoch}:%{version}-%{release}
1535 Suggests:       %{name}-hash = %{epoch}:%{version}-%{release}
1536 Suggests:       tmpwatch
1537 Provides:       php(session)
1538 Obsoletes:      php-session < 4:5.3.28-7
1539
1540 %description session
1541 This is a dynamic shared object (DSO) for PHP that will add session
1542 support.
1543
1544 %description session -l pl.UTF-8
1545 Moduł PHP dodający obsługę sesji.
1546
1547 %package shmop
1548 Summary:        Shared Memory Operations extension module for PHP
1549 Summary(pl.UTF-8):      Moduł shmop dla PHP
1550 Group:          Libraries
1551 URL:            http://www.php.net/manual/en/book.shmop.php
1552 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
1553 Provides:       php(shmop)
1554 Obsoletes:      php-shmop < 4:5.3.28-7
1555
1556 %description shmop
1557 This is a dynamic shared object (DSO) for PHP that will add Shared
1558 Memory Operations support.
1559
1560 %description shmop -l pl.UTF-8
1561 Moduł PHP umożliwiający korzystanie z pamięci dzielonej.
1562
1563 %package simplexml
1564 Summary:        Simple XML extension module for PHP
1565 Summary(pl.UTF-8):      Moduł prostego rozszerzenia XML dla PHP
1566 Group:          Libraries
1567 URL:            http://www.php.net/manual/en/book.simplexml.php
1568 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
1569 Requires:       %{name}-spl = %{epoch}:%{version}-%{release}
1570 Provides:       php(simplexml)
1571 Obsoletes:      php-simplexml < 4:5.3.28-7
1572
1573 %description simplexml
1574 This is a dynamic shared object (DSO) for PHP that will add Simple XML
1575 support.
1576
1577 %description simplexml -l pl.UTF-8
1578 Moduł PHP dodający obsługę prostego XML-a.
1579
1580 %package snmp
1581 Summary:        SNMP extension module for PHP
1582 Summary(pl.UTF-8):      Moduł SNMP dla PHP
1583 Group:          Libraries
1584 URL:            http://www.php.net/manual/en/book.snmp.php
1585 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
1586 Requires:       %{name}-sockets = %{epoch}:%{version}-%{release}
1587 Requires:       %{name}-spl = %{epoch}:%{version}-%{release}
1588 Provides:       php(snmp)
1589 Obsoletes:      php-snmp < 4:5.3.28-7
1590
1591 %description snmp
1592 This is a dynamic shared object (DSO) for PHP that will add SNMP
1593 support.
1594
1595 %description snmp -l pl.UTF-8
1596 Moduł PHP dodający obsługę SNMP.
1597
1598 %package soap
1599 Summary:        soap extension module for PHP
1600 Summary(pl.UTF-8):      Moduł soap dla PHP
1601 Group:          Libraries
1602 URL:            http://www.php.net/manual/en/book.soap.php
1603 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
1604 Provides:       php(soap)
1605 Obsoletes:      php-soap < 4:5.3.28-7
1606
1607 %description soap
1608 This is a dynamic shared object (DSO) for PHP that will add SOAP/WSDL
1609 support.
1610
1611 %description soap -l pl.UTF-8
1612 Moduł PHP dodający obsługę SOAP/WSDL.
1613
1614 %package sockets
1615 Summary:        sockets extension module for PHP
1616 Summary(pl.UTF-8):      Moduł socket dla PHP
1617 Group:          Libraries
1618 URL:            http://www.php.net/manual/en/book.sockets.php
1619 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
1620 Provides:       php(sockets)
1621 Obsoletes:      php-sockets < 4:5.3.28-7
1622
1623 %description sockets
1624 This is a dynamic shared object (DSO) for PHP that will add sockets
1625 support.
1626
1627 %description sockets -l pl.UTF-8
1628 Moduł PHP dodający obsługę gniazdek.
1629
1630 %package spl
1631 Summary:        Standard PHP Library module for PHP
1632 Summary(pl.UTF-8):      Moduł biblioteki standardowej (Standard PHP Library) dla PHP
1633 Group:          Libraries
1634 URL:            http://php.net/manual/en/book.spl.php
1635 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
1636 Requires:       %{name}-pcre = %{epoch}:%{version}-%{release}
1637 Requires:       %{name}-simplexml = %{epoch}:%{version}-%{release}
1638 Provides:       php(spl)
1639 Obsoletes:      php-spl < 4:5.3.28-7
1640
1641 %description spl
1642 This is a dynamic shared object (DSO) for PHP that will add Standard
1643 PHP Library support.
1644
1645 %description spl -l pl.UTF-8
1646 Moduł PHP z biblioteką standardową PHP (SPL - Standard PHP Library).
1647
1648 %package sqlite3
1649 Summary:        SQLite3 extension module for PHP
1650 Summary(pl.UTF-8):      Moduł SQLite3 dla PHP
1651 Group:          Libraries
1652 URL:            http://php.net/manual/en/book.sqlite3.php
1653 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
1654 Provides:       php(sqlite3) = %{sqlite3ver}
1655 Obsoletes:      php-sqlite3 < 4:5.3.28-7
1656
1657 %description sqlite3
1658 SQLite is a C library that implements an embeddable SQL database
1659 engine. Programs that link with the SQLite library can have SQL
1660 database access without running a separate RDBMS process.
1661
1662 SQLite is not a client library used to connect to a big database
1663 server. SQLite is the server. The SQLite library reads and writes
1664 directly to and from the database files on disk.
1665
1666 %description sqlite3 -l pl.UTF-8
1667 SQLite jest napisaną w C biblioteką implementującą osadzalny silnik
1668 bazodanowy SQL. Program linkujący się z biblioteką SQLite może mieć
1669 dostęp do bazy SQL bez potrzeby uruchamiania dodatkowego procesu
1670 RDBMS.
1671
1672 SQLite to nie klient baz danych - biblioteka nie łączy się z serwerami
1673 baz danych. SQLite sam jest serwerem. Biblioteka SQLite czyta i
1674 zapisuje dane bezpośrednio z/do plików baz danych znajdujących się na
1675 dysku.
1676
1677 %package sysvmsg
1678 Summary:        SysV msg extension module for PHP
1679 Summary(pl.UTF-8):      Moduł SysV msg dla PHP
1680 Group:          Libraries
1681 URL:            http://www.php.net/manual/en/book.sem.php
1682 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
1683 Provides:       php(sysvmsg)
1684 Obsoletes:      php-sysvmsg < 4:5.3.28-7
1685
1686 %description sysvmsg
1687 This is a dynamic shared object (DSO) for PHP that will add SysV
1688 message queues support.
1689
1690 %description sysvmsg -l pl.UTF-8
1691 Moduł PHP umożliwiający korzystanie z kolejek komunikatów SysV.
1692
1693 %package sysvsem
1694 Summary:        SysV sem extension module for PHP
1695 Summary(pl.UTF-8):      Moduł SysV sem dla PHP
1696 Group:          Libraries
1697 URL:            http://www.php.net/manual/en/book.sem.php
1698 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
1699 Provides:       php(sysvsem)
1700 Obsoletes:      php-sysvsem < 4:5.3.28-7
1701
1702 %description sysvsem
1703 This is a dynamic shared object (DSO) for PHP that will add SysV
1704 semaphores support.
1705
1706 %description sysvsem -l pl.UTF-8
1707 Moduł PHP umożliwiający korzystanie z semaforów SysV.
1708
1709 %package sysvshm
1710 Summary:        SysV shm extension module for PHP
1711 Summary(pl.UTF-8):      Moduł SysV shm dla PHP
1712 Group:          Libraries
1713 URL:            http://www.php.net/manual/en/book.shmop.php
1714 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
1715 Provides:       php(sysvshm)
1716 Obsoletes:      php-sysvshm < 4:5.3.28-7
1717
1718 %description sysvshm
1719 This is a dynamic shared object (DSO) for PHP that will add SysV
1720 Shared Memory support.
1721
1722 %description sysvshm -l pl.UTF-8
1723 Moduł PHP umożliwiający korzystanie z pamięci dzielonej SysV.
1724
1725 %package tests
1726 Summary:        Contains unit test files for PHP and extensions
1727 Summary(pl.UTF-8):      Zawiera pliki testów jednostkowych dla PHP i rozszerzeń
1728 Group:          Libraries
1729 URL:            http://qa.php.net/
1730 Requires:       %{name}-cli
1731
1732 %description tests
1733 This package contains unit tests for PHP and its extensions.
1734
1735 %description tests -l pl.UTF-8
1736 Ten pakiet zawiera pliki testów jednostkowych dla PHP i rozszerzeń.
1737
1738 %package tidy
1739 Summary:        Tidy extension module for PHP
1740 Summary(pl.UTF-8):      Moduł Tidy dla PHP
1741 Group:          Libraries
1742 URL:            http://www.php.net/manual/en/book.tidy.php
1743 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
1744 Requires:       tidy
1745 Provides:       php(tidy)
1746 Obsoletes:      php-tidy < 4:5.3.28-7
1747
1748 %description tidy
1749 This is a dynamic shared object (DSO) for PHP that will add Tidy
1750 support.
1751
1752 %description tidy -l pl.UTF-8
1753 Moduł PHP umożliwiający korzystanie z tidy.
1754
1755 %package tokenizer
1756 Summary:        tokenizer extension module for PHP
1757 Summary(pl.UTF-8):      Moduł rozszerzenia tokenizer dla PHP
1758 Group:          Libraries
1759 URL:            http://www.php.net/manual/en/book.tokenizer.php
1760 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
1761 Provides:       php(tokenizer)
1762 Obsoletes:      php-tokenizer < 4:5.3.28-7
1763
1764 %description tokenizer
1765 This is a dynamic shared object (DSO) for PHP that will add tokenizer
1766 support.
1767
1768 %description tokenizer -l pl.UTF-8
1769 Moduł PHP dodający obsługę tokenizera do PHP.
1770
1771 %package wddx
1772 Summary:        wddx extension module for PHP
1773 Summary(pl.UTF-8):      Moduł wddx dla PHP
1774 Group:          Libraries
1775 URL:            http://www.php.net/manual/en/book.wddx.php
1776 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
1777 # - wddx doesn't require session as it's disabled at compile time:
1778 #   if HAVE_PHP_SESSION && !defined(COMPILE_DL_SESSION)
1779 #   see also php.spec#rev1.120.2.22
1780 #Requires:      %{name}-session = %{epoch}:%{version}-%{release}
1781 Requires:       %{name}-xml = %{epoch}:%{version}-%{release}
1782 Provides:       php(wddx)
1783 Obsoletes:      php-wddx < 4:5.3.28-7
1784
1785 %description wddx
1786 This is a dynamic shared object (DSO) for PHP that will add wddx
1787 support.
1788
1789 %description wddx -l pl.UTF-8
1790 Moduł PHP umożliwiający korzystanie z wddx.
1791
1792 %package xml
1793 Summary:        XML extension module for PHP
1794 Summary(pl.UTF-8):      Moduł XML dla PHP
1795 Group:          Libraries
1796 URL:            http://www.php.net/manual/en/book.xml.php
1797 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
1798 Provides:       php(xml)
1799 Obsoletes:      php-xml < 4:5.3.28-7
1800
1801 %description xml
1802 This is a dynamic shared object (DSO) for PHP that will add XML
1803 support. This extension lets you create XML parsers and then define
1804 handlers for different XML events.
1805
1806 %description xml -l pl.UTF-8
1807 Moduł PHP umożliwiający parsowanie plików XML i obsługę zdarzeń
1808 związanych z tymi plikami. Pozwala on tworzyć analizatory XML-a i
1809 następnie definiować procedury obsługi dla różnych zdarzeń XML.
1810
1811 %package xmlreader
1812 Summary:        XML Reader extension module for PHP
1813 Summary(pl.UTF-8):      Moduł XML Reader dla PHP
1814 Group:          Libraries
1815 URL:            http://www.php.net/manual/en/book.xmlreader.php
1816 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
1817 Requires:       %{name}-dom = %{epoch}:%{version}-%{release}
1818 Provides:       php(xmlreader)
1819 Obsoletes:      php-xmlreader < 4:5.3.28-7
1820
1821 %description xmlreader
1822 This is a dynamic shared object (DSO) for PHP that will add XML Reader
1823 support. The XMLReader extension is an XML Pull parser. The reader
1824 acts as a cursor going forward on the document stream and stopping at
1825 each node on the way.
1826
1827 %description xmlreader -l pl.UTF-8
1828 Moduł PHP umożliwiający analizę plików XML w trybie Pull. Czytnik
1829 działa jako kursor przechodzący przez strumień dokumentu i
1830 zatrzymujący się na każdym węźle po drodze.
1831
1832 %package xmlrpc
1833 Summary:        xmlrpc extension module for PHP
1834 Summary(pl.UTF-8):      Moduł xmlrpc dla PHP
1835 Group:          Libraries
1836 URL:            http://www.php.net/manual/en/book.xmlrpc.php
1837 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
1838 Requires:       %{name}-xml = %{epoch}:%{version}-%{release}
1839 Provides:       php(xmlrpc)
1840 Obsoletes:      php-xmlrpc < 4:5.3.28-7
1841
1842 %description xmlrpc
1843 This is a dynamic shared object (DSO) for PHP that will add XMLRPC
1844 support.
1845
1846 %description xmlrpc -l pl.UTF-8
1847 Moduł PHP dodający obsługę XMLRPC.
1848
1849 %package xmlwriter
1850 Summary:        Fast, non-cached, forward-only means to write XML data
1851 Summary(pl.UTF-8):      Szybka, nie cachowana metoda zapisu danych w formacie XML
1852 Group:          Libraries
1853 URL:            http://www.php.net/manual/en/book.xmlwriter.php
1854 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
1855 Provides:       php(xmlwriter)
1856 Obsoletes:      php-pecl-xmlwriter
1857 Obsoletes:      php-xmlwriter < 4:5.3.28-7
1858
1859 %description xmlwriter
1860 This extension wraps the libxml xmlWriter API. Represents a writer
1861 that provides a non-cached, forward-only means of generating streams
1862 or files containing XML data.
1863
1864 %description xmlwriter -l pl.UTF-8
1865 To rozszerzenie obudowuje API xmlWriter z libxml. Reprezentuje obsługę
1866 zapisu dostarczającą nie cachowanych metod generowania strumieni lub
1867 plików zawierających dane XML.
1868
1869 %package xsl
1870 Summary:        xsl extension module for PHP
1871 Summary(pl.UTF-8):      Moduł xsl dla PHP
1872 Group:          Libraries
1873 URL:            http://www.php.net/manual/en/book.xsl.php
1874 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
1875 Requires:       %{name}-dom = %{epoch}:%{version}-%{release}
1876 Requires:       libxslt >= 1.0.18
1877 Provides:       php(xsl)
1878 Obsoletes:      php-xsl < 4:5.3.28-7
1879 # actually not true, functionality is similar, but API differs
1880 Obsoletes:      php-xslt <= 3:4.3.8-1
1881
1882 %description xsl
1883 This is a dynamic shared object (DSO) for PHP that will add new XSL
1884 support (using libxslt).
1885
1886 %description xsl -l pl.UTF-8
1887 Moduł PHP dodający nową obsługę XSLT (przy użyciu libxslt).
1888
1889 %package zip
1890 Summary:        Zip management extension
1891 Summary(pl.UTF-8):      Zarządzanie archiwami zip
1892 Group:          Libraries
1893 URL:            http://www.php.net/manual/en/book.zip.php
1894 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
1895 %{?with_system_libzip:Requires: libzip >= 0.10.1-2}
1896 Provides:       php(zip) = %{zipver}
1897 Obsoletes:      php-pecl-zip < %{zipver}
1898 Obsoletes:      php-zip < 4:5.3.28-7
1899
1900 %description zip
1901 Zip is an extension to create, modify and read zip files.
1902
1903 %description zip -l pl.UTF-8
1904 Zip jest rozszerzeniem umożliwiającym tworzenie, modyfikację oraz
1905 odczyt archiwów zip.
1906
1907 %package zlib
1908 Summary:        Zlib extension module for PHP
1909 Summary(pl.UTF-8):      Moduł zlib dla PHP
1910 Group:          Libraries
1911 URL:            http://www.php.net/manual/en/book.zlib.php
1912 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
1913 Provides:       php(zlib)
1914 Obsoletes:      php-zlib < 4:5.3.28-7
1915
1916 %description zlib
1917 This is a dynamic shared object (DSO) for PHP that will add zlib
1918 compression support to PHP.
1919
1920 %description zlib -l pl.UTF-8
1921 Moduł PHP umożliwiający używanie kompresji zlib.
1922
1923 %prep
1924 %setup -q -n %{orgname}-%{version}
1925 cp -p php.ini-production php.ini
1926 %patch0 -p1
1927 %patch1 -p1
1928 #%patch2 -p1 NEEDS PORTING
1929 %patch3 -p1
1930 %patch5 -p1
1931 %patch6 -p1
1932 %patch7 -p1
1933 %{?with_milter:%patch8 -p1}
1934 %patch9 -p1
1935 %patch10 -p1
1936 %patch14 -p1
1937 %patch17 -p1
1938 %patch18 -p1
1939 %patch21 -p1
1940 %patch22 -p1
1941 %patch23 -p1
1942 %patch24 -p1
1943 %patch25 -p1
1944 %patch26 -p1
1945 %patch27 -p1
1946 %patch29 -p1
1947 %patch31 -p1
1948 %if "%{pld_release}" != "ac"
1949 %patch34 -p1
1950 %endif
1951 #%patch36 -p1
1952 #%patch37 -p1
1953 #%patch38 -p1
1954 %patch39 -p1
1955 %if %{with fpm}
1956 %if 0
1957 # create split php-fpm.conf patch. review (restore other diffs) and commit
1958 cp sapi/fpm/php-fpm.conf.in{,.orig}
1959 %{__sed} -n -e '/; Start a new pool named/,$p' sapi/fpm/php-fpm.conf.in > sapi/fpm/php-fpm.conf-d.in
1960 %{__sed} -i -e '/; Include one or more files/,/include=etc\/fpm\.d/d' sapi/fpm/php-fpm.conf.in
1961 %{__sed} -i -e '/; Start a new pool named/,$d' sapi/fpm/php-fpm.conf.in
1962 set +e
1963 cd ..
1964 diff -u %{orgname}-%{version}/sapi/fpm/php-fpm.conf.in{.orig,} > %{PATCH69}
1965 diff -u /dev/null %{orgname}-%{version}/sapi/fpm/php-fpm.conf-d.in >> %{PATCH69}
1966 exit 1
1967 %else
1968 #%patch69 -p1
1969 %endif
1970 %patch41 -p1
1971 %patch42 -p1
1972 %endif
1973 %patch43 -p1
1974 %patch44 -p1
1975 #%patch45 -p1 # imap annotations. fixme
1976 #%patch46 -p1 # imap myrights. fixme
1977 %if %{with suhosin}
1978 %patch47 -p1
1979 %endif
1980 %patch50 -p1
1981 %patch51 -p1
1982 %patch52 -p1
1983 %patch53 -p1
1984 %undos ext/spl/tests/SplFileInfo_getInode_basic.phpt
1985 %patch55 -p1
1986 %patch59 -p1
1987 %patch60 -p1
1988 %patch62 -p1
1989 %{?with_system_libzip:%patch65 -p1}
1990 %patch66 -p1
1991 %patch67 -p1
1992 #%patch68 -p1 DROP or update to 7.0 APIs
1993 %patch70 -p1
1994 %patch71 -p1
1995 %patch72 -p1
1996
1997 sed -i -e '/PHP_ADD_LIBRARY_WITH_PATH/s#xmlrpc,#xmlrpc-epi,#' ext/xmlrpc/config.m4
1998
1999 # cleanup backups after patching
2000 find '(' -name '*~' -o -name '*.orig' ')' -print0 | xargs -0 -r -l512 rm -f
2001
2002 # com_dotnet is Win32-only
2003 %{__rm} -r ext/com_dotnet
2004
2005 # conflict seems to be resolved by recode patches
2006 %{__rm} ext/recode/config9.m4
2007
2008 # remove all bundled libraries not to link with them accidentally
2009 %{__rm} -r ext/sqlite3/libsqlite
2010 #%{__rm} -r ext/bcmath/libbcmath
2011 #%{__rm} -r ext/date/lib
2012 #%{__rm} -r ext/fileinfo/libmagic
2013 #%{__rm} -r ext/dba/libcdb
2014 #%{__rm} -r ext/dba/libflatfile
2015 #%{__rm} -r ext/dba/libinifile
2016 #%{__rm} -r ext/gd/libgd
2017 #%{__rm} -r ext/mbstring/libmbfl
2018 #%{__rm} -r ext/mbstring/oniguruma
2019 %{__rm} -r ext/pcre/pcrelib
2020 #%{__rm} -r ext/soap/interop
2021 %{__rm} -r ext/xmlrpc/libxmlrpc
2022 #%{__rm} -r ext/zip/lib
2023 %{__rm} ext/date/lib/timezonedb.h
2024
2025 cp -pf Zend/LICENSE{,.Zend}
2026 install -p %{SOURCE13} dep-tests.sh
2027
2028 # breaks build
2029 sed -i -e 's#-fvisibility=hidden##g' configure*
2030
2031 # disable broken tests
2032 # says just "Terminated" twice and fails
2033 mv sapi/cli/tests/022.phpt{,.broken}
2034
2035 # really dumb test, executable binary name is .libs/ something when building
2036 # https://bugs.php.net/bug.php?id=54514
2037 mv tests/basic/bug54514.phpt{,.disable}
2038
2039 # breaks whole testsuite unexpectedly:
2040 # Fatal error: Call to undefined function gzencode() in run-tests.php on line 1714
2041 # probably broken as zlib is built as shared
2042 mv ext/soap/tests/server019.phpt{,disable}
2043 # Fatal error: Call to undefined function gzcompress() in run-tests.php on line 1728
2044 mv ext/soap/tests/server020.phpt{,disable}
2045
2046 # runs out of memory and kills carme vserver
2047 # PASS Bug #39438 (Fatal error: Out of memory) [Zend/tests/bug39438.phpt]
2048 mv Zend/tests/bug39438.phpt{,.disable}
2049
2050 # php-5.3.3/ext/standard/tests/file/statpage.phpt
2051 %{__rm} ext/standard/tests/file/statpage.phpt
2052
2053 # idiotic test, it will fail if somebody else makes space on disk or if disk
2054 # space is not yet allocated (xfs). report upstream to advice bogus test is
2055 # probably pointless.
2056 %{__rm} ext/standard/tests/file/disk_free_space_basic.phpt
2057
2058 %ifarch %{x8664}
2059 # all pdo_sqlite, sqlite3 tests die with Aborted on carme
2060 %{__rm} -r ext/pdo_sqlite/tests
2061 %{__rm} -r ext/sqlite3/tests
2062 %endif
2063
2064 # ----- Manage known as failed test -------
2065 # affected by systzdata patch
2066 %{__rm} ext/date/tests/timezone_location_get.phpt
2067 %{__rm} ext/date/tests/timezone_version_get.phpt
2068 %{__rm} ext/date/tests/timezone_version_get_basic1.phpt
2069 # Should be skipped but fails sometime
2070 %{__rm} ext/standard/tests/file/file_get_contents_error001.phpt
2071 # fails sometimes
2072 %{__rm} ext/sockets/tests/mcast_ipv?_recv.phpt
2073 # causes stack exhausion
2074 %{__rm} Zend/tests/bug54268.phpt
2075 %{__rm} Zend/tests/bug68412.phpt
2076
2077 # avoid issues when two builds run simultaneously
2078 %ifarch %{x8664}
2079 sed -e 's/64321/64322/' -i ext/openssl/tests/*.phpt
2080 %endif
2081
2082 # skip XFAILs
2083 # no point testing stuff that is knowingly broken
2084 find -name '*.phpt' | xargs grep '^--XFAIL--' -l | xargs rm -v
2085
2086 env \
2087 %ifarch %{ix86}
2088 ix86= x8664=: \
2089 %endif
2090 %ifarch %{x8664}
2091 ix86=: x8664= \
2092 %endif
2093 %ifarch x32
2094 ix86=: x8664=: \
2095 %endif
2096         sh -xe %{_sourcedir}/skip-tests.sh
2097
2098 %build
2099 API=$(awk '/#define PHP_API_VERSION/{print $3}' main/php.h)
2100 if [ $API != %{php_api_version} ]; then
2101         echo "Set %%define php_api_version to $API and re-run."
2102         exit 1
2103 fi
2104
2105 API=$(awk '/#define ZEND_MODULE_API_NO/{print $3}' Zend/zend_modules.h)
2106 if [ $API != %{zend_module_api} ]; then
2107         echo "Set %%define zend_module_api to $API and re-run."
2108         exit 1
2109 fi
2110
2111 API=$(awk '/#define ZEND_EXTENSION_API_NO/{print $3}' Zend/zend_extensions.h)
2112 if [ $API != %{zend_extension_api} ]; then
2113         echo "Set %%define zend_extension_api to $API and re-run."
2114         exit 1
2115 fi
2116
2117 API=$(awk '/#define PDO_DRIVER_API/{print $3}' ext/pdo/php_pdo_driver.h)
2118 if [ $API != %{php_pdo_api_version} ]; then
2119         echo "Set %%define php_pdo_api_version to $API and re-run."
2120         exit 1
2121 fi
2122
2123 # Check for some extension version
2124 ver=$(sed -n '/#define PHP_FILEINFO_VERSION /{s/.* "//;s/".*$//;p}' ext/fileinfo/php_fileinfo.h)
2125 if test "$ver" != "%{fileinfover}"; then
2126         : Error: Upstream FILEINFO version is now ${ver}, expecting %{fileinfover}.
2127         : Update the fileinfover macro and rebuild.
2128         exit 1
2129 fi
2130 ver=$(sed -n '/#define PHP_PHAR_VERSION /{s/.* "//;s/".*$//;p}' ext/phar/php_phar.h)
2131 if test "$ver" != "%{pharver}"; then
2132         : Error: Upstream PHAR version is now ${ver}, expecting %{pharver}.
2133         : Update the pharver macro and rebuild.
2134         exit 1
2135 fi
2136 ver=$(sed -n '/#define PHP_SQLITE3_VERSION/{s/.* "//;s/".*$//;p}' ext/sqlite3/php_sqlite3.h)
2137 if test "$ver" != "%{sqlite3ver}"; then
2138         : Error: Upstream Sqlite3 version is now ${ver}, expecting %{sqlite3ver}.
2139         : Update the sqlite3ver macro and rebuild.
2140         exit 1
2141 fi
2142 ver=$(sed -n '/#define PHP_ZIP_VERSION /{s/.* "//;s/".*$//;p}' ext/zip/php_zip.h)
2143 if test "$ver" != "%{zipver}"; then
2144         : Error: Upstream ZIP version is now ${ver}, expecting %{zipver}.
2145         : Update the zipver macro and rebuild.
2146         exit 1
2147 fi
2148 ver=$(sed -n '/#define PHP_JSON_VERSION /{s/.* "//;s/".*$//;p}' ext/json/php_json.h)
2149 if test "$ver" != "%{jsonver}"; then
2150         : Error: Upstream JSON version is now ${ver}, expecting %{jsonver}.
2151         : Update the jsonver macro and rebuild.
2152         exit 1
2153 fi
2154 ver=$(awk '/#define PHP_ZENDOPCACHE_VERSION/ {print $3}' ext/opcache/ZendAccelerator.h | xargs)
2155 if test "$ver" != "%{opcachever}"; then
2156         : Error: Upstream Zend Opcache version is now ${ver}, expecting %{opcachever}.
2157         : Update the opcachever macro and rebuild.
2158         exit 1
2159 fi
2160 ver=$(sed -n '/#define PHPDBG_VERSION /{s/.* "//;s/".*$//;p}' sapi/phpdbg/phpdbg.h)
2161 if test "$ver" != "%{phpdbgver}"; then
2162         : Error: Upstream phpdbg version is now ${ver}, expecting %{phpdbgver}.
2163         : Update the phpdbgver macro and rebuild.
2164         exit 1
2165 fi
2166 ver=$(sed -rne 's,.*<version>(.+)</version>,\1,p' ext/bz2/package.xml)
2167 if test "$ver" != "%{bz2ver}"; then
2168         : Error: Upstream BZIP2 version is now ${ver}, expecting %{bz2ver}.
2169         : Update the bz2ver macro and rebuild.
2170         exit 1
2171 fi
2172 ver=$(sed -n '/#define PHP_ENCHANT_VERSION /{s/.* "//;s/".*$//;p}' ext/enchant/php_enchant.h)
2173 if test "$ver" != "%{enchantver}"; then
2174         : Error: Upstream Enchant version is now ${ver}, expecting %{enchantver}.
2175         : Update the enchantver macro and rebuild.
2176         exit 1
2177 fi
2178 ver=$(awk '/#define PHP_HASH_VERSION/ {print $3}' ext/hash/php_hash.h | xargs)
2179 if test "$ver" != "%{hashver}"; then
2180         : Error: Upstream HASH version is now ${ver}, expecting %{hashver}.
2181         : Update the hashver macro and rebuild.
2182         exit 1
2183 fi
2184 ver=$(sed -n '/#define PHP_INTL_VERSION /{s/.* "//;s/".*$//;p}' ext/intl/php_intl.h)
2185 if test "$ver" != "%{intlver}"; then
2186         : Error: Upstream Intl version is now ${ver}, expecting %{intlver}.
2187         : Update the intlver macro and rebuild.
2188         exit 1
2189 fi
2190
2191 export EXTENSION_DIR="%{php_extensiondir}"
2192 # configure once (for faster debugging purposes)
2193 if [ ! -f _built-conf ]; then
2194         # now remove Makefile copies
2195         rm -f Makefile.{cgi-fcgi,fpm,cli,apxs1,apxs2,litespeed,phpdbg,milter}
2196         %{__libtoolize}
2197         %{__aclocal}
2198         cp -f /usr/share/automake/config.* .
2199         ./buildconf --force
2200         touch _built-conf
2201 fi
2202 export PROG_SENDMAIL="/usr/lib/sendmail"
2203 export CPPFLAGS="-DDEBUG_FASTCGI -DHAVE_STRNDUP %{rpmcppflags} \
2204         -I%{_includedir}/xmlrpc-epi"
2205
2206 sapis="
2207 cli
2208 %if %{with cgi}
2209 cgi-fcgi
2210 %endif
2211 %if %{with litespeed}
2212 litespeed
2213 %endif
2214 %if %{with fpm}
2215 fpm
2216 %endif
2217 %if %{with embed}
2218 embed
2219 %endif
2220 %if %{with apache2}
2221 apxs2
2222 %endif
2223 %if %{with phpdbg}
2224 phpdbg
2225 %endif
2226 %if %{with milter}
2227 milter
2228 %endif
2229 "
2230 for sapi in $sapis; do
2231         : SAPI $sapi
2232         # skip if already configured (for faster debugging purposes)
2233         [ -f Makefile.$sapi ] && continue
2234
2235         sapi_args=''
2236         case $sapi in
2237         cgi-fcgi)
2238                 sapi_args='--disable-cli'
2239         ;;
2240         cli)
2241                 sapi_args='--disable-cgi %{?with_gcov:--enable-gcov}'
2242         ;;
2243         fpm)
2244                 sapi_args='--disable-cli --disable-cgi --enable-fpm'
2245                 ;;
2246         embed)
2247                 sapi_args='--disable-cli --disable-cgi --enable-embed'
2248                 ;;
2249         apxs2)
2250                 ver=$(rpm -q --qf '%{V}' apache-devel)
2251                 sapi_args="--disable-cli --disable-cgi --with-apxs2=%{apxs2} --with-apache-version=$ver"
2252         ;;
2253         litespeed)
2254                 sapi_args='--disable-cli --disable-cgi --with-litespeed'
2255         ;;
2256         phpdbg)
2257                 sapi_args='--disable-cli --disable-cgi --enable-phpdbg %{?debug:--enable-phpdbg-debug}'
2258         ;;
2259         milter)
2260                 sapi_args='--disable-cli --disable-cgi --with-milter'
2261         ;;
2262         esac
2263
2264         %configure \
2265         $sapi_args \
2266 %if "%{!?configure_cache:0}%{?configure_cache}" == "0"
2267         --cache-file=config.cache \
2268 %endif
2269         --with-libdir=%{_lib} \
2270         --with-config-file-path=%{_sysconfdir} \
2271         --with-config-file-scan-dir=%{_sysconfdir}/conf.d \
2272         --with-system-tzdata \
2273         --%{!?debug:dis}%{?debug:en}able-debug \
2274         %{?with_zts:--enable-maintainer-zts} \
2275         --enable-inline-optimization \
2276         %{__enable_disable bcmath bcmath shared} \
2277         %{__enable_disable calendar calendar shared} \
2278         %{__enable_disable ctype ctype shared} \
2279         %{__enable_disable dba dba shared} \
2280         %{__enable_disable dom dom shared} \
2281         %{?with_systemtap:--enable-dtrace} \
2282         %{__enable_disable exif exif shared} \
2283         %{__enable_disable fileinfo fileinfo shared} \
2284         %{__enable_disable ftp ftp shared} \
2285         --enable-gd-native-ttf \
2286         %{?with_intl:--enable-intl=shared} \
2287         --enable-libxml \
2288         %{__enable_disable mbstring mbstring shared,all} \
2289         --enable-mbregex \
2290         %{__enable_disable pcntl pcntl shared} \
2291         %{__enable_disable pdo pdo shared} \
2292         %{__enable_disable json json shared} \
2293         %{__enable_disable hash hash shared} \
2294         --enable-xmlwriter=shared \
2295 %if %{with fpm}
2296         --with-fpm-user=http \
2297         --with-fpm-group=http \
2298 %endif
2299 %if %{with pdo_dblib}
2300         --with-pdo-dblib=shared \
2301 %endif
2302 %if %{with interbase} && %{without interbase_inst}
2303         --with-pdo-firebird=shared,/usr \
2304 %endif
2305         %{?with_mhash:--with-mhash=yes} \
2306         --with-mysql-sock=/var/lib/mysql/mysql.sock \
2307         %{__with_without pdo_mysql pdo-mysql shared,%{!?with_mysqlnd:/usr}%{?with_mysqlnd:mysqlnd}} \
2308         %{?with_oci:--with-pdo-oci=shared%{?with_instantclient:,instantclient,%{_libdir}}} \
2309         %{?with_odbc:--with-pdo-odbc=shared,unixODBC,/usr} \
2310         %{?with_pgsql:--with-pdo-pgsql=shared} \
2311         %{?with_pdo_sqlite:--with-pdo-sqlite=shared,/usr} \
2312         %{?with_webp:--with-vpx-dir=/usr} \
2313         --without-libexpat-dir \
2314         %{__enable_disable posix posix shared} \
2315         --enable-shared \
2316         %{__enable_disable session session shared} \
2317         --enable-shmop=shared \
2318         --enable-simplexml=shared \
2319         --enable-sysvmsg=shared \
2320         --enable-sysvsem=shared \
2321         --enable-sysvshm=shared \
2322         --enable-soap=shared \
2323         --enable-sockets=shared \
2324         --enable-tokenizer=shared \
2325         %{?with_wddx:--enable-wddx=shared} \
2326         --enable-xml=shared \
2327         --enable-xmlreader=shared \
2328         %{__with_without bz2 bz2 shared} \
2329         %{__with_without curl curl shared} \
2330         --with-db4 \
2331         %{__with_without iconv iconv shared} \
2332         %{?with_enchant:--with-enchant=shared,/usr} \
2333         --with-freetype-dir=shared \
2334         %{__with_without gettext gettext shared} \
2335         %{__with_without gd gd shared%{?with_system_gd:,/usr}} \
2336         --with-gdbm \
2337         %{__with_without gmp gmp shared} \
2338         %{?with_imap:--with-imap=shared --with-imap-ssl} \
2339         %{?with_interbase:--with-interbase=shared%{!?with_interbase_inst:,/usr}} \
2340         --with-jpeg-dir=/usr \
2341         %{?with_ldap:--with-ldap=shared --with-ldap-sasl} \
2342         %{__with_without mcrypt mcrypt shared} \
2343         %{?with_mm:--with-mm} \
2344         %{?with_mysqlnd:--enable-mysqlnd=shared} \
2345         %{__with_without mysql mysql shared,%{!?with_mysqlnd:/usr}%{?with_mysqlnd:mysqlnd}} \
2346         %{?with_mysqli:--with-mysqli=shared,%{!?with_mysqlnd:/usr/bin/mysql_config}%{?with_mysqlnd:mysqlnd}} \
2347         %{?with_oci:--with-oci8=shared%{?with_instantclient:,instantclient,%{_libdir}}} \
2348         %{__enable_disable opcache opcache shared} \
2349         %{?with_openssl:--with-openssl=shared} \
2350         %{?with_kerberos5:--with-kerberos} \
2351         --with-tcadb=/usr \
2352         %{__with_without pcre pcre-regex /usr} \
2353         %{__enable_disable filter filter shared} \
2354         --with-pear=%{php_pear_dir} \
2355         %{__with_without pgsql pgsql shared,/usr} \
2356         %{__enable_disable phar phar shared} \
2357         --with-png-dir=/usr \
2358         %{?with_pspell:--with-pspell=shared} \
2359         %{__with_without readline readline shared} \
2360         %{?with_recode:--with-recode=shared} \
2361         %{__with_without ereg regex system} \
2362         %{?with_snmp:--with-snmp=shared} \
2363         %{!?with_pdo_sqlite:--without-pdo-sqlite} \
2364         %{__with_without sqlite3 sqlite3 shared,/usr} \
2365         %{?with_tidy:--with-tidy=shared} \
2366         %{?with_odbc:--with-unixODBC=shared,/usr} \
2367         %{__with_without xmlrpc xmlrpc shared,/usr} \
2368         --with-xsl=shared \
2369         --with-zlib=shared \
2370         --with-zlib-dir=shared,/usr \
2371         %{?with_system_libzip:--with-libzip} \
2372         --enable-zip=shared,/usr \
2373
2374         # save for debug
2375         cp -f Makefile Makefile.$sapi
2376         cp -f main/php_config.h php_config.h.$sapi
2377         cp -f config.log config.log.$sapi
2378 done
2379
2380 # as we build each SAPI in own make, adjust php-config.in forehead
2381 sapis=$(%{__sed} -rne 's/^PHP_INSTALLED_SAPIS = (.+)/\1/p' Makefile.* | tr ' ' '\n' | sort -u | xargs)
2382 %{__sed} -i -e "s,@PHP_INSTALLED_SAPIS@,$sapis," scripts/php-config.in
2383
2384 # must make libphp_common first, so modules can link against it.
2385 cp -af php_config.h.cli main/php_config.h
2386 cp -af Makefile.cli Makefile
2387 %{__make} libphp_common.la
2388 # hack: MYSQLND_SHARED_LIBADD not initialized
2389 %{__make} build-modules \
2390         MYSQLND_SHARED_LIBADD="-lssl -lcrypto"
2391
2392 %if %{with apache2}
2393 %{__make} libtool-sapi LIBTOOL_SAPI=sapi/apache2handler/libphp7.la -f Makefile.apxs2
2394 %endif
2395
2396 %if %{with litespeed}
2397 %{__make} -f Makefile.litespeed litespeed
2398 %endif
2399
2400 %if %{with embed}
2401 %{__make} -f Makefile.embed libphp7.la
2402 %endif
2403
2404 %if %{with phpdbg}
2405 # PHP_READLINE_LIBS is empty, so force readline here
2406 %{__make} -f Makefile.phpdbg phpdbg \
2407         PHPDBG_EXTRA_LIBS=-lreadline
2408 %endif
2409
2410 %if %{with milter}
2411 %{__make} -f Makefile.milter milter
2412 %endif
2413
2414 # CGI/FCGI
2415 %if %{with cgi}
2416 cp -pf php_config.h.cgi-fcgi main/php_config.h
2417 %{__make} -f Makefile.cgi-fcgi
2418 [ "$(echo '<?=php_sapi_name();' | ./sapi/cgi/php-cgi -qn)" = "cgi-fcgi" ]
2419 %endif
2420
2421 # PHP FPM
2422 %if %{with fpm}
2423 cp -pf php_config.h.fpm main/php_config.h
2424 %{__make} -f Makefile.fpm
2425 [ $(./sapi/fpm/php-fpm -n -m | grep cgi-fcgi) = "cgi-fcgi" ]
2426 %endif
2427
2428 # CLI
2429 cp -pf php_config.h.cli main/php_config.h
2430 %{__make} -f Makefile.cli
2431 [ "$(echo '<?=php_sapi_name();' | ./sapi/cli/php -qn)" = "cli" ]
2432
2433 # check for stupid xml parse breakage where &lt; and &gt; just get lost in parse result
2434 ./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"]));'
2435
2436 # Generate stub .ini files for each extension
2437 rm -rf conf.d
2438 install -d conf.d
2439 generate_inifiles() {
2440         for so in modules/*.so; do
2441                 mod=$(basename $so .so)
2442                 ext=extension
2443                 # opcache.so is zend extension
2444                 nm $so | grep -q zend_extension_entry && ext=zend_extension
2445                 conf="$mod.ini"
2446                 # xml needs to be loaded before wddx
2447                 [ "$mod" = "wddx" ] && conf="xml_$mod.ini"
2448                 # pre needs to be loaded before SPL
2449                 [ "$mod" = "pcre" ] && conf="PCRE.ini"
2450                 # spl needs to be loaded before mysqli
2451                 [ "$mod" = "spl" ] && conf="SPL.ini"
2452                 # session needs to be loaded before php-pecl-http, php-pecl-memcache, php-pecl-session_mysql
2453                 [ "$mod" = "session" ] && conf="Session.ini"
2454                 # mysqlnd needs to be loaded before mysqli,pdo_mysqli
2455                 [ "$mod" = "mysqlnd" ] && conf="MySQLND.ini"
2456                 echo "+ $conf"
2457                 cat > conf.d/$conf <<-EOF
2458                         ; Enable $mod $ext module
2459                         $ext=$mod.so
2460                 EOF
2461         done
2462 }
2463 generate_inifiles
2464
2465 # Check that the module inner-dependencies are intact
2466 PHP=./sapi/cli/php EXTENSION_DIR=modules CONFIG_DIR=conf.d ./dep-tests.sh > dep-tests.log
2467 if grep -v OK dep-tests.log; then
2468         echo >&2 "The results above were not expected"
2469         exit 1
2470 fi
2471
2472 %if %{with gcov}
2473 # Use CLI SAPI
2474 cp -pf php_config.h.cli main/php_config.h
2475 cp -pf Makefile.cli Makefile
2476 %{__make} lcov
2477 # you really don't want to package result of gcov build
2478 exit 1
2479 %endif
2480
2481 cat <<'EOF' > run-tests.sh
2482 #!/bin/sh
2483 export NO_INTERACTION=1 REPORT_EXIT_STATUS=1 MALLOC_CHECK_=2
2484 export SKIP_ONLINE_TESTS=1
2485 unset TZ LANG LC_ALL || :
2486 %{__make} test \
2487         EXTENSION_DIR=modules \
2488         PHP_TEST_SHARED_SYSTEM_EXTENSIONS= \
2489         RUN_TESTS_SETTINGS="-q $*"
2490 EOF
2491 chmod +x run-tests.sh
2492
2493 %if %{with tests}
2494 # Run tests, using the CLI SAPI
2495 cp -pf php_config.h.cli main/php_config.h
2496 cp -pf Makefile.cli Makefile
2497
2498 ./run-tests.sh -w failed.log -s tests.log || {
2499 rc=$?
2500
2501 # collect failed tests into cleanup script used in prep.
2502 sed -ne '/^FAILED TEST SUMMARY/,/^===/p' tests.log | sed -e '1,/^---/d;/^===/,$d' > tests-failed.log
2503 sed -ne '/^via/d;/\[.*\]/{s/\t*\(.*\) \[\(.*\)\]\(.*\)/# \1\3\nmv \2{,.skip}/p}' tests-failed.log \
2504         >> %{_sourcedir}/skip-tests.sh
2505
2506 # if on builders, dump test log
2507 tty -q || cat tests.log
2508
2509 test ! -s failed.log
2510 exit $rc
2511 }
2512 %endif
2513
2514 %install
2515 rm -rf $RPM_BUILD_ROOT
2516 install -d $RPM_BUILD_ROOT{%{_libdir}/{php,apache{,1}},%{_sysconfdir}/{apache,cgi}} \
2517         $RPM_BUILD_ROOT{%{_sbindir},%{_bindir}} \
2518         $RPM_BUILD_ROOT/etc/{apache/conf.d,httpd/conf.d} \
2519         $RPM_BUILD_ROOT%{_mandir}/man{1,8} \
2520
2521 cp -pf php_config.h.cli main/php_config.h
2522 cp -pf Makefile.cli Makefile
2523 %{__make} install \
2524         phpbuilddir=%{_libdir}/%{name}/build \
2525         INSTALL_ROOT=$RPM_BUILD_ROOT
2526
2527 # version the .phar files
2528 mv $RPM_BUILD_ROOT%{_bindir}/phar{,%{ver_suffix}}.phar
2529 mv $RPM_BUILD_ROOT%{_mandir}/man1/phar{,%{ver_suffix}}.1
2530 # make link relative
2531 ln -sfn phar%{ver_suffix}.phar $RPM_BUILD_ROOT%{_bindir}/phar
2532 ln -sfn phar%{ver_suffix}.1 $RPM_BUILD_ROOT%{_mandir}/man1/phar.1
2533
2534 # version suffix
2535 v=$(echo %{version} | cut -d. -f1-2)
2536
2537 # install Apache2 DSO module
2538 %if %{with apache2}
2539 libtool --mode=install install -p sapi/apache2handler/libphp7.la $RPM_BUILD_ROOT%{_libdir}/apache
2540 mv $RPM_BUILD_ROOT%{_libdir}/apache/libphp7{,-$v}.so
2541 ln -s libphp7-$v.so $RPM_BUILD_ROOT%{_libdir}/apache/mod_php.so
2542 %endif
2543
2544 # install litespeed sapi
2545 %if %{with litespeed}
2546 libtool --mode=install install -p sapi/litespeed/php $RPM_BUILD_ROOT%{_sbindir}/%{name}.litespeed
2547 %endif
2548
2549 %if %{with phpdbg}
2550 %{__make} -f Makefile.phpdbg install-phpdbg \
2551         INSTALL_ROOT=$RPM_BUILD_ROOT
2552 %endif
2553
2554 %if %{with milter}
2555 %{__make} -f Makefile.milter install-milter \
2556         INSTALL_ROOT=$RPM_BUILD_ROOT
2557 %endif
2558
2559 libtool --mode=install install -p libphp_common.la $RPM_BUILD_ROOT%{_libdir}
2560
2561 # install CGI/FCGI
2562 %if %{with cgi}
2563 # install-cgi
2564 libtool --mode=install install -p sapi/cgi/php-cgi $RPM_BUILD_ROOT%{_bindir}/%{name}.cgi
2565 ln -sf %{name}.cgi $RPM_BUILD_ROOT%{_bindir}/%{name}.fcgi
2566 cp -p %{SOURCE3} $RPM_BUILD_ROOT%{_sysconfdir}/php-cgi-fcgi.ini
2567 %endif
2568
2569 # install FCGI PM
2570 %if %{with fpm}
2571 install -d $RPM_BUILD_ROOT{%{_sysconfdir}/php-fpm.d,%{_sbindir}}
2572 libtool --mode=install install -p sapi/fpm/php-fpm $RPM_BUILD_ROOT%{_sbindir}/%{name}-fpm
2573 cp -p sapi/fpm/php-fpm.8 $RPM_BUILD_ROOT%{_mandir}/man8/%{name}-fpm.8
2574 cp -p sapi/fpm/php-fpm.conf $RPM_BUILD_ROOT%{_sysconfdir}
2575 cp -p sapi/fpm/www.conf $RPM_BUILD_ROOT%{_sysconfdir}/php-fpm.d
2576 install -d $RPM_BUILD_ROOT/etc/rc.d/init.d
2577 install -p %{SOURCE10} $RPM_BUILD_ROOT/etc/rc.d/init.d/%{name}-fpm
2578 install -d $RPM_BUILD_ROOT/etc/logrotate.d
2579 cp -p %{SOURCE11} $RPM_BUILD_ROOT/etc/logrotate.d/%{name}-fpm
2580 %if "%{pld_release}" == "ac"
2581 %{__sed} -i -e '/su/d' $RPM_BUILD_ROOT/etc/logrotate.d/%{name}-fpm
2582 %endif
2583
2584 %{__sed} -i -e '
2585         s#/usr/lib/php#%{php_extensiondir}#
2586         s#/etc/php/#%{_sysconfdir}/#
2587         s#@processname@#%{name}-fpm#g
2588 ' $RPM_BUILD_ROOT{/etc/{rc.d/init.d/%{name}-fpm,logrotate.d/%{name}-fpm},%{_sysconfdir}/php-fpm.conf,%{_sysconfdir}/php-fpm.d/www.conf}
2589 %endif
2590
2591 # install Embedded API
2592 %if %{with embed}
2593 # we could use install-headers from Makefile.embed, but that would reinstall all headers
2594 # install-sapi installs to wrong dir, so just do it all manually
2595 install -d $RPM_BUILD_ROOT%{_includedir}/php/sapi/embed
2596 install -p libs/libphp7.so $RPM_BUILD_ROOT%{_libdir}
2597 cp -p sapi/embed/php_embed.h $RPM_BUILD_ROOT%{_includedir}/php/sapi/embed
2598 %endif
2599
2600 # install CLI
2601 # versioned suffix is always installed
2602 libtool --mode=install install -p sapi/cli/php $RPM_BUILD_ROOT%{_bindir}/php%{ver_suffix}
2603 cp -p sapi/cli/php.1 $RPM_BUILD_ROOT%{_mandir}/man1/php%{ver_suffix}.1
2604 echo ".so php%{ver_suffix}.1" >$RPM_BUILD_ROOT%{_mandir}/man1/php.1
2605 ln -sf php%{ver_suffix} $RPM_BUILD_ROOT%{_bindir}/php
2606
2607 cp -p php.ini $RPM_BUILD_ROOT%{_sysconfdir}/php.ini
2608 cp -p %{SOURCE5} $RPM_BUILD_ROOT%{_sysconfdir}/php-cli.ini
2609
2610 %if %{with apache2}
2611 cp -p %{SOURCE2} $RPM_BUILD_ROOT/etc/httpd/conf.d/70_mod_php.conf
2612 cp -p %{SOURCE4} $RPM_BUILD_ROOT%{_sysconfdir}/php-apache2handler.ini
2613 %{__rm} -f $RPM_BUILD_ROOT%{_libdir}/apache/libphp7.la
2614 %endif
2615
2616 # ensure that paths are correct for current php version and arch
2617 grep -El '/etc/php/|/usr/lib/php/' $RPM_BUILD_ROOT%{_sysconfdir}/*.ini | xargs -r \
2618 %{__sed} -i -e '
2619         s#/usr/lib/php#%{php_extensiondir}#
2620         s#/etc/php#%{_sysconfdir}#
2621 '
2622
2623 install -d $RPM_BUILD_ROOT%{_sysconfdir}/conf.d
2624 cp -p conf.d/*.ini $RPM_BUILD_ROOT%{_sysconfdir}/conf.d
2625
2626 # per SAPI ini directories
2627 install -d $RPM_BUILD_ROOT%{_sysconfdir}/{cgi-fcgi,cli,apache,apache2handler}.d
2628
2629 # for CLI SAPI only
2630 mv $RPM_BUILD_ROOT%{_sysconfdir}/{conf.d/readline.ini,cli.d}
2631
2632 # use system automake and {lib,sh}tool
2633 ln -snf /usr/share/automake/config.{guess,sub} $RPM_BUILD_ROOT%{_libdir}/%{name}/build
2634 ln -snf %{_bindir}/shtool $RPM_BUILD_ROOT%{_libdir}/%{name}/build
2635 for fn in libtool.m4 lt~obsolete.m4 ltoptions.m4 ltsugar.m4 ltversion.m4; do
2636         f=%{_aclocaldir}/$fn
2637         test -f $f || continue
2638         ln -snf $f $RPM_BUILD_ROOT%{_libdir}/%{name}/build
2639 done
2640 for fn in ltmain.sh config/ltmain.sh build-aux/ltmain.sh; do
2641         f=/usr/share/libtool/$fn
2642         test -f $f || continue
2643         ln -snf $f $RPM_BUILD_ROOT%{_libdir}/%{name}/build
2644         break
2645 done
2646 sed -i -e '/^phpdir/ s,/php/build,/%{name}/build,' $RPM_BUILD_ROOT%{_bindir}/phpize
2647
2648 # for php-pecl-mailparse
2649 install -d $RPM_BUILD_ROOT%{_includedir}/php/ext/mbstring
2650 cp -p ext/mbstring/libmbfl/mbfl/*.h $RPM_BUILD_ROOT%{_includedir}/php/ext/mbstring
2651
2652 # tests
2653 install -d $RPM_BUILD_ROOT%{php_data_dir}/tests/php
2654 install -p run-tests.php $RPM_BUILD_ROOT%{php_data_dir}/tests/php/run-tests.php
2655 cp -a tests/* $RPM_BUILD_ROOT%{php_data_dir}/tests/php
2656
2657 # fix install paths, avoid evil rpaths
2658 sed -i -e "s|^libdir=.*|libdir='%{_libdir}'|" $RPM_BUILD_ROOT%{_libdir}/libphp_common.la
2659 # better solution?
2660 sed -i -e 's|libphp_common.la|$(libdir)/libphp_common.la|' $RPM_BUILD_ROOT%{_libdir}/%{name}/build/acinclude.m4
2661
2662 %clean
2663 rm -rf $RPM_BUILD_ROOT
2664
2665 %post -n apache-mod_%{name}
2666 if [ "$1" = "1" ]; then
2667         %service -q httpd restart
2668 fi
2669
2670 %postun -n apache-mod_%{name}
2671 if [ "$1" = "0" ]; then
2672         %service -q httpd restart
2673 fi
2674
2675 %pre fpm
2676 %useradd -u 51 -r -s /bin/false -c "HTTP User" -g http http
2677
2678 %post fpm
2679 /sbin/chkconfig --add %{name}-fpm
2680 %service %{name}-fpm restart
2681
2682 %preun fpm
2683 if [ "$1" = "0" ]; then
2684         %service %{name}-fpm stop
2685         /sbin/chkconfig --del %{name}-fpm
2686 fi
2687
2688 %postun fpm
2689 if [ "$1" = "0" ]; then
2690         %userremove http
2691 fi
2692
2693 %post   embedded -p /sbin/ldconfig
2694 %postun embedded -p /sbin/ldconfig
2695
2696 %post common
2697 # PHP 5.3 requires timezone being setup, try setup it from tzdata
2698 if ! grep -q '^date.timezone[[:space:]]*=' %{_sysconfdir}/php.ini && [ -f /etc/sysconfig/timezone ]; then
2699         TIMEZONE=
2700         . /etc/sysconfig/timezone
2701         if [ "$TIMEZONE" ]; then
2702                 %{__sed} -i -e "s,^;date.timezone[[:space:]]*=.*,date.timezone = $TIMEZONE," %{_sysconfdir}/php.ini
2703         fi
2704 fi
2705
2706 %posttrans common
2707 # minimizing apache restarts logics. we restart webserver:
2708 #
2709 # 1. at the end of transaction. (posttrans, feature from rpm 4.4.2)
2710 # 2. first install of extension (post: $1 = 1)
2711 # 2. uninstall of extension (postun: $1 == 0)
2712 #
2713 # the strict internal deps between extensions (and apache modules) and
2714 # common package are very important for all this to work.
2715
2716 # restart webserver at the end of transaction
2717 [ ! -f /etc/apache/conf.d/??_mod_php.conf ] || %service -q apache restart
2718 [ ! -f /etc/httpd/conf.d/??_mod_php.conf ] || %service -q httpd restart
2719
2720 %triggerpostun common -- php-common < 4:5.3.28-7
2721 # migrate configs /etc/php/conf.d -> /etc/phpXY/conf.d/
2722 # do config migration in php-common trigger, as the trigger is ran after all packages are upgraded
2723 # this way we can stick to one trigger, instead of attaching one for each (sub)package!
2724 for f in /etc/php/*.ini.rpmsave /etc/php/*.d/*.ini.rpmsave; do
2725         test -f "$f" || continue
2726         bn=${f#/etc/php/}
2727         dn=${bn%/*}
2728         fn=${bn#*/}
2729         test "$dn" = "$fn" && dn=
2730         fn=${fn%.rpmsave}
2731         nf=%{_sysconfdir}/$dn/$fn
2732         test -f "$nf" || continue
2733         cp -vfb $nf{,.rpmnew}
2734         cp -vfb $f $nf
2735         %{__sed} -i -e '
2736                 s#%{_libdir}/php#%{_libdir}/%{name}#
2737                 s#/etc/php#%{_sysconfdir}#
2738         ' $nf
2739 done
2740
2741 %triggerpostun common -- %{name}-common < 4:5.6.4-2, php-common < 4:5.6.4-2
2742 # switch to browscap package if the ini file has original value
2743 %{__sed} -i -e 's#%{_sysconfdir}/browscap.ini#/usr/share/browscap/php_browscap.ini#' %{_sysconfdir}/php.ini
2744 # disable browscap, if optional package not present
2745 if [ ! -e /usr/share/browscap/php_browscap.ini ]; then
2746         %{__sed} -i -e 's#^browscap = /usr/share/browscap/php_browscap.ini#;&#' %{_sysconfdir}/php.ini
2747 fi
2748
2749 %triggerpostun -n apache-mod_%{name} -- apache-mod_%{name} < 4:7.0.0-2.RC4
2750 sed -i -e 's#modules/libphp[57].so#modules/mod_php.so#g' /etc/httpd/conf.d/*_mod_php.conf
2751
2752 # common macros called at extension post/postun scriptlet
2753 %define extension_scripts() \
2754 %post %1 \
2755 if [ "$1" = "1" ]; then \
2756         %php_webserver_restart \
2757 fi \
2758 \
2759 %postun %1 \
2760 if [ "$1" = "0" ]; then \
2761         %php_webserver_restart \
2762 fi
2763 %{nil}
2764
2765 # extension scripts defines
2766 %extension_scripts bcmath
2767 %extension_scripts bz2
2768 %extension_scripts calendar
2769 %extension_scripts ctype
2770 %extension_scripts curl
2771 %extension_scripts dba
2772 %extension_scripts dom
2773 %extension_scripts enchant
2774 %extension_scripts exif
2775 %extension_scripts fileinfo
2776 %extension_scripts filter
2777 %extension_scripts ftp
2778 %extension_scripts gd
2779 %extension_scripts gettext
2780 %extension_scripts gmp
2781 %extension_scripts hash
2782 %extension_scripts iconv
2783 %extension_scripts imap
2784 %extension_scripts interbase
2785 %extension_scripts intl
2786 %extension_scripts json
2787 %extension_scripts ldap
2788 %extension_scripts mbstring
2789 %extension_scripts mcrypt
2790 %extension_scripts mysqli
2791 %extension_scripts mysqlnd
2792 %extension_scripts oci8
2793 %extension_scripts odbc
2794 %extension_scripts opcache
2795 %extension_scripts openssl
2796 %extension_scripts pcre
2797 %extension_scripts pdo
2798 %extension_scripts pdo-dblib
2799 %extension_scripts pdo-firebird
2800 %extension_scripts pdo-oci
2801 %extension_scripts pdo-mysql
2802 %extension_scripts pdo-odbc
2803 %extension_scripts pdo-pgsql
2804 %extension_scripts pdo-sqlite
2805 %extension_scripts pgsql
2806 %extension_scripts phar
2807 %extension_scripts pcntl
2808 %extension_scripts posix
2809 %extension_scripts pspell
2810 %extension_scripts recode
2811 %extension_scripts session
2812 %extension_scripts shmop
2813 %extension_scripts simplexml
2814 %extension_scripts snmp
2815 %extension_scripts soap
2816 %extension_scripts sockets
2817 %extension_scripts spl
2818 %extension_scripts sqlite3
2819 %extension_scripts sysvmsg
2820 %extension_scripts sysvsem
2821 %extension_scripts sysvshm
2822 %extension_scripts tidy
2823 %extension_scripts tokenizer
2824 %extension_scripts wddx
2825 %extension_scripts xml
2826 %extension_scripts xmlreader
2827 %extension_scripts xmlrpc
2828 %extension_scripts xmlwriter
2829 %extension_scripts xsl
2830 %extension_scripts zip
2831 %extension_scripts zlib
2832
2833 %if %{with apache2}
2834 %files -n apache-mod_%{name}
2835 %defattr(644,root,root,755)
2836 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/httpd/conf.d/*_mod_php.conf
2837 %dir %{_sysconfdir}/apache2handler.d
2838 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/php-apache2handler.ini
2839 %attr(755,root,root) %{_libdir}/apache/mod_php.so
2840 %attr(755,root,root) %{_libdir}/apache/libphp7-*.*.so
2841 %endif
2842
2843 %if %{with litespeed}
2844 %files litespeed
2845 %defattr(644,root,root,755)
2846 %attr(755,root,root) %{_sbindir}/%{name}.litespeed
2847 %endif
2848
2849 %if %{with cgi}
2850 %files cgi
2851 %defattr(644,root,root,755)
2852 %dir %{_sysconfdir}/cgi-fcgi.d
2853 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/php-cgi-fcgi.ini
2854 %attr(755,root,root) %{_bindir}/%{name}.cgi
2855 %attr(755,root,root) %{_bindir}/%{name}.fcgi
2856 %endif
2857
2858 %if %{with embed}
2859 %files embedded
2860 %defattr(644,root,root,755)
2861 %attr(755,root,root) %{_libdir}/libphp7.so
2862 %endif
2863
2864 %files cli
2865 %defattr(644,root,root,755)
2866 %dir %{_sysconfdir}/cli.d
2867 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/php-cli.ini
2868 %attr(755,root,root) %{_bindir}/php%{ver_suffix}
2869 %{_mandir}/man1/php%{ver_suffix}.1*
2870
2871 %files program
2872 %defattr(644,root,root,755)
2873 %attr(755,root,root) %{_bindir}/php
2874 %{_mandir}/man1/php.1*
2875
2876 %if %{with fpm}
2877 %files fpm
2878 %defattr(644,root,root,755)
2879 %doc sapi/fpm/{CREDITS,LICENSE}
2880 %dir %{_sysconfdir}/php-fpm.d
2881 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/php-fpm.conf
2882 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/php-fpm.d/www.conf
2883 %attr(755,root,root) %{_sbindir}/%{name}-fpm
2884 %{_mandir}/man8/%{name}-fpm.8*
2885 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/logrotate.d/%{name}-fpm
2886 %attr(754,root,root) /etc/rc.d/init.d/%{name}-fpm
2887 %endif
2888
2889 %if %{with phpdbg}
2890 %files phpdbg
2891 %defattr(644,root,root,755)
2892 %attr(755,root,root) %{_bindir}/phpdbg
2893 %{_mandir}/man1/phpdbg.1*
2894 %endif
2895
2896 %if %{with milter}
2897 %files milter
2898 %defattr(644,root,root,755)
2899 %attr(755,root,root) %{_bindir}/php-milter
2900 %endif
2901
2902 %files common
2903 %defattr(644,root,root,755)
2904 %doc CREDITS EXTENSIONS LICENSE NEWS README.namespaces UPGRADING* Zend/{LICENSE.Zend,ZEND_CHANGES} php.ini-*
2905 %dir %{_sysconfdir}
2906 %dir %{_sysconfdir}/conf.d
2907 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/php.ini
2908 %attr(755,root,root) %{_libdir}/libphp_common-*.so
2909 %dir %{php_extensiondir}
2910
2911 %doc ext/session/mod_files.sh
2912
2913 %files devel
2914 %defattr(644,root,root,755)
2915 %doc CODING_STANDARDS README.{EXT_SKEL,PARAMETER_PARSING_API,SELF-CONTAINED-EXTENSIONS,STREAMS,SUBMITTING_PATCH,TESTING,TESTING2,UNIX-BUILD-SYSTEM,input_filter}
2916 %attr(755,root,root) %{_bindir}/phpize
2917 %attr(755,root,root) %{_bindir}/php-config
2918 %attr(755,root,root) %{_libdir}/libphp_common.so
2919 %{_libdir}/libphp_common.la
2920 %{_includedir}/php
2921 %{_libdir}/%{name}/build
2922 %{_mandir}/man1/php-config.1*
2923 %{_mandir}/man1/phpize.1*
2924
2925 %if %{with bcmath}
2926 %files bcmath
2927 %defattr(644,root,root,755)
2928 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/bcmath.ini
2929 %attr(755,root,root) %{php_extensiondir}/bcmath.so
2930 %endif
2931
2932 %if %{with bz2}
2933 %files bz2
2934 %defattr(644,root,root,755)
2935 %doc ext/bz2/CREDITS
2936 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/bz2.ini
2937 %attr(755,root,root) %{php_extensiondir}/bz2.so
2938 %endif
2939
2940 %if %{with calendar}
2941 %files calendar
2942 %defattr(644,root,root,755)
2943 %doc ext/calendar/CREDITS
2944 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/calendar.ini
2945 %attr(755,root,root) %{php_extensiondir}/calendar.so
2946 %endif
2947
2948 %if %{with ctype}
2949 %files ctype
2950 %defattr(644,root,root,755)
2951 %doc ext/calendar/CREDITS
2952 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/ctype.ini
2953 %attr(755,root,root) %{php_extensiondir}/ctype.so
2954 %endif
2955
2956 %if %{with curl}
2957 %files curl
2958 %defattr(644,root,root,755)
2959 %doc ext/curl/CREDITS
2960 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/curl.ini
2961 %attr(755,root,root) %{php_extensiondir}/curl.so
2962 %endif
2963
2964 %if %{with dba}
2965 %files dba
2966 %defattr(644,root,root,755)
2967 %doc ext/dba/{CREDITS,README}
2968 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/dba.ini
2969 %attr(755,root,root) %{php_extensiondir}/dba.so
2970 %endif
2971
2972 %if %{with dom}
2973 %files dom
2974 %defattr(644,root,root,755)
2975 %doc ext/dom/{CREDITS,TODO}
2976 %doc ext/dom/examples
2977 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/dom.ini
2978 %attr(755,root,root) %{php_extensiondir}/dom.so
2979 %endif
2980
2981 %if %{with enchant}
2982 %files enchant
2983 %defattr(644,root,root,755)
2984 %doc ext/enchant/{CREDITS,docs/examples}
2985 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/enchant.ini
2986 %attr(755,root,root) %{php_extensiondir}/enchant.so
2987 %endif
2988
2989 %if %{with exif}
2990 %files exif
2991 %defattr(644,root,root,755)
2992 %doc ext/exif/CREDITS
2993 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/exif.ini
2994 %attr(755,root,root) %{php_extensiondir}/exif.so
2995 %endif
2996
2997 %if %{with fileinfo}
2998 %files fileinfo
2999 %defattr(644,root,root,755)
3000 %doc ext/fileinfo/CREDITS
3001 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/fileinfo.ini
3002 %attr(755,root,root) %{php_extensiondir}/fileinfo.so
3003 %endif
3004
3005 %if %{with filter}
3006 %files filter
3007 %defattr(644,root,root,755)
3008 %doc ext/filter/{CREDITS,docs/*}
3009 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/filter.ini
3010 %attr(755,root,root) %{php_extensiondir}/filter.so
3011 %endif
3012
3013 %if %{with ftp}
3014 %files ftp
3015 %defattr(644,root,root,755)
3016 %doc ext/ftp/CREDITS
3017 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/ftp.ini
3018 %attr(755,root,root) %{php_extensiondir}/ftp.so
3019 %endif
3020
3021 %if %{with gd}
3022 %files gd
3023 %defattr(644,root,root,755)
3024 %doc ext/gd/CREDITS
3025 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/gd.ini
3026 %attr(755,root,root) %{php_extensiondir}/gd.so
3027 %endif
3028
3029 %if %{with gettext}
3030 %files gettext
3031 %defattr(644,root,root,755)
3032 %doc ext/gettext/CREDITS
3033 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/gettext.ini
3034 %attr(755,root,root) %{php_extensiondir}/gettext.so
3035 %endif
3036
3037 %if %{with gmp}
3038 %files gmp
3039 %defattr(644,root,root,755)
3040 %doc ext/gmp/{CREDITS,README,TODO}
3041 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/gmp.ini
3042 %attr(755,root,root) %{php_extensiondir}/gmp.so
3043 %endif
3044
3045 %if %{with hash}
3046 %files hash
3047 %defattr(644,root,root,755)
3048 %doc ext/hash/{CREDITS,README}
3049 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/hash.ini
3050 %attr(755,root,root) %{php_extensiondir}/hash.so
3051 %endif
3052
3053 %if %{with iconv}
3054 %files iconv
3055 %defattr(644,root,root,755)
3056 %doc ext/iconv/CREDITS
3057 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/iconv.ini
3058 %attr(755,root,root) %{php_extensiondir}/iconv.so
3059 %endif
3060
3061 %if %{with imap}
3062 %files imap
3063 %defattr(644,root,root,755)
3064 %doc ext/imap/CREDITS
3065 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/imap.ini
3066 %attr(755,root,root) %{php_extensiondir}/imap.so
3067 %endif
3068
3069 %if %{with interbase}
3070 %files interbase
3071 %defattr(644,root,root,755)
3072 %doc ext/interbase/CREDITS
3073 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/interbase.ini
3074 %attr(755,root,root) %{php_extensiondir}/interbase.so
3075 %endif
3076
3077 %if %{with intl}
3078 %files intl
3079 %defattr(644,root,root,755)
3080 %doc ext/intl/{CREDITS,TODO}
3081 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/intl.ini
3082 %attr(755,root,root) %{php_extensiondir}/intl.so
3083 %endif
3084
3085 %if %{with json}
3086 %files json
3087 %defattr(644,root,root,755)
3088 %doc ext/json/CREDITS
3089 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/json.ini
3090 %attr(755,root,root) %{php_extensiondir}/json.so
3091 %endif
3092
3093 %if %{with ldap}
3094 %files ldap
3095 %defattr(644,root,root,755)
3096 %doc ext/ldap/CREDITS
3097 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/ldap.ini
3098 %attr(755,root,root) %{php_extensiondir}/ldap.so
3099 %endif
3100
3101 %if %{with mbstring}
3102 %files mbstring
3103 %defattr(644,root,root,755)
3104 %doc ext/mbstring/{CREDITS,README*}
3105 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/mbstring.ini
3106 %attr(755,root,root) %{php_extensiondir}/mbstring.so
3107 %endif
3108
3109 %if %{with mcrypt}
3110 %files mcrypt
3111 %defattr(644,root,root,755)
3112 %doc ext/mcrypt/{CREDITS,TODO}
3113 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/mcrypt.ini
3114 %attr(755,root,root) %{php_extensiondir}/mcrypt.so
3115 %endif
3116
3117 %if %{with mysqli}
3118 %files mysqli
3119 %defattr(644,root,root,755)
3120 %doc ext/mysqli/{CREDITS,TODO}
3121 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/mysqli.ini
3122 %attr(755,root,root) %{php_extensiondir}/mysqli.so
3123 %endif
3124
3125 %if %{with mysqlnd}
3126 %files mysqlnd
3127 %defattr(644,root,root,755)
3128 %doc ext/mysqlnd/CREDITS
3129 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/MySQLND.ini
3130 %attr(755,root,root) %{php_extensiondir}/mysqlnd.so
3131 %endif
3132
3133 %if %{with oci}
3134 %files oci8
3135 %defattr(644,root,root,755)
3136 %doc ext/oci8/{CREDITS,README}
3137 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/oci8.ini
3138 %attr(755,root,root) %{php_extensiondir}/oci8.so
3139 %endif
3140
3141 %if %{with odbc}
3142 %files odbc
3143 %defattr(644,root,root,755)
3144 %doc ext/odbc/CREDITS
3145 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/odbc.ini
3146 %attr(755,root,root) %{php_extensiondir}/odbc.so
3147 %endif
3148
3149 %if %{with opcache}
3150 %files opcache
3151 %defattr(644,root,root,755)
3152 %doc ext/opcache/README
3153 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/opcache.ini
3154 %attr(755,root,root) %{php_extensiondir}/opcache.so
3155 %endif
3156
3157 %if %{with openssl}
3158 %files openssl
3159 %defattr(644,root,root,755)
3160 %doc ext/openssl/{CREDITS,README}
3161 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/openssl.ini
3162 %attr(755,root,root) %{php_extensiondir}/openssl.so
3163 %endif
3164
3165 %if %{with pcntl}
3166 %files pcntl
3167 %defattr(644,root,root,755)
3168 %doc ext/pcntl/{CREDITS,README}
3169 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/pcntl.ini
3170 %attr(755,root,root) %{php_extensiondir}/pcntl.so
3171 %endif
3172
3173 %if %{with pcre}
3174 %files pcre
3175 %defattr(644,root,root,755)
3176 %doc ext/pcre/CREDITS
3177 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/PCRE.ini
3178 %attr(755,root,root) %{php_extensiondir}/pcre.so
3179 %endif
3180
3181 %if %{with pdo}
3182 %files pdo
3183 %defattr(644,root,root,755)
3184 %doc ext/pdo/{CREDITS,README,TODO}
3185 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/pdo.ini
3186 %attr(755,root,root) %{php_extensiondir}/pdo.so
3187 %endif
3188
3189 %if %{with pdo_dblib}
3190 %files pdo-dblib
3191 %defattr(644,root,root,755)
3192 %doc ext/pdo_dblib/{CREDITS,README}
3193 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/pdo_dblib.ini
3194 %attr(755,root,root) %{php_extensiondir}/pdo_dblib.so
3195 %endif
3196
3197 %if %{with interbase} && !%{with interbase_inst}
3198 %files pdo-firebird
3199 %defattr(644,root,root,755)
3200 %doc ext/pdo_firebird/CREDITS
3201 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/pdo_firebird.ini
3202 %attr(755,root,root) %{php_extensiondir}/pdo_firebird.so
3203 %endif
3204
3205 %if %{with pdo_mysql}
3206 %files pdo-mysql
3207 %defattr(644,root,root,755)
3208 %doc ext/pdo_mysql/CREDITS
3209 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/pdo_mysql.ini
3210 %attr(755,root,root) %{php_extensiondir}/pdo_mysql.so
3211 %endif
3212
3213 %if %{with oci}
3214 %files pdo-oci
3215 %defattr(644,root,root,755)
3216 %doc ext/pdo_oci/CREDITS
3217 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/pdo_oci.ini
3218 %attr(755,root,root) %{php_extensiondir}/pdo_oci.so
3219 %endif
3220
3221 %if %{with odbc}
3222 %files pdo-odbc
3223 %defattr(644,root,root,755)
3224 %doc ext/pdo_odbc/CREDITS
3225 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/pdo_odbc.ini
3226 %attr(755,root,root) %{php_extensiondir}/pdo_odbc.so
3227 %endif
3228
3229 %if %{with pgsql}
3230 %files pdo-pgsql
3231 %defattr(644,root,root,755)
3232 %doc ext/pdo_pgsql/CREDITS
3233 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/pdo_pgsql.ini
3234 %attr(755,root,root) %{php_extensiondir}/pdo_pgsql.so
3235 %endif
3236
3237 %if %{with pdo_sqlite}
3238 %files pdo-sqlite
3239 %defattr(644,root,root,755)
3240 %doc ext/pdo_sqlite/CREDITS
3241 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/pdo_sqlite.ini
3242 %attr(755,root,root) %{php_extensiondir}/pdo_sqlite.so
3243 %endif
3244
3245 %if %{with pgsql}
3246 %files pgsql
3247 %defattr(644,root,root,755)
3248 %doc ext/pgsql/{CREDITS,README}
3249 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/pgsql.ini
3250 %attr(755,root,root) %{php_extensiondir}/pgsql.so
3251 %endif
3252
3253 %if %{with phar}
3254 %files phar
3255 %defattr(644,root,root,755)
3256 %doc ext/phar/{CREDITS,TODO}
3257 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/phar.ini
3258 %attr(755,root,root) %{php_extensiondir}/phar.so
3259 %attr(755,root,root) %{_bindir}/phar
3260 %attr(755,root,root) %{_bindir}/phar%{ver_suffix}.phar
3261 %{_mandir}/man1/phar.1
3262 %{_mandir}/man1/phar.phar.1
3263 %{_mandir}/man1/phar%{ver_suffix}.1*
3264 %endif
3265
3266 %if %{with posix}
3267 %files posix
3268 %defattr(644,root,root,755)
3269 %doc ext/posix/CREDITS
3270 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/posix.ini
3271 %attr(755,root,root) %{php_extensiondir}/posix.so
3272 %endif
3273
3274 %if %{with pspell}
3275 %files pspell
3276 %defattr(644,root,root,755)
3277 %doc ext/pspell/{CREDITS,README}
3278 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/pspell.ini
3279 %attr(755,root,root) %{php_extensiondir}/pspell.so
3280 %endif
3281
3282 %if %{with readline}
3283 %files readline
3284 %defattr(644,root,root,755)
3285 %doc ext/readline/{CREDITS,README*}
3286 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/cli.d/readline.ini
3287 %attr(755,root,root) %{php_extensiondir}/readline.so
3288 %endif
3289
3290 %if %{with recode}
3291 %files recode
3292 %defattr(644,root,root,755)
3293 %doc ext/recode/CREDITS
3294 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/recode.ini
3295 %attr(755,root,root) %{php_extensiondir}/recode.so
3296 %endif
3297
3298 %if %{with session}
3299 %files session
3300 %defattr(644,root,root,755)
3301 %doc ext/session/CREDITS
3302 %doc ext/session/mod_files.sh
3303 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/Session.ini
3304 %attr(755,root,root) %{php_extensiondir}/session.so
3305 %endif
3306
3307 %files shmop
3308 %defattr(644,root,root,755)
3309 %doc ext/shmop/{CREDITS,README}
3310 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/shmop.ini
3311 %attr(755,root,root) %{php_extensiondir}/shmop.so
3312
3313 %files simplexml
3314 %defattr(644,root,root,755)
3315 %doc ext/simplexml/{CREDITS,README}
3316 %doc ext/simplexml/examples
3317 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/simplexml.ini
3318 %attr(755,root,root) %{php_extensiondir}/simplexml.so
3319
3320 %if %{with snmp}
3321 %files snmp
3322 %defattr(644,root,root,755)
3323 %doc ext/snmp/CREDITS
3324 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/snmp.ini
3325 %attr(755,root,root) %{php_extensiondir}/snmp.so
3326 %endif
3327
3328 %files soap
3329 %defattr(644,root,root,755)
3330 %doc ext/soap/{CREDITS,TODO*}
3331 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/soap.ini
3332 %attr(755,root,root) %{php_extensiondir}/soap.so
3333
3334 %files sockets
3335 %defattr(644,root,root,755)
3336 %doc ext/sockets/CREDITS
3337 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/sockets.ini
3338 %attr(755,root,root) %{php_extensiondir}/sockets.so
3339
3340 %files spl
3341 %defattr(644,root,root,755)
3342 %doc ext/spl/{CREDITS,README,TODO}
3343 %doc ext/spl/examples
3344 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/SPL.ini
3345 %attr(755,root,root) %{php_extensiondir}/spl.so
3346
3347 %if %{with sqlite3}
3348 %files sqlite3
3349 %defattr(644,root,root,755)
3350 %doc ext/sqlite3/CREDITS
3351 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/sqlite3.ini
3352 %attr(755,root,root) %{php_extensiondir}/sqlite3.so
3353 %endif
3354
3355 %files sysvmsg
3356 %defattr(644,root,root,755)
3357 %doc ext/sysvmsg/CREDITS
3358 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/sysvmsg.ini
3359 %attr(755,root,root) %{php_extensiondir}/sysvmsg.so
3360
3361 %files sysvsem
3362 %defattr(644,root,root,755)
3363 %doc ext/sysvsem/CREDITS
3364 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/sysvsem.ini
3365 %attr(755,root,root) %{php_extensiondir}/sysvsem.so
3366
3367 %files sysvshm
3368 %defattr(644,root,root,755)
3369 %doc ext/sysvshm/CREDITS
3370 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/sysvshm.ini
3371 %attr(755,root,root) %{php_extensiondir}/sysvshm.so
3372
3373 %files tests
3374 %defattr(644,root,root,755)
3375 %dir %{php_data_dir}/tests
3376 %dir %{php_data_dir}/tests/php
3377 %{php_data_dir}/tests/php/basic
3378 %{php_data_dir}/tests/php/classes
3379 %{php_data_dir}/tests/php/func
3380 %{php_data_dir}/tests/php/lang
3381 %{php_data_dir}/tests/php/output
3382 %{php_data_dir}/tests/php/run-test
3383 %{php_data_dir}/tests/php/security
3384 %{php_data_dir}/tests/php/strings
3385 %{php_data_dir}/tests/php/quicktester.inc
3386 %attr(755,root,root) %{php_data_dir}/tests/php/run-tests.php
3387
3388 %if %{with tidy}
3389 %files tidy
3390 %defattr(644,root,root,755)
3391 %doc ext/tidy/{CREDITS,README}
3392 %doc ext/tidy/examples
3393 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/tidy.ini
3394 %attr(755,root,root) %{php_extensiondir}/tidy.so
3395 %endif
3396
3397 %files tokenizer
3398 %defattr(644,root,root,755)
3399 %doc ext/tokenizer/CREDITS
3400 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/tokenizer.ini
3401 %attr(755,root,root) %{php_extensiondir}/tokenizer.so
3402
3403 %if %{with wddx}
3404 %files wddx
3405 %defattr(644,root,root,755)
3406 %doc ext/wddx/CREDITS
3407 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*wddx.ini
3408 %attr(755,root,root) %{php_extensiondir}/wddx.so
3409 %endif
3410
3411 %files xml
3412 %defattr(644,root,root,755)
3413 %doc ext/xml/CREDITS
3414 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/xml.ini
3415 %attr(755,root,root) %{php_extensiondir}/xml.so
3416
3417 %files xmlreader
3418 %defattr(644,root,root,755)
3419 %doc ext/xmlreader/{CREDITS,README,TODO}
3420 %doc ext/xmlreader/examples
3421 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/xmlreader.ini
3422 %attr(755,root,root) %{php_extensiondir}/xmlreader.so
3423
3424 %if %{with xmlrpc}
3425 %files xmlrpc
3426 %defattr(644,root,root,755)
3427 %doc ext/xmlrpc/CREDITS
3428 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/xmlrpc.ini
3429 %attr(755,root,root) %{php_extensiondir}/xmlrpc.so
3430 %endif
3431
3432 %files xmlwriter
3433 %defattr(644,root,root,755)
3434 %doc ext/xmlwriter/{CREDITS,TODO}
3435 %doc ext/xmlwriter/examples
3436 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/xmlwriter.ini
3437 %attr(755,root,root) %{php_extensiondir}/xmlwriter.so
3438
3439 %files xsl
3440 %defattr(644,root,root,755)
3441 %doc ext/xsl/CREDITS
3442 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/xsl.ini
3443 %attr(755,root,root) %{php_extensiondir}/xsl.so
3444
3445 %files zip
3446 %defattr(644,root,root,755)
3447 %doc ext/zip/{CREDITS,TODO}
3448 %doc ext/zip/examples
3449 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/zip.ini
3450 %attr(755,root,root) %{php_extensiondir}/zip.so
3451
3452 %files zlib
3453 %defattr(644,root,root,755)
3454 %doc ext/zlib/CREDITS
3455 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/zlib.ini
3456 %attr(755,root,root) %{php_extensiondir}/zlib.so
This page took 0.28399 seconds and 4 git commands to generate.