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