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