]> git.pld-linux.org Git - packages/php.git/blob - php.spec
- release 1
[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     1
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.9
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:  dd3288ed5c08cd61ac5bf619cb357521
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 install -d $RPM_BUILD_ROOT{%{_sysconfdir}/fpm.d,%{_sbindir}}
2406 libtool --mode=install install -p sapi/fpm/php-fpm $RPM_BUILD_ROOT%{_sbindir}
2407 cp -p sapi/fpm/php-fpm.8 $RPM_BUILD_ROOT%{_mandir}/man8
2408 cp -p sapi/fpm/php-fpm.conf $RPM_BUILD_ROOT%{_sysconfdir}
2409 install -d $RPM_BUILD_ROOT/etc/rc.d/init.d
2410 install -p %{SOURCE10} $RPM_BUILD_ROOT/etc/rc.d/init.d/php-fpm
2411 install -d $RPM_BUILD_ROOT/etc/logrotate.d
2412 cp -p %{SOURCE11} $RPM_BUILD_ROOT/etc/logrotate.d/php-fpm
2413 %endif
2414
2415 # install Embedded API
2416 %if %{with embed}
2417 %{__make} -f Makefile.embed install-sapi INSTALL_ROOT=$RPM_BUILD_ROOT
2418 # we could use install-headers from Makefile.embed, but that would reinstall all headers
2419 install -d $RPM_BUILD_ROOT%{_includedir}/php/sapi/embed
2420 cp -p sapi/embed/php_embed.h $RPM_BUILD_ROOT%{_includedir}/php/sapi/embed
2421 %endif
2422
2423 # install CLI
2424 libtool --mode=install install -p sapi/cli/php $RPM_BUILD_ROOT%{_bindir}/php.cli
2425 cp -p sapi/cli/php.1 $RPM_BUILD_ROOT%{_mandir}/man1/php.1
2426 echo ".so php.1" >$RPM_BUILD_ROOT%{_mandir}/man1/php.cli.1
2427 ln -sf php.cli $RPM_BUILD_ROOT%{_bindir}/php
2428
2429 sed -e 's#%{_prefix}/lib/php#%{_libdir}/php#g' php.ini > $RPM_BUILD_ROOT%{_sysconfdir}/php.ini
2430
2431 cp -p %{SOURCE5} $RPM_BUILD_ROOT%{_sysconfdir}/php-cli.ini
2432 cp -p %{SOURCE9} $RPM_BUILD_ROOT%{_sysconfdir}/browscap.ini
2433
2434 %if %{with apache1}
2435 cp -p %{SOURCE2} $RPM_BUILD_ROOT/etc/apache/conf.d/70_mod_php.conf
2436 cp -p %{SOURCE4} $RPM_BUILD_ROOT%{_sysconfdir}/php-apache.ini
2437 %{__rm} -f $RPM_BUILD_ROOT%{_libdir}/apache1/libphp5.la
2438 %endif
2439
2440 %if %{with apache2}
2441 cp -p %{SOURCE2} $RPM_BUILD_ROOT/etc/httpd/conf.d/70_mod_php.conf
2442 cp -p %{SOURCE4} $RPM_BUILD_ROOT%{_sysconfdir}/php-apache2handler.ini
2443 %{__rm} -f $RPM_BUILD_ROOT%{_libdir}/apache/libphp5.la
2444 %endif
2445
2446 install -d $RPM_BUILD_ROOT%{_sysconfdir}/conf.d
2447 cp -p conf.d/*.ini $RPM_BUILD_ROOT%{_sysconfdir}/conf.d
2448
2449 # per SAPI ini directories
2450 install -d $RPM_BUILD_ROOT%{_sysconfdir}/{cgi-fcgi,cli,apache,apache2handler}.d
2451
2452 # for CLI SAPI only
2453 mv $RPM_BUILD_ROOT%{_sysconfdir}/{conf.d/readline.ini,cli.d}
2454
2455 # use system automake and {lib,sh}tool
2456 %if "%{pld_release}" != "ac"
2457         ln -snf /usr/share/automake/config.{guess,sub} $RPM_BUILD_ROOT%{_libdir}/php/build
2458         for i in libtool.m4 lt~obsolete.m4 ltoptions.m4 ltsugar.m4 ltversion.m4; do
2459                 ln -snf %{_aclocaldir}/${i} $RPM_BUILD_ROOT%{_libdir}/php/build
2460         done
2461         ln -snf %{_datadir}/libtool/config/ltmain.sh $RPM_BUILD_ROOT%{_libdir}/php/build
2462 %else
2463         ln -snf %{_aclocaldir}/libtool.m4 $RPM_BUILD_ROOT%{_libdir}/php/build
2464         ln -snf %{_datadir}/libtool/ltmain.sh $RPM_BUILD_ROOT%{_libdir}/php/build
2465 %endif
2466 ln -snf %{_bindir}/shtool $RPM_BUILD_ROOT%{_libdir}/php/build
2467
2468 # for php-pecl-mailparse
2469 install -d $RPM_BUILD_ROOT%{_includedir}/php/ext/mbstring
2470 cp -p ext/mbstring/libmbfl/mbfl/*.h $RPM_BUILD_ROOT%{_includedir}/php/ext/mbstring
2471
2472 # tests
2473 install -d $RPM_BUILD_ROOT%{php_data_dir}/tests/php
2474 install -p run-tests.php $RPM_BUILD_ROOT%{php_data_dir}/tests/php/run-tests.php
2475 cp -a tests/* $RPM_BUILD_ROOT%{php_data_dir}/tests/php
2476
2477 # fix install paths, avoid evil rpaths
2478 sed -i -e "s|^libdir=.*|libdir='%{_libdir}'|" $RPM_BUILD_ROOT%{_libdir}/libphp_common.la
2479 %if %{with embed}
2480 # libphp5.la contains our buildroot in dependency_libs
2481 sed -i -e "/dependency_libs/ s,/[^ ]*/libs/libphp_common.la,%{_libdir}/libphp_common.la," $RPM_BUILD_ROOT%{_libdir}/libphp5.la
2482 %endif
2483 # better solution?
2484 sed -i -e 's|libphp_common.la|$(libdir)/libphp_common.la|' $RPM_BUILD_ROOT%{_libdir}/php/build/acinclude.m4
2485
2486 %clean
2487 rm -rf $RPM_BUILD_ROOT
2488
2489 %post -n apache1-mod_php
2490 if [ "$1" = "1" ]; then
2491         %service -q apache restart
2492 fi
2493
2494 %postun -n apache1-mod_php
2495 if [ "$1" = "0" ]; then
2496         %service -q apache restart
2497 fi
2498
2499 %post -n apache-mod_php
2500 if [ "$1" = "1" ]; then
2501         %service -q httpd restart
2502 fi
2503
2504 %postun -n apache-mod_php
2505 if [ "$1" = "0" ]; then
2506         %service -q httpd restart
2507 fi
2508
2509 %pre fpm
2510 %useradd -u 51 -r -s /bin/false -c "HTTP User" -g http http
2511
2512 %post fpm
2513 /sbin/chkconfig --add php-fpm
2514 %service php-fpm restart
2515
2516 %preun fpm
2517 if [ "$1" = 0 ]; then
2518         %service php-fpm stop
2519         /sbin/chkconfig --del php-fpm
2520 fi
2521
2522 %postun fpm
2523 if [ "$1" = "0" ]; then
2524         %userremove http
2525 fi
2526
2527 %post   embedded -p /sbin/ldconfig
2528 %postun embedded -p /sbin/ldconfig
2529
2530 %post common
2531 # PHP 5.3 requires timezone being setup, try setup it from tzdata
2532 if ! grep -q '^date.timezone[[:space:]]*=' %{_sysconfdir}/php.ini && [ -f /etc/sysconfig/timezone ]; then
2533         TIMEZONE=
2534         . /etc/sysconfig/timezone
2535         if [ "$TIMEZONE" ]; then
2536                 %{__sed} -i -e "s,^;date.timezone[[:space:]]*=.*,date.timezone = $TIMEZONE," %{_sysconfdir}/php.ini
2537         fi
2538 fi
2539
2540 %posttrans common
2541 # minimizing apache restarts logics. we restart webserver:
2542 #
2543 # 1. at the end of transaction. (posttrans, feature from rpm 4.4.2)
2544 # 2. first install of extension (post: $1 = 1)
2545 # 2. uninstall of extension (postun: $1 == 0)
2546 #
2547 # the strict internal deps between extensions (and apache modules) and
2548 # common package are very important for all this to work.
2549
2550 # restart webserver at the end of transaction
2551 [ ! -f /etc/apache/conf.d/??_mod_php.conf ] || %service -q apache restart
2552 [ ! -f /etc/httpd/conf.d/??_mod_php.conf ] || %service -q httpd restart
2553
2554 %if %{with apache1}
2555 %triggerpostun -n apache1-mod_php -- php < 4:5.0.4-9.11
2556 sed -i -e '
2557         /^AddType application\/x-httpd-php \.php/s,^,#,
2558         /^\(Add\|Load\)Module.*php5\.\(so\|c\)/d
2559 ' /etc/apache/apache.conf
2560 %service -q apache restart
2561 %endif
2562
2563 %if %{with apache2}
2564 %triggerpostun -n apache-mod_php -- php < 4:5.0.4-7.1
2565 # for fixed php-SAPI.ini, the poor php-apache.ini was never read for apache2
2566 if [ -f %{_sysconfdir}/php-apache.ini.rpmsave ]; then
2567         cp -f %{_sysconfdir}/php-apache2handler.ini{,.rpmnew}
2568         mv -f %{_sysconfdir}/php-apache.ini.rpmsave %{_sysconfdir}/php-apache2handler.ini
2569 fi
2570 %endif
2571
2572 # common macros called at extension post/postun scriptlet
2573 %define extension_scripts() \
2574 %post %1 \
2575 if [ "$1" = "1" ]; then \
2576         %php_webserver_restart \
2577 fi \
2578 \
2579 %postun %1 \
2580 if [ "$1" = "0" ]; then \
2581         %php_webserver_restart \
2582 fi
2583 %{nil}
2584
2585 # extension scripts defines
2586 %extension_scripts bcmath
2587 %extension_scripts bz2
2588 %extension_scripts calendar
2589 %extension_scripts ctype
2590 %extension_scripts curl
2591 %extension_scripts dba
2592 %extension_scripts dom
2593 %extension_scripts enchant
2594 %extension_scripts exif
2595 %extension_scripts fileinfo
2596 %extension_scripts filter
2597 %extension_scripts ftp
2598 %extension_scripts gd
2599 %extension_scripts gettext
2600 %extension_scripts gmp
2601 %extension_scripts hash
2602 %extension_scripts iconv
2603 %extension_scripts imap
2604 %extension_scripts interbase
2605 %extension_scripts intl
2606 %extension_scripts json
2607 %extension_scripts ldap
2608 %extension_scripts mbstring
2609 %extension_scripts mcrypt
2610 %extension_scripts mssql
2611 %extension_scripts mysql
2612 %extension_scripts mysqli
2613 %extension_scripts mysqlnd
2614 %extension_scripts oci8
2615 %extension_scripts odbc
2616 %extension_scripts openssl
2617 %extension_scripts pcre
2618 %extension_scripts pdo-dblib
2619 %extension_scripts pdo-firebird
2620 %extension_scripts pdo-mysql
2621 %extension_scripts pdo-odbc
2622 %extension_scripts pdo-pgsql
2623 %extension_scripts pdo-sqlite
2624 %extension_scripts pgsql
2625 %extension_scripts phar
2626 %extension_scripts posix
2627 %extension_scripts pspell
2628 %extension_scripts recode
2629 %extension_scripts session
2630 %extension_scripts shmop
2631 %extension_scripts snmp
2632 %extension_scripts soap
2633 %extension_scripts sockets
2634 %extension_scripts spl
2635 %extension_scripts sqlite
2636 %extension_scripts sqlite3
2637 %extension_scripts sybase-ct
2638 %extension_scripts sysvmsg
2639 %extension_scripts sysvsem
2640 %extension_scripts sysvshm
2641 %extension_scripts tidy
2642 %extension_scripts tokenizer
2643 %extension_scripts wddx
2644 %extension_scripts xml
2645 %extension_scripts xmlreader
2646 %extension_scripts xmlrpc
2647 %extension_scripts xmlwriter
2648 %extension_scripts xsl
2649 %extension_scripts zip
2650 %extension_scripts zlib
2651
2652 %triggerun bcmath -- %{name}-bcmath < 4:5.0.4-9.1
2653 %{__sed} -i -e '/^extension[[:space:]]*=[[:space:]]*bcmath\.so/d' %{_sysconfdir}/php.ini
2654
2655 %triggerun calendar -- %{name}-calendar < 4:5.0.4-9.1
2656 %{__sed} -i -e '/^extension[[:space:]]*=[[:space:]]*calendar\.so/d' %{_sysconfdir}/php.ini
2657
2658 %triggerun ctype -- %{name}-ctype < 4:5.0.4-9.1
2659 %{__sed} -i -e '/^extension[[:space:]]*=[[:space:]]*ctype\.so/d' %{_sysconfdir}/php.ini
2660
2661 %triggerun curl -- %{name}-curl < 4:5.0.4-9.1
2662 %{__sed} -i -e '/^extension[[:space:]]*=[[:space:]]*curl\.so/d' %{_sysconfdir}/php.ini
2663
2664 %triggerun dba -- %{name}-dba < 4:5.0.4-9.1
2665 %{__sed} -i -e '/^extension[[:space:]]*=[[:space:]]*dba\.so/d' %{_sysconfdir}/php.ini
2666
2667 %triggerun dom -- %{name}-dom < 4:5.0.4-9.1
2668 %{__sed} -i -e '/^extension[[:space:]]*=[[:space:]]*dom\.so/d' %{_sysconfdir}/php.ini
2669
2670 %triggerun exif -- %{name}-exif < 4:5.0.4-9.1
2671 %{__sed} -i -e '/^extension[[:space:]]*=[[:space:]]*exif\.so/d' %{_sysconfdir}/php.ini
2672
2673 %triggerun ftp -- %{name}-ftp < 4:5.0.4-9.1
2674 %{__sed} -i -e '/^extension[[:space:]]*=[[:space:]]*ftp\.so/d' %{_sysconfdir}/php.ini
2675
2676 %triggerun gd -- %{name}-gd < 4:5.0.4-9.1
2677 %{__sed} -i -e '/^extension[[:space:]]*=[[:space:]]*gd\.so/d' %{_sysconfdir}/php.ini
2678
2679 %triggerun gettext -- %{name}-gettext < 4:5.0.4-9.1
2680 %{__sed} -i -e '/^extension[[:space:]]*=[[:space:]]*gettext\.so/d' %{_sysconfdir}/php.ini
2681
2682 %triggerun gmp -- %{name}-gmp < 4:5.0.4-9.1
2683 %{__sed} -i -e '/^extension[[:space:]]*=[[:space:]]*gmp\.so/d' %{_sysconfdir}/php.ini
2684
2685 %triggerun iconv -- %{name}-iconv < 4:5.0.4-9.1
2686 %{__sed} -i -e '/^extension[[:space:]]*=[[:space:]]*iconv\.so/d' %{_sysconfdir}/php.ini
2687
2688 %triggerun imap -- %{name}-imap < 4:5.0.4-9.1
2689 %{__sed} -i -e '/^extension[[:space:]]*=[[:space:]]*imap\.so/d' %{_sysconfdir}/php.ini
2690
2691 %triggerun interbase -- %{name}-interbase < 4:5.0.4-9.1
2692 %{__sed} -i -e '/^extension[[:space:]]*=[[:space:]]*interbase\.so/d' %{_sysconfdir}/php.ini
2693
2694 %triggerun ldap -- %{name}-ldap < 4:5.0.4-9.1
2695 %{__sed} -i -e '/^extension[[:space:]]*=[[:space:]]*ldap\.so/d' %{_sysconfdir}/php.ini
2696
2697 %triggerun mbstring -- %{name}-mbstring < 4:5.0.4-9.1
2698 %{__sed} -i -e '/^extension[[:space:]]*=[[:space:]]*mbstring\.so/d' %{_sysconfdir}/php.ini
2699
2700 %triggerun mcrypt -- %{name}-mcrypt < 4:5.0.4-9.1
2701 %{__sed} -i -e '/^extension[[:space:]]*=[[:space:]]*mcrypt\.so/d' %{_sysconfdir}/php.ini
2702
2703 %triggerun mssql -- %{name}-mssql < 4:5.0.4-9.1
2704 %{__sed} -i -e '/^extension[[:space:]]*=[[:space:]]*mssql\.so/d' %{_sysconfdir}/php.ini
2705
2706 %triggerun mysql -- %{name}-mysql < 4:5.0.4-9.1
2707 %{__sed} -i -e '/^extension[[:space:]]*=[[:space:]]*mysql\.so/d' %{_sysconfdir}/php.ini
2708
2709 %triggerun mysqli -- %{name}-mysqli < 4:5.0.4-9.1
2710 %{__sed} -i -e '/^extension[[:space:]]*=[[:space:]]*mysqli\.so/d' %{_sysconfdir}/php.ini
2711
2712 %triggerun oci8 -- %{name}-oci8 < 4:5.0.4-9.1
2713 %{__sed} -i -e '/^extension[[:space:]]*=[[:space:]]*oci8\.so/d' %{_sysconfdir}/php.ini
2714
2715 %triggerun odbc -- %{name}-odbc < 4:5.0.4-9.1
2716 %{__sed} -i -e '/^extension[[:space:]]*=[[:space:]]*odbc\.so/d' %{_sysconfdir}/php.ini
2717
2718 %triggerun openssl -- %{name}-openssl < 4:5.0.4-9.1
2719 %{__sed} -i -e '/^extension[[:space:]]*=[[:space:]]*openssl\.so/d' %{_sysconfdir}/php.ini
2720
2721 %triggerun pcntl -- %{name}-pcntl < 4:5.1.2-9.5
2722 if [ -f %{_sysconfdir}/php-cgi.ini ]; then
2723         %{__sed} -i -e '/^extension[[:space:]]*=[[:space:]]*pcntl\.so/d' %{_sysconfdir}/php-cgi.ini
2724 fi
2725 if [ -f %{_sysconfdir}/php-cli.ini ]; then
2726         %{__sed} -i -e '/^extension[[:space:]]*=[[:space:]]*pcntl\.so/d' %{_sysconfdir}/php-cli.ini
2727 fi
2728
2729 %triggerun pcre -- %{name}-pcre < 4:5.0.4-9.1
2730 %{__sed} -i -e '/^extension[[:space:]]*=[[:space:]]*pcre\.so/d' %{_sysconfdir}/php.ini
2731
2732 %triggerun pgsql -- %{name}-pgsql < 4:5.0.4-9.1
2733 %{__sed} -i -e '/^extension[[:space:]]*=[[:space:]]*pgsql\.so/d' %{_sysconfdir}/php.ini
2734
2735 %triggerun posix -- %{name}-posix < 4:5.0.4-9.1
2736 %{__sed} -i -e '/^extension[[:space:]]*=[[:space:]]*posix\.so/d' %{_sysconfdir}/php.ini
2737
2738 %triggerun pspell -- %{name}-pspell < 4:5.0.4-9.1
2739 %{__sed} -i -e '/^extension[[:space:]]*=[[:space:]]*pspell\.so/d' %{_sysconfdir}/php.ini
2740
2741 %triggerun readline -- %{name}-readline < 4:5.1.2-9.5
2742 if [ -f %{_sysconfdir}/php-cgi.ini ]; then
2743         %{__sed} -i -e '/^extension[[:space:]]*=[[:space:]]*readline\.so/d' %{_sysconfdir}/php-cgi.ini
2744 fi
2745 if [ -f %{_sysconfdir}/php-cli.ini ]; then
2746         %{__sed} -i -e '/^extension[[:space:]]*=[[:space:]]*readline\.so/d' %{_sysconfdir}/php-cli.ini
2747 fi
2748
2749 %triggerun recode -- %{name}-recode < 4:5.0.4-9.1
2750 %{__sed} -i -e '/^extension[[:space:]]*=[[:space:]]*recode\.so/d' %{_sysconfdir}/php.ini
2751
2752 %triggerun session -- %{name}-session < 4:5.0.4-9.1
2753 %{__sed} -i -e '/^extension[[:space:]]*=[[:space:]]*session\.so/d' %{_sysconfdir}/php.ini
2754
2755 %triggerun shmop -- %{name}-shmop < 4:5.0.4-9.1
2756 %{__sed} -i -e '/^extension[[:space:]]*=[[:space:]]*shmop\.so/d' %{_sysconfdir}/php.ini
2757
2758 %triggerun snmp -- %{name}-snmp < 4:5.0.4-9.1
2759 %{__sed} -i -e '/^extension[[:space:]]*=[[:space:]]*snmp\.so/d' %{_sysconfdir}/php.ini
2760
2761 %triggerun soap -- %{name}-soap < 4:5.0.4-9.1
2762 %{__sed} -i -e '/^extension[[:space:]]*=[[:space:]]*soap\.so/d' %{_sysconfdir}/php.ini
2763
2764 %triggerun sockets -- %{name}-sockets < 4:5.0.4-9.1
2765 %{__sed} -i -e '/^extension[[:space:]]*=[[:space:]]*sockets\.so/d' %{_sysconfdir}/php.ini
2766
2767 %triggerun sqlite -- %{name}-sqlite < 4:5.0.4-9.1
2768 %{__sed} -i -e '/^extension[[:space:]]*=[[:space:]]*sqlite\.so/d' %{_sysconfdir}/php.ini
2769
2770 %triggerun sybase-ct -- %{name}-sybase-ct < 4:5.0.4-9.1
2771 %{__sed} -i -e '/^extension[[:space:]]*=[[:space:]]*sybase-ct\.so/d' %{_sysconfdir}/php.ini
2772
2773 %triggerun sysvmsg -- %{name}-sysvmsg < 4:5.0.4-9.1
2774 %{__sed} -i -e '/^extension[[:space:]]*=[[:space:]]*sysvmsg\.so/d' %{_sysconfdir}/php.ini
2775
2776 %triggerun sysvsem -- %{name}-sysvsem < 4:5.0.4-9.1
2777 %{__sed} -i -e '/^extension[[:space:]]*=[[:space:]]*sysvsem\.so/d' %{_sysconfdir}/php.ini
2778
2779 %triggerun sysvshm -- %{name}-sysvshm < 4:5.0.4-9.1
2780 %{__sed} -i -e '/^extension[[:space:]]*=[[:space:]]*sysvshm\.so/d' %{_sysconfdir}/php.ini
2781
2782 %triggerun tidy -- %{name}-tidy < 4:5.0.4-9.1
2783 %{__sed} -i -e '/^extension[[:space:]]*=[[:space:]]*tidy\.so/d' %{_sysconfdir}/php.ini
2784
2785 %triggerun wddx -- %{name}-wddx < 4:5.0.4-9.1
2786 %{__sed} -i -e '/^extension[[:space:]]*=[[:space:]]*wddx\.so/d' %{_sysconfdir}/php.ini
2787
2788 %triggerun xml -- %{name}-xml < 4:5.0.4-9.1
2789 %{__sed} -i -e '/^extension[[:space:]]*=[[:space:]]*xml\.so/d' %{_sysconfdir}/php.ini
2790
2791 %triggerun xmlrpc -- %{name}-xmlrpc < 4:5.0.4-9.1
2792 %{__sed} -i -e '/^extension[[:space:]]*=[[:space:]]*xmlrpc\.so/d' %{_sysconfdir}/php.ini
2793
2794 %triggerun xsl -- %{name}-xsl < 4:5.0.4-9.1
2795 %{__sed} -i -e '/^extension[[:space:]]*=[[:space:]]*xsl\.so/d' %{_sysconfdir}/php.ini
2796
2797 %triggerun zlib -- %{name}-zlib < 4:5.0.4-9.1
2798 %{__sed} -i -e '/^extension[[:space:]]*=[[:space:]]*zlib\.so/d' %{_sysconfdir}/php.ini
2799
2800 %if %{with apache1}
2801 %files -n apache1-mod_php
2802 %defattr(644,root,root,755)
2803 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/apache/conf.d/*_mod_php.conf
2804 %dir %{_sysconfdir}/apache.d
2805 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/php-apache.ini
2806 %attr(755,root,root) %{_libdir}/apache1/libphp5.so
2807 %endif
2808
2809 %if %{with apache2}
2810 %files -n apache-mod_php
2811 %defattr(644,root,root,755)
2812 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/httpd/conf.d/*_mod_php.conf
2813 %dir %{_sysconfdir}/apache2handler.d
2814 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/php-apache2handler.ini
2815 %attr(755,root,root) %{_libdir}/apache/libphp5.so
2816 %endif
2817
2818 %if %{with litespeed}
2819 %files litespeed
2820 %defattr(644,root,root,755)
2821 %attr(755,root,root) %{_sbindir}/php.litespeed
2822 %endif
2823
2824 %if %{with cgi}
2825 %files cgi
2826 %defattr(644,root,root,755)
2827 %dir %{_sysconfdir}/cgi-fcgi.d
2828 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/php-cgi-fcgi.ini
2829 %attr(755,root,root) %{_bindir}/php.cgi
2830 %attr(755,root,root) %{_bindir}/php.fcgi
2831 %endif
2832
2833 %if %{with embed}
2834 %files embedded
2835 %defattr(644,root,root,755)
2836 %attr(755,root,root) %{_libdir}/libphp5-%{version}.so
2837 %endif
2838
2839 %files cli
2840 %defattr(644,root,root,755)
2841 %dir %{_sysconfdir}/cli.d
2842 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/php-cli.ini
2843 %attr(755,root,root) %{_bindir}/php.cli
2844 %{_mandir}/man1/php.1*
2845 %{_mandir}/man1/php.cli.1*
2846
2847 %files program
2848 %defattr(644,root,root,755)
2849 %attr(755,root,root) %{_bindir}/php
2850
2851 %if %{with fpm}
2852 %files fpm
2853 %defattr(644,root,root,755)
2854 %doc sapi/fpm/{CREDITS,LICENSE}
2855 %dir %{_sysconfdir}/fpm.d
2856 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/php-fpm.conf
2857 %attr(755,root,root) %{_sbindir}/php-fpm
2858 %{_mandir}/man8/php-fpm.8*
2859 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/logrotate.d/php-fpm
2860 %attr(754,root,root) /etc/rc.d/init.d/php-fpm
2861 %endif
2862
2863 %files common
2864 %defattr(644,root,root,755)
2865 %doc CREDITS EXTENSIONS LICENSE NEWS README.{PHP4-TO-PHP5-THIN-CHANGES,namespaces} TODO* UPGRADING* Zend/{LICENSE.Zend,ZEND_CHANGES} php.ini-*
2866 %dir %{_sysconfdir}
2867 %dir %{_sysconfdir}/conf.d
2868 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/php.ini
2869 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/browscap.ini
2870 %attr(755,root,root) %{_libdir}/libphp_common-*.so
2871 %dir %{php_extensiondir}
2872
2873 %doc ext/session/mod_files.sh
2874
2875 %files devel
2876 %defattr(644,root,root,755)
2877 %doc CODING_STANDARDS README.{EXTENSIONS,EXT_SKEL,PARAMETER_PARSING_API,SELF-CONTAINED-EXTENSIONS,STREAMS,SUBMITTING_PATCH,TESTING,TESTING2,UNIX-BUILD-SYSTEM,input_filter}
2878 %attr(755,root,root) %{_bindir}/phpize
2879 %attr(755,root,root) %{_bindir}/php-config
2880 %attr(755,root,root) %{_libdir}/libphp_common.so
2881 %{_libdir}/libphp_common.la
2882 %{_includedir}/php
2883 %{_libdir}/php/build
2884 %{_mandir}/man1/php-config.1*
2885 %{_mandir}/man1/phpize.1*
2886 %if %{with embed}
2887 # embedded
2888 %{_libdir}/libphp5.so
2889 %{_libdir}/libphp5.la
2890 %endif
2891
2892 %files bcmath
2893 %defattr(644,root,root,755)
2894 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/bcmath.ini
2895 %attr(755,root,root) %{php_extensiondir}/bcmath.so
2896
2897 %files bz2
2898 %defattr(644,root,root,755)
2899 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/bz2.ini
2900 %attr(755,root,root) %{php_extensiondir}/bz2.so
2901
2902 %files calendar
2903 %defattr(644,root,root,755)
2904 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/calendar.ini
2905 %attr(755,root,root) %{php_extensiondir}/calendar.so
2906
2907 %files ctype
2908 %defattr(644,root,root,755)
2909 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/ctype.ini
2910 %attr(755,root,root) %{php_extensiondir}/ctype.so
2911
2912 %if %{with curl}
2913 %files curl
2914 %defattr(644,root,root,755)
2915 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/curl.ini
2916 %attr(755,root,root) %{php_extensiondir}/curl.so
2917 %endif
2918
2919 %files dba
2920 %defattr(644,root,root,755)
2921 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/dba.ini
2922 %attr(755,root,root) %{php_extensiondir}/dba.so
2923
2924 %files dom
2925 %defattr(644,root,root,755)
2926 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/dom.ini
2927 %attr(755,root,root) %{php_extensiondir}/dom.so
2928
2929 %files enchant
2930 %defattr(644,root,root,755)
2931 %doc ext/enchant/{CREDITS,docs/examples}
2932 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/enchant.ini
2933 %attr(755,root,root) %{php_extensiondir}/enchant.so
2934
2935 %files exif
2936 %defattr(644,root,root,755)
2937 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/exif.ini
2938 %attr(755,root,root) %{php_extensiondir}/exif.so
2939
2940 %files fileinfo
2941 %defattr(644,root,root,755)
2942 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/fileinfo.ini
2943 %attr(755,root,root) %{php_extensiondir}/fileinfo.so
2944
2945 %if %{with filter}
2946 %files filter
2947 %defattr(644,root,root,755)
2948 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/filter.ini
2949 %attr(755,root,root) %{php_extensiondir}/filter.so
2950 %endif
2951
2952 %files ftp
2953 %defattr(644,root,root,755)
2954 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/ftp.ini
2955 %attr(755,root,root) %{php_extensiondir}/ftp.so
2956
2957 %files gd
2958 %defattr(644,root,root,755)
2959 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/gd.ini
2960 %attr(755,root,root) %{php_extensiondir}/gd.so
2961
2962 %files gettext
2963 %defattr(644,root,root,755)
2964 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/gettext.ini
2965 %attr(755,root,root) %{php_extensiondir}/gettext.so
2966
2967 %files gmp
2968 %defattr(644,root,root,755)
2969 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/gmp.ini
2970 %attr(755,root,root) %{php_extensiondir}/gmp.so
2971
2972 %files hash
2973 %defattr(644,root,root,755)
2974 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/hash.ini
2975 %attr(755,root,root) %{php_extensiondir}/hash.so
2976
2977 %files iconv
2978 %defattr(644,root,root,755)
2979 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/iconv.ini
2980 %attr(755,root,root) %{php_extensiondir}/iconv.so
2981
2982 %if %{with imap}
2983 %files imap
2984 %defattr(644,root,root,755)
2985 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/imap.ini
2986 %attr(755,root,root) %{php_extensiondir}/imap.so
2987 %endif
2988
2989 %if %{with interbase}
2990 %files interbase
2991 %defattr(644,root,root,755)
2992 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/interbase.ini
2993 %attr(755,root,root) %{php_extensiondir}/interbase.so
2994 %endif
2995
2996 %files intl
2997 %defattr(644,root,root,755)
2998 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/intl.ini
2999 %attr(755,root,root) %{php_extensiondir}/intl.so
3000
3001 %files json
3002 %defattr(644,root,root,755)
3003 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/json.ini
3004 %attr(755,root,root) %{php_extensiondir}/json.so
3005
3006 %if %{with ldap}
3007 %files ldap
3008 %defattr(644,root,root,755)
3009 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/ldap.ini
3010 %attr(755,root,root) %{php_extensiondir}/ldap.so
3011 %endif
3012
3013 %files mbstring
3014 %defattr(644,root,root,755)
3015 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/mbstring.ini
3016 %attr(755,root,root) %{php_extensiondir}/mbstring.so
3017
3018 %files mcrypt
3019 %defattr(644,root,root,755)
3020 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/mcrypt.ini
3021 %attr(755,root,root) %{php_extensiondir}/mcrypt.so
3022
3023 %if %{with mssql}
3024 %files mssql
3025 %defattr(644,root,root,755)
3026 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/mssql.ini
3027 %attr(755,root,root) %{php_extensiondir}/mssql.so
3028 %endif
3029
3030 %files mysql
3031 %defattr(644,root,root,755)
3032 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/mysql.ini
3033 %attr(755,root,root) %{php_extensiondir}/mysql.so
3034
3035 %if %{with mysqli}
3036 %files mysqli
3037 %defattr(644,root,root,755)
3038 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/mysqli.ini
3039 %attr(755,root,root) %{php_extensiondir}/mysqli.so
3040 %endif
3041
3042 %if %{with mysqlnd}
3043 %files mysqlnd
3044 %defattr(644,root,root,755)
3045 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/MySQLND.ini
3046 %attr(755,root,root) %{php_extensiondir}/mysqlnd.so
3047 %endif
3048
3049 %if %{with oci8}
3050 %files oci8
3051 %defattr(644,root,root,755)
3052 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/oci8.ini
3053 %attr(755,root,root) %{php_extensiondir}/oci8.so
3054 %endif
3055
3056 %if %{with odbc}
3057 %files odbc
3058 %defattr(644,root,root,755)
3059 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/odbc.ini
3060 %attr(755,root,root) %{php_extensiondir}/odbc.so
3061 %endif
3062
3063 %if %{with openssl}
3064 %files openssl
3065 %defattr(644,root,root,755)
3066 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/openssl.ini
3067 %attr(755,root,root) %{php_extensiondir}/openssl.so
3068 %endif
3069
3070 %files pcntl
3071 %defattr(644,root,root,755)
3072 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/pcntl.ini
3073 %attr(755,root,root) %{php_extensiondir}/pcntl.so
3074
3075 %if %{with pcre}
3076 %files pcre
3077 %defattr(644,root,root,755)
3078 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/PCRE.ini
3079 %attr(755,root,root) %{php_extensiondir}/pcre.so
3080 %endif
3081
3082 %files pdo
3083 %defattr(644,root,root,755)
3084 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/pdo.ini
3085 %attr(755,root,root) %{php_extensiondir}/pdo.so
3086
3087 %if %{with mssql} || %{with sybase_ct}
3088 %files pdo-dblib
3089 %defattr(644,root,root,755)
3090 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/pdo_dblib.ini
3091 %attr(755,root,root) %{php_extensiondir}/pdo_dblib.so
3092 %endif
3093
3094 %if %{with interbase} && !%{with interbase_inst}
3095 %files pdo-firebird
3096 %defattr(644,root,root,755)
3097 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/pdo_firebird.ini
3098 %attr(755,root,root) %{php_extensiondir}/pdo_firebird.so
3099 %endif
3100
3101 %files pdo-mysql
3102 %defattr(644,root,root,755)
3103 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/pdo_mysql.ini
3104 %attr(755,root,root) %{php_extensiondir}/pdo_mysql.so
3105
3106 %if %{with oci8}
3107 %files pdo-oci
3108 %defattr(644,root,root,755)
3109 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/pdo_oci.ini
3110 %attr(755,root,root) %{php_extensiondir}/pdo_oci.so
3111 %endif
3112
3113 %if %{with odbc}
3114 %files pdo-odbc
3115 %defattr(644,root,root,755)
3116 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/pdo_odbc.ini
3117 %attr(755,root,root) %{php_extensiondir}/pdo_odbc.so
3118 %endif
3119
3120 %if %{with pgsql}
3121 %files pdo-pgsql
3122 %defattr(644,root,root,755)
3123 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/pdo_pgsql.ini
3124 %attr(755,root,root) %{php_extensiondir}/pdo_pgsql.so
3125 %endif
3126
3127 %if %{with pdo_sqlite}
3128 %files pdo-sqlite
3129 %defattr(644,root,root,755)
3130 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/pdo_sqlite.ini
3131 %attr(755,root,root) %{php_extensiondir}/pdo_sqlite.so
3132 %endif
3133
3134 %if %{with pgsql}
3135 %files pgsql
3136 %defattr(644,root,root,755)
3137 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/pgsql.ini
3138 %attr(755,root,root) %{php_extensiondir}/pgsql.so
3139 %endif
3140
3141 %if %{with phar}
3142 %files phar
3143 %defattr(644,root,root,755)
3144 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/phar.ini
3145 %attr(755,root,root) %{php_extensiondir}/phar.so
3146 %attr(755,root,root) %{_bindir}/phar
3147 %attr(755,root,root) %{_bindir}/phar.phar
3148 %endif
3149
3150 %files posix
3151 %defattr(644,root,root,755)
3152 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/posix.ini
3153 %attr(755,root,root) %{php_extensiondir}/posix.so
3154
3155 %if %{with pspell}
3156 %files pspell
3157 %defattr(644,root,root,755)
3158 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/pspell.ini
3159 %attr(755,root,root) %{php_extensiondir}/pspell.so
3160 %endif
3161
3162 %files readline
3163 %defattr(644,root,root,755)
3164 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/cli.d/readline.ini
3165 %attr(755,root,root) %{php_extensiondir}/readline.so
3166
3167 %if %{with recode}
3168 %files recode
3169 %defattr(644,root,root,755)
3170 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/recode.ini
3171 %attr(755,root,root) %{php_extensiondir}/recode.so
3172 %endif
3173
3174 %files session
3175 %defattr(644,root,root,755)
3176 %doc ext/session/mod_files.sh
3177 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/Session.ini
3178 %attr(755,root,root) %{php_extensiondir}/session.so
3179
3180 %files shmop
3181 %defattr(644,root,root,755)
3182 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/shmop.ini
3183 %attr(755,root,root) %{php_extensiondir}/shmop.so
3184
3185 %files simplexml
3186 %defattr(644,root,root,755)
3187 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/simplexml.ini
3188 %attr(755,root,root) %{php_extensiondir}/simplexml.so
3189
3190 %if %{with snmp}
3191 %files snmp
3192 %defattr(644,root,root,755)
3193 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/snmp.ini
3194 %attr(755,root,root) %{php_extensiondir}/snmp.so
3195 %endif
3196
3197 %files soap
3198 %defattr(644,root,root,755)
3199 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/soap.ini
3200 %attr(755,root,root) %{php_extensiondir}/soap.so
3201
3202 %files sockets
3203 %defattr(644,root,root,755)
3204 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/sockets.ini
3205 %attr(755,root,root) %{php_extensiondir}/sockets.so
3206
3207 %files spl
3208 %defattr(644,root,root,755)
3209 %doc ext/spl/{CREDITS,README,TODO,examples}
3210 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/SPL.ini
3211 %attr(755,root,root) %{php_extensiondir}/spl.so
3212
3213 %if %{with sqlite2}
3214 %files sqlite
3215 %defattr(644,root,root,755)
3216 %doc ext/sqlite/{README,TODO,CREDITS}
3217 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/sqlite.ini
3218 %attr(755,root,root) %{php_extensiondir}/sqlite.so
3219 %endif
3220
3221 %if %{with sqlite3}
3222 %files sqlite3
3223 %defattr(644,root,root,755)
3224 %doc ext/sqlite3/CREDITS
3225 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/sqlite3.ini
3226 %attr(755,root,root) %{php_extensiondir}/sqlite3.so
3227 %endif
3228
3229 %if %{with sybase_ct}
3230 %files sybase-ct
3231 %defattr(644,root,root,755)
3232 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/sybase_ct.ini
3233 %attr(755,root,root) %{php_extensiondir}/sybase_ct.so
3234 %endif
3235
3236 %files sysvmsg
3237 %defattr(644,root,root,755)
3238 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/sysvmsg.ini
3239 %attr(755,root,root) %{php_extensiondir}/sysvmsg.so
3240
3241 %files sysvsem
3242 %defattr(644,root,root,755)
3243 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/sysvsem.ini
3244 %attr(755,root,root) %{php_extensiondir}/sysvsem.so
3245
3246 %files sysvshm
3247 %defattr(644,root,root,755)
3248 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/sysvshm.ini
3249 %attr(755,root,root) %{php_extensiondir}/sysvshm.so
3250
3251 %files tests
3252 %defattr(644,root,root,755)
3253 %dir %{php_data_dir}/tests/php
3254 %{php_data_dir}/tests/php/basic
3255 %{php_data_dir}/tests/php/classes
3256 %{php_data_dir}/tests/php/func
3257 %{php_data_dir}/tests/php/lang
3258 %{php_data_dir}/tests/php/output
3259 %{php_data_dir}/tests/php/run-test
3260 %{php_data_dir}/tests/php/security
3261 %{php_data_dir}/tests/php/strings
3262 %{php_data_dir}/tests/php/quicktester.inc
3263 %attr(755,root,root) %{php_data_dir}/tests/php/run-tests.php
3264
3265 %if %{with tidy}
3266 %files tidy
3267 %defattr(644,root,root,755)
3268 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/tidy.ini
3269 %attr(755,root,root) %{php_extensiondir}/tidy.so
3270 %endif
3271
3272 %files tokenizer
3273 %defattr(644,root,root,755)
3274 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/tokenizer.ini
3275 %attr(755,root,root) %{php_extensiondir}/tokenizer.so
3276
3277 %if %{with wddx}
3278 %files wddx
3279 %defattr(644,root,root,755)
3280 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*wddx.ini
3281 %attr(755,root,root) %{php_extensiondir}/wddx.so
3282 %endif
3283
3284 %files xml
3285 %defattr(644,root,root,755)
3286 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/xml.ini
3287 %attr(755,root,root) %{php_extensiondir}/xml.so
3288
3289 %files xmlreader
3290 %defattr(644,root,root,755)
3291 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/xmlreader.ini
3292 %attr(755,root,root) %{php_extensiondir}/xmlreader.so
3293
3294 %if %{with xmlrpc}
3295 %files xmlrpc
3296 %defattr(644,root,root,755)
3297 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/xmlrpc.ini
3298 %attr(755,root,root) %{php_extensiondir}/xmlrpc.so
3299 %endif
3300
3301 %files xmlwriter
3302 %defattr(644,root,root,755)
3303 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/xmlwriter.ini
3304 %attr(755,root,root) %{php_extensiondir}/xmlwriter.so
3305
3306 %files xsl
3307 %defattr(644,root,root,755)
3308 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/xsl.ini
3309 %attr(755,root,root) %{php_extensiondir}/xsl.so
3310
3311 %files zip
3312 %defattr(644,root,root,755)
3313 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/zip.ini
3314 %attr(755,root,root) %{php_extensiondir}/zip.so
3315
3316 %files zlib
3317 %defattr(644,root,root,755)
3318 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/zlib.ini
3319 %attr(755,root,root) %{php_extensiondir}/zlib.so
This page took 0.251496 seconds and 4 git commands to generate.