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