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