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