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