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