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