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