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