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