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