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