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