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