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