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