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