]> git.pld-linux.org Git - packages/php.git/blob - php.spec
12e18bb45b8245cd84625d5eb9646f79bb3716f4
[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 phpdbg}
2179 phpdbg
2180 %endif
2181 %if %{with apache2}
2182 apxs2
2183 %endif
2184 "
2185 for sapi in $sapis; do
2186         : SAPI $sapi
2187         # skip if already configured (for faster debugging purposes)
2188         [ -f Makefile.$sapi ] && continue
2189
2190         sapi_args=''
2191         case $sapi in
2192         cgi-fcgi)
2193                 sapi_args='--disable-cli'
2194         ;;
2195         cli)
2196                 sapi_args='--disable-cgi %{?with_gcov:--enable-gcov}'
2197         ;;
2198         fpm)
2199                 sapi_args='--disable-cli --disable-cgi --enable-fpm'
2200                 ;;
2201         embed)
2202                 sapi_args='--disable-cli --disable-cgi --enable-embed'
2203                 ;;
2204         apxs1)
2205                 ver=$(rpm -q --qf '%{V}' apache1-devel)
2206                 sapi_args="--disable-cli --disable-cgi --with-apxs=%{apxs1} --with-apache-version=$ver"
2207         ;;
2208         apxs2)
2209                 ver=$(rpm -q --qf '%{V}' apache-devel)
2210                 sapi_args="--disable-cli --disable-cgi --with-apxs2=%{apxs2} --with-apache-version=$ver"
2211         ;;
2212         litespeed)
2213                 sapi_args='--disable-cli --disable-cgi --with-litespeed'
2214         ;;
2215         phpdbg)
2216                 sapi_args='--disable-cli --disable-cgi --enable-phpdbg %{?debug:--enable-phpdbg-debug}'
2217         ;;
2218         esac
2219
2220         %configure \
2221         $sapi_args \
2222 %if "%{!?configure_cache:0}%{?configure_cache}" == "0"
2223         --cache-file=config.cache \
2224 %endif
2225         --with-libdir=%{_lib} \
2226         --with-config-file-path=%{_sysconfdir} \
2227         --with-config-file-scan-dir=%{_sysconfdir}/conf.d \
2228         --with-system-tzdata \
2229         --%{!?debug:dis}%{?debug:en}able-debug \
2230         %{?with_zts:--enable-maintainer-zts} \
2231         --enable-inline-optimization \
2232         --enable-bcmath=shared \
2233         --enable-calendar=shared \
2234         --enable-ctype=shared \
2235         --enable-dba=shared \
2236         --enable-dom=shared \
2237         --enable-exif=shared \
2238         --enable-fileinfo=shared \
2239         --enable-ftp=shared \
2240         --enable-gd-native-ttf \
2241         %{?with_intl:--enable-intl=shared} \
2242         --enable-libxml \
2243         --enable-mbstring=shared,all \
2244         --enable-mbregex \
2245         --enable-pcntl=shared \
2246         --enable-pdo=shared \
2247         --enable-json=shared \
2248         --enable-hash=shared \
2249         --enable-xmlwriter=shared \
2250 %if %{with fpm}
2251         --with-fpm-user=http \
2252         --with-fpm-group=http \
2253 %endif
2254 %if %{with mssql} || %{with sybase_ct}
2255         --with-pdo-dblib=shared \
2256 %endif
2257 %if %{with interbase} && %{without interbase_inst}
2258         --with-pdo-firebird=shared,/usr \
2259 %endif
2260         %{?with_mhash:--with-mhash=yes} \
2261         --with-mysql-sock=/var/lib/mysql/mysql.sock \
2262         --with-pdo-mysql=shared,%{!?with_mysqlnd:/usr}%{?with_mysqlnd:mysqlnd} \
2263         %{?with_oci8:--with-pdo-oci=shared%{?with_instantclient:,instantclient,%{_libdir}}} \
2264         %{?with_odbc:--with-pdo-odbc=shared,unixODBC,/usr} \
2265         %{?with_pgsql:--with-pdo-pgsql=shared} \
2266         %{?with_pdo_sqlite:--with-pdo-sqlite=shared,/usr} \
2267         %{?with_webp:--with-vpx-dir=/usr} \
2268         --without-libexpat-dir \
2269         --enable-posix=shared \
2270         --enable-shared \
2271         --enable-session=shared \
2272         --enable-shmop=shared \
2273         --enable-simplexml=shared \
2274         --enable-sysvmsg=shared \
2275         --enable-sysvsem=shared \
2276         --enable-sysvshm=shared \
2277         --enable-soap=shared \
2278         --enable-sockets=shared \
2279         --enable-tokenizer=shared \
2280         %{?with_wddx:--enable-wddx=shared} \
2281         --enable-xml=shared \
2282         --enable-xmlreader=shared \
2283         --with-bz2=shared \
2284         %{__with_without curl curl shared} \
2285         --with-db4 \
2286         --with-iconv=shared \
2287         %{?with_enchant:--with-enchant=shared,/usr} \
2288         --with-freetype-dir=shared \
2289         --with-gettext=shared \
2290         --with-gd=shared%{?with_system_gd:,/usr} \
2291         --with-gdbm \
2292         --with-gmp=shared \
2293         %{?with_imap:--with-imap=shared --with-imap-ssl} \
2294         %{?with_interbase:--with-interbase=shared%{!?with_interbase_inst:,/usr}} \
2295         --with-jpeg-dir=/usr \
2296         %{?with_ldap:--with-ldap=shared --with-ldap-sasl} \
2297         --with-mcrypt=shared \
2298         %{?with_mm:--with-mm} \
2299         %{?with_mssql:--with-mssql=shared} \
2300         %{?with_mysqlnd:--enable-mysqlnd=shared} \
2301         --with-mysql=shared,%{!?with_mysqlnd:/usr}%{?with_mysqlnd:mysqlnd} \
2302         %{?with_mysqli:--with-mysqli=shared,%{!?with_mysqlnd:/usr/bin/mysql_config}%{?with_mysqlnd:mysqlnd}} \
2303         %{?with_oci8:--with-oci8=shared%{?with_instantclient:,instantclient,%{_libdir}}} \
2304         %{?with_opcache:--enable-opcache=shared} \
2305         %{?with_openssl:--with-openssl=shared} \
2306         %{?with_kerberos5:--with-kerberos} \
2307         --with-tcadb=/usr \
2308         %{__with_without pcre pcre-regex /usr} \
2309         %{__enable_disable filter filter shared} \
2310         --with-pear=%{php_pear_dir} \
2311         %{__with_without pgsql pgsql shared,/usr} \
2312         %{__enable_disable phar phar shared} \
2313         --with-png-dir=/usr \
2314         %{?with_pspell:--with-pspell=shared} \
2315         --with-readline=shared \
2316         %{?with_recode:--with-recode=shared} \
2317         --with-regex=system \
2318         %{?with_snmp:--with-snmp=shared} \
2319         %{?with_sybase_ct:--with-sybase-ct=shared,/usr} \
2320         %{!?with_pdo_sqlite:--without-pdo-sqlite} \
2321         %{__with_without sqlite3 sqlite3 shared,/usr} \
2322         --with-t1lib=shared \
2323         %{?with_tidy:--with-tidy=shared} \
2324         %{?with_odbc:--with-unixODBC=shared,/usr} \
2325         %{__with_without xmlrpc xmlrpc shared,/usr} \
2326         --with-xsl=shared \
2327         --with-zlib=shared \
2328         --with-zlib-dir=shared,/usr \
2329         %{?with_system_libzip:--with-libzip} \
2330         --enable-zip=shared,/usr \
2331
2332         # save for debug
2333         cp -f Makefile Makefile.$sapi
2334         cp -f main/php_config.h php_config.h.$sapi
2335         cp -f config.log config.log.$sapi
2336 done
2337
2338 # as we build each SAPI in own make, adjust php-config.in forehead
2339 sapis=$(%{__sed} -rne 's/^PHP_INSTALLED_SAPIS = (.+)/\1/p' Makefile.* | tr ' ' '\n' | sort -u | xargs)
2340 %{__sed} -i -e "s,@PHP_INSTALLED_SAPIS@,$sapis," scripts/php-config.in
2341
2342 # must make libphp_common first, so modules can link against it.
2343 cp -af php_config.h.cli main/php_config.h
2344 cp -af Makefile.cli Makefile
2345 %{__make} libphp_common.la
2346 %{__make} build-modules
2347
2348 %if %{with apache1}
2349 %{__make} libtool-sapi LIBTOOL_SAPI=sapi/apache/libphp5.la -f Makefile.apxs1
2350 %endif
2351
2352 %if %{with apache2}
2353 %{__make} libtool-sapi LIBTOOL_SAPI=sapi/apache2handler/libphp5.la -f Makefile.apxs2
2354 %endif
2355
2356 %if %{with litespeed}
2357 %{__make} -f Makefile.litespeed litespeed
2358 %endif
2359
2360 %if %{with embed}
2361 %{__make} -f Makefile.embed libphp5.la
2362 %endif
2363
2364 %if %{with phpdbg}
2365 %{__make} -f Makefile.phpdbg phpdbg
2366 %endif
2367
2368 # CGI/FCGI
2369 %if %{with cgi}
2370 cp -pf php_config.h.cgi-fcgi main/php_config.h
2371 %{__make} -f Makefile.cgi-fcgi
2372 [ "$(echo '<?=php_sapi_name();' | ./sapi/cgi/php-cgi -qn)" = "cgi-fcgi" ]
2373 %endif
2374
2375 # PHP FPM
2376 %if %{with fpm}
2377 cp -pf php_config.h.fpm main/php_config.h
2378 %{__make} -f Makefile.fpm
2379 [ $(./sapi/fpm/php-fpm -n -m | grep cgi-fcgi) = "cgi-fcgi" ]
2380 %endif
2381
2382 # CLI
2383 cp -pf php_config.h.cli main/php_config.h
2384 %{__make} -f Makefile.cli
2385 [ "$(echo '<?=php_sapi_name();' | ./sapi/cli/php -qn)" = "cli" ]
2386
2387 # check for stupid xml parse breakage where &lt; and &gt; just get lost in parse result
2388 ./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"]));'
2389
2390 # Generate stub .ini files for each extension
2391 rm -rf conf.d
2392 install -d conf.d
2393 generate_inifiles() {
2394         for so in modules/*.so; do
2395                 mod=$(basename $so .so)
2396                 ext=extension
2397                 # opcache.so is zend extension
2398                 nm $so | grep -q zend_extension_entry && ext=zend_extension
2399                 conf="$mod.ini"
2400                 # xml needs to be loaded before wddx
2401                 [ "$mod" = "wddx" ] && conf="xml_$mod.ini"
2402                 # pre needs to be loaded before SPL
2403                 [ "$mod" = "pcre" ] && conf="PCRE.ini"
2404                 # spl needs to be loaded before mysqli
2405                 [ "$mod" = "spl" ] && conf="SPL.ini"
2406                 # session needs to be loaded before php-pecl-http, php-pecl-memcache, php-pecl-session_mysql
2407                 [ "$mod" = "session" ] && conf="Session.ini"
2408                 # mysqlnd needs to be loaded before mysql,mysqli,pdo_mysqli
2409                 [ "$mod" = "mysqlnd" ] && conf="MySQLND.ini"
2410                 echo "+ $conf"
2411                 cat > conf.d/$conf <<-EOF
2412                         ; Enable $mod $ext module
2413                         $ext=$mod.so
2414                 EOF
2415         done
2416 }
2417 generate_inifiles
2418
2419 # Check that the module inner-dependencies are intact
2420 PHP=./sapi/cli/php EXTENSION_DIR=modules CONFIG_DIR=conf.d ./dep-tests.sh > dep-tests.log
2421 if grep -v OK dep-tests.log; then
2422         echo >&2 "The results above were not expected"
2423         exit 1
2424 fi
2425
2426 %if %{with gcov}
2427 # Use CLI SAPI
2428 cp -pf php_config.h.cli main/php_config.h
2429 cp -pf Makefile.cli Makefile
2430 %{__make} lcov
2431 # you really don't want to package result of gcov build
2432 exit 1
2433 %endif
2434
2435 cat <<'EOF' > run-tests.sh
2436 #!/bin/sh
2437 export NO_INTERACTION=1 REPORT_EXIT_STATUS=1 MALLOC_CHECK_=2
2438 unset TZ LANG LC_ALL || :
2439 %{__make} test \
2440         EXTENSION_DIR=modules \
2441         PHP_TEST_SHARED_SYSTEM_EXTENSIONS= \
2442         RUN_TESTS_SETTINGS="-q $*"
2443 EOF
2444 chmod +x run-tests.sh
2445
2446 %if %{with tests}
2447 # Run tests, using the CLI SAPI
2448 cp -pf php_config.h.cli main/php_config.h
2449 cp -pf Makefile.cli Makefile
2450
2451 ./run-tests.sh -w failed.log -s tests.log || {
2452 rc=$?
2453
2454 # collect failed tests into cleanup script used in prep.
2455 sed -ne '/^FAILED TEST SUMMARY/,/^===/p' tests.log | sed -e '1,/^---/d;/^===/,$d' > tests-failed.log
2456 sed -ne '/^via/d;/\[.*\]/{s/\t*\(.*\) \[\(.*\)\]\(.*\)/# \1\3\nmv \2{,.skip}/p}' tests-failed.log \
2457         >> %{_sourcedir}/skip-tests.sh
2458
2459 # if on builders, dump test log
2460 tty -q || cat tests.log
2461
2462 test ! -s failed.log
2463 exit $rc
2464 }
2465 %endif
2466
2467 %install
2468 rm -rf $RPM_BUILD_ROOT
2469 install -d $RPM_BUILD_ROOT{%{_libdir}/{php,apache{,1}},%{_sysconfdir}/{apache,cgi}} \
2470         $RPM_BUILD_ROOT{%{_sbindir},%{_bindir}} \
2471         $RPM_BUILD_ROOT/etc/{apache/conf.d,httpd/conf.d} \
2472         $RPM_BUILD_ROOT%{_mandir}/man{1,8} \
2473
2474 cp -pf php_config.h.cli main/php_config.h
2475 cp -pf Makefile.cli Makefile
2476 %{__make} install \
2477         phpbuilddir=%{_libdir}/%{name}/build \
2478         INSTALL_ROOT=$RPM_BUILD_ROOT
2479
2480 # make link relative
2481 ln -sfn phar.phar $RPM_BUILD_ROOT%{_bindir}/phar
2482
2483 # version suffix
2484 v=$(echo %{version} | cut -d. -f1-2)
2485
2486 # install Apache1 DSO module
2487 %if %{with apache1}
2488 libtool --mode=install install -p sapi/apache/libphp5.la $RPM_BUILD_ROOT%{_libdir}/apache1
2489 mv $RPM_BUILD_ROOT%{_libdir}/apache1/libphp5{,-$v}.so
2490 ln -s libphp5-$v.so $RPM_BUILD_ROOT%{_libdir}/apache1/libphp5.so
2491 %endif
2492
2493 # install Apache2 DSO module
2494 %if %{with apache2}
2495 libtool --mode=install install -p sapi/apache2handler/libphp5.la $RPM_BUILD_ROOT%{_libdir}/apache
2496 mv $RPM_BUILD_ROOT%{_libdir}/apache/libphp5{,-$v}.so
2497 ln -s libphp5-$v.so $RPM_BUILD_ROOT%{_libdir}/apache/libphp5.so
2498 %endif
2499
2500 # install litespeed sapi
2501 %if %{with litespeed}
2502 libtool --mode=install install -p sapi/litespeed/php $RPM_BUILD_ROOT%{_sbindir}/%{name}.litespeed
2503 %endif
2504
2505 %if %{with phpdbg}
2506 %{__make} -f Makefile.phpdbg install-phpdbg \
2507         INSTALL_ROOT=$RPM_BUILD_ROOT
2508 %endif
2509
2510 libtool --mode=install install -p libphp_common.la $RPM_BUILD_ROOT%{_libdir}
2511
2512 # install CGI/FCGI
2513 %if %{with cgi}
2514 # install-cgi
2515 libtool --mode=install install -p sapi/cgi/php-cgi $RPM_BUILD_ROOT%{_bindir}/%{name}.cgi
2516 ln -sf %{name}.cgi $RPM_BUILD_ROOT%{_bindir}/%{name}.fcgi
2517 cp -p %{SOURCE3} $RPM_BUILD_ROOT%{_sysconfdir}/php-cgi-fcgi.ini
2518 %endif
2519
2520 # install FCGI PM
2521 %if %{with fpm}
2522 install -d $RPM_BUILD_ROOT{%{_sysconfdir}/fpm.d,%{_sbindir}}
2523 libtool --mode=install install -p sapi/fpm/php-fpm $RPM_BUILD_ROOT%{_sbindir}/%{name}-fpm
2524 cp -p sapi/fpm/php-fpm.8 $RPM_BUILD_ROOT%{_mandir}/man8/%{name}-fpm.8
2525 cp -p sapi/fpm/php-fpm.conf $RPM_BUILD_ROOT%{_sysconfdir}
2526 cp -p sapi/fpm/php-fpm.conf-d $RPM_BUILD_ROOT%{_sysconfdir}/fpm.d/www.conf
2527 install -d $RPM_BUILD_ROOT/etc/rc.d/init.d
2528 install -p %{SOURCE10} $RPM_BUILD_ROOT/etc/rc.d/init.d/%{name}-fpm
2529 install -d $RPM_BUILD_ROOT/etc/logrotate.d
2530 cp -p %{SOURCE11} $RPM_BUILD_ROOT/etc/logrotate.d/%{name}-fpm
2531 %if "%{pld_release}" == "ac"
2532 %{__sed} -i -e '/su/d' $RPM_BUILD_ROOT/etc/logrotate.d/%{name}-fpm
2533 %endif
2534
2535 %{__sed} -i -e '
2536         s#/usr/lib/php#%{php_extensiondir}#
2537         s#/etc/php#%{_sysconfdir}#
2538         s#@processname@#%{name}-fpm#g
2539 ' $RPM_BUILD_ROOT{/etc/{rc.d/init.d/%{name}-fpm,logrotate.d/%{name}-fpm},%{_sysconfdir}/php-fpm.conf,%{_sysconfdir}/fpm.d/www.conf}
2540 %endif
2541
2542 # install Embedded API
2543 %if %{with embed}
2544 # we could use install-headers from Makefile.embed, but that would reinstall all headers
2545 # install-sapi installs to wrong dir, so just do it all manually
2546 install -d $RPM_BUILD_ROOT%{_includedir}/php/sapi/embed
2547 install -p libs/libphp5.so $RPM_BUILD_ROOT%{_libdir}
2548 cp -p sapi/embed/php_embed.h $RPM_BUILD_ROOT%{_includedir}/php/sapi/embed
2549 %endif
2550
2551 # install CLI
2552 # versioned suffix is always installed
2553 libtool --mode=install install -p sapi/cli/php $RPM_BUILD_ROOT%{_bindir}/php%{ver_suffix}
2554 cp -p sapi/cli/php.1 $RPM_BUILD_ROOT%{_mandir}/man1/php%{ver_suffix}.1
2555 echo ".so php%{ver_suffix}.1" >$RPM_BUILD_ROOT%{_mandir}/man1/php.1
2556 ln -sf php%{ver_suffix} $RPM_BUILD_ROOT%{_bindir}/php
2557
2558 cp -p php.ini $RPM_BUILD_ROOT%{_sysconfdir}/php.ini
2559
2560 cp -p %{SOURCE5} $RPM_BUILD_ROOT%{_sysconfdir}/php-cli.ini
2561 cp -p %{SOURCE9} $RPM_BUILD_ROOT%{_sysconfdir}/browscap.ini
2562
2563 %if %{with apache1}
2564 cp -p %{SOURCE2} $RPM_BUILD_ROOT/etc/apache/conf.d/70_mod_php.conf
2565 cp -p %{SOURCE4} $RPM_BUILD_ROOT%{_sysconfdir}/php-apache.ini
2566 %{__rm} -f $RPM_BUILD_ROOT%{_libdir}/apache1/libphp5.la
2567 %endif
2568
2569 %if %{with apache2}
2570 cp -p %{SOURCE2} $RPM_BUILD_ROOT/etc/httpd/conf.d/70_mod_php.conf
2571 cp -p %{SOURCE4} $RPM_BUILD_ROOT%{_sysconfdir}/php-apache2handler.ini
2572 %{__rm} -f $RPM_BUILD_ROOT%{_libdir}/apache/libphp5.la
2573 %endif
2574
2575 # ensure that paths are correct for current php version and arch
2576 grep -El '/etc/php/|/usr/lib/php/' $RPM_BUILD_ROOT%{_sysconfdir}/*.ini | xargs -r \
2577 %{__sed} -i -e '
2578         s#/usr/lib/php#%{php_extensiondir}#
2579         s#/etc/php#%{_sysconfdir}#
2580 '
2581
2582 install -d $RPM_BUILD_ROOT%{_sysconfdir}/conf.d
2583 cp -p conf.d/*.ini $RPM_BUILD_ROOT%{_sysconfdir}/conf.d
2584
2585 # per SAPI ini directories
2586 install -d $RPM_BUILD_ROOT%{_sysconfdir}/{cgi-fcgi,cli,apache,apache2handler}.d
2587
2588 # for CLI SAPI only
2589 mv $RPM_BUILD_ROOT%{_sysconfdir}/{conf.d/readline.ini,cli.d}
2590
2591 # use system automake and {lib,sh}tool
2592 %if "%{pld_release}" != "ac"
2593         ln -snf /usr/share/automake/config.{guess,sub} $RPM_BUILD_ROOT%{_libdir}/%{name}/build
2594         for i in libtool.m4 lt~obsolete.m4 ltoptions.m4 ltsugar.m4 ltversion.m4; do
2595                 ln -snf %{_aclocaldir}/${i} $RPM_BUILD_ROOT%{_libdir}/%{name}/build
2596         done
2597         ln -snf %{_datadir}/libtool/config/ltmain.sh $RPM_BUILD_ROOT%{_libdir}/%{name}/build
2598 %else
2599         ln -snf %{_aclocaldir}/libtool.m4 $RPM_BUILD_ROOT%{_libdir}/%{name}/build
2600         ln -snf %{_datadir}/libtool/ltmain.sh $RPM_BUILD_ROOT%{_libdir}/%{name}/build
2601 %endif
2602 ln -snf %{_bindir}/shtool $RPM_BUILD_ROOT%{_libdir}/%{name}/build
2603 sed -i -e '/^phpdir/ s,/php/build,/%{name}/build,' $RPM_BUILD_ROOT%{_bindir}/phpize
2604
2605 # for php-pecl-mailparse
2606 install -d $RPM_BUILD_ROOT%{_includedir}/php/ext/mbstring
2607 cp -p ext/mbstring/libmbfl/mbfl/*.h $RPM_BUILD_ROOT%{_includedir}/php/ext/mbstring
2608
2609 # tests
2610 install -d $RPM_BUILD_ROOT%{php_data_dir}/tests/php
2611 install -p run-tests.php $RPM_BUILD_ROOT%{php_data_dir}/tests/php/run-tests.php
2612 cp -a tests/* $RPM_BUILD_ROOT%{php_data_dir}/tests/php
2613
2614 # fix install paths, avoid evil rpaths
2615 sed -i -e "s|^libdir=.*|libdir='%{_libdir}'|" $RPM_BUILD_ROOT%{_libdir}/libphp_common.la
2616 # better solution?
2617 sed -i -e 's|libphp_common.la|$(libdir)/libphp_common.la|' $RPM_BUILD_ROOT%{_libdir}/%{name}/build/acinclude.m4
2618
2619 %clean
2620 rm -rf $RPM_BUILD_ROOT
2621
2622 %post -n apache1-mod_%{name}
2623 if [ "$1" = "1" ]; then
2624         %service -q apache restart
2625 fi
2626
2627 %postun -n apache1-mod_%{name}
2628 if [ "$1" = "0" ]; then
2629         %service -q apache restart
2630 fi
2631
2632 %post -n apache-mod_%{name}
2633 if [ "$1" = "1" ]; then
2634         %service -q httpd restart
2635 fi
2636
2637 %postun -n apache-mod_%{name}
2638 if [ "$1" = "0" ]; then
2639         %service -q httpd restart
2640 fi
2641
2642 %pre fpm
2643 %useradd -u 51 -r -s /bin/false -c "HTTP User" -g http http
2644
2645 %post fpm
2646 /sbin/chkconfig --add %{name}-fpm
2647 %service %{name}-fpm restart
2648
2649 %preun fpm
2650 if [ "$1" = 0 ]; then
2651         %service %{name}-fpm stop
2652         /sbin/chkconfig --del %{name}-fpm
2653 fi
2654
2655 %postun fpm
2656 if [ "$1" = "0" ]; then
2657         %userremove http
2658 fi
2659
2660 %post   embedded -p /sbin/ldconfig
2661 %postun embedded -p /sbin/ldconfig
2662
2663 %post common
2664 # PHP 5.3 requires timezone being setup, try setup it from tzdata
2665 if ! grep -q '^date.timezone[[:space:]]*=' %{_sysconfdir}/php.ini && [ -f /etc/sysconfig/timezone ]; then
2666         TIMEZONE=
2667         . /etc/sysconfig/timezone
2668         if [ "$TIMEZONE" ]; then
2669                 %{__sed} -i -e "s,^;date.timezone[[:space:]]*=.*,date.timezone = $TIMEZONE," %{_sysconfdir}/php.ini
2670         fi
2671 fi
2672
2673 %posttrans common
2674 # minimizing apache restarts logics. we restart webserver:
2675 #
2676 # 1. at the end of transaction. (posttrans, feature from rpm 4.4.2)
2677 # 2. first install of extension (post: $1 = 1)
2678 # 2. uninstall of extension (postun: $1 == 0)
2679 #
2680 # the strict internal deps between extensions (and apache modules) and
2681 # common package are very important for all this to work.
2682
2683 # restart webserver at the end of transaction
2684 [ ! -f /etc/apache/conf.d/??_mod_php.conf ] || %service -q apache restart
2685 [ ! -f /etc/httpd/conf.d/??_mod_php.conf ] || %service -q httpd restart
2686
2687 # common macros called at extension post/postun scriptlet
2688 %define extension_scripts() \
2689 %post %1 \
2690 if [ "$1" = "1" ]; then \
2691         %php_webserver_restart \
2692 fi \
2693 \
2694 %postun %1 \
2695 if [ "$1" = "0" ]; then \
2696         %php_webserver_restart \
2697 fi
2698 %{nil}
2699
2700 # extension scripts defines
2701 %extension_scripts bcmath
2702 %extension_scripts bz2
2703 %extension_scripts calendar
2704 %extension_scripts ctype
2705 %extension_scripts curl
2706 %extension_scripts dba
2707 %extension_scripts dom
2708 %extension_scripts enchant
2709 %extension_scripts exif
2710 %extension_scripts fileinfo
2711 %extension_scripts filter
2712 %extension_scripts ftp
2713 %extension_scripts gd
2714 %extension_scripts gettext
2715 %extension_scripts gmp
2716 %extension_scripts hash
2717 %extension_scripts iconv
2718 %extension_scripts imap
2719 %extension_scripts interbase
2720 %extension_scripts intl
2721 %extension_scripts json
2722 %extension_scripts ldap
2723 %extension_scripts mbstring
2724 %extension_scripts mcrypt
2725 %extension_scripts mssql
2726 %extension_scripts mysql
2727 %extension_scripts mysqli
2728 %extension_scripts mysqlnd
2729 %extension_scripts oci8
2730 %extension_scripts odbc
2731 %extension_scripts opcache
2732 %extension_scripts openssl
2733 %extension_scripts pcre
2734 %extension_scripts pdo
2735 %extension_scripts pdo-dblib
2736 %extension_scripts pdo-firebird
2737 %extension_scripts pdo-oci
2738 %extension_scripts pdo-mysql
2739 %extension_scripts pdo-odbc
2740 %extension_scripts pdo-pgsql
2741 %extension_scripts pdo-sqlite
2742 %extension_scripts pgsql
2743 %extension_scripts phar
2744 %extension_scripts pcntl
2745 %extension_scripts posix
2746 %extension_scripts pspell
2747 %extension_scripts recode
2748 %extension_scripts session
2749 %extension_scripts shmop
2750 %extension_scripts simplexml
2751 %extension_scripts snmp
2752 %extension_scripts soap
2753 %extension_scripts sockets
2754 %extension_scripts spl
2755 %extension_scripts sqlite3
2756 %extension_scripts sybase-ct
2757 %extension_scripts sysvmsg
2758 %extension_scripts sysvsem
2759 %extension_scripts sysvshm
2760 %extension_scripts tidy
2761 %extension_scripts tokenizer
2762 %extension_scripts wddx
2763 %extension_scripts xml
2764 %extension_scripts xmlreader
2765 %extension_scripts xmlrpc
2766 %extension_scripts xmlwriter
2767 %extension_scripts xsl
2768 %extension_scripts zip
2769 %extension_scripts zlib
2770
2771 %if %{with apache1}
2772 %files -n apache1-mod_%{name}
2773 %defattr(644,root,root,755)
2774 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/apache/conf.d/*_mod_php.conf
2775 %dir %{_sysconfdir}/apache.d
2776 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/php-apache.ini
2777 %attr(755,root,root) %{_libdir}/apache1/libphp5.so
2778 %attr(755,root,root) %{_libdir}/apache1/libphp5-*.*.so
2779 %endif
2780
2781 %if %{with apache2}
2782 %files -n apache-mod_%{name}
2783 %defattr(644,root,root,755)
2784 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/httpd/conf.d/*_mod_php.conf
2785 %dir %{_sysconfdir}/apache2handler.d
2786 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/php-apache2handler.ini
2787 %attr(755,root,root) %{_libdir}/apache/libphp5.so
2788 %attr(755,root,root) %{_libdir}/apache/libphp5-*.*.so
2789 %endif
2790
2791 %if %{with litespeed}
2792 %files litespeed
2793 %defattr(644,root,root,755)
2794 %attr(755,root,root) %{_sbindir}/%{name}.litespeed
2795 %endif
2796
2797 %if %{with cgi}
2798 %files cgi
2799 %defattr(644,root,root,755)
2800 %dir %{_sysconfdir}/cgi-fcgi.d
2801 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/php-cgi-fcgi.ini
2802 %attr(755,root,root) %{_bindir}/%{name}.cgi
2803 %attr(755,root,root) %{_bindir}/%{name}.fcgi
2804 %endif
2805
2806 %if %{with embed}
2807 %files embedded
2808 %defattr(644,root,root,755)
2809 %attr(755,root,root) %{_libdir}/libphp5.so
2810 %endif
2811
2812 %files cli
2813 %defattr(644,root,root,755)
2814 %dir %{_sysconfdir}/cli.d
2815 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/php-cli.ini
2816 %attr(755,root,root) %{_bindir}/php%{ver_suffix}
2817 %{_mandir}/man1/php%{ver_suffix}.1*
2818
2819 %files program
2820 %defattr(644,root,root,755)
2821 %attr(755,root,root) %{_bindir}/php
2822 %{_mandir}/man1/php.1*
2823
2824 %if %{with fpm}
2825 %files fpm
2826 %defattr(644,root,root,755)
2827 %doc sapi/fpm/{CREDITS,LICENSE}
2828 %dir %{_sysconfdir}/fpm.d
2829 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/php-fpm.conf
2830 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/fpm.d/www.conf
2831 %attr(755,root,root) %{_sbindir}/%{name}-fpm
2832 %{_mandir}/man8/%{name}-fpm.8*
2833 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/logrotate.d/%{name}-fpm
2834 %attr(754,root,root) /etc/rc.d/init.d/%{name}-fpm
2835 %endif
2836
2837 %if %{with phpdbg}
2838 %files phpdbg
2839 %defattr(644,root,root,755)
2840 %attr(755,root,root) %{_bindir}/phpdbg
2841 %endif
2842
2843 %files common
2844 %defattr(644,root,root,755)
2845 %doc CREDITS EXTENSIONS LICENSE NEWS README.namespaces UPGRADING* Zend/{LICENSE.Zend,ZEND_CHANGES} php.ini-*
2846 %dir %{_sysconfdir}
2847 %dir %{_sysconfdir}/conf.d
2848 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/php.ini
2849 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/browscap.ini
2850 %attr(755,root,root) %{_libdir}/libphp_common-*.so
2851 %dir %{php_extensiondir}
2852
2853 %doc ext/session/mod_files.sh
2854
2855 %files devel
2856 %defattr(644,root,root,755)
2857 %doc CODING_STANDARDS README.{EXT_SKEL,PARAMETER_PARSING_API,SELF-CONTAINED-EXTENSIONS,STREAMS,SUBMITTING_PATCH,TESTING,TESTING2,UNIX-BUILD-SYSTEM,input_filter}
2858 %attr(755,root,root) %{_bindir}/phpize
2859 %attr(755,root,root) %{_bindir}/php-config
2860 %attr(755,root,root) %{_libdir}/libphp_common.so
2861 %{_libdir}/libphp_common.la
2862 %{_includedir}/php
2863 %{_libdir}/%{name}/build
2864 %{_mandir}/man1/php-config.1*
2865 %{_mandir}/man1/phpize.1*
2866
2867 %files bcmath
2868 %defattr(644,root,root,755)
2869 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/bcmath.ini
2870 %attr(755,root,root) %{php_extensiondir}/bcmath.so
2871
2872 %files bz2
2873 %defattr(644,root,root,755)
2874 %doc ext/bz2/CREDITS
2875 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/bz2.ini
2876 %attr(755,root,root) %{php_extensiondir}/bz2.so
2877
2878 %files calendar
2879 %defattr(644,root,root,755)
2880 %doc ext/calendar/CREDITS
2881 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/calendar.ini
2882 %attr(755,root,root) %{php_extensiondir}/calendar.so
2883
2884 %files ctype
2885 %defattr(644,root,root,755)
2886 %doc ext/calendar/CREDITS
2887 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/ctype.ini
2888 %attr(755,root,root) %{php_extensiondir}/ctype.so
2889
2890 %if %{with curl}
2891 %files curl
2892 %defattr(644,root,root,755)
2893 %doc ext/curl/CREDITS
2894 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/curl.ini
2895 %attr(755,root,root) %{php_extensiondir}/curl.so
2896 %endif
2897
2898 %files dba
2899 %defattr(644,root,root,755)
2900 %doc ext/dba/{CREDITS,README}
2901 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/dba.ini
2902 %attr(755,root,root) %{php_extensiondir}/dba.so
2903
2904 %files dom
2905 %defattr(644,root,root,755)
2906 %doc ext/dom/{CREDITS,TODO}
2907 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/dom.ini
2908 %attr(755,root,root) %{php_extensiondir}/dom.so
2909
2910 %if %{with enchant}
2911 %files enchant
2912 %defattr(644,root,root,755)
2913 %doc ext/enchant/{CREDITS,docs/examples}
2914 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/enchant.ini
2915 %attr(755,root,root) %{php_extensiondir}/enchant.so
2916 %endif
2917
2918 %files exif
2919 %defattr(644,root,root,755)
2920 %doc ext/exif/CREDITS
2921 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/exif.ini
2922 %attr(755,root,root) %{php_extensiondir}/exif.so
2923
2924 %files fileinfo
2925 %defattr(644,root,root,755)
2926 %doc ext/fileinfo/CREDITS
2927 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/fileinfo.ini
2928 %attr(755,root,root) %{php_extensiondir}/fileinfo.so
2929
2930 %if %{with filter}
2931 %files filter
2932 %defattr(644,root,root,755)
2933 %doc ext/filter/{CREDITS,docs/*}
2934 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/filter.ini
2935 %attr(755,root,root) %{php_extensiondir}/filter.so
2936 %endif
2937
2938 %files ftp
2939 %defattr(644,root,root,755)
2940 %doc ext/ftp/CREDITS
2941 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/ftp.ini
2942 %attr(755,root,root) %{php_extensiondir}/ftp.so
2943
2944 %files gd
2945 %defattr(644,root,root,755)
2946 %doc ext/gd/CREDITS
2947 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/gd.ini
2948 %attr(755,root,root) %{php_extensiondir}/gd.so
2949
2950 %files gettext
2951 %defattr(644,root,root,755)
2952 %doc ext/gettext/CREDITS
2953 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/gettext.ini
2954 %attr(755,root,root) %{php_extensiondir}/gettext.so
2955
2956 %files gmp
2957 %defattr(644,root,root,755)
2958 %doc ext/gmp/{CREDITS,README,TODO}
2959 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/gmp.ini
2960 %attr(755,root,root) %{php_extensiondir}/gmp.so
2961
2962 %files hash
2963 %defattr(644,root,root,755)
2964 %doc ext/hash/{CREDITS,README}
2965 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/hash.ini
2966 %attr(755,root,root) %{php_extensiondir}/hash.so
2967
2968 %files iconv
2969 %defattr(644,root,root,755)
2970 %doc ext/iconv/CREDITS
2971 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/iconv.ini
2972 %attr(755,root,root) %{php_extensiondir}/iconv.so
2973
2974 %if %{with imap}
2975 %files imap
2976 %defattr(644,root,root,755)
2977 %doc ext/imap/CREDITS
2978 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/imap.ini
2979 %attr(755,root,root) %{php_extensiondir}/imap.so
2980 %endif
2981
2982 %if %{with interbase}
2983 %files interbase
2984 %defattr(644,root,root,755)
2985 %doc ext/interbase/CREDITS
2986 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/interbase.ini
2987 %attr(755,root,root) %{php_extensiondir}/interbase.so
2988 %endif
2989
2990 %if %{with intl}
2991 %files intl
2992 %defattr(644,root,root,755)
2993 %doc ext/intl/{CREDITS,TODO}
2994 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/intl.ini
2995 %attr(755,root,root) %{php_extensiondir}/intl.so
2996 %endif
2997
2998 %files json
2999 %defattr(644,root,root,755)
3000 %doc ext/json/CREDITS
3001 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/json.ini
3002 %attr(755,root,root) %{php_extensiondir}/json.so
3003
3004 %if %{with ldap}
3005 %files ldap
3006 %defattr(644,root,root,755)
3007 %doc ext/ldap/CREDITS
3008 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/ldap.ini
3009 %attr(755,root,root) %{php_extensiondir}/ldap.so
3010 %endif
3011
3012 %files mbstring
3013 %defattr(644,root,root,755)
3014 %doc ext/mbstring/{CREDITS,README*}
3015 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/mbstring.ini
3016 %attr(755,root,root) %{php_extensiondir}/mbstring.so
3017
3018 %files mcrypt
3019 %defattr(644,root,root,755)
3020 %doc ext/mcrypt/{CREDITS,TODO}
3021 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/mcrypt.ini
3022 %attr(755,root,root) %{php_extensiondir}/mcrypt.so
3023
3024 %if %{with mssql}
3025 %files mssql
3026 %defattr(644,root,root,755)
3027 %doc ext/mssql/CREDITS
3028 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/mssql.ini
3029 %attr(755,root,root) %{php_extensiondir}/mssql.so
3030 %endif
3031
3032 %files mysql
3033 %defattr(644,root,root,755)
3034 %doc ext/mysql/CREDITS
3035 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/mysql.ini
3036 %attr(755,root,root) %{php_extensiondir}/mysql.so
3037
3038 %if %{with mysqli}
3039 %files mysqli
3040 %defattr(644,root,root,755)
3041 %doc ext/mysqli/{CREDITS,TODO}
3042 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/mysqli.ini
3043 %attr(755,root,root) %{php_extensiondir}/mysqli.so
3044 %endif
3045
3046 %if %{with mysqlnd}
3047 %files mysqlnd
3048 %defattr(644,root,root,755)
3049 %doc ext/mysqlnd/CREDITS
3050 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/MySQLND.ini
3051 %attr(755,root,root) %{php_extensiondir}/mysqlnd.so
3052 %endif
3053
3054 %if %{with oci8}
3055 %files oci8
3056 %defattr(644,root,root,755)
3057 %doc ext/oci8/{CREDITS,README}
3058 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/oci8.ini
3059 %attr(755,root,root) %{php_extensiondir}/oci8.so
3060 %endif
3061
3062 %if %{with odbc}
3063 %files odbc
3064 %defattr(644,root,root,755)
3065 %doc ext/odbc/CREDITS
3066 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/odbc.ini
3067 %attr(755,root,root) %{php_extensiondir}/odbc.so
3068 %endif
3069
3070 %if %{with opcache}
3071 %files opcache
3072 %defattr(644,root,root,755)
3073 %doc ext/opcache/README
3074 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/opcache.ini
3075 %attr(755,root,root) %{php_extensiondir}/opcache.so
3076 %endif
3077
3078 %if %{with openssl}
3079 %files openssl
3080 %defattr(644,root,root,755)
3081 %doc ext/openssl/{CREDITS,README}
3082 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/openssl.ini
3083 %attr(755,root,root) %{php_extensiondir}/openssl.so
3084 %endif
3085
3086 %files pcntl
3087 %defattr(644,root,root,755)
3088 %doc ext/pcntl/{CREDITS,README}
3089 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/pcntl.ini
3090 %attr(755,root,root) %{php_extensiondir}/pcntl.so
3091
3092 %if %{with pcre}
3093 %files pcre
3094 %defattr(644,root,root,755)
3095 %doc ext/pcre/CREDITS
3096 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/PCRE.ini
3097 %attr(755,root,root) %{php_extensiondir}/pcre.so
3098 %endif
3099
3100 %files pdo
3101 %defattr(644,root,root,755)
3102 %doc ext/pdo/{CREDITS,README,TODO}
3103 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/pdo.ini
3104 %attr(755,root,root) %{php_extensiondir}/pdo.so
3105
3106 %if %{with mssql} || %{with sybase_ct}
3107 %files pdo-dblib
3108 %defattr(644,root,root,755)
3109 %doc ext/pdo_dblib/{CREDITS,README}
3110 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/pdo_dblib.ini
3111 %attr(755,root,root) %{php_extensiondir}/pdo_dblib.so
3112 %endif
3113
3114 %if %{with interbase} && !%{with interbase_inst}
3115 %files pdo-firebird
3116 %defattr(644,root,root,755)
3117 %doc ext/pdo_firebird/CREDITS
3118 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/pdo_firebird.ini
3119 %attr(755,root,root) %{php_extensiondir}/pdo_firebird.so
3120 %endif
3121
3122 %files pdo-mysql
3123 %defattr(644,root,root,755)
3124 %doc ext/pdo_mysql/CREDITS
3125 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/pdo_mysql.ini
3126 %attr(755,root,root) %{php_extensiondir}/pdo_mysql.so
3127
3128 %if %{with oci8}
3129 %files pdo-oci
3130 %defattr(644,root,root,755)
3131 %doc ext/pdo_oci/CREDITS
3132 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/pdo_oci.ini
3133 %attr(755,root,root) %{php_extensiondir}/pdo_oci.so
3134 %endif
3135
3136 %if %{with odbc}
3137 %files pdo-odbc
3138 %defattr(644,root,root,755)
3139 %doc ext/pdo_odbc/CREDITS
3140 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/pdo_odbc.ini
3141 %attr(755,root,root) %{php_extensiondir}/pdo_odbc.so
3142 %endif
3143
3144 %if %{with pgsql}
3145 %files pdo-pgsql
3146 %defattr(644,root,root,755)
3147 %doc ext/pdo_pgsql/CREDITS
3148 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/pdo_pgsql.ini
3149 %attr(755,root,root) %{php_extensiondir}/pdo_pgsql.so
3150 %endif
3151
3152 %if %{with pdo_sqlite}
3153 %files pdo-sqlite
3154 %defattr(644,root,root,755)
3155 %doc ext/pdo_sqlite/CREDITS
3156 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/pdo_sqlite.ini
3157 %attr(755,root,root) %{php_extensiondir}/pdo_sqlite.so
3158 %endif
3159
3160 %if %{with pgsql}
3161 %files pgsql
3162 %defattr(644,root,root,755)
3163 %doc ext/pgsql/{CREDITS,README}
3164 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/pgsql.ini
3165 %attr(755,root,root) %{php_extensiondir}/pgsql.so
3166 %endif
3167
3168 %if %{with phar}
3169 %files phar
3170 %defattr(644,root,root,755)
3171 %doc ext/phar/{CREDITS,TODO}
3172 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/phar.ini
3173 %attr(755,root,root) %{php_extensiondir}/phar.so
3174 %attr(755,root,root) %{_bindir}/phar
3175 %attr(755,root,root) %{_bindir}/phar.phar
3176 %{_mandir}/man1/phar.1*
3177 %{_mandir}/man1/phar.phar.1
3178 %endif
3179
3180 %files posix
3181 %defattr(644,root,root,755)
3182 %doc ext/posix/CREDITS
3183 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/posix.ini
3184 %attr(755,root,root) %{php_extensiondir}/posix.so
3185
3186 %if %{with pspell}
3187 %files pspell
3188 %defattr(644,root,root,755)
3189 %doc ext/pspell/{CREDITS,README}
3190 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/pspell.ini
3191 %attr(755,root,root) %{php_extensiondir}/pspell.so
3192 %endif
3193
3194 %files readline
3195 %defattr(644,root,root,755)
3196 %doc ext/readline/{CREDITS,README*}
3197 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/cli.d/readline.ini
3198 %attr(755,root,root) %{php_extensiondir}/readline.so
3199
3200 %if %{with recode}
3201 %files recode
3202 %defattr(644,root,root,755)
3203 %doc ext/recode/CREDITS
3204 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/recode.ini
3205 %attr(755,root,root) %{php_extensiondir}/recode.so
3206 %endif
3207
3208 %files session
3209 %defattr(644,root,root,755)
3210 %doc ext/session/CREDITS
3211 %doc ext/session/mod_files.sh
3212 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/Session.ini
3213 %attr(755,root,root) %{php_extensiondir}/session.so
3214
3215 %files shmop
3216 %defattr(644,root,root,755)
3217 %doc ext/shmop/{CREDITS,README}
3218 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/shmop.ini
3219 %attr(755,root,root) %{php_extensiondir}/shmop.so
3220
3221 %files simplexml
3222 %defattr(644,root,root,755)
3223 %doc ext/simplexml/{CREDITS,README}
3224 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/simplexml.ini
3225 %attr(755,root,root) %{php_extensiondir}/simplexml.so
3226
3227 %if %{with snmp}
3228 %files snmp
3229 %defattr(644,root,root,755)
3230 %doc ext/snmp/CREDITS
3231 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/snmp.ini
3232 %attr(755,root,root) %{php_extensiondir}/snmp.so
3233 %endif
3234
3235 %files soap
3236 %defattr(644,root,root,755)
3237 %doc ext/soap/{CREDITS,TODO*}
3238 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/soap.ini
3239 %attr(755,root,root) %{php_extensiondir}/soap.so
3240
3241 %files sockets
3242 %defattr(644,root,root,755)
3243 %doc ext/sockets/CREDITS
3244 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/sockets.ini
3245 %attr(755,root,root) %{php_extensiondir}/sockets.so
3246
3247 %files spl
3248 %defattr(644,root,root,755)
3249 %doc ext/spl/{CREDITS,README,TODO,examples}
3250 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/SPL.ini
3251 %attr(755,root,root) %{php_extensiondir}/spl.so
3252
3253 %if %{with sqlite3}
3254 %files sqlite3
3255 %defattr(644,root,root,755)
3256 %doc ext/sqlite3/CREDITS
3257 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/sqlite3.ini
3258 %attr(755,root,root) %{php_extensiondir}/sqlite3.so
3259 %endif
3260
3261 %if %{with sybase_ct}
3262 %files sybase-ct
3263 %defattr(644,root,root,755)
3264 %doc ext/sybase_ct/CREDITS
3265 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/sybase_ct.ini
3266 %attr(755,root,root) %{php_extensiondir}/sybase_ct.so
3267 %endif
3268
3269 %files sysvmsg
3270 %defattr(644,root,root,755)
3271 %doc ext/sysvmsg/CREDITS
3272 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/sysvmsg.ini
3273 %attr(755,root,root) %{php_extensiondir}/sysvmsg.so
3274
3275 %files sysvsem
3276 %defattr(644,root,root,755)
3277 %doc ext/sysvsem/CREDITS
3278 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/sysvsem.ini
3279 %attr(755,root,root) %{php_extensiondir}/sysvsem.so
3280
3281 %files sysvshm
3282 %defattr(644,root,root,755)
3283 %doc ext/sysvshm/CREDITS
3284 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/sysvshm.ini
3285 %attr(755,root,root) %{php_extensiondir}/sysvshm.so
3286
3287 %files tests
3288 %defattr(644,root,root,755)
3289 %dir %{php_data_dir}/tests
3290 %dir %{php_data_dir}/tests/php
3291 %{php_data_dir}/tests/php/basic
3292 %{php_data_dir}/tests/php/classes
3293 %{php_data_dir}/tests/php/func
3294 %{php_data_dir}/tests/php/lang
3295 %{php_data_dir}/tests/php/output
3296 %{php_data_dir}/tests/php/run-test
3297 %{php_data_dir}/tests/php/security
3298 %{php_data_dir}/tests/php/strings
3299 %{php_data_dir}/tests/php/quicktester.inc
3300 %attr(755,root,root) %{php_data_dir}/tests/php/run-tests.php
3301
3302 %if %{with tidy}
3303 %files tidy
3304 %defattr(644,root,root,755)
3305 %doc ext/tidy/{CREDITS,README}
3306 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/tidy.ini
3307 %attr(755,root,root) %{php_extensiondir}/tidy.so
3308 %endif
3309
3310 %files tokenizer
3311 %defattr(644,root,root,755)
3312 %doc ext/tokenizer/CREDITS
3313 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/tokenizer.ini
3314 %attr(755,root,root) %{php_extensiondir}/tokenizer.so
3315
3316 %if %{with wddx}
3317 %files wddx
3318 %defattr(644,root,root,755)
3319 %doc ext/wddx/CREDITS
3320 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*wddx.ini
3321 %attr(755,root,root) %{php_extensiondir}/wddx.so
3322 %endif
3323
3324 %files xml
3325 %defattr(644,root,root,755)
3326 %doc ext/xml/CREDITS
3327 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/xml.ini
3328 %attr(755,root,root) %{php_extensiondir}/xml.so
3329
3330 %files xmlreader
3331 %defattr(644,root,root,755)
3332 %doc ext/xmlreader/{CREDITS,README,TODO,examples}
3333 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/xmlreader.ini
3334 %attr(755,root,root) %{php_extensiondir}/xmlreader.so
3335
3336 %if %{with xmlrpc}
3337 %files xmlrpc
3338 %defattr(644,root,root,755)
3339 %doc ext/xmlrpc/CREDITS
3340 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/xmlrpc.ini
3341 %attr(755,root,root) %{php_extensiondir}/xmlrpc.so
3342 %endif
3343
3344 %files xmlwriter
3345 %defattr(644,root,root,755)
3346 %doc ext/xmlwriter/{CREDITS,TODO}
3347 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/xmlwriter.ini
3348 %attr(755,root,root) %{php_extensiondir}/xmlwriter.so
3349
3350 %files xsl
3351 %defattr(644,root,root,755)
3352 %doc ext/xsl/CREDITS
3353 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/xsl.ini
3354 %attr(755,root,root) %{php_extensiondir}/xsl.so
3355
3356 %files zip
3357 %defattr(644,root,root,755)
3358 %doc ext/zip/{CREDITS,TODO}
3359 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/zip.ini
3360 %attr(755,root,root) %{php_extensiondir}/zip.so
3361
3362 %files zlib
3363 %defattr(644,root,root,755)
3364 %doc ext/zlib/CREDITS
3365 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/zlib.ini
3366 %attr(755,root,root) %{php_extensiondir}/zlib.so
This page took 0.251887 seconds and 3 git commands to generate.