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