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