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