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