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