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