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