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