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