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