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