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