]> git.pld-linux.org Git - packages/php.git/blob - php.spec
- it's no longer use with apache only
[packages/php.git] / php.spec
1 # TODO:
2 # - think of including support for:
3 #    - mcve,
4 #    - ovrimos,
5 #    - pfpro,
6 #   These extensions BuildRequires proprietary libraries...
7 # - deal with modules removed from php and not moved to PECL
8 #   (existing only in php4):
9 #   db, hyperwave, java, mcal, overload, qtdom
10 #   and removed from php 5.1:
11 #   cpdf, fam, yp, oracle
12 # - mime_magic can't handle new "string/*" entries in magic.mime
13 # - make additional headers added by mail patch configurable
14 # - apply -hardened patch by default ?
15 # - modularize session, standard (output from pure php -m)?
16 #
17 # Conditional build:
18 %bcond_with     db3             # use db3 packages instead of db (4.x) for Berkeley DB support
19 %bcond_with     fdf             # with FDF (PDF forms) module           (BR: proprietary lib)
20 %bcond_with     hardening       # build with hardening patch applied (http://www.hardened-php.net/)
21 %bcond_with     hwapi           # with Hw API support                   (BR: proprietary libs)
22 %bcond_with     interbase_inst  # use InterBase install., not Firebird  (BR: proprietary libs)
23 %bcond_with     oci8            # with Oracle oci8 extension module     (BR: proprietary libs)
24 %bcond_without  curl            # without CURL extension module
25 %bcond_without  imap            # without IMAP extension module
26 %bcond_without  interbase       # with InterBase extension module
27 %bcond_without  ldap            # without LDAP extension module
28 %bcond_without  mhash           # without mhash extension module
29 %bcond_without  ming            # without ming extension module
30 %bcond_without  mm              # without mm support for session storage
31 %bcond_without  msession        # without msession extension module
32 %bcond_without  mssql           # without MS SQL extension module
33 %bcond_without  mime_magic      # without mime-magic module
34 %bcond_without  odbc            # without ODBC extension module
35 %bcond_without  openssl         # without OpenSSL support and OpenSSL extension (module)
36 %bcond_without  pcre            # without PCRE extension module
37 %bcond_without  pgsql           # without PostgreSQL extension module
38 %bcond_without  pspell          # without pspell extension module
39 %bcond_without  recode          # without recode extension module
40 %bcond_without  snmp            # without SNMP extension module
41 %bcond_without  sqlite          # without SQLite extension module
42 %bcond_without  sybase          # without Sybase extension module
43 %bcond_without  sybase_ct       # without Sybase-CT extension module
44 %bcond_without  tidy            # without Tidy extension module
45 %bcond_without  wddx            # without WDDX extension module
46 %bcond_without  xmlrpc          # without XML-RPC extension module
47 %bcond_without  apache1         # disable building apache 1.3.x module
48 %bcond_without  apache2         # disable building apache 2.x module
49 %bcond_without  fcgi            # disable building FCGI SAPI
50 %bcond_without  zts             # disable experimental-zts
51 %bcond_without  mysqli          # with mysqli support (Requires mysql > 4.1)
52
53 %define apxs1           /usr/sbin/apxs1
54 %define apxs2           /usr/sbin/apxs
55
56 # some problems with apache 2.x
57 %if %{with apache2}
58 %undefine       with_mm
59 %endif
60
61 %ifnarch %{ix86} %{x8664} sparc sparcv9 alpha ppc
62 %undefine       with_interbase
63 %endif
64
65 %if %{without apache1} && %{without apache2}
66 ERROR: You need to select at least one Apache SAPI to build shared modules.
67 %endif
68
69 # x86-only lib
70 %ifnarch %{ix86}
71 %undefine       with_msession
72 %endif
73
74 Summary:        PHP: Hypertext Preprocessor
75 Summary(fr):    Le langage de script embarque-HTML PHP pour Apache
76 Summary(pl):    Jêzyk skryptowy PHP - u¿ywany wraz z serwerem Apache
77 Summary(pt_BR): A linguagem de script PHP
78 Summary(ru):    PHP ÷ÅÒÓÉÉ 5 - ÑÚÙË ÐÒÅÐÒÏÃÅÓÓÉÒÏ×ÁÎÉÑ HTML-ÆÁÊÌÏ×, ×ÙÐÏÌÎÑÅÍÙÊ ÎÁ ÓÅÒ×ÅÒÅ
79 Summary(uk):    PHP ÷ÅÒÓ¦§ 5 - ÍÏ×Á ÐÒÅÐÒÏÃÅÓÕ×ÁÎÎÑ HTML-ÆÁÊ̦×, ×ÉËÏÎÕ×ÁÎÁ ÎÁ ÓÅÒ×ÅÒ¦
80 Name:           php
81 Version:        5.1.2
82 %define _rel 5
83 Release:        %{_rel}%{?with_hardening:hardened}
84 Epoch:          4
85 License:        PHP
86 Group:          Libraries
87 Source0:        http://www.php.net/distributions/%{name}-%{version}.tar.bz2
88 # Source0-md5:  79cee17e9db85be878000a2a4198378e
89 Source1:        FAQ.%{name}
90 Source2:        zend.gif
91 Source3:        %{name}-module-install
92 Source4:        %{name}-mod_%{name}.conf
93 Source5:        %{name}-cgi-fcgi.ini
94 Source6:        %{name}-cgi.ini
95 Source7:        %{name}-apache.ini
96 Source8:        %{name}-cli.ini
97 Source9:        http://www.hardened-php.net/hardening-patch-5.0.4-0.3.0.patch.gz
98 # Source9-md5:  47a742fa9fab2826ad10c13a2376111a
99 Patch0:         %{name}-shared.patch
100 Patch1:         %{name}-pldlogo.patch
101 Patch2:         %{name}-mail.patch
102 Patch3:         %{name}-link-libs.patch
103 Patch4:         %{name}-libpq_fs_h_path.patch
104 Patch5:         %{name}-msession-shared-lib.patch
105 Patch6:         %{name}-build_modules.patch
106 Patch7:         %{name}-sapi-ini-file.patch
107 Patch8:         %{name}-no-metaccld.patch
108 Patch9:         %{name}-reflection.patch
109 Patch10:        %{name}-ini.patch
110 Patch11:        %{name}-acam.patch
111 Patch14:        %{name}-allow-db31.patch
112 Patch15:        %{name}-threads-acfix.patch
113 Patch16:        %{name}-tsrmlsfetchgcc2.patch
114 Patch17:        %{name}-no_pear_install.patch
115 Patch18:        %{name}-zlib.patch
116 Patch19:        %{name}-sybase-fix.patch
117 Patch20:        %{name}-readline.patch
118 Patch21:        %{name}-nohttpd.patch
119 Patch23:        %{name}-gd_imagerotate_enable.patch
120 Patch24:        %{name}-uint32_t.patch
121 Patch25:        %{name}-hwapi-link.patch
122 Patch26:        %{name}-dba-link.patch
123 Patch30:        %{name}-hardening-fix.patch
124 Patch31:        %{name}-both-apxs.patch
125 Patch32:        %{name}-builddir.patch
126 Patch33:        %{name}-zlib-for-getimagesize.patch
127 Patch34:        %{name}-ini-search-path.patch
128 URL:            http://www.php.net/
129 %{?with_interbase:%{!?with_interbase_inst:BuildRequires:        Firebird-devel >= 1.0.2.908-2}}
130 %{?with_pspell:BuildRequires:   aspell-devel >= 2:0.50.0}
131 BuildRequires:  autoconf >= 2.53
132 BuildRequires:  automake >= 1.4d
133 BuildRequires:  bison
134 BuildRequires:  bzip2-devel
135 %{?with_curl:BuildRequires:     curl-devel >= 7.12.0}
136 BuildRequires:  cyrus-sasl-devel
137 %{!?with_db3:BuildRequires:     db-devel >= 4.0}
138 %{?with_db3:BuildRequires:      db3-devel >= 3.1}
139 BuildRequires:  elfutils-devel
140 %if %{with xmlrpc}
141 BuildRequires:  expat-devel
142 %endif
143 %{?with_fcgi:BuildRequires:     fcgi-devel}
144 %{?with_fdf:BuildRequires:      fdftk-devel}
145 BuildRequires:  flex
146 %if %{with mssql} || %{with sybase} || %{with sybase_ct}
147 BuildRequires:  freetds-devel
148 %endif
149 BuildRequires:  freetype-devel >= 2.0
150 BuildRequires:  gd-devel >= 2.0.28-4
151 BuildRequires:  gdbm-devel
152 BuildRequires:  gmp-devel
153 %{?with_imap:BuildRequires:     imap-devel >= 1:2001-0.BETA.200107022325.2}
154 BuildRequires:  libjpeg-devel
155 BuildRequires:  libltdl-devel >= 1.4
156 BuildRequires:  libmcrypt-devel >= 2.4.4
157 BuildRequires:  libpng-devel >= 1.0.8
158 BuildRequires:  libtiff-devel
159 BuildRequires:  libtool >= 1.4.3
160 BuildRequires:  libwrap-devel
161 BuildRequires:  libxml2-devel >= 2.5.10
162 BuildRequires:  libxslt-devel >= 1.0.18
163 %{?with_mhash:BuildRequires:    mhash-devel}
164 %{?with_ming:BuildRequires:     ming-devel >= 0.1.0}
165 %{?with_mm:BuildRequires:       mm-devel >= 1.3.0}
166 BuildRequires:  mysql-devel >= 4.0.0
167 %{?with_mysqli:BuildRequires:   mysql-devel >= 4.1.0}
168 BuildRequires:  ncurses-ext-devel
169 %{?with_ldap:BuildRequires:     openldap-devel >= 2.3.0}
170 %if %{with openssl} || %{with ldap}
171 BuildRequires:  openssl-devel >= 0.9.7d
172 %endif
173 BuildRequires:  %{__perl}
174 %{?with_snmp:BuildRequires:     net-snmp-devel >= 5.0.7}
175 BuildRequires:  pam-devel
176 %{?with_pcre:BuildRequires:     pcre-devel}
177 %{?with_msession:BuildRequires: phoenix-devel}
178 %{?with_pgsql:BuildRequires:    postgresql-backend-devel >= 7.2}
179 %{?with_pgsql:BuildRequires:    postgresql-devel}
180 BuildRequires:  readline-devel
181 %{?with_recode:BuildRequires:   recode-devel >= 3.5d-3}
182 BuildRequires:  rpm-build >= 4.4.0
183 BuildRequires:  rpmbuild(macros) >= 1.238
184 %{?with_sqlite:BuildRequires:   sqlite-devel}
185 %{?with_sqlite:BuildRequires:   sqlite3-devel}
186 BuildRequires:  t1lib-devel
187 %{?with_tidy:BuildRequires:     tidy-devel}
188 %{?with_odbc:BuildRequires:     unixODBC-devel}
189 %{?with_xmlrpc:BuildRequires:   xmlrpc-epi-devel}
190 BuildRequires:  zlib-devel >= 1.0.9
191 %if %{with apache1}
192 BuildRequires:  apache1-devel
193 %endif
194 %if %{with apache2}
195 BuildRequires:  apache-devel >= 2.0.52-2
196 BuildRequires:  apr-devel >= 1:1.0.0
197 BuildRequires:  apr-util-devel >= 1:1.0.0
198 %endif
199 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
200
201 %define         _sysconfdir     /etc/php
202 %define         _phpsharedir    %{_datadir}/php
203 %define         extensionsdir   %{_libdir}/php
204
205 # must be in sync with source. extra check ensuring that it is so is done in %%build
206 %define         php_api_version         20041225
207 %define         zend_module_api         20050922
208 %define         zend_extension_api      220051025
209 %define         zend_zts                        %{!?with_zts:0}%{?with_zts:1}
210 %define         php_debug                       %{!?debug:0}%{?debug:1}
211
212 %description
213 PHP is an HTML-embedded scripting language. PHP attempts to make it
214 easy for developers to write dynamically generated web pages. PHP also
215 offers built-in database integration for several commercial and
216 non-commercial database management systems, so writing a
217 database-enabled web page with PHP is fairly simple. The most common
218 use of PHP coding is probably as a replacement for CGI scripts. The
219 mod_php module enables the Apache web server to understand and process
220 the embedded PHP language in web pages. This package contains php
221 version %{version}. If you use applications which specifically rely on
222 PHP/FI (PHP v2 and earlier), you should instead install the PHP/FI
223 module contained in the phpfi package. If you're just starting with
224 PHP, you should install this package. You'll also need to install the
225 Apache web server.
226
227 %description -l fr
228 PHP est un langage de script embarque dans le HTM. PHP essaye de
229 rendre simple aux developpeurs d'ecrire des pages web generees
230 dynamiquement. PHP incorpore egalement une integration avec plusieurs
231 systemes de gestion de bases de donnees commerciaux et
232 non-connerciaux, qui rent facile la creation de pages web liees avec
233 des bases de donnees. L'utilisation la plus commune de PHP est
234 probablement en remplacement de scripts CGI. Le module mod_php permet
235 au serveur web apache de comprendre et de traiter le langage PHP
236 integre dans des pages web. Ce package contient php version
237 %{version}. Si vous utilisez des applications qui utilisent
238 specifiquement PHP/FI, vous devrez installer le module PHP/FI inclus
239 dans le package mod_php. Si vous debutez avec PHP, vous devriez
240 installer ce package. Vous aurez egalement besoin dinstaller le
241 serveur web Apache.
242
243 %description -l pl
244 PHP jest jêzykiem skryptowym, którego polecenia umieszcza siê w
245 plikach HTML. Pakiet ten zawiera modu³ przeznaczony dla serwera HTTP
246 (jak np. Apache), który interpretuje te polecenia. Umo¿liwia to
247 tworzenie dynamicznie stron WWW. Spora czê¶æ sk³adni PHP zapo¿yczona
248 zosta³a z jêzyków: C, Java i Perl.
249
250 %description -l pt_BR
251 PHP: Preprocessador de Hipertexto versão 4 é uma linguagem script
252 embutida em HTML. Muito de sua sintaxe é emprestada de C, Java e Perl,
253 com algumas características únicas, específicas ao PHP. O objetivo da
254 linguagem é permitir que desenvolvedores web escrevam páginas
255 dinamicamente geradas de forma rápida.
256
257 %description -l ru
258 PHP - ÜÔÏ ÑÚÙË ÎÁÐÉÓÁÎÉÑ ÓËÒÉÐÔÏ×, ×ÓÔÒÁÉ×ÁÅÍÙÈ × HTML-ËÏÄ. PHP
259 ÐÒÅÄÌÁÇÁÅÔ ÉÎÔÅÒÇÒÁÃÉÀ Ó ÍÎÏÖÅÓÔ×ÏÍ óõâä, ÐÏÜÔÏÍÕ ÎÁÐÉÓÁÎÉÅ ÓËÒÉÐÔÏ×
260 ÄÌÑ ÒÁÂÏÔÙ Ó ÂÁÚÁÍÉ ÄÁÎÎÙÈ ÏÔÎÏÓÉÔÅÌØÎÏ ÐÒÏÓÔÏ. îÁÉÂÏÌÅÅ ÐÏÐÕÌÑÒÎÏÅ
261 ÉÓÐÏÌØÚÏ×ÁÎÉÅ PHP - ÚÁÍÅÎÁ ÄÌÑ CGI ÓËÒÉÐÔÏ×.
262
263 üÔÏÔ ÐÁËÅÔ ÓÏÄÅÒÖÉÔ ÓÁÍÏÄÏÓÔÁÔÏÞÎÕÀ (CGI) ×ÅÒÓÉÀ ÉÎÔÅÒÐÒÅÔÁÔÏÒÁ ÑÚÙËÁ.
264 ÷Ù ÄÏÌÖÎÙ ÔÁËÖÅ ÕÓÔÁÎÏ×ÉÔØ ÐÁËÅÔ %{name}-common. åÓÌÉ ×ÁÍ ÎÕÖÅÎ
265 ÉÎÔÅÒÐÒÅÔÁÔÏÒ PHP × ËÁÞÅÓÔ×Å ÍÏÄÕÌÑ apache, ÕÓÔÁÎÏ×ÉÔÅ ÐÁËÅÔ
266 apache-php.
267
268 %description -l uk
269 PHP - ÃÅ ÍÏ×Á ÎÁÐÉÓÁÎÎÑ ÓËÒÉÐÔ¦×, ÝÏ ×ÂÕÄÏ×ÕÀÔØÓÑ × HTML-ËÏÄ. PHP
270 ÐÒÏÐÏÎÕ¤ ¦ÎÔÅÇÒÁæÀ Ú ÂÁÇÁÔØÍÁ óõâä, ÔÏÍÕ ÎÁÐÉÓÁÎÎÑ ÓËÒÉÐԦנÄÌÑ
271 ÒÏÂÏÔÉ Ú ÂÁÚÁÍÉ ÄÁÎÉÈ ¤ ÄÏ×Ï̦ ÐÒÏÓÔÉÍ. îÁʦÌØÛ ÐÏÐÕÌÑÒÎÅ
272 ×ÉËÏÒÉÓÔÁÎÎÑ PHP - ÚÁͦÎÁ ÄÌÑ CGI ÓËÒÉÐÔ¦×.
273
274 ãÅÊ ÐÁËÅԠͦÓÔÉÔØ ÓÁÍÏÄÏÓÔÁÔÎÀ (CGI) ×ÅÒÓ¦À ¦ÎÔÅÒÐÒÅÔÁÔÏÒÁ ÍÏ×É. ÷É
275 ÍÁ¤ÔÅ ÔÁËÏÖ ×ÓÔÁÎÏ×ÉÔÉ ÐÁËÅÔ %{name}-common. ñËÝÏ ×ÁÍ ÐÏÔÒ¦ÂÅÎ
276 ¦ÎÔÅÒÐÒÅÔÁÔÏÒ PHP × ÑËÏÓÔ¦ ÍÏÄÕÌÑ apache, ×ÓÔÁÎÏצÔØ ÐÁËÅÔ apache-php.
277
278 %package -n apache1-mod_php
279 Summary:        PHP DSO module for apache 1.3.x
280 Summary(pl):    Modu³ DSO (Dynamic Shared Object) php dla apache 1.3.x
281 Group:          Development/Languages/PHP
282 Requires(triggerpostun):        sed >= 4.0
283 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
284 Requires:       apache1(EAPI) >= 1.3.33-2
285 Requires:       apache1-mod_mime
286 Provides:       php = %{epoch}:%{version}-%{release}
287 Obsoletes:      apache-mod_php < 1:4.1.1
288 Obsoletes:      phpfi
289
290 %description -n apache1-mod_php
291 PHP as DSO module for apache 1.3.x.
292
293 %description -n apache1-mod_php -l pl
294 php jako modu³ DSO (Dynamic Shared Object) dla apache 1.3.x.
295
296 %package -n apache-mod_php
297 Summary:        PHP DSO module for apache 2.x
298 Summary(pl):    Modu³ DSO (Dynamic Shared Object) php dla apache 2.x
299 Group:          Development/Languages/PHP
300 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
301 Requires:       apache(modules-api) = %{apache_modules_api}
302 Requires:       apache-mod_mime
303 Provides:       php = %{epoch}:%{version}-%{release}
304 Obsoletes:      phpfi
305
306 %description -n apache-mod_php
307 PHP as DSO module for apache 2.x.
308
309 %description -n apache-mod_php -l pl
310 php jako modu³ DSO (Dynamic Shared Object) dla apache 2.x.
311
312 %package fcgi
313 Summary:        php as FastCGI program
314 Summary(pl):    php jako program FastCGI
315 Group:          Development/Languages/PHP
316 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
317 Provides:       php = %{epoch}:%{version}-%{release}
318
319 %description fcgi
320 php as FastCGI program.
321
322 %description fcgi -l pl
323 php jako program FastCGI.
324
325 %package cgi
326 Summary:        php as CGI program
327 Summary(pl):    php jako program CGI
328 Group:          Development/Languages/PHP
329 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
330
331 %description cgi
332 php as CGI program.
333
334 %description cgi -l pl
335 php jako program CGI.
336
337 %package cli
338 Summary:        php as CLI interpreter
339 Summary(pl):    php jako interpreter dzia³aj±cy z linii poleceñ
340 Group:          Development/Languages/PHP
341 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
342
343 %description cli
344 php as CLI interpreter.
345
346 %description cli -l pl
347 php jako interpreter dzia³aj±cy z linii poleceñ.
348
349 %package program
350 Summary:        /usr/bin/php symlink
351 Summary(pl):    Dowi±zanie symboliczne /usr/bin/php
352 Group:          Development/Languages/PHP
353 Requires:       %{name}-cli = %{epoch}:%{version}-%{release}
354 Provides:       php(program)
355 Obsoletes:      php(program)
356
357 %description program
358 Package providing /usr/bin/php symlink to PHP CLI.
359
360 %description program -l pl
361 Pakiet dostarczaj±cy dowi±zanie symboliczne /usr/bin/php do PHP CLI.
362
363 %package common
364 Summary:        Common files needed by both apache module and CGI
365 Summary(pl):    Wspólne pliki dla modu³u apache'a i programu CGI
366 Summary(ru):    òÁÚÄÅÌÑÅÍÙÅ ÂÉÂÌÉÏÔÅËÉ ÄÌÑ php
367 Summary(uk):    â¦Â̦ÏÔÅËÉ ÓЦÌØÎÏÇÏ ×ÉËÏÒÉÓÔÁÎÎÑ ÄÌÑ php
368 Group:          Libraries
369 # because of dlclose() bugs in glibc <= 2.3.4 causing SEGVs on exit
370 Requires:       glibc >= 6:2.3.5
371 Requires:       sed >= 4.0
372 Provides:       %{name}-libxml = %{epoch}:%{version}-%{release}
373 Provides:       %{name}-session = %{epoch}:%{version}-%{release}
374 Provides:       %{name}-simplexml = %{epoch}:%{version}-%{release}
375 Provides:       %{name}-spl = %{epoch}:%{version}-%{release}
376 Provides:       %{name}-standard = %{epoch}:%{version}-%{release}
377 Provides:       php(modules_api) = %{php_api_version}
378 Provides:       php(zend_extension_api) = %{zend_extension_api}
379 Provides:       php(zend_module_api) = %{zend_module_api}
380 Provides:       php5(debug) = %{php_debug}
381 Provides:       php5(thread-safety) = %{zend_zts}
382 Obsoletes:      php-pecl-domxml
383 Obsoletes:      php-session < 3:4.2.1-2
384 # for the posttrans scriptlet, conflicts because in vserver enviroinment rpm package is not installed.
385 Conflicts:      rpm < 4.4.2-0.2
386
387 %description common
388 Common files needed by both apache module and CGI.
389
390 %description common -l pl
391 Wspólne pliki dla modu³u apacha i programu CGI.
392
393 %description common -l ru
394 üÔÏÔ ÐÁËÅÔ ÓÏÄÅÒÖÉÔ ÏÂÝÉÅ ÆÁÊÌÙ ÄÌÑ ÒÁÚÎÙÈ ×ÁÒÉÁÎÔÏ× ÒÅÁÌÉÚÁÃÉÉ PHP
395 (ÓÁÍÏÄÏÓÔÁÔÏÞÎÏÊ É × ËÁÞÅÓÔ×Å ÍÏÄÕÌÑ apache).
396
397 %description common -l uk
398 ãÅÊ ÐÁËÅԠͦÓÔÉÔØ ÓЦÌØΦ ÆÁÊÌÉ ÄÌÑ Ò¦ÚÎÉÈ ×ÁÒ¦ÁÎԦנÒÅÁ̦ÚÁ槠PHP
399 (ÓÁÍÏÄÏÓÔÁÔÎØϧ ÔÁ × ÑËÏÓÔ¦ ÍÏÄÕÌÑ apache).
400
401 %package devel
402 Summary:        Files for PHP modules development
403 Summary(pl):    Pliki do kompilacji modu³ów PHP
404 Summary(pt_BR): Arquivos de desenvolvimento para PHP
405 Summary(ru):    ðÁËÅÔ ÒÁÚÒÁÂÏÔËÉ ÄÌÑ ÐÏÓÔÒÏÅÎÉÑ ÒÁÓÛÉÒÅÎÉÊ PHP
406 Summary(uk):    ðÁËÅÔ ÒÏÚÒÏÂËÉ ÄÌÑ ÐÏÂÕÄÏ×É ÒÏÚÛÉÒÅÎØ PHP
407 Group:          Development/Languages/PHP
408 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
409 Requires:       autoconf
410 Requires:       automake
411 Requires:       libtool
412 Requires:       shtool
413 Obsoletes:      php-pear-devel
414 Obsoletes:      php4-devel
415
416 %description devel
417 The php-devel package lets you compile dynamic extensions to PHP.
418 Included here is the source for the PHP extensions. Instead of
419 recompiling the whole php binary to add support for, say, oracle,
420 install this package and use the new self-contained extensions
421 support. For more information, read the file
422 README.SELF-CONTAINED-EXTENSIONS.
423
424 %description devel -l pl
425 Ten pakiet zawiera pliki potrzebne do kompilacji modu³ów PHP. Zamiast
426 rekompilowaæ ca³e php aby dodaæ obs³ugê np. oracle, mo¿na przy u¿yciu
427 tego pakietu skompilowaæ samodzielne rozszerzenie. Wiêcej informacji o
428 samodzielnych rozszerzeniach mo¿na znale¼æ w pliku
429 README.SELF-CONTAINED-EXTENSIONS.
430
431 %description devel -l pt_BR
432 Este pacote contém arquivos usados no desenvolvimento de programas ou
433 módulos PHP.
434
435 %description devel -l ru
436 ðÁËÅÔ php-devel ÄÁÅÔ ×ÏÚÍÏÖÎÏÓÔØ ËÏÍÐÉÌÉÒÏ×ÁÔØ ÄÉÎÁÍÉÞÅÓËÉÅ ÒÁÓÛÉÒÅÎÉÑ
437 PHP. ðÁËÅÔ ×ËÌÀÞÁÅÔ ÉÓÈÏÄÎÙÊ ËÏÄ ÜÔÉÈ ÒÁÓÛÉÒÅÎÉÊ. ÷ÍÅÓÔÏ ÐÏ×ÔÏÒÎÏÊ
438 ËÏÍÐÉÌÑÃÉÉ ÂÉÎÁÒÎÏÇÏ ÆÁÊÌÁ php ÄÌÑ ÄÏÂÁ×ÌÅÎÉÑ, ÎÁÐÒÉÍÅÒ, ÐÏÄÄÅÒÖËÉ
439 oracle, ÕÓÔÁÎÏ×ÉÔÅ ÜÔÏÔ ÐÁËÅÔ ÄÌÑ ËÏÍÐÉÌÉÒÏ×ÁÎÉÑ ÏÔÄÅÌØÎÙÈ ÒÁÓÛÉÒÅÎÉÊ.
440 ðÏÄÒÏÂÎÏÓÔÉ - × ÆÁÊÌÅ README.SELF-CONTAINED-EXTENSIONS.
441
442 %description devel -l uk
443 ðÁËÅÔ php-devel ÄÁ¤ ÍÏÖÌÉצÓÔØ ËÏÍЦÌÀ×ÁÔÉ ÄÉÎÁͦÞΦ ÒÏÚÛÉÒÅÎÎÑ PHP.
444 äÏ ÐÁËÅÔÕ ×ËÌÀÞÅÎÏ ×ÉȦÄÎÉÊ ËÏÄ ÄÌÑ ÒÏÚÛÉÒÅÎØ. úÁͦÓÔØ ÐÏ×ÔÏÒÎϧ
445 ËÏÍЦÌÑ槠¦ÎÁÒÎÏÇÏ ÆÁÊÌÕ php ÄÌÑ ÄÏÄÁÎÎÑ, ÎÁÐÒÉËÌÁÄ, Ð¦ÄÔÒÉÍËÉ
446 oracle, ×ÓÔÁÎÏצÔØ ÃÅÊ ÐÁËÅÔ ÄÌÑ ËÏÍЦÌÑ槠ÏËÒÅÍÉÈ ÒÏÚÛÉÒÅÎØ.
447 äÅÔÁÌØΦÛÁ ¦ÎÆÏÒÍÁæѠ- × ÆÁÊ̦ README.SELF-CONTAINED-EXTENSIONS.
448
449 %package bcmath
450 Summary:        bcmath extension module for PHP
451 Summary(pl):    Modu³ bcmath dla PHP
452 Group:          Libraries
453 Requires(post,preun):   %{name}-common = %{epoch}:%{version}-%{release}
454 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
455
456 %description bcmath
457 This is a dynamic shared object (DSO) for PHP that will add bc style
458 precision math functions support.
459
460 %description bcmath -l pl
461 Modu³ PHP umo¿liwiaj±cy korzystanie z dok³adnych funkcji
462 matematycznych takich jak w programie bc.
463
464 %package bzip2
465 Summary:        Bzip2 extension module for PHP
466 Summary(pl):    Modu³ bzip2 dla PHP
467 Group:          Libraries
468 Requires(post,preun):   %{name}-common = %{epoch}:%{version}-%{release}
469 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
470
471 %description bzip2
472 This is a dynamic shared object (DSO) for PHP that will add bzip2
473 compression support to PHP.
474
475 %description bzip2 -l pl
476 Modu³ PHP umo¿liwiaj±cy u¿ywanie kompresji bzip2.
477
478 %package calendar
479 Summary:        Calendar extension module for PHP
480 Summary(pl):    Modu³ funkcji kalendarza dla PHP
481 Group:          Libraries
482 Requires(post,preun):   %{name}-common = %{epoch}:%{version}-%{release}
483 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
484
485 %description calendar
486 This is a dynamic shared object (DSO) for PHP that will add calendar
487 support.
488
489 %description calendar -l pl
490 Modu³ PHP dodaj±cy wsparcie dla kalendarza.
491
492 %package ctype
493 Summary:        ctype extension module for PHP
494 Summary(pl):    Modu³ ctype dla PHP
495 Group:          Libraries
496 Requires(post,preun):   %{name}-common = %{epoch}:%{version}-%{release}
497 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
498
499 %description ctype
500 This is a dynamic shared object (DSO) for PHP that will add ctype
501 support.
502
503 %description ctype -l pl
504 Modu³ PHP umo¿liwiaj±cy korzystanie z funkcji ctype.
505
506 %package curl
507 Summary:        curl extension module for PHP
508 Summary(pl):    Modu³ curl dla PHP
509 Group:          Libraries
510 Requires(post,preun):   %{name}-common = %{epoch}:%{version}-%{release}
511 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
512
513 %description curl
514 This is a dynamic shared object (DSO) for PHP that will add curl
515 support.
516
517 %description curl -l pl
518 Modu³ PHP umo¿liwiaj±cy korzystanie z biblioteki curl.
519
520 %package dba
521 Summary:        DBA extension module for PHP
522 Summary(pl):    Modu³ DBA dla PHP
523 Group:          Libraries
524 Requires(post,preun):   %{name}-common = %{epoch}:%{version}-%{release}
525 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
526
527 %description dba
528 This is a dynamic shared object (DSO) for PHP that will add flat-file
529 databases (DBA) support.
530
531 %description dba -l pl
532 Modu³ dla PHP dodaj±cy obs³ugê dla baz danych opartych na plikach
533 (DBA).
534
535 %package dbase
536 Summary:        DBase extension module for PHP
537 Summary(pl):    Modu³ DBase dla PHP
538 Group:          Libraries
539 Requires(post,preun):   %{name}-common = %{epoch}:%{version}-%{release}
540 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
541
542 %description dbase
543 This is a dynamic shared object (DSO) for PHP that will add DBase
544 support.
545
546 %description dbase -l pl
547 Modu³ PHP ze wsparciem dla DBase.
548
549 %package dom
550 Summary:        DOM extension module for PHP
551 Summary(pl):    Modu³ DOM dla PHP
552 Group:          Libraries
553 Requires(post,preun):   %{name}-common = %{epoch}:%{version}-%{release}
554 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
555 # it has some compatibility functions
556 Provides:       php-domxml = %{epoch}:%{version}-%{release}
557 Obsoletes:      php-domxml <= 3:4.3.8-1
558
559 %description dom
560 This is a dynamic shared object (DSO) for PHP that will add new DOM
561 support.
562
563 %description dom -l pl
564 Modu³ PHP dodaj±cy now± obs³ugê DOM.
565
566 %package exif
567 Summary:        exif extension module for PHP
568 Summary(pl):    Modu³ exif dla PHP
569 Group:          Libraries
570 Requires(post,preun):   %{name}-common = %{epoch}:%{version}-%{release}
571 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
572
573 %description exif
574 This is a dynamic shared object (DSO) for PHP that will add EXIF tags
575 support in image files.
576
577 %description exif -l pl
578 Modu³ PHP dodaj±cy obs³ugê znaczników EXIF w plikach obrazków.
579
580 %package fdf
581 Summary:        FDF extension module for PHP
582 Summary(pl):    Modu³ FDF dla PHP
583 Group:          Libraries
584 Requires(post,preun):   %{name}-common = %{epoch}:%{version}-%{release}
585 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
586
587 %description fdf
588 This PHP module adds support for PDF Forms through Adobe FDFTK
589 library.
590
591 %description fdf -l pl
592 Modu³ PHP dodaj±cy obs³ugê formularzy PDF poprzez bibliotekê Adobe
593 FDFTK.
594
595 %package filepro
596 Summary:        filePro extension module for PHP
597 Summary(pl):    Modu³ filePro dla PHP
598 Group:          Libraries
599 Requires(post,preun):   %{name}-common = %{epoch}:%{version}-%{release}
600 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
601
602 %description filepro
603 This is a dynamic shared object (DSO) for PHP that will add support
604 for read-only access to filePro databases.
605
606 %description filepro -l pl
607 Modu³ PHP dodaj±cy mo¿liwo¶æ dostêpu (tylko do odczytu) do baz danych
608 filePro.
609
610 %package ftp
611 Summary:        FTP extension module for PHP
612 Summary(pl):    Modu³ FTP dla PHP
613 Group:          Libraries
614 Requires(post,preun):   %{name}-common = %{epoch}:%{version}-%{release}
615 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
616
617 %description ftp
618 This is a dynamic shared object (DSO) for PHP that will add FTP
619 support.
620
621 %description ftp -l pl
622 Modu³ PHP dodaj±cy obs³ugê protoko³u FTP.
623
624 %package gd
625 Summary:        GD extension module for PHP
626 Summary(pl):    Modu³ GD dla PHP
627 Group:          Libraries
628 Requires(post,preun):   %{name}-common = %{epoch}:%{version}-%{release}
629 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
630 Requires:       gd >= 2.0.28-4
631 Provides:       %{name}-gd(gif) = %{epoch}:%{version}-%{release}
632
633 %description gd
634 This is a dynamic shared object (DSO) for PHP that will add GD
635 support, allowing you to create and manipulate images with PHP.
636
637 %description gd -l pl
638 Modu³ PHP umo¿liwiaj±cy korzystanie z biblioteki GD, pozwalaj±cej na
639 tworzenie i obróbkê obrazków.
640
641 %package gettext
642 Summary:        gettext extension module for PHP
643 Summary(pl):    Modu³ gettext dla PHP
644 Group:          Libraries
645 Requires(post,preun):   %{name}-common = %{epoch}:%{version}-%{release}
646 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
647
648 %description gettext
649 This is a dynamic shared object (DSO) for PHP that will add gettext
650 support.
651
652 %description gettext -l pl
653 Modu³ PHP dodaj±cy obs³ugê lokalizacji przez gettext.
654
655 %package gmp
656 Summary:        gmp extension module for PHP
657 Summary(pl):    Modu³ gmp dla PHP
658 Group:          Libraries
659 Requires(post,preun):   %{name}-common = %{epoch}:%{version}-%{release}
660 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
661
662 %description gmp
663 This is a dynamic shared object (DSO) for PHP that will add arbitrary
664 length number support with GNU MP library.
665
666 %description gmp -l pl
667 Modu³ PHP umo¿liwiaj±cy korzystanie z biblioteki gmp do obliczeñ na
668 liczbach o dowolnej d³ugo¶ci.
669
670 %package hwapi
671 Summary:        Hyperwave API extension module for PHP
672 Summary(pl):    Modu³ API Hyperwave dla PHP
673 Group:          Libraries
674 Requires(post,preun):   %{name}-common = %{epoch}:%{version}-%{release}
675 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
676
677 %description hwapi
678 This is a dynamic shared object (DSO) for PHP that will add official
679 Hyperwave API support.
680
681 %description hwapi -l pl
682 Modu³ PHP dodaj±cy obs³ugê Hyperwave.
683
684 %package iconv
685 Summary:        iconv extension module for PHP
686 Summary(pl):    Modu³ iconv dla PHP
687 Group:          Libraries
688 Requires(post,preun):   %{name}-common = %{epoch}:%{version}-%{release}
689 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
690
691 %description iconv
692 This is a dynamic shared object (DSO) for PHP that will add iconv
693 support.
694
695 %description iconv -l pl
696 Modu³ PHP dodaj±cy obs³ugê iconv.
697
698 %package imap
699 Summary:        IMAP extension module for PHP
700 Summary(pl):    Modu³ IMAP dla PHP
701 Summary(pt_BR): Um módulo para aplicações PHP que usam IMAP
702 Group:          Libraries
703 Requires(post,preun):   %{name}-common = %{epoch}:%{version}-%{release}
704 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
705
706 %description imap
707 This is a dynamic shared object (DSO) for PHP that will add IMAP
708 support.
709
710 %description imap -l pl
711 Modu³ PHP dodaj±cy obs³ugê skrzynek IMAP.
712
713 %description imap -l pt_BR
714 Um módulo para aplicações PHP que usam IMAP.
715
716 %package interbase
717 Summary:        InterBase/Firebird database module for PHP
718 Summary(pl):    Modu³ bazy danych InterBase/Firebird dla PHP
719 Group:          Libraries
720 Requires(post,preun):   %{name}-common = %{epoch}:%{version}-%{release}
721 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
722 %{?with_interbase_inst:Autoreq: false}
723
724 %description interbase
725 This is a dynamic shared object (DSO) for PHP that will add InterBase
726 and Firebird database support.
727
728 %description interbase -l pl
729 Modu³ PHP umo¿liwiaj±cy dostêp do baz danych InterBase i Firebird.
730
731 %package ldap
732 Summary:        LDAP extension module for PHP
733 Summary(pl):    Modu³ LDAP dla PHP
734 Summary(pt_BR): Um módulo para aplicações PHP que usam LDAP
735 Group:          Libraries
736 Requires(post,preun):   %{name}-common = %{epoch}:%{version}-%{release}
737 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
738
739 %description ldap
740 This is a dynamic shared object (DSO) for PHP that will add LDAP
741 support.
742
743 %description ldap -l pl
744 Modu³ PHP dodaj±cy obs³ugê LDAP.
745
746 %description ldap -l pt_BR
747 Um módulo para aplicações PHP que usam LDAP.
748
749 %package mbstring
750 Summary:        mbstring extension module for PHP
751 Summary(pl):    Modu³ mbstring dla PHP
752 Group:          Libraries
753 Requires(post,preun):   %{name}-common = %{epoch}:%{version}-%{release}
754 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
755
756 %description mbstring
757 This is a dynamic shared object (DSO) for PHP that will add multibyte
758 string support.
759
760 %description mbstring -l pl
761 Modu³ PHP dodaj±cy obs³ugê ci±gów znaków wielobajtowych.
762
763 %package mcrypt
764 Summary:        mcrypt extension module for PHP
765 Summary(pl):    Modu³ mcrypt dla PHP
766 Group:          Libraries
767 Requires(post,preun):   %{name}-common = %{epoch}:%{version}-%{release}
768 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
769
770 %description mcrypt
771 This is a dynamic shared object (DSO) for PHP that will add mcrypt
772 support.
773
774 %description mcrypt -l pl
775 Modu³ PHP dodaj±cy mo¿liwo¶æ szyfrowania poprzez bibliotekê mcrypt.
776
777 %package mhash
778 Summary:        mhash extension module for PHP
779 Summary(pl):    Modu³ mhash dla PHP
780 Group:          Libraries
781 Requires(post,preun):   %{name}-common = %{epoch}:%{version}-%{release}
782 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
783
784 %description mhash
785 This is a dynamic shared object (DSO) for PHP that will add mhash
786 support.
787
788 %description mhash -l pl
789 Modu³ PHP udostêpniaj±cy funkcje mieszaj±ce z biblioteki mhash.
790
791 %package mime_magic
792 Summary:        mime_magic extension module for PHP
793 Summary(pl):    Modu³ mime_magic dla PHP
794 Group:          Libraries
795 Requires(post,preun):   %{name}-common = %{epoch}:%{version}-%{release}
796 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
797 Requires:       /usr/share/file/magic.mime
798
799 %description mime_magic
800 This PHP module adds support for MIME type lookup via file magic
801 numbers using magic.mime database.
802
803 %description mime_magic -l pl
804 Modu³ PHP dodaj±cy obs³ugê wyszukiwania typów MIME wed³ug magicznych
805 znaczników plików z u¿yciem bazy danych magic.mime.
806
807 %package ming
808 Summary:        ming extension module for PHP
809 Summary(pl):    Modu³ ming dla PHP
810 Group:          Libraries
811 Requires(post,preun):   %{name}-common = %{epoch}:%{version}-%{release}
812 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
813
814 %description ming
815 This is a dynamic shared object (DSO) for PHP that will add ming
816 (Flash - .swf files) support.
817
818 %description ming -l pl
819 Modu³ PHP dodaj±cy obs³ugê plików Flash (.swf) poprzez bibliotekê
820 ming.
821
822 %package msession
823 Summary:        msession extension module for PHP
824 Summary(pl):    Modu³ msession dla PHP
825 Group:          Libraries
826 Requires(post,preun):   %{name}-common = %{epoch}:%{version}-%{release}
827 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
828
829 %description msession
830 This is a dynamic shared object (DSO) for PHP that will allow you to
831 use msession. msession is a high speed session daemon which can run
832 either locally or remotely. It is designed to provide consistent
833 session management for a PHP web farm.
834
835 %description msession -l pl
836 Modu³ PHP dodaj±cy umo¿liwiaj±cy korzystanie z demona msession. Jest
837 to demon szybkiej obs³ugi sesji, który mo¿e dzia³aæ lokalnie lub na
838 innej maszynie. S³u¿y do zapewniania spójnej obs³ugi sesji dla farmy
839 serwerów.
840
841 %package mssql
842 Summary:        MS SQL extension module for PHP
843 Summary(pl):    Modu³ MS SQL dla PHP
844 Group:          Libraries
845 Requires(post,preun):   %{name}-common = %{epoch}:%{version}-%{release}
846 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
847
848 %description mssql
849 This is a dynamic shared object (DSO) for PHP that will add MS SQL
850 databases support through FreeTDS library.
851
852 %description mssql -l pl
853 Modu³ PHP dodaj±cy obs³ugê baz danych MS SQL poprzez bibliotekê
854 FreeTDS.
855
856 %package mysql
857 Summary:        MySQL database module for PHP
858 Summary(pl):    Modu³ bazy danych MySQL dla PHP
859 Summary(pt_BR): Um módulo para aplicações PHP que usam bancos de dados MySQL
860 Group:          Libraries
861 Requires(post,preun):   %{name}-common = %{epoch}:%{version}-%{release}
862 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
863
864 %description mysql
865 This is a dynamic shared object (DSO) for PHP that will add MySQL
866 database support.
867
868 %description mysql -l pl
869 Modu³ PHP umo¿liwiaj±cy dostêp do bazy danych MySQL.
870
871 %description mysql -l pt_BR
872 Um módulo para aplicações PHP que usam bancos de dados MySQL.
873
874 %package mysqli
875 Summary:        MySQLi module for PHP
876 Summary(pl):    Modu³ MySQLi dla PHP
877 Group:          Libraries
878 Requires(post,preun):   %{name}-common = %{epoch}:%{version}-%{release}
879 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
880 Requires:       mysql-libs >= 4.1.0
881
882 %description mysqli
883 This is a dynamic shared object (DSO) for PHP that will add MySQLi
884 (Improved MySQL) support. The difference between it and mysql module
885 is that it provides access to functionality of MySQL 4.1 and above.
886
887 %description mysqli -l pl
888 Modu³ PHP umo¿liwiaj±cy udoskonalony dostêp do bazy danych MySQL.
889 Ró¿nic± miêdzy nim a modu³em mysql jest dostêp do funkcjonalno¶ci
890 MySQL w wersji 4.1 i nowszych.
891
892 %package ncurses
893 Summary:        ncurses module for PHP
894 Summary(pl):    Modu³ ncurses dla PHP
895 Group:          Libraries
896 Requires(post,preun):   %{name}-cli = %{epoch}:%{version}-%{release}
897 Requires:       %{name}-cli = %{epoch}:%{version}-%{release}
898
899 %description ncurses
900 This PHP module adds support for ncurses functions (only for cli and
901 cgi SAPIs).
902
903 %description ncurses -l pl
904 Modu³ PHP dodaj±cy obs³ugê funkcji ncurses (tylko do SAPI cli i cgi).
905
906 %package oci8
907 Summary:        Oracle 8+ database module for PHP
908 Summary(pl):    Modu³ bazy danych Oracle 8+ dla PHP
909 Group:          Libraries
910 Requires(post,preun):   %{name}-common = %{epoch}:%{version}-%{release}
911 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
912 Autoreq:        false
913
914 %description oci8
915 This is a dynamic shared object (DSO) for PHP that will add Oracle 7,
916 8, 9 and 10 database support through Oracle8 Call-Interface (OCI8).
917
918 %description oci8 -l pl
919 Modu³ PHP umo¿liwiaj±cy dostêp do bazy danych Oracle 7, 8, 9 i 10
920 poprzez interfejs Oracle8 Call-Interface (OCI8).
921
922 %package odbc
923 Summary:        ODBC extension module for PHP
924 Summary(pl):    Modu³ ODBC dla PHP
925 Summary(pt_BR): Um módulo para aplicações PHP que usam bases de dados ODBC
926 Group:          Libraries
927 Requires(post,preun):   %{name}-common = %{epoch}:%{version}-%{release}
928 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
929 Requires:       unixODBC >= 2.1.1-3
930
931 %description odbc
932 This is a dynamic shared object (DSO) for PHP that will add ODBC
933 support.
934
935 %description odbc -l pl
936 Modu³ PHP ze wsparciem dla ODBC.
937
938 %description odbc -l pt_BR
939 Um módulo para aplicações PHP que usam ODBC.
940
941 %package openssl
942 Summary:        OpenSSL extension module for PHP
943 Summary(pl):    Modu³ OpenSSL dla PHP
944 Group:          Libraries
945 Requires(post,preun):   %{name}-common = %{epoch}:%{version}-%{release}
946 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
947
948 %description openssl
949 This is a dynamic shared object (DSO) for PHP that will add OpenSSL
950 support.
951
952 Warning: this is an experimental module.
953
954 %description openssl -l pl
955 Modu³ PHP umo¿liwiaj±cy korzystanie z biblioteki OpenSSL.
956
957 Uwaga: to jest modu³ eksperymentalny.
958
959 %package pcntl
960 Summary:        Process Control extension module for PHP
961 Summary(pl):    Modu³ Process Control dla PHP
962 Group:          Libraries
963 Requires(post,preun):   %{name}-program = %{epoch}:%{version}-%{release}
964 Requires:       %{name}-program = %{epoch}:%{version}-%{release}
965
966 %description pcntl
967 This is a dynamic shared object (DSO) for PHP that will add process
968 spawning and control support. It supports functions like fork(),
969 waitpid(), signal() etc.
970
971 Warning: this is an experimental module. Also, don't use it in
972 webserver environment!
973
974 %description pcntl -l pl
975 Modu³ PHP umo¿liwiaj±cy tworzenie nowych procesów i kontrolê nad nimi.
976 Obs³uguje funkcje takie jak fork(), waitpid(), signal() i podobne.
977
978 Uwaga: to jest modu³ eksperymentalny. Ponadto nie jest przeznaczony do
979 u¿ywania z serwerem WWW - nie próbuj tego!
980
981 %package pcre
982 Summary:        PCRE extension module for PHP
983 Summary(pl):    Modu³ PCRE dla PHP
984 Group:          Libraries
985 Requires(post,preun):   %{name}-common = %{epoch}:%{version}-%{release}
986 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
987
988 %description pcre
989 This is a dynamic shared object (DSO) for PHP that will add Perl
990 Compatible Regular Expression support.
991
992 %description pcre -l pl
993 Modu³ PHP umo¿liwiaj±cy korzystanie z perlowych wyra¿eñ regularnych
994 (Perl Compatible Regular Expressions)
995
996 %package pdo
997 Summary:        PHP Data Objects (PDO)
998 Summary(pl):    Obs³uga PHP Data Objects (PDO)
999 Group:          Libraries
1000 Requires(post,preun):   %{name}-common = %{epoch}:%{version}-%{release}
1001 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
1002
1003 %description pdo
1004 This is a dynamic shared object (DSO) for PHP that will add PDO
1005 support.
1006
1007 %description pdo -l pl
1008 Modu³ PHP dodaj±cy obs³ugê PDO (PHP Data Objects).
1009
1010 %package pdo-dblib
1011 Summary:        PHP Data Objects (PDO) FreeTDS support
1012 Summary(pl):    Modu³ PHP Data Objects (PDO) z obs³ug± FreeTDS
1013 Group:          Libraries
1014 Requires(post,preun):   %{name}-common = %{epoch}:%{version}-%{release}
1015 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
1016 Requires:       %{name}-pdo = %{epoch}:%{version}-%{release}
1017
1018 %description pdo-dblib
1019 This is a dynamic shared object (DSO) for PHP that will add PDO
1020 FreeTDS support.
1021
1022 %description pdo-dblib -l pl
1023 Modu³ dla PHP dodaj±cy obs³ugê baz danych FreeTDS za po¶rednictwem
1024 interfejsu PDO.
1025
1026 %package pdo-firebird
1027 Summary:        PHP Data Objects (PDO) Firebird support
1028 Summary(pl):    Modu³ PHP Data Objects (PDO) z obs³ug± Firebirda
1029 Group:          Libraries
1030 Requires(post,preun):   %{name}-common = %{epoch}:%{version}-%{release}
1031 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
1032 Requires:       %{name}-pdo = %{epoch}:%{version}-%{release}
1033
1034 %description pdo-firebird
1035 This is a dynamic shared object (DSO) for PHP that will add PDO
1036 Firebird support.
1037
1038 %description pdo-firebird -l pl
1039 Modu³ dla PHP dodaj±cy obs³ugê baz danych Firebird za po¶rednictwem
1040 interfejsu PDO.
1041
1042 %package pdo-mysql
1043 Summary:        PHP Data Objects (PDO) MySQL support
1044 Summary(pl):    Modu³ PHP Data Objects (PDO) z obs³ug± MySQL-a
1045 Group:          Libraries
1046 Requires(post,preun):   %{name}-common = %{epoch}:%{version}-%{release}
1047 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
1048 Requires:       %{name}-pdo = %{epoch}:%{version}-%{release}
1049
1050 %description pdo-mysql
1051 This is a dynamic shared object (DSO) for PHP that will add PDO MySQL
1052 support.
1053
1054 %description pdo-mysql -l pl
1055 Modu³ dla PHP dodaj±cy obs³ugê baz danych MySQL za po¶rednictwem
1056 interfejsu PDO.
1057
1058 %package pdo-oci
1059 Summary:        PHP Data Objects (PDO) Oracle support
1060 Summary(pl):    Modu³ PHP Data Objects (PDO) z obs³ug± Oracle'a
1061 Group:          Libraries
1062 Requires(post,preun):   %{name}-common = %{epoch}:%{version}-%{release}
1063 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
1064 Requires:       %{name}-pdo = %{epoch}:%{version}-%{release}
1065
1066 %description pdo-oci
1067 This is a dynamic shared object (DSO) for PHP that will add PDO Oracle
1068 support.
1069
1070 %description pdo-oci -l pl
1071 Modu³ dla PHP dodaj±cy obs³ugê baz danych Oracle za po¶rednictwem
1072 interfejsu PDO.
1073
1074 %package pdo-odbc
1075 Summary:        PHP Data Objects (PDO) ODBC support
1076 Summary(pl):    Modu³ PHP Data Objects (PDO) z obs³ug± ODBC
1077 Group:          Libraries
1078 Requires(post,preun):   %{name}-common = %{epoch}:%{version}-%{release}
1079 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
1080 Requires:       %{name}-pdo = %{epoch}:%{version}-%{release}
1081
1082 %description pdo-odbc
1083 This is a dynamic shared object (DSO) for PHP that will add PDO ODBC
1084 support.
1085
1086 %description pdo-odbc -l pl
1087 Modu³ dla PHP dodaj±cy obs³ugê baz danych ODBC za po¶rednictwem
1088 interfejsu PDO.
1089
1090 %package pdo-pgsql
1091 Summary:        PHP Data Objects (PDO) PostgreSQL support
1092 Summary(pl):    Modu³ PHP Data Objects (PDO) z obs³ug± PostgreSQL-a
1093 Group:          Libraries
1094 Requires(post,preun):   %{name}-common = %{epoch}:%{version}-%{release}
1095 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
1096 Requires:       %{name}-pdo = %{epoch}:%{version}-%{release}
1097
1098 %description pdo-pgsql
1099 This is a dynamic shared object (DSO) for PHP that will add PDO
1100 PostgreSQL support.
1101
1102 %description pdo-pgsql -l pl
1103 Modu³ dla PHP dodaj±cy obs³ugê baz danych PostgreSQL za po¶rednictwem
1104 interfejsu PDO.
1105
1106 %package pdo-sqlite
1107 Summary:        PHP Data Objects (PDO) SQLite support
1108 Summary(pl):    Modu³ PHP Data Objects (PDO) z obs³ug± SQLite
1109 Group:          Libraries
1110 Requires(post,preun):   %{name}-common = %{epoch}:%{version}-%{release}
1111 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
1112 Requires:       %{name}-pdo = %{epoch}:%{version}-%{release}
1113
1114 %description pdo-sqlite
1115 This is a dynamic shared object (DSO) for PHP that will add PDO SQLite
1116 support.
1117
1118 %description pdo-sqlite -l pl
1119 Modu³ dla PHP dodaj±cy obs³ugê baz danych SQLite za po¶rednictwem
1120 interfejsu PDO.
1121
1122 %package pgsql
1123 Summary:        PostgreSQL database module for PHP
1124 Summary(pl):    Modu³ bazy danych PostgreSQL dla PHP
1125 Group:          Libraries
1126 Requires(post,preun):   %{name}-common = %{epoch}:%{version}-%{release}
1127 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
1128
1129 %description pgsql
1130 This is a dynamic shared object (DSO) for PHP that will add PostgreSQL
1131 database support.
1132
1133 %description pgsql -l pl
1134 Modu³ PHP umo¿liwiaj±cy dostêp do bazy danych PostgreSQL.
1135
1136 %description pgsql -l pt_BR
1137 Um módulo para aplicações PHP que usam bancos de dados postgresql.
1138
1139 %package posix
1140 Summary:        POSIX extension module for PHP
1141 Summary(pl):    Modu³ POSIX dla PHP
1142 Group:          Libraries
1143 Requires(post,preun):   %{name}-common = %{epoch}:%{version}-%{release}
1144 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
1145
1146 %description posix
1147 This is a dynamic shared object (DSO) for PHP that will add POSIX
1148 functions support to PHP.
1149
1150 %description posix -l pl
1151 Modu³ PHP umo¿liwiaj±cy korzystanie z funkcji POSIX.
1152
1153 %package pspell
1154 Summary:        pspell extension module for PHP
1155 Summary(pl):    Modu³ pspell dla PHP
1156 Group:          Libraries
1157 Requires(post,preun):   %{name}-common = %{epoch}:%{version}-%{release}
1158 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
1159
1160 %description pspell
1161 This is a dynamic shared object (DSO) for PHP that will add pspell
1162 support to PHP. It allows to check the spelling of a word and offer
1163 suggestions.
1164
1165 %description pspell -l pl
1166 Modu³ PHP umo¿liwiaj±cy korzystanie z pspella. Pozwala on na
1167 sprawdzanie pisowni s³owa i sugerowanie poprawek.
1168
1169 %package readline
1170 Summary:        readline extension module for PHP
1171 Summary(pl):    Modu³ readline dla PHP
1172 Group:          Libraries
1173 Requires(post,preun):   %{name}-cli = %{epoch}:%{version}-%{release}
1174 Requires:       %{name}-cli = %{epoch}:%{version}-%{release}
1175
1176 %description readline
1177 This PHP module adds support for readline functions (only for cli and
1178 cgi SAPIs).
1179
1180 %description readline -l pl
1181 Modu³ PHP dodaj±cy obs³ugê funkcji readline (tylko do SAPI cli i cgi).
1182
1183 %package recode
1184 Summary:        recode extension module for PHP
1185 Summary(pl):    Modu³ recode dla PHP
1186 Group:          Libraries
1187 Requires(post,preun):   %{name}-common = %{epoch}:%{version}-%{release}
1188 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
1189 Requires:       recode >= 3.5d-3
1190
1191 %description recode
1192 This is a dynamic shared object (DSO) for PHP that will add recode
1193 support.
1194
1195 %description recode -l pl
1196 Modu³ PHP dodaj±cy mo¿liwo¶æ konwersji kodowania plików (poprzez
1197 bibliotekê recode).
1198
1199 %package session
1200 Summary:        session extension module for PHP
1201 Summary(pl):    Modu³ session dla PHP
1202 Group:          Libraries
1203 Requires(post,preun):   %{name}-common = %{epoch}:%{version}-%{release}
1204 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
1205
1206 %description session
1207 This is a dynamic shared object (DSO) for PHP that will add session
1208 support.
1209
1210 %description session -l pl
1211 Modu³ PHP dodaj±cy obs³ugê sesji.
1212
1213 %package shmop
1214 Summary:        Shared Memory Operations extension module for PHP
1215 Summary(pl):    Modu³ shmop dla PHP
1216 Group:          Libraries
1217 Requires(post,preun):   %{name}-common = %{epoch}:%{version}-%{release}
1218 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
1219
1220 %description shmop
1221 This is a dynamic shared object (DSO) for PHP that will add Shared
1222 Memory Operations support.
1223
1224 Warning: this is an experimental module.
1225
1226 %description shmop -l pl
1227 Modu³ PHP umo¿liwiaj±cy korzystanie z pamiêci dzielonej.
1228
1229 Uwaga: to jest modu³ eksperymentalny.
1230
1231 %package simplexml
1232 Summary:        Simple XML extension module for PHP
1233 Summary(pl):    Modu³ prostego rozszerzenia XML dla PHP
1234 Group:          Libraries
1235 Requires(post,preun):   %{name}-common = %{epoch}:%{version}-%{release}
1236 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
1237
1238 %description simplexml
1239 This is a dynamic shared object (DSO) for PHP that will add Simple XML
1240 support.
1241
1242 %description simplexml -l pl
1243 Modu³ PHP dodaj±cy obs³ugê prostego XML-a.
1244
1245 %package snmp
1246 Summary:        SNMP extension module for PHP
1247 Summary(pl):    Modu³ SNMP dla PHP
1248 Group:          Libraries
1249 Requires(post,preun):   %{name}-common = %{epoch}:%{version}-%{release}
1250 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
1251 Requires:       %{name}-sockets = %{epoch}:%{version}-%{release}
1252
1253 %description snmp
1254 This is a dynamic shared object (DSO) for PHP that will add SNMP
1255 support.
1256
1257 %description snmp -l pl
1258 Modu³ PHP dodaj±cy obs³ugê SNMP.
1259
1260 %package soap
1261 Summary:        soap extension module for PHP
1262 Summary(pl):    Modu³ soap dla PHP
1263 Group:          Libraries
1264 Requires(post,preun):   %{name}-common = %{epoch}:%{version}-%{release}
1265 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
1266
1267 %description soap
1268 This is a dynamic shared object (DSO) for PHP that will add SOAP/WSDL
1269 support.
1270
1271 %description soap -l pl
1272 Modu³ PHP dodaj±cy obs³ugê SOAP/WSDL.
1273
1274 %package sockets
1275 Summary:        sockets extension module for PHP
1276 Summary(pl):    Modu³ socket dla PHP
1277 Group:          Libraries
1278 Requires(post,preun):   %{name}-common = %{epoch}:%{version}-%{release}
1279 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
1280
1281 %description sockets
1282 This is a dynamic shared object (DSO) for PHP that will add sockets
1283 support.
1284
1285 Warning: this is an experimental module.
1286
1287 %description sockets -l pl
1288 Modu³ PHP dodaj±cy obs³ugê gniazdek.
1289
1290 Uwaga: to jest modu³ eksperymentalny.
1291
1292 %package sqlite
1293 Summary:        SQLite extension module for PHP
1294 Summary(pl):    Modu³ SQLite dla PHP
1295 Group:          Libraries
1296 Requires(post,preun):   %{name}-common = %{epoch}:%{version}-%{release}
1297 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
1298 Requires:       %{name}-pdo = %{epoch}:%{version}-%{release}
1299
1300 %description sqlite
1301 SQLite is a C library that implements an embeddable SQL database
1302 engine. Programs that link with the SQLite library can have SQL
1303 database access without running a separate RDBMS process.
1304
1305 SQLite is not a client library used to connect to a big database
1306 server. SQLite is the server. The SQLite library reads and writes
1307 directly to and from the database files on disk.
1308
1309 %description sqlite -l pl
1310 SQLite jest napisan± w C bibliotek± implementuj±c± osadzalny silnik
1311 bazodanowy SQL. Program linkuj±cy siê z bibliotek± SQLite mo¿e mieæ
1312 dostêp do bazy SQL bez potrzeby uruchamiania dodatkowego procesu
1313 RDBMS.
1314
1315 SQLite to nie klient baz danych - biblioteka nie ³±czy siê z serwerami
1316 baz danych. SQLite sam jest serwerem. Biblioteka SQLite czyta i
1317 zapisuje dane bezpo¶rednio z/do plików baz danych znajduj±cych siê na
1318 dysku.
1319
1320 %package sybase
1321 Summary:        Sybase DB extension module for PHP
1322 Summary(pl):    Modu³ Sybase DB dla PHP
1323 Group:          Libraries
1324 Requires(post,preun):   %{name}-common = %{epoch}:%{version}-%{release}
1325 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
1326 Obsoletes:      php-sybase-ct
1327
1328 %description sybase
1329 This is a dynamic shared object (DSO) for PHP that will add Sybase and
1330 MS SQL databases support through SYBDB library. Currently Sybase
1331 module is not maintained. Using Sybase-CT module is recommended
1332 instead.
1333
1334 %description sybase -l pl
1335 Modu³ PHP dodaj±cy obs³ugê baz danych Sybase oraz MS SQL poprzez
1336 bibliotekê SYBDB. W chwili obecnej modu³ Sybase nie jest wspierany.
1337 Zaleca siê u¿ywanie modu³u Sybase-CT.
1338
1339 %package sybase-ct
1340 Summary:        Sybase-CT extension module for PHP
1341 Summary(pl):    Modu³ Sybase-CT dla PHP
1342 Group:          Libraries
1343 Requires(post,preun):   %{name}-common = %{epoch}:%{version}-%{release}
1344 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
1345 Obsoletes:      php-sybase
1346
1347 %description sybase-ct
1348 This is a dynamic shared object (DSO) for PHP that will add Sybase and
1349 MS SQL databases support through CT-lib.
1350
1351 %description sybase-ct -l pl
1352 Modu³ PHP dodaj±cy obs³ugê baz danych Sybase oraz MS SQL poprzez
1353 CT-lib.
1354
1355 %package sysvmsg
1356 Summary:        SysV msg extension module for PHP
1357 Summary(pl):    Modu³ SysV msg dla PHP
1358 Group:          Libraries
1359 Requires(post,preun):   %{name}-common = %{epoch}:%{version}-%{release}
1360 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
1361
1362 %description sysvmsg
1363 This is a dynamic shared object (DSO) for PHP that will add SysV
1364 message queues support.
1365
1366 %description sysvmsg -l pl
1367 Modu³ PHP umo¿liwiaj±cy korzystanie z kolejek komunikatów SysV.
1368
1369 %package sysvsem
1370 Summary:        SysV sem extension module for PHP
1371 Summary(pl):    Modu³ SysV sem dla PHP
1372 Group:          Libraries
1373 Requires(post,preun):   %{name}-common = %{epoch}:%{version}-%{release}
1374 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
1375
1376 %description sysvsem
1377 This is a dynamic shared object (DSO) for PHP that will add SysV
1378 semaphores support.
1379
1380 %description sysvsem -l pl
1381 Modu³ PHP umo¿liwiaj±cy korzystanie z semaforów SysV.
1382
1383 %package sysvshm
1384 Summary:        SysV shm extension module for PHP
1385 Summary(pl):    Modu³ SysV shm dla PHP
1386 Group:          Libraries
1387 Requires(post,preun):   %{name}-common = %{epoch}:%{version}-%{release}
1388 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
1389
1390 %description sysvshm
1391 This is a dynamic shared object (DSO) for PHP that will add SysV
1392 Shared Memory support.
1393
1394 %description sysvshm -l pl
1395 Modu³ PHP umo¿liwiaj±cy korzystanie z pamiêci dzielonej SysV.
1396
1397 %package tidy
1398 Summary:        Tidy extension module for PHP
1399 Summary(pl):    Modu³ Tidy dla PHP
1400 Group:          Libraries
1401 Requires(post,preun):   %{name}-common = %{epoch}:%{version}-%{release}
1402 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
1403 Requires:       tidy
1404
1405 %description tidy
1406 This is a dynamic shared object (DSO) for PHP that will add Tidy
1407 support.
1408
1409 %description tidy -l pl
1410 Modu³ PHP umo¿liwiaj±cy korzystanie z tidy.
1411
1412 %package tokenizer
1413 Summary:        tokenizer extension module for PHP
1414 Summary(pl):    Modu³ rozszerzenia tokenizer dla PHP
1415 Group:          Libraries
1416 Requires(post,preun):   %{name}-common = %{epoch}:%{version}-%{release}
1417 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
1418
1419 %description tokenizer
1420 This is a dynamic shared object (DSO) for PHP that will add tokenizer
1421 support.
1422
1423 %description tokenizer -l pl
1424 Modu³ PHP dodaj±cy obs³ugê tokenizera do PHP.
1425
1426 %package wddx
1427 Summary:        wddx extension module for PHP
1428 Summary(pl):    Modu³ wddx dla PHP
1429 Group:          Libraries
1430 Requires(post,preun):   %{name}-common = %{epoch}:%{version}-%{release}
1431 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
1432 Requires:       %{name}-session = %{epoch}:%{version}-%{release}
1433 Requires:       %{name}-xml = %{epoch}:%{version}-%{release}
1434
1435 %description wddx
1436 This is a dynamic shared object (DSO) for PHP that will add wddx
1437 support.
1438
1439 %description wddx -l pl
1440 Modu³ PHP umo¿liwiaj±cy korzystanie z wddx.
1441
1442 %package xml
1443 Summary:        XML extension module for PHP
1444 Summary(pl):    Modu³ XML dla PHP
1445 Group:          Libraries
1446 Requires(post,preun):   %{name}-common = %{epoch}:%{version}-%{release}
1447 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
1448
1449 %description xml
1450 This is a dynamic shared object (DSO) for PHP that will add XML
1451 support. This extension lets you create XML parsers and then define
1452 handlers for different XML events.
1453
1454 %description xml -l pl
1455 Modu³ PHP umo¿liwiaj±cy parsowanie plików XML i obs³ugê zdarzeñ
1456 zwi±zanych z tymi plikami. Pozwala on tworzyæ analizatory XML-a i
1457 nastêpnie definiowaæ procedury obs³ugi dla ró¿nych zdarzeñ XML.
1458
1459 %package xmlreader
1460 Summary:        XML Reader extension module for PHP
1461 Summary(pl):    Modu³ XML Reader dla PHP
1462 Group:          Libraries
1463 Requires(post,preun):   %{name}-common = %{epoch}:%{version}-%{release}
1464 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
1465
1466 %description xmlreader
1467 This is a dynamic shared object (DSO) for PHP that will add XML Reader
1468 support. The XMLReader extension is an XML Pull parser. The reader
1469 acts as a cursor going forward on the document stream and stopping at
1470 each node on the way.
1471
1472 %description xmlreader -l pl
1473 Modu³ PHP umo¿liwiaj±cy parsowanie plików XML w trybie Pull. Czytnik
1474 dzia³a jako kursor przechodz±cy przez strumieñ dokumentu i
1475 zatrzymuj±cy siê naka¿dym wê¼le po drodze.
1476
1477 %package xmlrpc
1478 Summary:        xmlrpc extension module for PHP
1479 Summary(pl):    Modu³ xmlrpc dla PHP
1480 Group:          Libraries
1481 Requires(post,preun):   %{name}-common = %{epoch}:%{version}-%{release}
1482 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
1483
1484 %description xmlrpc
1485 This is a dynamic shared object (DSO) for PHP that will add XMLRPC
1486 support.
1487
1488 Warning: this is an experimental module.
1489
1490 %description xmlrpc -l pl
1491 Modu³ PHP dodaj±cy obs³ugê XMLRPC.
1492
1493 Uwaga: to jest modu³ eksperymentalny.
1494
1495 %package xsl
1496 Summary:        xsl extension module for PHP
1497 Summary(pl):    Modu³ xsl dla PHP
1498 Group:          Libraries
1499 Requires(post,preun):   %{name}-common = %{epoch}:%{version}-%{release}
1500 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
1501 Requires:       libxslt >= 1.0.18
1502 # actually not true, functionality is similar, but API differs
1503 Obsoletes:      php-xslt <= 3:4.3.8-1
1504
1505 %description xsl
1506 This is a dynamic shared object (DSO) for PHP that will add new XSL
1507 support (using libxslt).
1508
1509 %description xsl -l pl
1510 Modu³ PHP dodaj±cy now± obs³ugê XSLT (przy u¿yciu libxslt).
1511
1512 %package zlib
1513 Summary:        Zlib extension module for PHP
1514 Summary(pl):    Modu³ zlib dla PHP
1515 Group:          Libraries
1516 Requires(post,preun):   %{name}-common = %{epoch}:%{version}-%{release}
1517 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
1518
1519 %description zlib
1520 This is a dynamic shared object (DSO) for PHP that will add zlib
1521 compression support to PHP.
1522
1523 %description zlib -l pl
1524 Modu³ PHP umo¿liwiaj±cy u¿ywanie kompresji zlib.
1525
1526 %prep
1527 %setup -q
1528 # this patch is broken by design, breaks --enable-versioning for example
1529 # update: --enable-version is broken by itself, it disables dynamic modules.
1530 %patch0 -p1
1531 %patch1 -p1
1532 %patch2 -p1
1533 %patch3 -p1
1534 %patch4 -p1
1535 %patch5 -p1
1536 %patch6 -p1
1537 %patch7 -p1
1538 %patch8 -p1
1539 %patch9 -p1
1540 cp php.ini-dist php.ini
1541 %patch10 -p1
1542 # for ac2.53b/am1.6b - AC_LANG_CXX has AM_CONDITIONAL, so cannot be invoked
1543 # conditionally...
1544 %patch11 -p1
1545 %patch14 -p1
1546 %patch15 -p1
1547 %patch16 -p1
1548 %patch17 -p1
1549 %patch18 -p1
1550 %patch19 -p1
1551 %patch20 -p1
1552 %patch21 -p1
1553 %patch23 -p1
1554 %patch24 -p1
1555 %patch25 -p1
1556 %patch26 -p1
1557
1558 %if %{with hardening}
1559 zcat %{SOURCE9} | patch -p1 || exit 1
1560 patch -p1 < %{PATCH30} || exit 1
1561 %endif
1562 %patch31 -p1
1563 %patch32 -p1
1564 %patch33 -p1
1565 %patch34 -p1
1566
1567 # conflict seems to be resolved by recode patches
1568 rm -f ext/recode/config9.m4
1569
1570 # new apr
1571 sed -i -e 's#apr-config#apr-1-config#g' sapi/apache*/*.m4
1572
1573 # remove all bundled libraries not to link with them accidentally
1574 #rm -rf ext/sqlite/libsqlite
1575 #rm -rf ext/bcmath/libbcmath
1576 #rm -rf ext/date/lib
1577 #rm -rf ext/dba/libcdb
1578 #rm -rf ext/dba/libflatfile
1579 #rm -rf ext/dba/libinifile
1580 #rm -rf ext/gd/libgd
1581 #rm -rf ext/mbstring/libmbfl
1582 #rm -rf ext/mbstring/oniguruma
1583 rm -rf ext/pcre/pcrelib
1584 rm -rf ext/pdo_sqlite/sqlite
1585 #rm -rf ext/soap/interop
1586 rm -rf ext/xmlrpc/libxmlrpc
1587
1588 %build
1589 if API=$(awk '/#define PHP_API_VERSION/{print $3}' main/php.h) && [ $API != %{php_api_version} ]; then
1590         echo "Set %%define php_api_version to $API and rerun."
1591         exit 1
1592 fi
1593
1594 if API=$(awk '/#define ZEND_MODULE_API_NO/{print $3}' Zend/zend_modules.h) && [ $API != %{zend_module_api} ]; then
1595         echo "Set %%define zend_module_api to $API and rerun."
1596         exit 1
1597 fi
1598
1599 if API=$(awk '/#define ZEND_EXTENSION_API_NO/{print $3}' Zend/zend_extensions.h) && [ $API != %{zend_extension_api} ]; then
1600         echo "Set %%define zend_extension_api to $API and rerun."
1601         exit 1
1602 fi
1603
1604 CFLAGS="%{rpmcflags} -DEAPI=1 -I/usr/X11R6/include"
1605 %if %{with apache2}
1606 # Apache2 CFLAGS. harmless for other SAPIs.
1607 CFLAGS="$CFLAGS $(%{_bindir}/apr-1-config --includes) $(%{_bindir}/apu-1-config --includes)"
1608 %endif
1609
1610 EXTENSION_DIR="%{extensionsdir}"; export EXTENSION_DIR
1611 if [ ! -f _built-conf ]; then # configure once (for faster debugging purposes)
1612         rm -f Makefile.{fcgi,cgi,cli,apxs{1,2}} # now remove Makefile copies
1613         %{__libtoolize}
1614         %{__aclocal}
1615         ./buildconf --force
1616         touch _built-conf
1617 fi
1618 PROG_SENDMAIL="/usr/lib/sendmail"; export PROG_SENDMAIL
1619
1620 sapis="
1621 %if %{with fcgi}
1622 fcgi
1623 %endif
1624 cgi cli
1625 %if %{with apache1}
1626 apxs1
1627 %endif
1628 %if %{with apache2}
1629 apxs2
1630 %endif
1631 "
1632 for sapi in $sapis; do
1633         [ -f Makefile.$sapi ] && continue # skip if already configured (for faster debugging purposes)
1634
1635         %configure \
1636         `
1637         case $sapi in
1638         cgi)
1639                 echo --enable-discard-path --enable-force-cgi-redirect
1640         ;;
1641         cli)
1642                 echo --disable-cgi
1643         ;;
1644         fcgi)
1645                 echo --enable-fastcgi --with-fastcgi=/usr --enable-force-cgi-redirect
1646         ;;
1647         apxs1)
1648                 ver=%(rpm -q --qf '%%{version}' apache1-apxs)
1649                 echo --with-apxs=%{apxs1} --with-apache-version=$ver
1650         ;;
1651         apxs2)
1652                 ver=%(rpm -q --qf '%%{version}' apache-apxs)
1653                 echo --with-apxs2=%{apxs2} --with-apache-version=$ver
1654         ;;
1655         esac
1656         ` \
1657         --cache-file=config.cache \
1658         --with-libdir=%{_lib} \
1659         --with-config-file-path=%{_sysconfdir} \
1660         --with-config-file-scan-dir=%{_sysconfdir}/conf.d \
1661         --with-exec-dir=%{_bindir} \
1662         --%{!?debug:dis}%{?debug:en}able-debug \
1663         %{?with_zts:--enable-maintainer-zts} \
1664         --enable-inline-optimization \
1665         --enable-memory-limit \
1666         --enable-bcmath=shared \
1667         --enable-calendar=shared \
1668         --enable-ctype=shared \
1669         --enable-dba=shared \
1670         --with-inifile \
1671         --with-flatfile \
1672         --enable-dom=shared \
1673         --enable-exif=shared \
1674         --enable-filepro=shared \
1675         --enable-ftp=shared \
1676         --enable-gd-native-ttf \
1677         --enable-gd-jus-conf \
1678         --enable-libxml \
1679         --enable-magic-quotes \
1680         --enable-mbstring=shared,all \
1681         --enable-mbregex \
1682         --enable-pcntl=shared \
1683         --enable-pdo=shared \
1684 %if %{with mssql} || %{with sybase} || %{with sybase_ct}
1685         --with-pdo-dblib=shared \
1686 %endif
1687 %if %{with interbase} && %{without interbase_inst}
1688         --with-pdo-firebird=shared \
1689 %endif
1690         --with-pdo-mysql=shared \
1691         %{?with_oci8:--with-pdo-oci=shared} \
1692         %{?with_odbc:--with-pdo-odbc=shared,unixODBC,/usr} \
1693         %{?with_pgsql:--with-pdo-pgsql=shared} \
1694         %{?with_sqlite:--with-pdo-sqlite=shared,/usr} \
1695         --enable-posix=shared \
1696         --enable-reflection \
1697         --enable-session \
1698         --enable-shared \
1699         --enable-shmop=shared \
1700         --enable-simplexml \
1701         --enable-sysvmsg=shared \
1702         --enable-sysvsem=shared \
1703         --enable-sysvshm=shared \
1704         --enable-track-vars \
1705         --enable-trans-sid \
1706         --enable-safe-mode \
1707         --enable-soap=shared \
1708         --enable-sockets=shared \
1709         --enable-tokenizer=shared \
1710         --enable-ucd-snmp-hack \
1711         %{?with_wddx:--enable-wddx=shared} \
1712         --enable-xml=shared \
1713         --enable-xmlreader=shared \
1714         --with-bz2=shared \
1715         %{!?with_curl:--without-curl}%{?with_curl:--with-curl=shared} \
1716         %{?with_db3:--with-db3}%{!?with_db3:--with-db4} \
1717         --enable-dbase=shared \
1718 %if %{with xmlrpc}
1719         --with-expat-dir=shared,/usr \
1720 %else
1721         --without-expat-dir \
1722 %endif
1723         %{?with_fdf:--with-fdftk=shared} \
1724         --with-iconv=shared \
1725         --with-filepro=shared \
1726         --with-freetype-dir=shared \
1727         --with-gettext=shared \
1728         --with-gd=shared,/usr \
1729         --with-gdbm \
1730         --with-gmp=shared \
1731         %{?with_hwapi:--with-hwapi=shared} \
1732         %{?with_imap:--with-imap=shared --with-imap-ssl} \
1733         %{?with_interbase:--with-interbase=shared%{!?with_interbase_inst:,/usr}} \
1734         --with-jpeg-dir=/usr \
1735         %{?with_ldap:--with-ldap=shared --with-ldap-sasl} \
1736         --with-mcrypt=shared \
1737         %{?with_mhash:--with-mhash=shared} \
1738         %{?with_mime_magic:--with-mime-magic=shared,/usr/share/file/magic.mime}%{!?with_mime_magic:--disable-mime-magic} \
1739         %{?with_ming:--with-ming=shared} \
1740         %{?with_mm:--with-mm} \
1741         %{?with_msession:--with-msession=shared}%{!?with_msession:--without-msession} \
1742         %{?with_mssql:--with-mssql=shared} \
1743         --with-mysql=shared,/usr \
1744         --with-mysql-sock=/var/lib/mysql/mysql.sock \
1745         %{?with_mysqli:--with-mysqli=shared} \
1746         --with-ncurses=shared \
1747         %{?with_oci8:--with-oci8=shared} \
1748         %{?with_openssl:--with-openssl=shared} \
1749         --with-kerberos \
1750         %{!?with_pcre:--without-pcre-regex}%{?with_pcre:--with-pcre-regex=shared,/usr} \
1751         --with-pear=%{php_pear_dir} \
1752         %{!?with_pgsql:--without-pgsql}%{?with_pgsql:--with-pgsql=shared,/usr} \
1753         --with-png-dir=/usr \
1754         %{?with_pspell:--with-pspell=shared} \
1755         --with-readline=shared \
1756         %{?with_recode:--with-recode=shared} \
1757         --with-regex=php \
1758         --without-sablot-js \
1759         %{?with_snmp:--with-snmp=shared} \
1760         %{?with_sybase:--with-sybase=shared,/usr} \
1761         %{?with_sybase_ct:--with-sybase-ct=shared,/usr} \
1762         %{?with_sqlite:--with-sqlite=shared,/usr --enable-sqlite-utf8} \
1763         --with-t1lib=shared \
1764         %{?with_tidy:--with-tidy=shared} \
1765         --with-tiff-dir=/usr \
1766         %{?with_odbc:--with-unixODBC=shared,/usr} \
1767         %{!?with_xmlrpc:--without-xmlrpc}%{?with_xmlrpc:--with-xmlrpc=shared,/usr} \
1768         --with-xsl=shared \
1769         --with-zlib=shared \
1770         --with-zlib-dir=shared,/usr
1771
1772         cp -f Makefile Makefile.$sapi
1773         cp -f main/php_config.h php_config.h.$sapi
1774 done
1775
1776 # for now session_mm doesn't work with shared session module...
1777 # --enable-session=shared
1778 # %{!?with_mm:--with-mm=shared,no}%{?with_mm:--with-mm=shared}
1779
1780 %{__make} build-modules
1781
1782 %{__make} libphp_common.la
1783 # fix install paths, avoid evil rpaths
1784 sed -i -e "s|^libdir=.*|libdir='%{_libdir}'|" libphp_common.la
1785
1786 %if %{with apache1}
1787 %{__make} libtool-sapi LIBTOOL_SAPI=sapi/apache/libphp5.la -f Makefile.apxs1
1788 sed -i -e "
1789 s|^libdir=.*|libdir='%{_libdir}/apache1'|;
1790 s|^(relink_command=.* -rpath )[^ ]*/libs |$1%{_libdir}/apache1 |" sapi/apache/libphp5.la
1791 %endif
1792
1793 %if %{with apache2}
1794 %{__make} libtool-sapi LIBTOOL_SAPI=sapi/apache2handler/libphp5.la -f Makefile.apxs2
1795 sed -i -e "
1796 s|^libdir=.*|libdir='%{_libdir}/apache'|;
1797 s|^(relink_command=.* -rpath )[^ ]*/libs |$1%{_libdir}/apache |" sapi/apache2handler/libphp5.la
1798 %endif
1799
1800 # FCGI
1801 %if %{with fcgi}
1802 cp -af php_config.h.fcgi main/php_config.h
1803 %{__make} sapi/cgi/php -f Makefile.fcgi
1804 cp -r sapi/cgi sapi/fcgi
1805 rm -rf sapi/cgi/.libs sapi/cgi/*.lo
1806 %endif
1807
1808 # CGI
1809 cp -af php_config.h.cgi main/php_config.h
1810 %{__make} sapi/cgi/php -f Makefile.cgi
1811
1812 # CLI
1813 cp -af php_config.h.cli main/php_config.h
1814 %{__make} sapi/cli/php -f Makefile.cli
1815
1816 %install
1817 rm -rf $RPM_BUILD_ROOT
1818 install -d $RPM_BUILD_ROOT{%{_libdir}/{php,apache{,1}},%{_sysconfdir}/{apache,cgi},%{_phpsharedir}} \
1819         $RPM_BUILD_ROOT/home/services/{httpd,apache}/icons \
1820         $RPM_BUILD_ROOT{%{_sbindir},%{_bindir}} \
1821         $RPM_BUILD_ROOT/var/run/php \
1822         $RPM_BUILD_ROOT{/etc/apache/conf.d,/etc/httpd/httpd.conf} \
1823         $RPM_BUILD_ROOT%{_mandir}/man1
1824
1825 # install apache1 DSO module
1826 %if %{with apache1}
1827 libtool --silent --mode=install install sapi/apache/libphp5.la $RPM_BUILD_ROOT%{_libdir}/apache1/
1828 %endif
1829
1830 # install apache2 DSO module
1831 %if %{with apache2}
1832 libtool --silent --mode=install install sapi/apache2handler/libphp5.la $RPM_BUILD_ROOT%{_libdir}/apache/
1833 %endif
1834
1835 libtool --silent --mode=install install libphp_common.la $RPM_BUILD_ROOT%{_libdir}
1836
1837 # install the apache modules' files
1838 %{__make} install-headers install-build install-modules install-programs \
1839         INSTALL_ROOT=$RPM_BUILD_ROOT
1840
1841 # as of 5.0.5, phpextdist isn't installed by default
1842 install scripts/dev/phpextdist $RPM_BUILD_ROOT%{_bindir}
1843
1844 # install CGI
1845 libtool --silent --mode=install install sapi/cgi/php $RPM_BUILD_ROOT%{_bindir}/php.cgi
1846
1847 # install FCGI
1848 %if %{with fcgi}
1849 libtool --silent --mode=install install sapi/fcgi/php $RPM_BUILD_ROOT%{_bindir}/php.fcgi
1850 %endif
1851
1852 # install CLI
1853 libtool --silent --mode=install install sapi/cli/php $RPM_BUILD_ROOT%{_bindir}/php.cli
1854 install sapi/cli/php.1 $RPM_BUILD_ROOT%{_mandir}/man1/php.1
1855 echo ".so php.1" >$RPM_BUILD_ROOT%{_mandir}/man1/php.cli.1
1856
1857 # TODO:
1858 # Why make install doesn't install libphp5.so ?
1859 #install libs/libphp5.so $RPM_BUILD_ROOT%{apachelib}
1860
1861 ln -sf php.cli $RPM_BUILD_ROOT%{_bindir}/php
1862
1863 sed -e 's#%{_prefix}/lib/php#%{_libdir}/php#g' php.ini > $RPM_BUILD_ROOT%{_sysconfdir}/php.ini
1864 %if %{with fcgi}
1865 install %{SOURCE5} $RPM_BUILD_ROOT%{_sysconfdir}/php-cgi-fcgi.ini
1866 %endif
1867 install %{SOURCE6} $RPM_BUILD_ROOT%{_sysconfdir}/php-cgi.ini
1868 install %{SOURCE8} $RPM_BUILD_ROOT%{_sysconfdir}/php-cli.ini
1869 install %{SOURCE3} $RPM_BUILD_ROOT%{_sbindir}
1870 install %{SOURCE1} .
1871
1872 %if %{with apache1}
1873 install %{SOURCE2} php.gif $RPM_BUILD_ROOT/home/services/apache/icons
1874 install %{SOURCE4} $RPM_BUILD_ROOT/etc/apache/conf.d/70_mod_php.conf
1875 install %{SOURCE7} $RPM_BUILD_ROOT%{_sysconfdir}/php-apache.ini
1876 rm -f $RPM_BUILD_ROOT%{_libdir}/apache1/libphp5.la
1877 %endif
1878
1879 %if %{with apache2}
1880 install %{SOURCE2} php.gif $RPM_BUILD_ROOT/home/services/httpd/icons
1881 install %{SOURCE4} $RPM_BUILD_ROOT/etc/httpd/httpd.conf/70_mod_php.conf
1882 install %{SOURCE7} $RPM_BUILD_ROOT%{_sysconfdir}/php-apache2handler.ini
1883 rm -f $RPM_BUILD_ROOT%{_libdir}/apache/libphp5.la
1884 %endif
1885
1886 cp -f Zend/LICENSE{,.Zend}
1887
1888 # Generate stub .ini files for each subpackage
1889 install -d $RPM_BUILD_ROOT%{_sysconfdir}/conf.d
1890 for so in modules/*.so; do
1891         mod=$(basename $so .so)
1892         conf="%{_sysconfdir}/conf.d/${mod}.ini"
1893         # xml needs to be loaded before wddx
1894         [ "$mod" = "wddx" ] && conf="%{_sysconfdir}/conf.d/xml_${mod}.ini"
1895         cat > $RPM_BUILD_ROOT${conf} <<EOF
1896 ; Enable ${mod} extension module
1897 extension=${mod}.so
1898 EOF
1899 done
1900
1901 # Not in all SAPI, so don't need the .ini fragments.
1902 rm -f $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/{ncurses,pcntl,readline}.ini
1903
1904 # use system automake and {lib,sh}tool
1905 ln -snf /usr/share/automake/config.{guess,sub} $RPM_BUILD_ROOT%{_libdir}/php/build
1906 ln -snf %{_aclocaldir}/libtool.m4 $RPM_BUILD_ROOT%{_libdir}/php/build
1907 ln -snf %{_datadir}/libtool/ltmain.sh $RPM_BUILD_ROOT%{_libdir}/php/build
1908 ln -snf %{_bindir}/shtool $RPM_BUILD_ROOT%{_libdir}/php/build
1909
1910 %clean
1911 rm -rf $RPM_BUILD_ROOT
1912
1913 %post
1914 if [ "$1" = "1" ]; then
1915 %if %{with apache1}
1916         %service -q apache restart
1917 %endif
1918 %if %{with apache2}
1919         %service -q httpd restart
1920 %endif
1921 fi
1922
1923 %postun
1924 if [ "$1" = "0" ]; then
1925 %if %{with apache1}
1926         %service -q apache restart
1927 %endif
1928 %if %{with apache2}
1929         %service -q httpd restart
1930 %endif
1931 fi
1932
1933 %post -n apache1-mod_php
1934 if [ "$1" = "1" ]; then
1935         %service -q apache restart
1936 fi
1937
1938 %postun -n apache1-mod_php
1939 if [ "$1" = "0" ]; then
1940         %service -q apache restart
1941 fi
1942
1943 %post -n apache-mod_php
1944 if [ "$1" = "1" ]; then
1945         %service -q httpd restart
1946 fi
1947
1948 %postun -n apache-mod_php
1949 if [ "$1" = "0" ]; then
1950         %service -q httpd restart
1951 fi
1952
1953 # so tired of typing... so decided to create macros
1954 # macro called at extension post scriptlet
1955 %define extension_post \
1956 if [ "$1" = "1" ]; then \
1957         [ ! -f /etc/apache/conf.d/??_mod_php.conf ] || %service -q apache restart \
1958         [ ! -f /etc/httpd/httpd.conf/??_mod_php.conf ] || %service -q httpd restart \
1959 fi
1960
1961 # macro called at extension postun scriptlet
1962 %define extension_postun \
1963 if [ "$1" = "0" ]; then \
1964         [ ! -f /etc/apache/conf.d/??_mod_php.conf ] || %service -q apache restart \
1965         [ ! -f /etc/httpd/httpd.conf/??_mod_php.conf ] || %service -q httpd restart \
1966 fi
1967
1968 %post   common -p /sbin/ldconfig
1969 %postun common -p /sbin/ldconfig
1970
1971 %posttrans common
1972 # minimizing apache restarts logics. we restart webserver:
1973 #
1974 # 1. at the end of transaction. (posttrans, feature from rpm 4.4.2)
1975 # 2. first install of extension (post: $1 = 1)
1976 # 2. uninstall of extension (postun: $1 == 0)
1977 #
1978 # the strict internal deps between extensions (and apache modules) and
1979 # common package are very important for all this to work.
1980
1981 # restart webserver at the end of transaction
1982 [ ! -f /etc/apache/conf.d/??_mod_php.conf ] || %service -q apache restart
1983 [ ! -f /etc/httpd/httpd.conf/??_mod_php.conf ] || %service -q httpd restart
1984
1985 %if %{with apache1}
1986 %triggerpostun -n apache1-mod_php -- php < 4:5.0.4-9.11
1987 sed -i -e '
1988         /^AddType application\/x-httpd-php \.php/s,^,#,
1989         /^\(Add\|Load\)Module.*php5\.\(so\|c\)/d
1990 ' /etc/apache/apache.conf
1991 %service -q apache restart
1992 %endif
1993
1994 %if %{with apache2}
1995 %triggerpostun -n apache-mod_php -- php < 4:5.0.4-7.1, php < 4:5.0.4-7.1
1996 # for fixed php-SAPI.ini, the poor php-apache.ini was never read for apache2
1997 if [ -f %{_sysconfdir}/php-apache.ini.rpmsave ]; then
1998         cp -f %{_sysconfdir}/php-apache2handler.ini{,.rpmnew}
1999         mv -f %{_sysconfdir}/php-apache.ini.rpmsave %{_sysconfdir}/php-apache2handler.ini
2000 fi
2001 %endif
2002
2003 %post bcmath
2004 %extension_post
2005
2006 %postun bcmath
2007 %extension_postun
2008
2009 %post bzip2
2010 %extension_post
2011
2012 %postun bzip2
2013 %extension_postun
2014
2015 %post calendar
2016 %extension_post
2017
2018 %postun calendar
2019 %extension_postun
2020
2021 %post ctype
2022 %extension_post
2023
2024 %postun ctype
2025 %extension_postun
2026
2027 %post curl
2028 %extension_post
2029
2030 %postun curl
2031 %extension_postun
2032
2033 %post dba
2034 %extension_post
2035
2036 %postun dba
2037 %extension_postun
2038
2039 %post dbase
2040 %extension_post
2041
2042 %postun dbase
2043 %extension_postun
2044
2045 %post dom
2046 %extension_post
2047
2048 %postun dom
2049 %extension_postun
2050
2051 %post exif
2052 %extension_post
2053
2054 %postun exif
2055 %extension_postun
2056
2057 %post fdf
2058 %extension_post
2059
2060 %postun fdf
2061 %extension_postun
2062
2063 %post filepro
2064 %extension_post
2065
2066 %postun filepro
2067 %extension_postun
2068
2069 %post ftp
2070 %extension_post
2071
2072 %postun ftp
2073 %extension_postun
2074
2075 %post gd
2076 %extension_post
2077
2078 %postun gd
2079 %extension_postun
2080
2081 %post gettext
2082 %extension_post
2083
2084 %postun gettext
2085 %extension_postun
2086
2087 %post gmp
2088 %extension_post
2089
2090 %postun gmp
2091 %extension_postun
2092
2093 %post hwapi
2094 %extension_post
2095
2096 %postun hwapi
2097 %extension_postun
2098
2099 %post iconv
2100 %extension_post
2101
2102 %postun iconv
2103 %extension_postun
2104
2105 %post imap
2106 %extension_post
2107
2108 %postun imap
2109 %extension_postun
2110
2111 %post interbase
2112 %extension_post
2113
2114 %postun interbase
2115 %extension_postun
2116
2117 %post ldap
2118 %extension_post
2119
2120 %postun ldap
2121 %extension_postun
2122
2123 %post mbstring
2124 %extension_post
2125
2126 %postun mbstring
2127 %extension_postun
2128
2129 %post mcrypt
2130 %extension_post
2131
2132 %postun mcrypt
2133 %extension_postun
2134
2135 %post mhash
2136 %extension_post
2137
2138 %postun mhash
2139 %extension_postun
2140
2141 %post mime_magic
2142 %extension_post
2143
2144 %postun mime_magic
2145 %extension_postun
2146
2147 %post ming
2148 %extension_post
2149
2150 %postun ming
2151 %extension_postun
2152
2153 %post msession
2154 %extension_post
2155
2156 %postun msession
2157 %extension_postun
2158
2159 %post mssql
2160 %extension_post
2161
2162 %postun mssql
2163 %extension_postun
2164
2165 %post mysql
2166 %extension_post
2167
2168 %postun mysql
2169 %extension_postun
2170
2171 %post mysqli
2172 %extension_post
2173
2174 %postun mysqli
2175 %extension_postun
2176
2177 %post ncurses
2178 if [ -f %{_sysconfdir}/php-cgi.ini ]; then
2179         %{_sbindir}/php-module-install install ncurses %{_sysconfdir}/php-cgi.ini
2180 fi
2181 if [ -f %{_sysconfdir}/php-cli.ini ]; then
2182         %{_sbindir}/php-module-install install ncurses %{_sysconfdir}/php-cli.ini
2183 fi
2184
2185 %postun ncurses
2186 if [ "$1" = "0" ]; then
2187         if [ -f %{_sysconfdir}/php-cgi.ini ]; then
2188                 %{_sbindir}/php-module-install remove ncurses %{_sysconfdir}/php-cgi.ini
2189         fi
2190         if [ -f %{_sysconfdir}/php-cli.ini ]; then
2191                 %{_sbindir}/php-module-install remove ncurses %{_sysconfdir}/php-cli.ini
2192         fi
2193 fi
2194
2195 %post oci8
2196 %extension_post
2197
2198 %postun oci8
2199 %extension_postun
2200
2201 %post odbc
2202 %extension_post
2203
2204 %postun odbc
2205 %extension_postun
2206
2207 %post openssl
2208 %extension_post
2209
2210 %postun openssl
2211 %extension_postun
2212
2213 %post pcntl
2214 if [ -f %{_sysconfdir}/php-cgi.ini ]; then
2215         %{_sbindir}/php-module-install install pcntl %{_sysconfdir}/php-cgi.ini
2216 fi
2217 if [ -f %{_sysconfdir}/php-cli.ini ]; then
2218         %{_sbindir}/php-module-install install pcntl %{_sysconfdir}/php-cli.ini
2219 fi
2220
2221 %postun pcntl
2222 if [ "$1" = "0" ]; then
2223         if [ -f %{_sysconfdir}/php-cgi.ini ]; then
2224                 %{_sbindir}/php-module-install remove pcntl %{_sysconfdir}/php-cgi.ini
2225         fi
2226         if [ -f %{_sysconfdir}/php-cli.ini ]; then
2227                 %{_sbindir}/php-module-install remove pcntl %{_sysconfdir}/php-cli.ini
2228         fi
2229 fi
2230
2231 %post pcre
2232 %extension_post
2233
2234 %postun pcre
2235 %extension_postun
2236
2237 %post pdo-dblib
2238 %extension_post
2239
2240 %postun pdo-dblib
2241 %extension_postun
2242
2243 %post pdo-firebird
2244 %extension_post
2245
2246 %postun pdo-firebird
2247 %extension_postun
2248
2249 %post pdo-mysql
2250 %extension_post
2251
2252 %postun pdo-mysql
2253 %extension_postun
2254
2255 %post pdo-odbc
2256 %extension_post
2257
2258 %postun pdo-odbc
2259 %extension_postun
2260
2261 %post pdo-pgsql
2262 %extension_post
2263
2264 %postun pdo-pgsql
2265 %extension_postun
2266
2267 %post pdo-sqlite
2268 %extension_post
2269
2270 %postun pdo-sqlite
2271 %extension_postun
2272
2273 %post pgsql
2274 %extension_post
2275
2276 %postun pgsql
2277 %extension_postun
2278
2279 %post posix
2280 %extension_post
2281
2282 %postun posix
2283 %extension_postun
2284
2285 %post pspell
2286 %extension_post
2287
2288 %postun pspell
2289 %extension_postun
2290
2291 %post readline
2292 if [ -f %{_sysconfdir}/php-cgi.ini ]; then
2293         %{_sbindir}/php-module-install install readline %{_sysconfdir}/php-cgi.ini
2294 fi
2295 if [ -f %{_sysconfdir}/php-cli.ini ]; then
2296         %{_sbindir}/php-module-install install readline %{_sysconfdir}/php-cli.ini
2297 fi
2298
2299 %postun readline
2300 if [ "$1" = "0" ]; then
2301         if [ -f %{_sysconfdir}/php-cgi.ini ]; then
2302                 %{_sbindir}/php-module-install remove readline %{_sysconfdir}/php-cgi.ini
2303         fi
2304         if [ -f %{_sysconfdir}/php-cli.ini ]; then
2305                 %{_sbindir}/php-module-install remove readline %{_sysconfdir}/php-cli.ini
2306         fi
2307 fi
2308
2309 %post recode
2310 %extension_post
2311
2312 %postun recode
2313 %extension_postun
2314
2315 %post session
2316 %extension_post
2317
2318 %postun session
2319 %extension_postun
2320
2321 %post shmop
2322 %extension_post
2323
2324 %postun shmop
2325 %extension_postun
2326
2327 %post snmp
2328 %extension_post
2329
2330 %postun snmp
2331 %extension_postun
2332
2333 %post soap
2334 %extension_post
2335
2336 %postun soap
2337 %extension_postun
2338 if [ "$1" = "0" ]; then
2339         %{_sbindir}/php-module-install remove soap %{_sysconfdir}/php.ini
2340 fi
2341
2342 %post sockets
2343 %extension_post
2344
2345 %postun sockets
2346 %extension_postun
2347
2348 %post sqlite
2349 %extension_post
2350
2351 %postun sqlite
2352 %extension_postun
2353
2354 %post sybase
2355 %extension_post
2356
2357 %postun sybase
2358 %extension_postun
2359
2360 %post sybase-ct
2361 %extension_post
2362
2363 %postun sybase-ct
2364 %extension_postun
2365
2366 %post sysvmsg
2367 %extension_post
2368
2369 %postun sysvmsg
2370 %extension_postun
2371
2372 %post sysvsem
2373 %extension_post
2374
2375 %postun sysvsem
2376 %extension_postun
2377
2378 %post sysvshm
2379 %extension_post
2380
2381 %postun sysvshm
2382 %extension_postun
2383
2384 %post tidy
2385 %extension_post
2386
2387 %postun tidy
2388 %extension_postun
2389
2390 %post tokenizer
2391 %extension_post
2392
2393 %postun tokenizer
2394 %extension_postun
2395
2396 %post wddx
2397 %extension_post
2398
2399 %postun wddx
2400 %extension_postun
2401
2402 %post xml
2403 %extension_post
2404
2405 %postun xml
2406 %extension_postun
2407
2408 %post xmlreader
2409 %extension_post
2410
2411 %postun xmlreader
2412 %extension_postun
2413
2414 %post xmlrpc
2415 %extension_post
2416
2417 %postun xmlrpc
2418 %extension_postun
2419
2420 %post xsl
2421 %extension_post
2422
2423 %postun xsl
2424 %extension_postun
2425
2426 %post zlib
2427 %extension_post
2428
2429 %postun zlib
2430 %extension_postun
2431
2432 %triggerun bcmath -- %{name}-bcmath < 4:5.0.4-9.1
2433 [ ! -x %{_sbindir}/php-module-install ] || %{_sbindir}/php-module-install remove bcmath %{_sysconfdir}/php.ini
2434
2435 %triggerun bzip2 -- %{name}-bzip2 < 4:5.0.4-9.1
2436 [ ! -x %{_sbindir}/php-module-install ] || %{_sbindir}/php-module-install remove bzip2 %{_sysconfdir}/php.ini
2437
2438 %triggerun calendar -- %{name}-calendar < 4:5.0.4-9.1
2439 [ ! -x %{_sbindir}/php-module-install ] || %{_sbindir}/php-module-install remove calendar %{_sysconfdir}/php.ini
2440
2441 %triggerun ctype -- %{name}-ctype < 4:5.0.4-9.1
2442 [ ! -x %{_sbindir}/php-module-install ] || %{_sbindir}/php-module-install remove ctype %{_sysconfdir}/php.ini
2443
2444 %triggerun curl -- %{name}-curl < 4:5.0.4-9.1
2445 [ ! -x %{_sbindir}/php-module-install ] || %{_sbindir}/php-module-install remove curl %{_sysconfdir}/php.ini
2446
2447 %triggerun dba -- %{name}-dba < 4:5.0.4-9.1
2448 [ ! -x %{_sbindir}/php-module-install ] || %{_sbindir}/php-module-install remove dba %{_sysconfdir}/php.ini
2449
2450 %triggerun dbase -- %{name}-dbase < 4:5.0.4-9.1
2451 [ ! -x %{_sbindir}/php-module-install ] || %{_sbindir}/php-module-install remove dbase %{_sysconfdir}/php.ini
2452
2453 %triggerun dom -- %{name}-dom < 4:5.0.4-9.1
2454 [ ! -x %{_sbindir}/php-module-install ] || %{_sbindir}/php-module-install remove dom %{_sysconfdir}/php.ini
2455
2456 %triggerun exif -- %{name}-exif < 4:5.0.4-9.1
2457 [ ! -x %{_sbindir}/php-module-install ] || %{_sbindir}/php-module-install remove exif %{_sysconfdir}/php.ini
2458
2459 %triggerun fdf -- %{name}-fdf < 4:5.0.4-9.1
2460 [ ! -x %{_sbindir}/php-module-install ] || %{_sbindir}/php-module-install remove fdf %{_sysconfdir}/php.ini
2461
2462 %triggerun filepro -- %{name}-filepro < 4:5.0.4-9.1
2463 [ ! -x %{_sbindir}/php-module-install ] || %{_sbindir}/php-module-install remove filepro %{_sysconfdir}/php.ini
2464
2465 %triggerun ftp -- %{name}-ftp < 4:5.0.4-9.1
2466 [ ! -x %{_sbindir}/php-module-install ] || %{_sbindir}/php-module-install remove ftp %{_sysconfdir}/php.ini
2467
2468 %triggerun gd -- %{name}-gd < 4:5.0.4-9.1
2469 [ ! -x %{_sbindir}/php-module-install ] || %{_sbindir}/php-module-install remove gd %{_sysconfdir}/php.ini
2470
2471 %triggerun gettext -- %{name}-gettext < 4:5.0.4-9.1
2472 [ ! -x %{_sbindir}/php-module-install ] || %{_sbindir}/php-module-install remove gettext %{_sysconfdir}/php.ini
2473
2474 %triggerun gmp -- %{name}-gmp < 4:5.0.4-9.1
2475 [ ! -x %{_sbindir}/php-module-install ] || %{_sbindir}/php-module-install remove gmp %{_sysconfdir}/php.ini
2476
2477 %triggerun hwapi -- %{name}-hwapi < 4:5.0.4-9.1
2478 [ ! -x %{_sbindir}/php-module-install ] || %{_sbindir}/php-module-install remove hwapi %{_sysconfdir}/php.ini
2479
2480 %triggerun iconv -- %{name}-iconv < 4:5.0.4-9.1
2481 [ ! -x %{_sbindir}/php-module-install ] || %{_sbindir}/php-module-install remove iconv %{_sysconfdir}/php.ini
2482
2483 %triggerun imap -- %{name}-imap < 4:5.0.4-9.1
2484 [ ! -x %{_sbindir}/php-module-install ] || %{_sbindir}/php-module-install remove imap %{_sysconfdir}/php.ini
2485
2486 %triggerun interbase -- %{name}-interbase < 4:5.0.4-9.1
2487 [ ! -x %{_sbindir}/php-module-install ] || %{_sbindir}/php-module-install remove interbase %{_sysconfdir}/php.ini
2488
2489 %triggerun ldap -- %{name}-ldap < 4:5.0.4-9.1
2490 [ ! -x %{_sbindir}/php-module-install ] || %{_sbindir}/php-module-install remove ldap %{_sysconfdir}/php.ini
2491
2492 %triggerun mbstring -- %{name}-mbstring < 4:5.0.4-9.1
2493 [ ! -x %{_sbindir}/php-module-install ] || %{_sbindir}/php-module-install remove mbstring %{_sysconfdir}/php.ini
2494
2495 %triggerun mcrypt -- %{name}-mcrypt < 4:5.0.4-9.1
2496 [ ! -x %{_sbindir}/php-module-install ] || %{_sbindir}/php-module-install remove mcrypt %{_sysconfdir}/php.ini
2497
2498 %triggerun mhash -- %{name}-mhash < 4:5.0.4-9.1
2499 [ ! -x %{_sbindir}/php-module-install ] || %{_sbindir}/php-module-install remove mhash %{_sysconfdir}/php.ini
2500
2501 %triggerun mime_magic -- %{name}-mime_magic < 4:5.0.4-9.1
2502 [ ! -x %{_sbindir}/php-module-install ] || %{_sbindir}/php-module-install remove mime_magic %{_sysconfdir}/php.ini
2503
2504 %triggerun ming -- %{name}-ming < 4:5.0.4-9.1
2505 [ ! -x %{_sbindir}/php-module-install ] || %{_sbindir}/php-module-install remove ming %{_sysconfdir}/php.ini
2506
2507 %triggerun msession -- %{name}-msession < 4:5.0.4-9.1
2508 [ ! -x %{_sbindir}/php-module-install ] || %{_sbindir}/php-module-install remove msession %{_sysconfdir}/php.ini
2509
2510 %triggerun mssql -- %{name}-mssql < 4:5.0.4-9.1
2511 [ ! -x %{_sbindir}/php-module-install ] || %{_sbindir}/php-module-install remove mssql %{_sysconfdir}/php.ini
2512
2513 %triggerun mysql -- %{name}-mysql < 4:5.0.4-9.1
2514 [ ! -x %{_sbindir}/php-module-install ] || %{_sbindir}/php-module-install remove mysql %{_sysconfdir}/php.ini
2515
2516 %triggerun mysqli -- %{name}-mysqli < 4:5.0.4-9.1
2517 [ ! -x %{_sbindir}/php-module-install ] || %{_sbindir}/php-module-install remove mysqli %{_sysconfdir}/php.ini
2518
2519 %triggerun oci8 -- %{name}-oci8 < 4:5.0.4-9.1
2520 [ ! -x %{_sbindir}/php-module-install ] || %{_sbindir}/php-module-install remove oci8 %{_sysconfdir}/php.ini
2521
2522 %triggerun odbc -- %{name}-odbc < 4:5.0.4-9.1
2523 [ ! -x %{_sbindir}/php-module-install ] || %{_sbindir}/php-module-install remove odbc %{_sysconfdir}/php.ini
2524
2525 %triggerun openssl -- %{name}-openssl < 4:5.0.4-9.1
2526 [ ! -x %{_sbindir}/php-module-install ] || %{_sbindir}/php-module-install remove openssl %{_sysconfdir}/php.ini
2527
2528 %triggerun pcre -- %{name}-pcre < 4:5.0.4-9.1
2529 [ ! -x %{_sbindir}/php-module-install ] || %{_sbindir}/php-module-install remove pcre %{_sysconfdir}/php.ini
2530
2531 %triggerun pgsql -- %{name}-pgsql < 4:5.0.4-9.1
2532 [ ! -x %{_sbindir}/php-module-install ] || %{_sbindir}/php-module-install remove pgsql %{_sysconfdir}/php.ini
2533
2534 %triggerun posix -- %{name}-posix < 4:5.0.4-9.1
2535 [ ! -x %{_sbindir}/php-module-install ] || %{_sbindir}/php-module-install remove posix %{_sysconfdir}/php.ini
2536
2537 %triggerun pspell -- %{name}-pspell < 4:5.0.4-9.1
2538 [ ! -x %{_sbindir}/php-module-install ] || %{_sbindir}/php-module-install remove pspell %{_sysconfdir}/php.ini
2539
2540 %triggerun recode -- %{name}-recode < 4:5.0.4-9.1
2541 [ ! -x %{_sbindir}/php-module-install ] || %{_sbindir}/php-module-install remove recode %{_sysconfdir}/php.ini
2542
2543 %triggerun session -- %{name}-session < 4:5.0.4-9.1
2544 [ ! -x %{_sbindir}/php-module-install ] || %{_sbindir}/php-module-install remove session %{_sysconfdir}/php.ini
2545
2546 %triggerun shmop -- %{name}-shmop < 4:5.0.4-9.1
2547 [ ! -x %{_sbindir}/php-module-install ] || %{_sbindir}/php-module-install remove shmop %{_sysconfdir}/php.ini
2548
2549 %triggerun snmp -- %{name}-snmp < 4:5.0.4-9.1
2550 [ ! -x %{_sbindir}/php-module-install ] || %{_sbindir}/php-module-install remove snmp %{_sysconfdir}/php.ini
2551
2552 %triggerun soap -- %{name}-soap < 4:5.0.4-9.1
2553 [ ! -x %{_sbindir}/php-module-install ] || %{_sbindir}/php-module-install remove soap %{_sysconfdir}/php.ini
2554
2555 %triggerun sockets -- %{name}-sockets < 4:5.0.4-9.1
2556 [ ! -x %{_sbindir}/php-module-install ] || %{_sbindir}/php-module-install remove sockets %{_sysconfdir}/php.ini
2557
2558 %triggerun sqlite -- %{name}-sqlite < 4:5.0.4-9.1
2559 [ ! -x %{_sbindir}/php-module-install ] || %{_sbindir}/php-module-install remove sqlite %{_sysconfdir}/php.ini
2560
2561 %triggerun sybase -- %{name}-sybase < 4:5.0.4-9.1
2562 [ ! -x %{_sbindir}/php-module-install ] || %{_sbindir}/php-module-install remove sybase %{_sysconfdir}/php.ini
2563
2564 %triggerun sybase-ct -- %{name}-sybase-ct < 4:5.0.4-9.1
2565 [ ! -x %{_sbindir}/php-module-install ] || %{_sbindir}/php-module-install remove sybase-ct %{_sysconfdir}/php.ini
2566
2567 %triggerun sysvmsg -- %{name}-sysvmsg < 4:5.0.4-9.1
2568 [ ! -x %{_sbindir}/php-module-install ] || %{_sbindir}/php-module-install remove sysvmsg %{_sysconfdir}/php.ini
2569
2570 %triggerun sysvsem -- %{name}-sysvsem < 4:5.0.4-9.1
2571 [ ! -x %{_sbindir}/php-module-install ] || %{_sbindir}/php-module-install remove sysvsem %{_sysconfdir}/php.ini
2572
2573 %triggerun sysvshm -- %{name}-sysvshm < 4:5.0.4-9.1
2574 [ ! -x %{_sbindir}/php-module-install ] || %{_sbindir}/php-module-install remove sysvshm %{_sysconfdir}/php.ini
2575
2576 %triggerun tidy -- %{name}-tidy < 4:5.0.4-9.1
2577 [ ! -x %{_sbindir}/php-module-install ] || %{_sbindir}/php-module-install remove tidy %{_sysconfdir}/php.ini
2578
2579 %triggerun wddx -- %{name}-wddx < 4:5.0.4-9.1
2580 [ ! -x %{_sbindir}/php-module-install ] || %{_sbindir}/php-module-install remove wddx %{_sysconfdir}/php.ini
2581
2582 %triggerun xml -- %{name}-xml < 4:5.0.4-9.1
2583 [ ! -x %{_sbindir}/php-module-install ] || %{_sbindir}/php-module-install remove xml %{_sysconfdir}/php.ini
2584
2585 %triggerun xmlrpc -- %{name}-xmlrpc < 4:5.0.4-9.1
2586 [ ! -x %{_sbindir}/php-module-install ] || %{_sbindir}/php-module-install remove xmlrpc %{_sysconfdir}/php.ini
2587
2588 %triggerun xsl -- %{name}-xsl < 4:5.0.4-9.1
2589 [ ! -x %{_sbindir}/php-module-install ] || %{_sbindir}/php-module-install remove xsl %{_sysconfdir}/php.ini
2590
2591 %triggerun zlib -- %{name}-zlib < 4:5.0.4-9.1
2592 [ ! -x %{_sbindir}/php-module-install ] || %{_sbindir}/php-module-install remove zlib %{_sysconfdir}/php.ini
2593
2594 %if %{with apache1}
2595 %files -n apache1-mod_php
2596 %defattr(644,root,root,755)
2597 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/apache/conf.d/*_mod_php.conf
2598 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/php-apache.ini
2599 %attr(755,root,root) %{_libdir}/apache1/libphp5.so
2600 /home/services/apache/icons/*
2601 %endif
2602
2603 %if %{with apache2}
2604 %files -n apache-mod_php
2605 %defattr(644,root,root,755)
2606 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/httpd/httpd.conf/*_mod_php.conf
2607 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/php-apache2handler.ini
2608 %attr(755,root,root) %{_libdir}/apache/libphp5.so
2609 /home/services/httpd/icons/*
2610 %endif
2611
2612 %if %{with fcgi}
2613 %files fcgi
2614 %defattr(644,root,root,755)
2615 %doc sapi/cgi/README.FastCGI
2616 %attr(755,root,root) %{_bindir}/php.fcgi
2617 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/php-cgi-fcgi.ini
2618 %endif
2619
2620 %files cgi
2621 %defattr(644,root,root,755)
2622 %attr(755,root,root) %{_bindir}/php.cgi
2623 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/php-cgi.ini
2624
2625 %files cli
2626 %defattr(644,root,root,755)
2627 %attr(755,root,root) %{_bindir}/php.cli
2628 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/php-cli.ini
2629 %{_mandir}/man1/php.1*
2630 %{_mandir}/man1/php.cli.1*
2631
2632 %files program
2633 %defattr(644,root,root,755)
2634 %attr(755,root,root) %{_bindir}/php
2635
2636 %files common
2637 %defattr(644,root,root,755)
2638 %doc php.ini-*
2639 %doc CREDITS Zend/ZEND_CHANGES
2640 %doc LICENSE Zend/LICENSE.Zend EXTENSIONS NEWS TODO*
2641
2642 %dir %{_sysconfdir}
2643 %dir %{_sysconfdir}/conf.d
2644 %attr(644,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/php.ini
2645 %attr(770,root,http) %dir %verify(not group mode) /var/run/php
2646 %attr(755,root,root) %{_sbindir}/php-module-install
2647 %attr(755,root,root) %{_libdir}/libphp_common-*.so
2648 %dir %{extensionsdir}
2649 %dir %{_phpsharedir}
2650
2651 # session_mm doesn't work with shared session
2652 #%files session
2653 #%defattr(644,root,root,755)
2654 #%attr(755,root,root) %{extensionsdir}/session.so
2655 %doc ext/session/mod_files.sh
2656
2657 %files devel
2658 %defattr(644,root,root,755)
2659 %doc README.UNIX-BUILD-SYSTEM
2660 %doc README.EXT_SKEL README.SELF-CONTAINED-EXTENSIONS
2661 %doc CODING_STANDARDS
2662 %attr(755,root,root) %{_bindir}/phpextdist
2663 %attr(755,root,root) %{_bindir}/phpize
2664 %attr(755,root,root) %{_bindir}/php-config
2665 %attr(755,root,root) %{_libdir}/libphp_common.so
2666 %{_libdir}/libphp_common.la
2667 %{_includedir}/php
2668 %{_libdir}/php/build
2669 %{_mandir}/man1/*
2670
2671 %files bcmath
2672 %defattr(644,root,root,755)
2673 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/bcmath.ini
2674 %attr(755,root,root) %{extensionsdir}/bcmath.so
2675
2676 %files bzip2
2677 %defattr(644,root,root,755)
2678 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/bz2.ini
2679 %attr(755,root,root) %{extensionsdir}/bz2.so
2680
2681 %files calendar
2682 %defattr(644,root,root,755)
2683 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/calendar.ini
2684 %attr(755,root,root) %{extensionsdir}/calendar.so
2685
2686 %files ctype
2687 %defattr(644,root,root,755)
2688 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/ctype.ini
2689 %attr(755,root,root) %{extensionsdir}/ctype.so
2690
2691 %if %{with curl}
2692 %files curl
2693 %defattr(644,root,root,755)
2694 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/curl.ini
2695 %attr(755,root,root) %{extensionsdir}/curl.so
2696 %endif
2697
2698 %files dba
2699 %defattr(644,root,root,755)
2700 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/dba.ini
2701 %attr(755,root,root) %{extensionsdir}/dba.so
2702
2703 %files dbase
2704 %defattr(644,root,root,755)
2705 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/dbase.ini
2706 %attr(755,root,root) %{extensionsdir}/dbase.so
2707
2708 %files dom
2709 %defattr(644,root,root,755)
2710 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/dom.ini
2711 %attr(755,root,root) %{extensionsdir}/dom.so
2712
2713 %if %{with fdf}
2714 %files fdf
2715 %defattr(644,root,root,755)
2716 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/fdf.ini
2717 %attr(755,root,root) %{extensionsdir}/fdf.so
2718 %endif
2719
2720 %files exif
2721 %defattr(644,root,root,755)
2722 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/exif.ini
2723 %attr(755,root,root) %{extensionsdir}/exif.so
2724
2725 %files filepro
2726 %defattr(644,root,root,755)
2727 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/filepro.ini
2728 %attr(755,root,root) %{extensionsdir}/filepro.so
2729
2730 %files ftp
2731 %defattr(644,root,root,755)
2732 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/ftp.ini
2733 %attr(755,root,root) %{extensionsdir}/ftp.so
2734
2735 %files gd
2736 %defattr(644,root,root,755)
2737 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/gd.ini
2738 %attr(755,root,root) %{extensionsdir}/gd.so
2739
2740 %files gettext
2741 %defattr(644,root,root,755)
2742 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/gettext.ini
2743 %attr(755,root,root) %{extensionsdir}/gettext.so
2744
2745 %files gmp
2746 %defattr(644,root,root,755)
2747 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/gmp.ini
2748 %attr(755,root,root) %{extensionsdir}/gmp.so
2749
2750 %if %{with hwapi}
2751 %files hwapi
2752 %defattr(644,root,root,755)
2753 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/hwapi.ini
2754 %attr(755,root,root) %{extensionsdir}/hwapi.so
2755 %endif
2756
2757 %files iconv
2758 %defattr(644,root,root,755)
2759 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/iconv.ini
2760 %attr(755,root,root) %{extensionsdir}/iconv.so
2761
2762 %if %{with imap}
2763 %files imap
2764 %defattr(644,root,root,755)
2765 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/imap.ini
2766 %attr(755,root,root) %{extensionsdir}/imap.so
2767 %endif
2768
2769 %if %{with interbase}
2770 %files interbase
2771 %defattr(644,root,root,755)
2772 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/interbase.ini
2773 %attr(755,root,root) %{extensionsdir}/interbase.so
2774 %endif
2775
2776 %if %{with ldap}
2777 %files ldap
2778 %defattr(644,root,root,755)
2779 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/ldap.ini
2780 %attr(755,root,root) %{extensionsdir}/ldap.so
2781 %endif
2782
2783 %files mbstring
2784 %defattr(644,root,root,755)
2785 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/mbstring.ini
2786 %attr(755,root,root) %{extensionsdir}/mbstring.so
2787
2788 %files mcrypt
2789 %defattr(644,root,root,755)
2790 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/mcrypt.ini
2791 %attr(755,root,root) %{extensionsdir}/mcrypt.so
2792
2793 %if %{with mhash}
2794 %files mhash
2795 %defattr(644,root,root,755)
2796 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/mhash.ini
2797 %attr(755,root,root) %{extensionsdir}/mhash.so
2798 %endif
2799
2800 %if %{with mime_magic}
2801 %files mime_magic
2802 %defattr(644,root,root,755)
2803 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/mime_magic.ini
2804 %attr(755,root,root) %{extensionsdir}/mime_magic.so
2805 %endif
2806
2807 %if %{with ming}
2808 %files ming
2809 %defattr(644,root,root,755)
2810 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/ming.ini
2811 %attr(755,root,root) %{extensionsdir}/ming.so
2812 %endif
2813
2814 %if %{with msession}
2815 %files msession
2816 %defattr(644,root,root,755)
2817 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/msession.ini
2818 %attr(755,root,root) %{extensionsdir}/msession.so
2819 %endif
2820
2821 %if %{with mssql}
2822 %files mssql
2823 %defattr(644,root,root,755)
2824 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/mssql.ini
2825 %attr(755,root,root) %{extensionsdir}/mssql.so
2826 %endif
2827
2828 %files mysql
2829 %defattr(644,root,root,755)
2830 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/mysql.ini
2831 %attr(755,root,root) %{extensionsdir}/mysql.so
2832
2833 %if %{with mysqli}
2834 %files mysqli
2835 %defattr(644,root,root,755)
2836 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/mysqli.ini
2837 %attr(755,root,root) %{extensionsdir}/mysqli.so
2838 %endif
2839
2840 %files ncurses
2841 %defattr(644,root,root,755)
2842 %attr(755,root,root) %{extensionsdir}/ncurses.so
2843
2844 %if %{with oci8}
2845 %files oci8
2846 %defattr(644,root,root,755)
2847 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/oci8.ini
2848 %attr(755,root,root) %{extensionsdir}/oci8.so
2849 %endif
2850
2851 %if %{with odbc}
2852 %files odbc
2853 %defattr(644,root,root,755)
2854 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/odbc.ini
2855 %attr(755,root,root) %{extensionsdir}/odbc.so
2856 %endif
2857
2858 %if %{with openssl}
2859 %files openssl
2860 %defattr(644,root,root,755)
2861 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/openssl.ini
2862 %attr(755,root,root) %{extensionsdir}/openssl.so
2863 %endif
2864
2865 %files pcntl
2866 %defattr(644,root,root,755)
2867 %attr(755,root,root) %{extensionsdir}/pcntl.so
2868
2869 %if %{with pcre}
2870 %files pcre
2871 %defattr(644,root,root,755)
2872 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/pcre.ini
2873 %attr(755,root,root) %{extensionsdir}/pcre.so
2874 %endif
2875
2876 %files pdo
2877 %defattr(644,root,root,755)
2878 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/pdo.ini
2879 %attr(755,root,root) %{extensionsdir}/pdo.so
2880
2881 %if %{with mssql} || %{with sybase} || %{with sybase_ct}
2882 %files pdo-dblib
2883 %defattr(644,root,root,755)
2884 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/pdo_dblib.ini
2885 %attr(755,root,root) %{extensionsdir}/pdo_dblib.so
2886 %endif
2887
2888 %if %{with interbase} && %{without interbase_inst}
2889 %files pdo-firebird
2890 %defattr(644,root,root,755)
2891 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/pdo_firebird.ini
2892 %attr(755,root,root) %{extensionsdir}/pdo_firebird.so
2893 %endif
2894
2895 %files pdo-mysql
2896 %defattr(644,root,root,755)
2897 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/pdo_mysql.ini
2898 %attr(755,root,root) %{extensionsdir}/pdo_mysql.so
2899
2900 %if %{with oci8}
2901 %files pdo-oci
2902 %defattr(644,root,root,755)
2903 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/pdo_oci.ini
2904 %attr(755,root,root) %{extensionsdir}/pdo_oci.so
2905 %endif
2906
2907 %if %{with odbc}
2908 %files pdo-odbc
2909 %defattr(644,root,root,755)
2910 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/pdo_odbc.ini
2911 %attr(755,root,root) %{extensionsdir}/pdo_odbc.so
2912 %endif
2913
2914 %if %{with pgsql}
2915 %files pdo-pgsql
2916 %defattr(644,root,root,755)
2917 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/pdo_pgsql.ini
2918 %attr(755,root,root) %{extensionsdir}/pdo_pgsql.so
2919 %endif
2920
2921 %if %{with sqlite}
2922 %files pdo-sqlite
2923 %defattr(644,root,root,755)
2924 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/pdo_sqlite.ini
2925 %attr(755,root,root) %{extensionsdir}/pdo_sqlite.so
2926 %endif
2927
2928 %if %{with pgsql}
2929 %files pgsql
2930 %defattr(644,root,root,755)
2931 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/pgsql.ini
2932 %attr(755,root,root) %{extensionsdir}/pgsql.so
2933 %endif
2934
2935 %files posix
2936 %defattr(644,root,root,755)
2937 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/posix.ini
2938 %attr(755,root,root) %{extensionsdir}/posix.so
2939
2940 %if %{with pspell}
2941 %files pspell
2942 %defattr(644,root,root,755)
2943 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/pspell.ini
2944 %attr(755,root,root) %{extensionsdir}/pspell.so
2945 %endif
2946
2947 %files readline
2948 %defattr(644,root,root,755)
2949 %attr(755,root,root) %{extensionsdir}/readline.so
2950
2951 %if %{with recode}
2952 %files recode
2953 %defattr(644,root,root,755)
2954 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/recode.ini
2955 %attr(755,root,root) %{extensionsdir}/recode.so
2956 %endif
2957
2958 %if 0
2959 # simplexml is needed by spl, and spl can't be built shared as of now (5.1.0RC3)
2960 %files simplexml
2961 %defattr(644,root,root,755)
2962 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/simplexml.ini
2963 %attr(755,root,root) %{extensionsdir}/simplexml.so
2964 %endif
2965
2966 %files shmop
2967 %defattr(644,root,root,755)
2968 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/shmop.ini
2969 %attr(755,root,root) %{extensionsdir}/shmop.so
2970
2971 %if %{with snmp}
2972 %files snmp
2973 %defattr(644,root,root,755)
2974 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/snmp.ini
2975 %attr(755,root,root) %{extensionsdir}/snmp.so
2976 %endif
2977
2978 %files soap
2979 %defattr(644,root,root,755)
2980 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/soap.ini
2981 %attr(755,root,root) %{extensionsdir}/soap.so
2982
2983 %files sockets
2984 %defattr(644,root,root,755)
2985 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/sockets.ini
2986 %attr(755,root,root) %{extensionsdir}/sockets.so
2987
2988 %if %{with sqlite}
2989 %files sqlite
2990 %defattr(644,root,root,755)
2991 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/sqlite.ini
2992 %attr(755,root,root) %{extensionsdir}/sqlite.so
2993 %endif
2994
2995 %if %{with sybase}
2996 %files sybase
2997 %defattr(644,root,root,755)
2998 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/sybase.ini
2999 %attr(755,root,root) %{extensionsdir}/sybase.so
3000 %endif
3001
3002 %if %{with sybase_ct}
3003 %files sybase-ct
3004 %defattr(644,root,root,755)
3005 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/sybase_ct.ini
3006 %attr(755,root,root) %{extensionsdir}/sybase_ct.so
3007 %endif
3008
3009 %files sysvmsg
3010 %defattr(644,root,root,755)
3011 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/sysvmsg.ini
3012 %attr(755,root,root) %{extensionsdir}/sysvmsg.so
3013
3014 %files sysvsem
3015 %defattr(644,root,root,755)
3016 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/sysvsem.ini
3017 %attr(755,root,root) %{extensionsdir}/sysvsem.so
3018
3019 %files sysvshm
3020 %defattr(644,root,root,755)
3021 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/sysvshm.ini
3022 %attr(755,root,root) %{extensionsdir}/sysvshm.so
3023
3024 %if %{with tidy}
3025 %files tidy
3026 %defattr(644,root,root,755)
3027 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/tidy.ini
3028 %attr(755,root,root) %{extensionsdir}/tidy.so
3029 %endif
3030
3031 %files tokenizer
3032 %defattr(644,root,root,755)
3033 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/tokenizer.ini
3034 %attr(755,root,root) %{extensionsdir}/tokenizer.so
3035
3036 %if %{with wddx}
3037 %files wddx
3038 %defattr(644,root,root,755)
3039 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*wddx.ini
3040 %attr(755,root,root) %{extensionsdir}/wddx.so
3041 %endif
3042
3043 %files xml
3044 %defattr(644,root,root,755)
3045 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/xml.ini
3046 %attr(755,root,root) %{extensionsdir}/xml.so
3047
3048 %files xmlreader
3049 %defattr(644,root,root,755)
3050 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/xmlreader.ini
3051 %attr(755,root,root) %{extensionsdir}/xmlreader.so
3052
3053 %if %{with xmlrpc}
3054 %files xmlrpc
3055 %defattr(644,root,root,755)
3056 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/xmlrpc.ini
3057 %attr(755,root,root) %{extensionsdir}/xmlrpc.so
3058 %endif
3059
3060 %files xsl
3061 %defattr(644,root,root,755)
3062 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/xsl.ini
3063 %attr(755,root,root) %{extensionsdir}/xsl.so
3064
3065 %files zlib
3066 %defattr(644,root,root,755)
3067 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/zlib.ini
3068 %attr(755,root,root) %{extensionsdir}/zlib.so
This page took 0.260685 seconds and 4 git commands to generate.