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