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