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