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