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