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