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