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