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