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