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