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