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