1 # NOTE: mysqlnd does not support ssl or compression (see FAQ at http://dev.mysql.com/downloads/connector/php-mysqlnd/)
2 # UNPACKAGED EXTENSION NOTES:
3 # - com_dotnet is Win32-only
5 # - ttyname_r() misdetected http://bugs.php.net/bug.php?id=48820
6 # - wddx: restore session support (not compiled in due DL extension check)
7 # - deal with modules removed from php and not moved to PECL, still not obsoleted anywhere
8 # - removed from php 5.0 (currently in php4):
9 # db [pecl-svn], hyperwave [pecl-svn], java [pecl-svn], mcal [pecl-svn], qtdom [pecl-svn]
10 # - removed from php 5.1:
12 # - removed from php 5.2:
13 # filepro [pecl-svn], hwapi [pecl-svn]
14 # - make additional headers and checking added by mail patch configurable
15 # - modularize standard (output from pure php -m)?
16 # - lib64 patch obsolete by $PHP_LIBDIR ?
17 # - WARNING: Phar: sha256/sha512 signature support disabled if ext/hash is
18 # built shared, also PHAR_HAVE_OPENSSL is false if openssl is built shared.
19 # make it runtime dep and add Suggests (or php warning messages)
20 # - some mods should be shared:
30 %bcond_with interbase_inst # use InterBase install., not Firebird (BR: proprietary libs)
31 %bcond_with oci8 # with Oracle oci8 extension module (BR: proprietary libs)
32 %bcond_with instantclient # build Oracle oci8 extension module against oracle-instantclient package
33 %bcond_with system_gd # with system gd (we prefer internal since it enables few more features)
34 %bcond_with system_libzip # with system libzip (reported broken currently)
35 %bcond_without curl # without CURL extension module
36 %bcond_without filter # without filter extension module
37 %bcond_without enchant # without Enchant extension module
38 %bcond_without imap # without IMAP extension module
39 %bcond_without interbase # without InterBase extension module
40 %bcond_without kerberos5 # without Kerberos5 support
41 %bcond_without litespeed # build litespeed module
42 %bcond_without ldap # without LDAP extension module
43 %bcond_without mhash # without mhash extension (supported by hash extension)
44 %bcond_without mm # without mm support for session storage
45 %bcond_without mssql # without MS SQL extension module
46 # don't turn it on by default; see TODO item for mysqlnd in this spec
47 %bcond_with mysqlnd # with mysqlnd support in mysql related extensions
48 %bcond_without mysqli # without mysqli support (Requires mysql > 4.1)
49 %bcond_without odbc # without ODBC extension module
50 %bcond_without openssl # without OpenSSL support and OpenSSL extension (module)
51 %bcond_without pcre # without PCRE extension module
52 %bcond_without pdo_sqlite # without PDO SQLite extension module
53 %bcond_without pgsql # without PostgreSQL extension module
54 %bcond_without phar # without phar extension module
55 %bcond_without pspell # without pspell extension module
56 %bcond_without recode # without recode extension module
57 %bcond_without snmp # without SNMP extension module
58 %bcond_without sqlite2 # without SQLite extension module
59 %bcond_without sqlite3 # without SQLite3 extension module
60 %bcond_without sybase_ct # without Sybase-CT extension module
61 %bcond_without tidy # without Tidy extension module
62 %bcond_without wddx # without WDDX extension module
63 %bcond_without xmlrpc # without XML-RPC extension module
64 %bcond_without apache1 # disable building Apache 1.3.x SAPI
65 %bcond_without apache2 # disable building Apache 2.x SAPI
66 %bcond_with zts # Zend Thread Safety
67 %bcond_without cgi # disable CGI/FCGI SAPI
68 %bcond_without fpm # disable FPM
69 %bcond_without embed # disable Embedded API
70 %bcond_without suhosin # with suhosin patch
71 %bcond_with tests # default off; test process very often hangs on builders, approx run time 45m; perform "make test"
72 %bcond_with gcov # Enable Code coverage reporting
73 %bcond_with type_hints # experimental support for strict typing/casting
75 %define apxs1 /usr/sbin/apxs1
76 %define apxs2 /usr/sbin/apxs
77 %define litespeed_version 6.1
81 %undefine with_apache1
82 %undefine with_apache2
84 %undefine with_litespeed
87 # mm is not thread safe
92 %ifnarch %{ix86} %{x8664} sparc sparcv9 alpha
93 # ppc disabled (broken on th-ppc)
94 %undefine with_interbase
97 %ifnarch %{ix86} %{x8664}
98 # unsupported, see sapi/cgi/fpm/fpm_atomic.h
103 %if %{without apache1} && %{without apache2}
104 ERROR: You need to select at least one Apache SAPI to build shared modules.
108 # filter depends on pcre
110 %undefine with_filter
114 %define php_suffix 53
117 Summary: PHP: Hypertext Preprocessor
118 Summary(fr.UTF-8): Le langage de script embarque-HTML PHP
119 Summary(pl.UTF-8): Język skryptowy PHP
120 Summary(pt_BR.UTF-8): A linguagem de script PHP
121 Summary(ru.UTF-8): PHP Версии 5 - язык препроцессирования HTML-файлов, выполняемый на сервере
122 Summary(uk.UTF-8): PHP Версії 5 - мова препроцесування HTML-файлів, виконувана на сервері
123 Name: %{orgname}%{php_suffix}
125 Release: %{rel}%{?with_type_hints:.th}%{?with_oci8:.oci}
129 Source0: http://www.php.net/distributions/%{orgname}-%{version}.tar.bz2
130 # Source0-md5: 9820604df98c648297dcd31ffb8214e8
131 Source2: %{orgname}-mod_%{orgname}.conf
132 Source3: %{orgname}-cgi-fcgi.ini
133 Source4: %{orgname}-apache.ini
134 Source5: %{orgname}-cli.ini
135 # Taken from: http://browsers.garykeith.com/downloads.asp
136 Source9: %{orgname}_browscap.ini
137 Source10: %{orgname}-fpm.init
138 Source11: %{orgname}-fpm.logrotate
139 Source12: %{orgname}-branch.sh
140 Source13: dep-tests.sh
141 Source14: skip-tests.sh
142 Source15: http://litespeedtech.com/packages/lsapi/%{orgname}-litespeed-%{litespeed_version}.tgz
143 # Source15-md5: 69cf9c68d37b5b0b041889294ab305fe
144 Patch0: %{orgname}-shared.patch
145 Patch1: %{orgname}-pldlogo.patch
146 Patch2: %{orgname}-mail.patch
147 Patch3: %{orgname}-link-libs.patch
148 Patch4: %{orgname}-libpq_fs_h_path.patch
149 Patch5: %{orgname}-filter-shared.patch
150 Patch6: %{orgname}-build_modules.patch
151 Patch7: %{orgname}-sapi-ini-file.patch
152 Patch8: %{orgname}-config-file-scan-dir.patch
153 Patch9: %{orgname}-sh.patch
154 Patch10: %{orgname}-ini.patch
156 %if %{with type_hints}
157 Patch12: http://ilia.ws/patch/type_hint_53_v2.txt
159 Patch14: %{orgname}-no_pear_install.patch
160 Patch15: %{orgname}-zlib.patch
161 Patch17: %{orgname}-readline.patch
162 Patch18: %{orgname}-nohttpd.patch
163 Patch19: %{orgname}-gd_imagerotate_enable.patch
164 Patch20: %{orgname}-uint32_t.patch
165 Patch21: %{orgname}-dba-link.patch
166 Patch22: %{orgname}-both-apxs.patch
167 Patch23: %{orgname}-builddir.patch
168 Patch24: %{orgname}-zlib-for-getimagesize.patch
169 Patch25: %{orgname}-stupidapache_version.patch
170 Patch26: %{orgname}-pear.patch
171 Patch27: %{orgname}-config-dir.patch
172 Patch29: %{orgname}-fcgi-graceful.patch
173 Patch31: %{orgname}-fcgi-error_log-no-newlines.patch
174 Patch34: %{orgname}-libtool.patch
175 Patch35: %{orgname}-tds.patch
176 Patch36: %{orgname}-mysql-charsetphpini.patch
177 Patch37: %{orgname}-mysqli-charsetphpini.patch
178 Patch38: %{orgname}-pdo_mysql-charsetphpini.patch
179 Patch39: %{orgname}-use-prog_sendmail.patch
180 Patch41: %{orgname}-fpm-config.patch
181 Patch42: %{orgname}-fpm-shared.patch
182 Patch43: %{orgname}-silent-session-cleanup.patch
183 Patch44: %{orgname}-include_path.patch
184 Patch45: %{orgname}-imap-annotations.patch
185 Patch46: %{orgname}-imap-myrights.patch
186 Patch47: suhosin.patch
187 Patch49: %{orgname}-m4-divert.patch
188 Patch50: extension-shared-optional-dep.patch
189 Patch51: spl-shared.patch
190 Patch52: pcre-shared.patch
191 Patch53: fix-test-run.patch
192 Patch59: %{orgname}-systzdata.patch
193 Patch60: %{orgname}-oracle-instantclient.patch
194 Patch62: mcrypt-libs.patch
195 Patch63: %{orgname}-mysql-nowarning.patch
196 Patch64: %{orgname}-m4.patch
197 # http://spot.fedorapeople.org/php-5.3.6-libzip.patch
198 Patch65: system-libzip.patch
199 Patch66: %{orgname}-db.patch
200 URL: http://www.php.net/
201 %{?with_interbase:%{!?with_interbase_inst:BuildRequires: Firebird-devel >= 1.0.2.908-2}}
202 %{?with_pspell:BuildRequires: aspell-devel >= 2:0.50.0}
203 BuildRequires: autoconf >= 2.53
204 BuildRequires: automake >= 1.4d
206 BuildRequires: bzip2-devel
207 %{?with_curl:BuildRequires: curl-devel >= 7.12.0}
208 BuildRequires: cyrus-sasl-devel
209 BuildRequires: db-devel >= 4.0
210 BuildRequires: elfutils-devel
211 %{?with_enchant:BuildRequires: enchant-devel >= 1.1.3}
212 #BuildRequires: fcgi-devel
214 %{?with_kerberos5:BuildRequires: heimdal-devel}
215 %{?with_system_libzip:BuildRequires: libzip-devel >= 0.10-3}
216 BuildRequires: mysql-devel
217 BuildRequires: pkgconfig
218 BuildRequires: sed >= 4.0
219 %if %{with mssql} || %{with sybase_ct}
220 BuildRequires: freetds-devel >= 0.82
222 BuildRequires: freetype-devel >= 2.0
223 %if %{with system_gd}
224 BuildRequires: gd-devel >= 2.0.28-4
225 BuildRequires: gd-devel(imagerotate) = 5.2.0
227 BuildRequires: gdbm-devel
228 BuildRequires: gmp-devel
229 %{?with_imap:BuildRequires: imap-devel >= 1:2007e-2}
230 BuildRequires: libicu-devel
231 BuildRequires: libjpeg-devel
232 BuildRequires: libltdl-devel >= 1.4
233 BuildRequires: libmcrypt-devel >= 2.4.4
234 BuildRequires: libpng-devel >= 1.0.8
235 #BuildRequires: libtiff-devel
236 BuildRequires: libtool >= 2:2.2
237 #BuildRequires: libwrap-devel
238 BuildRequires: libxml2-devel >= 1:2.7.6-4
239 BuildRequires: libxslt-devel >= 1.1.0
240 %{?with_mm:BuildRequires: mm-devel >= 1.3.0}
241 %{?with_ldap:BuildRequires: openldap-devel >= 2.3.0}
242 %if %{with openssl} || %{with ldap}
243 BuildRequires: openssl-devel >= 0.9.7d
245 %{?with_gcov:BuildRequires: lcov}
246 %{?with_snmp:%{?with_tests:BuildRequires: mibs-net-snmp}}
247 %{?with_snmp:BuildRequires: net-snmp-devel >= 5.0.7}
248 %{?with_instantclient:BuildRequires: oracle-instantclient-devel}
249 BuildRequires: pam-devel
250 %{?with_pcre:BuildRequires: pcre-devel >= 8.10}
251 BuildRequires: pkgconfig
252 %{?with_pgsql:BuildRequires: postgresql-backend-devel >= 7.2}
253 %{?with_pgsql:BuildRequires: postgresql-devel}
254 BuildRequires: readline-devel
255 %{?with_recode:BuildRequires: recode-devel >= 3.5d-3}
256 BuildRequires: rpm >= 4.4.9-56
257 BuildRequires: rpm-build >= 4.4.0
258 BuildRequires: rpmbuild(macros) >= 1.566
259 %{?with_sqlite2:BuildRequires: sqlite-devel}
260 %if %{with sqlite3} || %{with pdo_sqlite}
261 BuildRequires: sqlite3-devel >= 3.3.9
263 BuildRequires: t1lib-devel
264 %{?with_tidy:BuildRequires: tidy-devel}
265 %{?with_odbc:BuildRequires: unixODBC-devel}
266 %{?with_xmlrpc:BuildRequires: xmlrpc-epi-devel >= 0.54.1}
267 BuildRequires: zlib-devel >= 1.0.9
269 BuildRequires: apache1-devel
272 BuildRequires: apache-devel >= 2.0.52-2
273 BuildRequires: apr-devel >= 1:1.0.0
274 BuildRequires: apr-util-devel >= 1:1.0.0
277 #BuildRequires: judy-devel
279 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
281 %define php_sysconfdir /etc/%{name}
282 %define php_extensiondir %{_libdir}/%{name}
283 %define _sysconfdir %{php_sysconfdir}
285 # must be in sync with source. extra check ensuring that it is so is done in %%build
286 %define php_api_version 20090626
287 %define zend_module_api 20090626
288 %define zend_extension_api 220090626
292 %define enchantver 1.1.0
293 %define fileinfover 1.0.5-dev
295 %define intlver 1.1.0
296 %define jsonver 1.2.1
297 %define pharver 2.0.1
298 %define sqlitever 2.0-dev
299 %define zipver 1.11.0
301 %define zend_zts %{!?with_zts:0}%{?with_zts:1}
302 %define php_debug %{!?debug:0}%{?debug:1}
305 %undefine with_ccache
309 # ORACLE_HOME is required for oci8 ext to build
310 %define _preserve_env %_preserve_env_base ORACLE_HOME
314 PHP is an HTML-embedded scripting language. PHP attempts to make it
315 easy for developers to write dynamically generated web pages. PHP also
316 offers built-in database integration for several commercial and
317 non-commercial database management systems, so writing a
318 database-enabled web page with PHP is fairly simple. The most common
319 use of PHP coding is probably as a replacement for CGI scripts. The
320 mod_php module enables the Apache web server to understand and process
321 the embedded PHP language in web pages. This package contains PHP
324 %description -l fr.UTF-8
325 PHP est un langage de script embarque dans le HTM. PHP essaye de
326 rendre simple aux developpeurs d'ecrire des pages web generees
327 dynamiquement. PHP incorpore egalement une integration avec plusieurs
328 systemes de gestion de bases de donnees commerciaux et
329 non-connerciaux, qui rent facile la creation de pages web liees avec
330 des bases de donnees. L'utilisation la plus commune de PHP est
331 probablement en remplacement de scripts CGI. Le module mod_php permet
332 au serveur web Apache de comprendre et de traiter le langage PHP
333 integre dans des pages web. Ce package contient PHP version
336 %description -l pl.UTF-8
337 PHP jest językiem skryptowym, którego polecenia umieszcza się w
338 plikach HTML. Jest próbą ułatwienia programistom pisania dynamicznie
339 generowanych stron WWW. Oferuje także wbudowaną integrację z bazami
340 danych dla kilku komercyjnych i niekomercyjnych systemów baz danych,
341 co czyni tworzenie stron korzystających z baz danych w miarę łatwym.
342 Najczęściej PHP jest używany prawdopodobnie jako zamiennik skryptów
343 CGI. Moduł mod_php pozwala serwerowi WWW Apache rozumieć i przetwarzać
344 język PHP osadzony w stronach. Ten pakiet zawiera PHP w wersji
347 %description -l pt_BR.UTF-8
348 PHP: Preprocessador de Hipertexto versão 4 é uma linguagem script
349 embutida em HTML. Muito de sua sintaxe é emprestada de C, Java e Perl,
350 com algumas características únicas, específicas ao PHP. O objetivo da
351 linguagem é permitir que desenvolvedores web escrevam páginas
352 dinamicamente geradas de forma rápida.
354 %description -l ru.UTF-8
355 PHP - это язык написания скриптов, встраиваемых в HTML-код. PHP
356 предлагает интерграцию с множеством СУБД, поэтому написание скриптов
357 для работы с базами данных относительно просто. Наиболее популярное
358 использование PHP - замена для CGI скриптов.
360 %description -l uk.UTF-8
361 PHP - це мова написання скриптів, що вбудовуються в HTML-код. PHP
362 пропонує інтеграцію з багатьма СУБД, тому написання скриптів для
363 роботи з базами даних є доволі простим. Найбільш популярне
364 використання PHP - заміна для CGI скриптів.
366 %package -n apache1-mod_%{name}
367 Summary: PHP DSO module for Apache 1.3.x
368 Summary(pl.UTF-8): Moduł DSO (Dynamic Shared Object) PHP dla Apache 1.3.x
369 Group: Development/Languages/PHP
370 Requires(triggerpostun): sed >= 4.0
371 Requires: %{name}-common = %{epoch}:%{version}-%{release}
372 Requires: apache1(EAPI) >= 1.3.33-2
373 Requires: apache1-mod_mime
374 Provides: webserver(php) = %{version}
375 Obsoletes: apache-mod_php < 1:4.1.1
378 %description -n apache1-mod_%{name}
379 PHP as DSO module for Apache 1.3.x.
381 %description -n apache1-mod_%{name} -l pl.UTF-8
382 PHP jako moduł DSO (Dynamic Shared Object) dla Apache 1.3.x.
384 %package -n apache-mod_%{name}
385 Summary: PHP DSO module for Apache 2.x
386 Summary(pl.UTF-8): Moduł DSO (Dynamic Shared Object) PHP dla Apache 2.x
387 Group: Development/Languages/PHP
388 Requires: %{name}-common = %{epoch}:%{version}-%{release}
389 Requires: apache(modules-api) = %{apache_modules_api}
390 Requires: apache-mod_mime
391 Provides: webserver(php) = %{version}
394 %description -n apache-mod_%{name}
395 PHP as DSO module for Apache 2.x.
397 %description -n apache-mod_%{name} -l pl.UTF-8
398 PHP jako moduł DSO (Dynamic Shared Object) dla Apache 2.x.
401 Summary: PHP for litespeed HTTP server
402 Summary(pl.UTF-8): PHP dla serwera HTTP litespeed
403 Group: Development/Languages/PHP
404 Requires: %{name}-common = %{epoch}:%{version}-%{release}
405 Provides: webserver(php) = %{version}
407 %description litespeed
408 PHP for litespeed HTTP server.
410 %description litespeed -l pl.UTF-8
411 PHP dla serwera HTTP litespeed.
414 Summary: PHP as CGI/FastCGI program
415 Summary(pl.UTF-8): PHP jako program CGI/FastCGI
416 Group: Development/Languages/PHP
417 Requires: %{name}-common = %{epoch}:%{version}-%{release}
418 Provides: %{name}-fcgi = %{epoch}:%{version}-%{release}
421 Provides: webserver(php) = %{version}
422 Obsoletes: php-fcgi < 4:5.3.0
423 Conflicts: logrotate < 3.8.0
426 PHP as CGI or FastCGI program.
428 %description cgi -l pl.UTF-8
429 PHP jako program CGI lub FastCGI.
432 Summary: PHP as CLI interpreter
433 Summary(pl.UTF-8): PHP jako interpreter działający z linii poleceń
434 Group: Development/Languages/PHP
435 Requires: %{name}-common = %{epoch}:%{version}-%{release}
438 PHP as CLI interpreter.
440 %description cli -l pl.UTF-8
441 PHP jako interpreter działający z linii poleceń.
444 Summary: PHP library for embedding in applications
445 Summary(pl.UTF-8): Biblioteka PHP do osadzania w aplikacjach
447 Requires: %{name}-common = %{epoch}:%{version}-%{release}
449 %description embedded
450 The php-embedded package contains a library which can be embedded into
451 applications to provide PHP scripting language support.
453 %description embedded -l pl.UTF-8
454 Ten pakiet zawiera bibliotekę, którą można osadzać w aplikacjach w
455 celu obsługi PHP jako języka skryptowego.
458 Summary: /usr/bin/php symlink
459 Summary(pl.UTF-8): Dowiązanie symboliczne /usr/bin/php
460 Group: Development/Languages/PHP
461 Requires: %{name}-cli = %{epoch}:%{version}-%{release}
462 Obsoletes: /usr/bin/php
465 Package providing /usr/bin/php symlink to PHP CLI.
467 %description program -l pl.UTF-8
468 Pakiet dostarczający dowiązanie symboliczne /usr/bin/php do PHP CLI.
471 Summary: PHP FastCGI Process Manager
472 Summary(pl.UTF-8): PHP FastCGI Process Manager - zarządca procesów FastCGI
473 Group: Development/Languages/PHP
474 URL: http://www.php-fpm.org/
475 Requires(post,preun): /sbin/chkconfig
476 Requires(postun): /usr/sbin/userdel
477 Requires(pre): /bin/id
478 Requires(pre): /usr/sbin/useradd
479 Requires: %{name}-common = %{epoch}:%{version}-%{release}
482 Provides: webserver(php) = %{version}
485 PHP FastCGI Process Manager.
487 %description fpm -l pl.UTF-8
488 PHP FastCGI Process Manager - zarządca procesów FastCGI.
491 Summary: Common files needed by both Apache modules and CGI/CLI SAPIs
492 Summary(pl.UTF-8): Wspólne pliki dla modułu Apache'a i programu CGI
493 Summary(ru.UTF-8): Разделяемые библиотеки для PHP
494 Summary(uk.UTF-8): Бібліотеки спільного використання для PHP
496 Requires(post): sed >= 4.0
497 # because of dlclose() bugs in glibc <= 2.3.4 causing SEGVs on exit
498 Requires: glibc >= 6:2.3.5
499 Requires: php-dirs >= 1.4
500 Requires: rpm-whiteout >= 1.28
502 Provides: %{name}(debug) = %{php_debug}
503 Provides: %{name}(modules_api) = %{php_api_version}
504 Provides: %{name}(thread-safety) = %{zend_zts}
505 Provides: %{name}(zend_extension_api) = %{zend_extension_api}
506 Provides: %{name}(zend_module_api) = %{zend_module_api}
507 Provides: %{name}-core
508 Provides: %{name}-date
509 Provides: %{name}-ereg
510 Provides: %{name}-reflection
511 Provides: %{name}-standard
512 Provides: php(core) = %{version}
516 Provides: php(libxml)
517 Provides: php(reflection)
518 Provides: php(standard)
519 %{!?with_mysqlnd:Obsoletes: php-mysqlnd}
520 %{?with_pcre:%requires_ge_to pcre pcre-devel}
521 Obsoletes: php-pecl-domxml
522 Conflicts: php4-common < 3:4.4.4-8
523 Conflicts: rpm < 4.4.2-0.2
526 Common files needed by both Apache modules and CGI/CLI SAPIs.
528 %description common -l pl.UTF-8
529 Wspólne pliki dla modułu Apache'a i programu CGI.
531 %description common -l ru.UTF-8
532 Этот пакет содержит общие файлы для разных вариантов реализации PHP
533 (самодостаточной и в качестве модуля Apache).
535 %description common -l uk.UTF-8
536 Цей пакет містить спільні файли для різних варіантів реалізації PHP
537 (самодостатньої та в якості модуля Apache).
540 Summary: Files for PHP modules development
541 Summary(pl.UTF-8): Pliki do kompilacji modułów PHP
542 Summary(pt_BR.UTF-8): Arquivos de desenvolvimento para PHP
543 Summary(ru.UTF-8): Пакет разработки для построения расширений PHP
544 Summary(uk.UTF-8): Пакет розробки для побудови розширень PHP
545 Group: Development/Languages/PHP
546 Requires: %{name}-common = %{epoch}:%{version}-%{release}
547 Requires: autoconf >= 2.13
549 Requires: libtool >= 2:2.2
550 %{?with_embed:Requires: %{name}-embedded = %{epoch}:%{version}-%{release}}
551 %{?with_pcre:Requires: pcre-devel >= 8.10}
553 Obsoletes: php-pear-devel
554 Obsoletes: php4-devel
555 Obsoletes: php52-devel
556 Obsoletes: php54-devel
559 The php-devel package lets you compile dynamic extensions to PHP.
560 Included here is the source for the PHP extensions. Instead of
561 recompiling the whole PHP binary to add support for, say, oracle,
562 install this package and use the new self-contained extensions
563 support. For more information, read the file
564 README.SELF-CONTAINED-EXTENSIONS.
566 %description devel -l pl.UTF-8
567 Ten pakiet zawiera pliki potrzebne do kompilacji modułów PHP. Zamiast
568 rekompilować całe PHP aby dodać obsługę np. oracle, można przy użyciu
569 tego pakietu skompilować samodzielne rozszerzenie. Więcej informacji o
570 samodzielnych rozszerzeniach można znaleźć w pliku
571 README.SELF-CONTAINED-EXTENSIONS.
573 %description devel -l pt_BR.UTF-8
574 Este pacote contém arquivos usados no desenvolvimento de programas ou
577 %description devel -l ru.UTF-8
578 Пакет php-devel дает возможность компилировать динамические расширения
579 PHP. Пакет включает исходный код этих расширений. Вместо повторной
580 компиляции бинарного файла PHP для добавления, например, поддержки
581 oracle, установите этот пакет для компилирования отдельных расширений.
582 Подробности - в файле README.SELF-CONTAINED-EXTENSIONS.
584 %description devel -l uk.UTF-8
585 Пакет php-devel дає можливість компілювати динамічні розширення PHP.
586 До пакету включено вихідний код для розширень. Замість повторної
587 компіляції бінарного файлу PHP для додання, наприклад, підтримки
588 oracle, встановіть цей пакет для компіляції окремих розширень.
589 Детальніша інформація - в файлі README.SELF-CONTAINED-EXTENSIONS.
592 Summary: bcmath extension module for PHP
593 Summary(pl.UTF-8): Moduł bcmath dla PHP
595 URL: http://www.php.net/manual/en/book.bc.php
596 Requires: %{name}-common = %{epoch}:%{version}-%{release}
597 Provides: php(bcmath)
600 This is a dynamic shared object (DSO) for PHP that will add bc style
601 precision math functions support.
603 %description bcmath -l pl.UTF-8
604 Moduł PHP umożliwiający korzystanie z dokładnych funkcji
605 matematycznych takich jak w programie bc.
608 Summary: Bzip2 extension module for PHP
609 Summary(pl.UTF-8): Moduł bzip2 dla PHP
611 URL: http://www.php.net/manual/en/book.bzip2.php
612 Requires: %{name}-common = %{epoch}:%{version}-%{release}
613 Provides: php(bz2) = %{bz2ver}
615 Provides: php-bzip2 = %{epoch}:%{version}-%{release}
616 Obsoletes: php-bzip2 < 4:5.2.14-3
617 Obsoletes: php-pecl-bz2 < %{bz2ver}
620 This is a dynamic shared object (DSO) for PHP that will add bzip2
621 compression support to PHP.
623 %description bz2 -l pl.UTF-8
624 Moduł PHP umożliwiający używanie kompresji bzip2.
627 Summary: Calendar extension module for PHP
628 Summary(pl.UTF-8): Moduł funkcji kalendarza dla PHP
630 URL: http://www.php.net/manual/en/book.calendar.php
631 Requires: %{name}-common = %{epoch}:%{version}-%{release}
632 Provides: php(calendar)
634 %description calendar
635 This is a dynamic shared object (DSO) for PHP that will add calendar
638 %description calendar -l pl.UTF-8
639 Moduł PHP dodający wsparcie dla kalendarza.
642 Summary: ctype extension module for PHP
643 Summary(pl.UTF-8): Moduł ctype dla PHP
645 URL: http://www.php.net/manual/en/book.ctype.php
646 Requires: %{name}-common = %{epoch}:%{version}-%{release}
650 This is a dynamic shared object (DSO) for PHP that will add ctype
653 %description ctype -l pl.UTF-8
654 Moduł PHP umożliwiający korzystanie z funkcji ctype.
657 Summary: curl extension module for PHP
658 Summary(pl.UTF-8): Moduł curl dla PHP
660 URL: http://www.php.net/manual/en/book.curl.php
661 Requires: %{name}-common = %{epoch}:%{version}-%{release}
665 This is a dynamic shared object (DSO) for PHP that will add curl
668 %description curl -l pl.UTF-8
669 Moduł PHP umożliwiający korzystanie z biblioteki curl.
672 Summary: DBA extension module for PHP
673 Summary(pl.UTF-8): Moduł DBA dla PHP
675 URL: http://www.php.net/manual/en/book.dba.php
676 Requires: %{name}-common = %{epoch}:%{version}-%{release}
680 This is a dynamic shared object (DSO) for PHP that will add flat-file
681 databases (DBA) support.
683 %description dba -l pl.UTF-8
684 Moduł dla PHP dodający obsługę dla baz danych opartych na plikach
688 Summary: DOM extension module for PHP
689 Summary(pl.UTF-8): Moduł DOM dla PHP
691 URL: http://www.php.net/manual/en/book.dom.php
692 Requires: %{name}-common = %{epoch}:%{version}-%{release}
694 # it has some compatibility functions
695 Provides: %{name}-domxml = %{epoch}:%{version}-%{release}
696 Provides: php(domxml)
697 Obsoletes: php-domxml <= 3:4.3.8-1
700 This is a dynamic shared object (DSO) for PHP that will add new DOM
703 %description dom -l pl.UTF-8
704 Moduł PHP dodający nową obsługę DOM.
707 Summary: libenchant binder
708 Summary(pl.UTF-8): dowiązania biblioteki libenchant
710 URL: http://www.php.net/manual/en/book.exif.php
711 Requires: %{name}-common = %{epoch}:%{version}-%{release}
712 Provides: php(enchant) = %{enchantver}
713 Obsoletes: php-pecl-enchant < %{enchantver}
716 Enchant is a binder for libenchant. Libenchant provides a common API
717 for many spell libraries:
718 - aspell/pspell (intended to replace ispell)
721 - myspell (OpenOffice.org project, mozilla)
722 - uspell (primarily Yiddish, Hebrew, and Eastern European languages) A
723 plugin system allows to add custom spell support.
725 %description enchant -l pl.UTF-8
726 Enchant jest dowiązaniem do biblioteki libenchant, która udostępnia
727 ujednolicone API dla wielu narzędzi sprawdzających pisownię:
728 - aspell/pspell (w zamierzeniu ma zastąpić ispell)
731 - myspell (projekt OpenOffice.org, mozilla)
732 - uspell (głównie Jidysz, Hebrajski oraz języki wschodnioeuropejskie)
733 System wtyczek pozwala na dodanie wsparcia dla kolejnych narzędzi.
736 Summary: exif extension module for PHP
737 Summary(pl.UTF-8): Moduł exif dla PHP
739 URL: http://www.php.net/manual/en/book.exif.php
740 Requires: %{name}-common = %{epoch}:%{version}-%{release}
744 This is a dynamic shared object (DSO) for PHP that will add EXIF tags
745 support in image files.
747 %description exif -l pl.UTF-8
748 Moduł PHP dodający obsługę znaczników EXIF w plikach obrazków.
751 Summary: libmagic bindings
752 Summary(pl.UTF-8): Wiązania do libmagic
754 URL: http://www.php.net/manual/en/book.fileinfo.php
755 Requires: %{name}-common = %{epoch}:%{version}-%{release}
756 Requires: %{name}-pcre = %{epoch}:%{version}-%{release}
757 Provides: php(fileinfo) = %{fileinfover}
758 Obsoletes: php-mime_magic
759 Obsoletes: php-pecl-fileinfo < %{fileinfover}
761 %description fileinfo
762 This extension allows retrieval of information regarding vast majority
763 of file. This information may include dimensions, quality, length
766 Additionally it can also be used to retrieve the MIME type for a
767 particular file and for text files proper language encoding.
769 %description fileinfo -l pl.UTF-8
770 To rozszerzenie pozwala na uzyskanie informacji dotyczących większości
771 plików. Informacje mogą zawierać wymiary, jakość, długość itp.
773 Ponadto rozszerzenie można wykorzystać do odczytania typu MIME danego
774 pliku oraz kodowania plików tekstowych.
777 Summary: Extension for safely dealing with input parameters
778 Summary(pl.UTF-8): Rozszerzenie do bezpiecznej obsługi danych wejściowych
780 URL: http://www.php.net/manual/en/book.filter.php
781 Requires: %{name}-common = %{epoch}:%{version}-%{release}
782 Requires: %{name}-pcre = %{epoch}:%{version}-%{release}
783 Provides: php(filter)
784 Obsoletes: php-pecl-filter
787 We all know that you should always check input variables, but PHP does
788 not offer really good functionality for doing this in a safe way. The
789 Input Filter extension is meant to address this issue by implementing
790 a set of filters and mechanisms that users can use to safely access
793 %description filter -l pl.UTF-8
794 Wiadomo, że trzeba zawsze sprawdzać zmienne wejściowe, ale PHP nie
795 oferuje naprawdę dobrej funkcjonalności do robienia tego w sposób
796 bezpieczny. Rozszerzenie Input Filter ma rozwiązać ten problem poprzez
797 zaimplementowanie zestawu filtrów i mechanizmów, których użytkownicy
798 mogą bezpiecznie używać do dostępu do danych.
801 Summary: FTP extension module for PHP
802 Summary(pl.UTF-8): Moduł FTP dla PHP
804 URL: http://www.php.net/manual/en/book.ftp.php
805 Requires: %{name}-common = %{epoch}:%{version}-%{release}
809 This is a dynamic shared object (DSO) for PHP that will add FTP
812 %description ftp -l pl.UTF-8
813 Moduł PHP dodający obsługę protokołu FTP.
816 Summary: GD extension module for PHP
817 Summary(pl.UTF-8): Moduł GD dla PHP
819 URL: http://www.php.net/manual/en/book.image.php
820 Requires: %{name}-common = %{epoch}:%{version}-%{release}
821 %if %{with system_gd}
822 Requires: gd >= 2.0.28-4
824 Requires: gd(imagerotate) = 5.2.0
829 This is a dynamic shared object (DSO) for PHP that will add GD
830 support, allowing you to create and manipulate images with PHP.
832 %description gd -l pl.UTF-8
833 Moduł PHP umożliwiający korzystanie z biblioteki GD, pozwalającej na
834 tworzenie i obróbkę obrazków.
837 Summary: gettext extension module for PHP
838 Summary(pl.UTF-8): Moduł gettext dla PHP
840 URL: http://www.php.net/manual/en/book.gettext.php
841 Requires: %{name}-common = %{epoch}:%{version}-%{release}
842 Provides: php(gettext)
845 This is a dynamic shared object (DSO) for PHP that will add gettext
848 %description gettext -l pl.UTF-8
849 Moduł PHP dodający obsługę lokalizacji przez gettext.
852 Summary: gmp extension module for PHP
853 Summary(pl.UTF-8): Moduł gmp dla PHP
855 URL: http://www.php.net/manual/en/book.gmp.php
856 Requires: %{name}-common = %{epoch}:%{version}-%{release}
860 This is a dynamic shared object (DSO) for PHP that will add arbitrary
861 length number support with GNU MP library.
863 %description gmp -l pl.UTF-8
864 Moduł PHP umożliwiający korzystanie z biblioteki gmp do obliczeń na
865 liczbach o dowolnej długości.
868 Summary: HASH Message Digest Framework
869 Summary(pl.UTF-8): Szkielet do obliczania skrótów wiadomości
871 URL: http://www.php.net/manual/en/book.gmp.php
872 Requires: %{name}-common = %{epoch}:%{version}-%{release}
873 Provides: php(hash) = %{hashver}
876 Provides: php-mhash = %{epoch}:%{version}-%{release}
877 Obsoletes: php-mhash < 4:5.3.0
879 Obsoletes: php-pecl-hash < %{hashver}
882 Native implementations of common message digest algorithms using a
883 generic factory method.
885 %description hash -l pl.UTF-8
886 Natywne implementacje popularnych algorytmów obliczania skrótów
887 wiadomości przy użyciu wspólnego interfejsu.
890 Summary: iconv extension module for PHP
891 Summary(pl.UTF-8): Moduł iconv dla PHP
893 URL: http://www.php.net/manual/en/book.iconv.php
894 Requires: %{_libdir}/gconv
895 Requires: %{name}-common = %{epoch}:%{version}-%{release}
900 This is a dynamic shared object (DSO) for PHP that will add iconv
903 %description iconv -l pl.UTF-8
904 Moduł PHP dodający obsługę iconv.
907 Summary: IMAP extension module for PHP
908 Summary(pl.UTF-8): Moduł IMAP dla PHP
909 Summary(pt_BR.UTF-8): Um módulo para aplicações PHP que usam IMAP
911 URL: http://www.php.net/manual/en/book.imap.php
912 Requires: %{name}-common = %{epoch}:%{version}-%{release}
913 Requires: %{name}-pcre = %{epoch}:%{version}-%{release}
914 Requires: imap-lib >= 1:2007e-2
918 This is a dynamic shared object (DSO) for PHP that will add IMAP
921 %description imap -l pl.UTF-8
922 Moduł PHP dodający obsługę skrzynek IMAP.
924 %description imap -l pt_BR.UTF-8
925 Um módulo para aplicações PHP que usam IMAP.
928 Summary: InterBase/Firebird database module for PHP
929 Summary(pl.UTF-8): Moduł bazy danych InterBase/Firebird dla PHP
931 URL: http://www.php.net/manual/en/book.ibase.php
932 Requires: %{name}-common = %{epoch}:%{version}-%{release}
933 Provides: php(interbase)
934 %{?with_interbase_inst:Autoreq: false}
936 %description interbase
937 This is a dynamic shared object (DSO) for PHP that will add InterBase
938 and Firebird database support.
940 %description interbase -l pl.UTF-8
941 Moduł PHP umożliwiający dostęp do baz danych InterBase i Firebird.
944 Summary: Internationalization extension (ICU wrapper)
945 Summary(pl.UTF-8): Rozszerzenie do internacjonalizacji (interfejs do ICU)
947 URL: http://www.php.net/intl
948 Requires: %{name}-common = %{epoch}:%{version}-%{release}
949 Provides: php(intl) = %{intlver}
950 Obsoletes: php-pecl-intl < %{intlver}
953 Internationalization extension (further is referred as Intl) is a
954 wrapper for ICU library, enabling PHP programmers to perform
955 UCA-conformant collation and date/time/number/currency formatting in
958 %description intl -l pl.UTF-8
959 Rozszerzenie do internacjonalizacji (dalej nazywane Intl) jest
960 interfejsem do biblioteki ICU, pozwalającym programistom PHP na
961 wykonywanie w skryptach porównań zgodnych z UCA oraz formatowania
965 Summary: PHP C extension for JSON serialization
966 Summary(pl.UTF-8): Rozszerzenie C PHP dla serializacji JSON
968 URL: http://www.php.net/manual/en/book.json.php
969 Requires: %{name}-common = %{epoch}:%{version}-%{release}
970 Provides: php(json) = %{jsonver}
971 Obsoletes: php-pecl-json < %{jsonver}
974 php-json is an extremely fast PHP C extension for JSON (JavaScript
975 Object Notation) serialisation.
977 %description json -l pl.UTF-8
978 php-json to bardzo szybkie rozszerzenie C PHP dla serializacji JSON
979 (JavaScript Object Notation).
982 Summary: LDAP extension module for PHP
983 Summary(pl.UTF-8): Moduł LDAP dla PHP
984 Summary(pt_BR.UTF-8): Um módulo para aplicações PHP que usam LDAP
986 URL: http://www.php.net/manual/en/book.ldap.php
987 Requires: %{name}-common = %{epoch}:%{version}-%{release}
991 This is a dynamic shared object (DSO) for PHP that will add LDAP
994 %description ldap -l pl.UTF-8
995 Moduł PHP dodający obsługę LDAP.
997 %description ldap -l pt_BR.UTF-8
998 Um módulo para aplicações PHP que usam LDAP.
1001 Summary: mbstring extension module for PHP
1002 Summary(pl.UTF-8): Moduł mbstring dla PHP
1004 URL: http://www.php.net/manual/en/book.mbstring.php
1005 Requires: %{name}-common = %{epoch}:%{version}-%{release}
1006 Provides: php(mbstring)
1008 %description mbstring
1009 This is a dynamic shared object (DSO) for PHP that will add multibyte
1012 %description mbstring -l pl.UTF-8
1013 Moduł PHP dodający obsługę ciągów znaków wielobajtowych.
1016 Summary: mcrypt extension module for PHP
1017 Summary(pl.UTF-8): Moduł mcrypt dla PHP
1019 URL: http://www.php.net/manual/en/book.mcrypt.php
1020 Requires: %{name}-common = %{epoch}:%{version}-%{release}
1021 Provides: php(mcrypt)
1024 This is a dynamic shared object (DSO) for PHP that will add mcrypt
1027 %description mcrypt -l pl.UTF-8
1028 Moduł PHP dodający możliwość szyfrowania poprzez bibliotekę mcrypt.
1031 Summary: MS SQL extension module for PHP
1032 Summary(pl.UTF-8): Moduł MS SQL dla PHP
1034 URL: http://www.php.net/manual/en/book.mssql.php
1035 Requires: %{name}-common = %{epoch}:%{version}-%{release}
1036 Provides: php(mssql)
1039 This is a dynamic shared object (DSO) for PHP that will add MS SQL
1040 databases support through FreeTDS library.
1042 %description mssql -l pl.UTF-8
1043 Moduł PHP dodający obsługę baz danych MS SQL poprzez bibliotekę
1047 Summary: MySQL database module for PHP
1048 Summary(pl.UTF-8): Moduł bazy danych MySQL dla PHP
1049 Summary(pt_BR.UTF-8): Um módulo para aplicações PHP que usam bancos de dados MySQL
1051 URL: http://www.php.net/manual/en/book.mysql.php
1052 Requires: %{name}-common = %{epoch}:%{version}-%{release}
1053 %{?with_mysqlnd:Requires: %{name}-mysqlnd = %{epoch}:%{version}-%{release}}
1054 Provides: php(mysql)
1057 This is a dynamic shared object (DSO) for PHP that will add MySQL
1060 %description mysql -l pl.UTF-8
1061 Moduł PHP umożliwiający dostęp do bazy danych MySQL.
1063 %description mysql -l pt_BR.UTF-8
1064 Um módulo para aplicações PHP que usam bancos de dados MySQL.
1067 Summary: MySQLi module for PHP
1068 Summary(pl.UTF-8): Moduł MySQLi dla PHP
1070 URL: http://www.php.net/manual/en/book.mysqli.php
1071 Requires: %{name}-common = %{epoch}:%{version}-%{release}
1072 %{?with_mysqlnd:Requires: %{name}-mysqlnd = %{epoch}:%{version}-%{release}}
1073 Requires: %{name}-spl = %{epoch}:%{version}-%{release}
1074 Provides: php(mysqli)
1077 This is a dynamic shared object (DSO) for PHP that will add MySQLi
1078 (Improved MySQL) support. The difference between it and mysql module
1079 is that it provides access to functionality of MySQL 4.1 and above.
1081 %description mysqli -l pl.UTF-8
1082 Moduł PHP umożliwiający udoskonalony dostęp do bazy danych MySQL.
1083 Różnicą między nim a modułem mysql jest dostęp do funkcjonalności
1084 MySQL w wersji 4.1 i nowszych.
1087 Summary: MySQL Native Client Driver for PHP
1088 Summary(pl.UTF-8): Sterownik natywnego klienta MySQL dla PHP
1090 URL: http://www.php.net/manual/en/book.mysqlnd.php
1091 Requires: %{name}-common = %{epoch}:%{version}-%{release}
1092 Provides: php(mysqlnd)
1094 %description mysqlnd
1095 MySQL Native Driver is a replacement for the MySQL Client Library
1098 Because MySQL Native Driver is written as a PHP extension, it is
1099 tightly coupled to the workings of PHP. This leads to gains in
1100 efficiency, especially when it comes to memory usage, as the driver
1101 uses the PHP memory management system. It also supports the PHP memory
1102 limit. Using MySQL Native Driver leads to comparable or better
1103 performance than using MySQL Client Library, it always ensures the
1104 most efficient use of memory. One example of the memory efficiency is
1105 the fact that when using the MySQL Client Library, each row is stored
1106 in memory twice, whereas with the MySQL Native Driver each row is only
1107 stored once in memory.
1109 %description mysqlnd -l pl.UTF-8
1110 MySQL Native Driver (natywny sterownik MySQL) to zamiennik biblioteki
1111 klienckiej MySQL (libmysql).
1113 Ponieważ sterownik natywny jest napisany jako rozszerzenie PHP, jest
1114 ściśle powiązany z pracą PHP. Daje to większą wydajność, zwłaszcza
1115 jeśli chodzi o wykorzystanie pamięci, jako że sterownik wykorzystuje
1116 system zarządzania pamięcią PHP; obsługuje także ograniczenie pamięci
1117 z PHP. Niniejszy sterownik ma wydajność porównywalną lub lepszą niż
1118 biblioteka kliencka MySQL, a pamięć zawsze wykorzystuje efektywniej.
1119 Przykładem tego może być fakt, że w przypadku biblioteki klienckiej
1120 każdy wiersz jest przechowywany w pamięci dwukrotnie, natomiast przy
1121 tym sterowniku - tylko raz.
1124 Summary: Oracle 8+ database module for PHP
1125 Summary(pl.UTF-8): Moduł bazy danych Oracle 8+ dla PHP
1127 URL: http://www.php.net/manual/en/book.oci8.php
1128 Requires: %{name}-common = %{epoch}:%{version}-%{release}
1133 This is a dynamic shared object (DSO) for PHP that will add Oracle 7,
1134 8, 9 and 10 database support through Oracle8 Call-Interface (OCI8).
1136 %description oci8 -l pl.UTF-8
1137 Moduł PHP umożliwiający dostęp do bazy danych Oracle 7, 8, 9 i 10
1138 poprzez interfejs Oracle8 Call-Interface (OCI8).
1141 Summary: ODBC extension module for PHP
1142 Summary(pl.UTF-8): Moduł ODBC dla PHP
1143 Summary(pt_BR.UTF-8): Um módulo para aplicações PHP que usam bases de dados ODBC
1145 URL: http://www.php.net/manual/en/book.uodbc.php
1146 Requires: %{name}-common = %{epoch}:%{version}-%{release}
1147 Requires: unixODBC >= 2.1.1-3
1151 This is a dynamic shared object (DSO) for PHP that will add ODBC
1154 %description odbc -l pl.UTF-8
1155 Moduł PHP ze wsparciem dla ODBC.
1157 %description odbc -l pt_BR.UTF-8
1158 Um módulo para aplicações PHP que usam ODBC.
1161 Summary: OpenSSL extension module for PHP
1162 Summary(pl.UTF-8): Moduł OpenSSL dla PHP
1164 URL: http://www.php.net/manual/en/book.openssl.php
1165 Requires: %{name}-common = %{epoch}:%{version}-%{release}
1166 Provides: php(openssl)
1168 %description openssl
1169 This is a dynamic shared object (DSO) for PHP that will add OpenSSL
1172 %description openssl -l pl.UTF-8
1173 Moduł PHP umożliwiający korzystanie z biblioteki OpenSSL.
1176 Summary: Process Control extension module for PHP
1177 Summary(pl.UTF-8): Moduł Process Control dla PHP
1179 URL: http://www.php.net/manual/en/book.pcntl.php
1180 Requires: %{name}-common = %{epoch}:%{version}-%{release}
1181 Provides: php(pcntl)
1184 This is a dynamic shared object (DSO) for PHP that will add process
1185 spawning and control support. It supports functions like fork(),
1186 waitpid(), signal() etc.
1188 %description pcntl -l pl.UTF-8
1189 Moduł PHP umożliwiający tworzenie nowych procesów i kontrolę nad nimi.
1190 Obsługuje funkcje takie jak fork(), waitpid(), signal() i podobne.
1193 Summary: PCRE extension module for PHP
1194 Summary(pl.UTF-8): Moduł PCRE dla PHP
1196 Requires: %{name}-common = %{epoch}:%{version}-%{release}
1200 This is a dynamic shared object (DSO) for PHP that will add Perl
1201 Compatible Regular Expression support.
1203 %description pcre -l pl.UTF-8
1204 Moduł PHP umożliwiający korzystanie z perlowych wyrażeń regularnych
1205 (Perl Compatible Regular Expressions)
1208 Summary: PHP Data Objects (PDO)
1209 Summary(pl.UTF-8): Obsługa PHP Data Objects (PDO)
1211 URL: http://www.php.net/manual/en/book.pdo.php
1212 Requires: %{name}-common = %{epoch}:%{version}-%{release}
1213 Requires: %{name}-spl = %{epoch}:%{version}-%{release}
1215 Obsoletes: php-pecl-PDO
1218 This is a dynamic shared object (DSO) for PHP that will add PDO
1221 %description pdo -l pl.UTF-8
1222 Moduł PHP dodający obsługę PDO (PHP Data Objects).
1225 Summary: PHP Data Objects (PDO) FreeTDS support
1226 Summary(pl.UTF-8): Moduł PHP Data Objects (PDO) z obsługą FreeTDS
1228 URL: http://www.php.net/manual/en/ref.pdo-dblib.php
1229 Requires: %{name}-common = %{epoch}:%{version}-%{release}
1230 Requires: %{name}-pdo = %{epoch}:%{version}-%{release}
1231 Provides: php(dblib)
1233 %description pdo-dblib
1234 This is a dynamic shared object (DSO) for PHP that will add PDO
1237 %description pdo-dblib -l pl.UTF-8
1238 Moduł dla PHP dodający obsługę baz danych FreeTDS za pośrednictwem
1241 %package pdo-firebird
1242 Summary: PHP Data Objects (PDO) Firebird support
1243 Summary(pl.UTF-8): Moduł PHP Data Objects (PDO) z obsługą Firebirda
1245 URL: http://www.php.net/manual/en/ref.pdo-firebird.php
1246 Requires: %{name}-common = %{epoch}:%{version}-%{release}
1247 Requires: %{name}-pdo = %{epoch}:%{version}-%{release}
1248 Provides: php(pdo-firebird)
1249 Obsoletes: php-pecl-PDO_FIREBIRD
1251 %description pdo-firebird
1252 This is a dynamic shared object (DSO) for PHP that will add PDO
1255 %description pdo-firebird -l pl.UTF-8
1256 Moduł dla PHP dodający obsługę baz danych Firebird za pośrednictwem
1260 Summary: PHP Data Objects (PDO) MySQL support
1261 Summary(pl.UTF-8): Moduł PHP Data Objects (PDO) z obsługą MySQL-a
1263 URL: http://www.php.net/manual/en/ref.pdo-mysql.php
1264 Requires: %{name}-common = %{epoch}:%{version}-%{release}
1265 %{?with_mysqlnd:Requires: %{name}-mysqlnd = %{epoch}:%{version}-%{release}}
1266 Requires: %{name}-pdo = %{epoch}:%{version}-%{release}
1267 Provides: php(pdo-mysql)
1268 Obsoletes: php-pecl-PDO_MYSQL
1270 %description pdo-mysql
1271 This is a dynamic shared object (DSO) for PHP that will add PDO MySQL
1274 %description pdo-mysql -l pl.UTF-8
1275 Moduł dla PHP dodający obsługę baz danych MySQL za pośrednictwem
1279 Summary: PHP Data Objects (PDO) Oracle support
1280 Summary(pl.UTF-8): Moduł PHP Data Objects (PDO) z obsługą Oracle'a
1282 URL: http://www.php.net/manual/en/ref.pdo-oci.php
1283 Requires: %{name}-common = %{epoch}:%{version}-%{release}
1284 Requires: %{name}-pdo = %{epoch}:%{version}-%{release}
1285 Provides: php(pdo-oci)
1286 Obsoletes: php-pecl-PDO_OCI
1288 %description pdo-oci
1289 This is a dynamic shared object (DSO) for PHP that will add PDO Oracle
1292 %description pdo-oci -l pl.UTF-8
1293 Moduł dla PHP dodający obsługę baz danych Oracle za pośrednictwem
1297 Summary: PHP Data Objects (PDO) ODBC support
1298 Summary(pl.UTF-8): Moduł PHP Data Objects (PDO) z obsługą ODBC
1300 URL: http://www.php.net/manual/en/ref.pdo-odbc.php
1301 Requires: %{name}-common = %{epoch}:%{version}-%{release}
1302 Requires: %{name}-pdo = %{epoch}:%{version}-%{release}
1303 Provides: php(pdo-odbc)
1304 Obsoletes: php-pecl-PDO_ODBC
1306 %description pdo-odbc
1307 This is a dynamic shared object (DSO) for PHP that will add PDO ODBC
1310 %description pdo-odbc -l pl.UTF-8
1311 Moduł dla PHP dodający obsługę baz danych ODBC za pośrednictwem
1315 Summary: PHP Data Objects (PDO) PostgreSQL support
1316 Summary(pl.UTF-8): Moduł PHP Data Objects (PDO) z obsługą PostgreSQL-a
1318 URL: http://www.php.net/manual/en/ref.pdo-pgsql.php
1319 Requires: %{name}-common = %{epoch}:%{version}-%{release}
1320 Requires: %{name}-pdo = %{epoch}:%{version}-%{release}
1321 Provides: php(pdo-pgsql)
1322 Provides: php-pecl-PDO_PGSQL
1323 Obsoletes: php-pecl-PDO_PGSQL < 4:5.2.1-2
1325 %description pdo-pgsql
1326 This is a dynamic shared object (DSO) for PHP that will add PDO
1329 %description pdo-pgsql -l pl.UTF-8
1330 Moduł dla PHP dodający obsługę baz danych PostgreSQL za pośrednictwem
1334 Summary: PHP Data Objects (PDO) SQLite support
1335 Summary(pl.UTF-8): Moduł PHP Data Objects (PDO) z obsługą SQLite
1337 URL: http://www.php.net/manual/en/ref.pdo-sqlite.php
1338 Requires: %{name}-common = %{epoch}:%{version}-%{release}
1339 Requires: %{name}-pdo = %{epoch}:%{version}-%{release}
1340 Provides: php(pdo-sqlite)
1341 Obsoletes: php-pecl-PDO_SQLITE
1343 %description pdo-sqlite
1344 This is a dynamic shared object (DSO) for PHP that will add PDO SQLite
1347 %description pdo-sqlite -l pl.UTF-8
1348 Moduł dla PHP dodający obsługę baz danych SQLite za pośrednictwem
1352 Summary: PostgreSQL database module for PHP
1353 Summary(pl.UTF-8): Moduł bazy danych PostgreSQL dla PHP
1355 URL: http://www.php.net/manual/en/book.pgsql.php
1356 Requires: %{name}-common = %{epoch}:%{version}-%{release}
1357 Provides: php(pgsql)
1360 This is a dynamic shared object (DSO) for PHP that will add PostgreSQL
1363 %description pgsql -l pl.UTF-8
1364 Moduł PHP umożliwiający dostęp do bazy danych PostgreSQL.
1366 %description pgsql -l pt_BR.UTF-8
1367 Um módulo para aplicações PHP que usam bancos de dados postgresql.
1370 Summary: phar database module for PHP
1371 Summary(pl.UTF-8): Moduł phar dla PHP
1373 URL: http://www.php.net/manual/en/book.phar.php
1374 Requires: %{name}-common = %{epoch}:%{version}-%{release}
1375 Requires: %{name}-spl = %{epoch}:%{version}-%{release}
1376 Suggests: %{name}-cli
1377 # zlib is required by phar program, but as phar cli is optional should the dep be too
1378 Suggests: %{name}-zlib
1379 Provides: php(phar) = %{pharver}
1380 Obsoletes: php-pecl-phar < %{pharver}
1381 Conflicts: php-ioncube < 4.0.9
1384 This is a dynamic shared object (DSO) for PHP that will add phar
1387 %description phar -l pl.UTF-8
1388 Moduł PHP umożliwiający dostęp do achiwów .phar.
1391 Summary: POSIX extension module for PHP
1392 Summary(pl.UTF-8): Moduł POSIX dla PHP
1394 URL: http://www.php.net/manual/en/book.posix.php
1395 Requires: %{name}-common = %{epoch}:%{version}-%{release}
1396 Provides: php(posix)
1399 This is a dynamic shared object (DSO) for PHP that will add POSIX
1400 functions support to PHP.
1402 %description posix -l pl.UTF-8
1403 Moduł PHP umożliwiający korzystanie z funkcji POSIX.
1406 Summary: pspell extension module for PHP
1407 Summary(pl.UTF-8): Moduł pspell dla PHP
1409 URL: http://www.php.net/manual/en/book.pspell.php
1410 Requires: %{name}-common = %{epoch}:%{version}-%{release}
1411 Provides: php(pspell)
1414 This is a dynamic shared object (DSO) for PHP that will add pspell
1415 support to PHP. It allows to check the spelling of a word and offer
1418 %description pspell -l pl.UTF-8
1419 Moduł PHP umożliwiający korzystanie z pspella. Pozwala on na
1420 sprawdzanie pisowni słowa i sugerowanie poprawek.
1423 Summary: readline extension module for PHP
1424 Summary(pl.UTF-8): Moduł readline dla PHP
1426 URL: http://www.php.net/manual/en/book.readline.php
1427 Requires: %{name}-cli = %{epoch}:%{version}-%{release}
1428 Provides: php(readline)
1430 %description readline
1431 This PHP module adds support for readline functions (only for cli and
1434 %description readline -l pl.UTF-8
1435 Moduł PHP dodający obsługę funkcji readline (tylko do SAPI cli i cgi).
1438 Summary: recode extension module for PHP
1439 Summary(pl.UTF-8): Moduł recode dla PHP
1441 URL: http://www.php.net/manual/en/book.recode.php
1442 Requires: %{name}-common = %{epoch}:%{version}-%{release}
1443 Requires: recode >= 3.5d-3
1444 Provides: php(recode)
1447 This is a dynamic shared object (DSO) for PHP that will add recode
1450 %description recode -l pl.UTF-8
1451 Moduł PHP dodający możliwość konwersji kodowania plików (poprzez
1455 Summary: session extension module for PHP
1456 Summary(pl.UTF-8): Moduł session dla PHP
1458 Requires: %{name}-common = %{epoch}:%{version}-%{release}
1459 Requires: %{name}-spl = %{epoch}:%{version}-%{release}
1460 Suggests: %{name}-hash = %{epoch}:%{version}-%{release}
1461 Provides: php(session)
1463 %description session
1464 This is a dynamic shared object (DSO) for PHP that will add session
1467 %description session -l pl.UTF-8
1468 Moduł PHP dodający obsługę sesji.
1471 Summary: Shared Memory Operations extension module for PHP
1472 Summary(pl.UTF-8): Moduł shmop dla PHP
1474 URL: http://www.php.net/manual/en/book.shmop.php
1475 Requires: %{name}-common = %{epoch}:%{version}-%{release}
1476 Provides: php(shmop)
1479 This is a dynamic shared object (DSO) for PHP that will add Shared
1480 Memory Operations support.
1482 %description shmop -l pl.UTF-8
1483 Moduł PHP umożliwiający korzystanie z pamięci dzielonej.
1486 Summary: Simple XML extension module for PHP
1487 Summary(pl.UTF-8): Moduł prostego rozszerzenia XML dla PHP
1489 URL: http://www.php.net/manual/en/book.simplexml.php
1490 Requires: %{name}-common = %{epoch}:%{version}-%{release}
1491 Requires: %{name}-spl = %{epoch}:%{version}-%{release}
1492 Provides: php(simplexml)
1494 %description simplexml
1495 This is a dynamic shared object (DSO) for PHP that will add Simple XML
1498 %description simplexml -l pl.UTF-8
1499 Moduł PHP dodający obsługę prostego XML-a.
1502 Summary: SNMP extension module for PHP
1503 Summary(pl.UTF-8): Moduł SNMP dla PHP
1505 URL: http://www.php.net/manual/en/book.snmp.php
1506 Requires: %{name}-common = %{epoch}:%{version}-%{release}
1507 Requires: %{name}-sockets = %{epoch}:%{version}-%{release}
1511 This is a dynamic shared object (DSO) for PHP that will add SNMP
1514 %description snmp -l pl.UTF-8
1515 Moduł PHP dodający obsługę SNMP.
1518 Summary: soap extension module for PHP
1519 Summary(pl.UTF-8): Moduł soap dla PHP
1521 URL: http://www.php.net/manual/en/book.soap.php
1522 Requires: %{name}-common = %{epoch}:%{version}-%{release}
1526 This is a dynamic shared object (DSO) for PHP that will add SOAP/WSDL
1529 %description soap -l pl.UTF-8
1530 Moduł PHP dodający obsługę SOAP/WSDL.
1533 Summary: sockets extension module for PHP
1534 Summary(pl.UTF-8): Moduł socket dla PHP
1536 URL: http://www.php.net/manual/en/book.sockets.php
1537 Requires: %{name}-common = %{epoch}:%{version}-%{release}
1538 Provides: php(sockets)
1540 %description sockets
1541 This is a dynamic shared object (DSO) for PHP that will add sockets
1544 %description sockets -l pl.UTF-8
1545 Moduł PHP dodający obsługę gniazdek.
1548 Summary: Standard PHP Library module for PHP
1549 Summary(pl.UTF-8): Moduł biblioteki standardowej (Standard PHP Library) dla PHP
1551 URL: http://php.net/manual/en/book.spl.php
1552 Requires: %{name}-common = %{epoch}:%{version}-%{release}
1553 Requires: %{name}-pcre = %{epoch}:%{version}-%{release}
1554 Requires: %{name}-simplexml = %{epoch}:%{version}-%{release}
1558 This is a dynamic shared object (DSO) for PHP that will add Standard
1559 PHP Library support.
1561 %description spl -l pl.UTF-8
1562 Moduł PHP z biblioteką standardową PHP (SPL - Standard PHP Library).
1565 Summary: SQLite extension module for PHP
1566 Summary(pl.UTF-8): Moduł SQLite dla PHP
1568 URL: http://www.php.net/manual/en/book.sqlite.php
1569 Requires: %{name}-common = %{epoch}:%{version}-%{release}
1570 Requires: %{name}-pdo = %{epoch}:%{version}-%{release}
1571 Requires: %{name}-spl = %{epoch}:%{version}-%{release}
1572 Provides: php(sqlite) = %{sqlitever}
1573 Obsoletes: php-pecl-SQLite < %{sqlitever}
1576 SQLite is a C library that implements an embeddable SQL database
1577 engine. Programs that link with the SQLite library can have SQL
1578 database access without running a separate RDBMS process.
1580 SQLite is not a client library used to connect to a big database
1581 server. SQLite is the server. The SQLite library reads and writes
1582 directly to and from the database files on disk.
1584 %description sqlite -l pl.UTF-8
1585 SQLite jest napisaną w C biblioteką implementującą osadzalny silnik
1586 bazodanowy SQL. Program linkujący się z biblioteką SQLite może mieć
1587 dostęp do bazy SQL bez potrzeby uruchamiania dodatkowego procesu
1590 SQLite to nie klient baz danych - biblioteka nie łączy się z serwerami
1591 baz danych. SQLite sam jest serwerem. Biblioteka SQLite czyta i
1592 zapisuje dane bezpośrednio z/do plików baz danych znajdujących się na
1596 Summary: SQLite3 extension module for PHP
1597 Summary(pl.UTF-8): Moduł SQLite3 dla PHP
1599 URL: http://php.net/manual/en/book.sqlite3.php
1600 Requires: %{name}-common = %{epoch}:%{version}-%{release}
1601 Provides: php(sqlite3)
1603 %description sqlite3
1604 SQLite is a C library that implements an embeddable SQL database
1605 engine. Programs that link with the SQLite library can have SQL
1606 database access without running a separate RDBMS process.
1608 SQLite is not a client library used to connect to a big database
1609 server. SQLite is the server. The SQLite library reads and writes
1610 directly to and from the database files on disk.
1612 %description sqlite3 -l pl.UTF-8
1613 SQLite jest napisaną w C biblioteką implementującą osadzalny silnik
1614 bazodanowy SQL. Program linkujący się z biblioteką SQLite może mieć
1615 dostęp do bazy SQL bez potrzeby uruchamiania dodatkowego procesu
1618 SQLite to nie klient baz danych - biblioteka nie łączy się z serwerami
1619 baz danych. SQLite sam jest serwerem. Biblioteka SQLite czyta i
1620 zapisuje dane bezpośrednio z/do plików baz danych znajdujących się na
1624 Summary: Sybase-CT extension module for PHP
1625 Summary(pl.UTF-8): Moduł Sybase-CT dla PHP
1627 URL: http://www.php.net/manual/en/book.sybase.php
1628 Requires: %{name}-common = %{epoch}:%{version}-%{release}
1629 Provides: php(sybase-ct)
1630 Obsoletes: php-sybase
1632 %description sybase-ct
1633 This is a dynamic shared object (DSO) for PHP that will add Sybase and
1634 MS SQL databases support through CT-lib.
1636 %description sybase-ct -l pl.UTF-8
1637 Moduł PHP dodający obsługę baz danych Sybase oraz MS SQL poprzez
1641 Summary: SysV msg extension module for PHP
1642 Summary(pl.UTF-8): Moduł SysV msg dla PHP
1644 URL: http://www.php.net/manual/en/book.sem.php
1645 Requires: %{name}-common = %{epoch}:%{version}-%{release}
1646 Provides: php(sysvmsg)
1648 %description sysvmsg
1649 This is a dynamic shared object (DSO) for PHP that will add SysV
1650 message queues support.
1652 %description sysvmsg -l pl.UTF-8
1653 Moduł PHP umożliwiający korzystanie z kolejek komunikatów SysV.
1656 Summary: SysV sem extension module for PHP
1657 Summary(pl.UTF-8): Moduł SysV sem dla PHP
1659 URL: http://www.php.net/manual/en/book.sem.php
1660 Requires: %{name}-common = %{epoch}:%{version}-%{release}
1661 Provides: php(sysvsem)
1663 %description sysvsem
1664 This is a dynamic shared object (DSO) for PHP that will add SysV
1667 %description sysvsem -l pl.UTF-8
1668 Moduł PHP umożliwiający korzystanie z semaforów SysV.
1671 Summary: SysV shm extension module for PHP
1672 Summary(pl.UTF-8): Moduł SysV shm dla PHP
1674 URL: http://www.php.net/manual/en/book.shmop.php
1675 Requires: %{name}-common = %{epoch}:%{version}-%{release}
1676 Provides: php(sysvshm)
1678 %description sysvshm
1679 This is a dynamic shared object (DSO) for PHP that will add SysV
1680 Shared Memory support.
1682 %description sysvshm -l pl.UTF-8
1683 Moduł PHP umożliwiający korzystanie z pamięci dzielonej SysV.
1686 Summary: Contains unit test files for PHP and extensions
1687 Summary(pl.UTF-8): Zawiera pliki testów jednostkowych dla PHP i rozszerzeń
1689 URL: http://qa.php.net/
1690 Requires: %{name}-cli = %{epoch}:%{version}-%{release}
1693 This package contains unit tests for PHP and its extensions.
1695 %description tests -l pl.UTF-8
1696 Ten pakiet zawiera pliki testów jednostkowych dla PHP i rozszerzeń.
1699 Summary: Tidy extension module for PHP
1700 Summary(pl.UTF-8): Moduł Tidy dla PHP
1702 URL: http://www.php.net/manual/en/book.tidy.php
1703 Requires: %{name}-common = %{epoch}:%{version}-%{release}
1708 This is a dynamic shared object (DSO) for PHP that will add Tidy
1711 %description tidy -l pl.UTF-8
1712 Moduł PHP umożliwiający korzystanie z tidy.
1715 Summary: tokenizer extension module for PHP
1716 Summary(pl.UTF-8): Moduł rozszerzenia tokenizer dla PHP
1718 URL: http://www.php.net/manual/en/book.tokenizer.php
1719 Requires: %{name}-common = %{epoch}:%{version}-%{release}
1720 Provides: php(tokenizer)
1722 %description tokenizer
1723 This is a dynamic shared object (DSO) for PHP that will add tokenizer
1726 %description tokenizer -l pl.UTF-8
1727 Moduł PHP dodający obsługę tokenizera do PHP.
1730 Summary: wddx extension module for PHP
1731 Summary(pl.UTF-8): Moduł wddx dla PHP
1733 URL: http://www.php.net/manual/en/book.wddx.php
1734 Requires: %{name}-common = %{epoch}:%{version}-%{release}
1735 # - wddx doesn't require session as it's disabled at compile time:
1736 # if HAVE_PHP_SESSION && !defined(COMPILE_DL_SESSION)
1737 # see also php.spec#rev1.120.2.22
1738 #Requires: %{name}-session = %{epoch}:%{version}-%{release}
1739 Requires: %{name}-xml = %{epoch}:%{version}-%{release}
1743 This is a dynamic shared object (DSO) for PHP that will add wddx
1746 %description wddx -l pl.UTF-8
1747 Moduł PHP umożliwiający korzystanie z wddx.
1750 Summary: XML extension module for PHP
1751 Summary(pl.UTF-8): Moduł XML dla PHP
1753 URL: http://www.php.net/manual/en/book.xml.php
1754 Requires: %{name}-common = %{epoch}:%{version}-%{release}
1758 This is a dynamic shared object (DSO) for PHP that will add XML
1759 support. This extension lets you create XML parsers and then define
1760 handlers for different XML events.
1762 %description xml -l pl.UTF-8
1763 Moduł PHP umożliwiający parsowanie plików XML i obsługę zdarzeń
1764 związanych z tymi plikami. Pozwala on tworzyć analizatory XML-a i
1765 następnie definiować procedury obsługi dla różnych zdarzeń XML.
1768 Summary: XML Reader extension module for PHP
1769 Summary(pl.UTF-8): Moduł XML Reader dla PHP
1771 URL: http://www.php.net/manual/en/book.xmlreader.php
1772 Requires: %{name}-common = %{epoch}:%{version}-%{release}
1773 Suggests: %{name}-dom = %{epoch}:%{version}-%{release}
1774 Provides: php(xmlreader)
1776 %description xmlreader
1777 This is a dynamic shared object (DSO) for PHP that will add XML Reader
1778 support. The XMLReader extension is an XML Pull parser. The reader
1779 acts as a cursor going forward on the document stream and stopping at
1780 each node on the way.
1782 %description xmlreader -l pl.UTF-8
1783 Moduł PHP umożliwiający analizę plików XML w trybie Pull. Czytnik
1784 działa jako kursor przechodzący przez strumień dokumentu i
1785 zatrzymujący się na każdym węźle po drodze.
1788 Summary: xmlrpc extension module for PHP
1789 Summary(pl.UTF-8): Moduł xmlrpc dla PHP
1791 URL: http://www.php.net/manual/en/book.xmlrpc.php
1792 Requires: %{name}-common = %{epoch}:%{version}-%{release}
1793 Requires: %{name}-xml = %{epoch}:%{version}-%{release}
1794 Provides: php(xmlrpc)
1797 This is a dynamic shared object (DSO) for PHP that will add XMLRPC
1800 %description xmlrpc -l pl.UTF-8
1801 Moduł PHP dodający obsługę XMLRPC.
1804 Summary: Fast, non-cached, forward-only means to write XML data
1805 Summary(pl.UTF-8): Szybka, nie cachowana metoda zapisu danych w formacie XML
1807 URL: http://www.php.net/manual/en/book.xmlwriter.php
1808 Requires: %{name}-common = %{epoch}:%{version}-%{release}
1809 Provides: php(xmlwriter)
1810 Obsoletes: php-pecl-xmlwriter
1812 %description xmlwriter
1813 This extension wraps the libxml xmlWriter API. Represents a writer
1814 that provides a non-cached, forward-only means of generating streams
1815 or files containing XML data.
1817 %description xmlwriter -l pl.UTF-8
1818 To rozszerzenie obudowuje API xmlWriter z libxml. Reprezentuje obsługę
1819 zapisu dostarczającą nie cachowanych metod generowania strumieni lub
1820 plików zawierających dane XML.
1823 Summary: xsl extension module for PHP
1824 Summary(pl.UTF-8): Moduł xsl dla PHP
1826 URL: http://www.php.net/manual/en/book.xsl.php
1827 Requires: %{name}-common = %{epoch}:%{version}-%{release}
1828 Requires: %{name}-dom = %{epoch}:%{version}-%{release}
1829 Requires: libxslt >= 1.0.18
1830 # actually not true, functionality is similar, but API differs
1832 Obsoletes: php-xslt <= 3:4.3.8-1
1835 This is a dynamic shared object (DSO) for PHP that will add new XSL
1836 support (using libxslt).
1838 %description xsl -l pl.UTF-8
1839 Moduł PHP dodający nową obsługę XSLT (przy użyciu libxslt).
1842 Summary: Zip management extension
1843 Summary(pl.UTF-8): Zarządzanie archiwami zip
1845 URL: http://www.php.net/manual/en/book.zip.php
1846 Requires: %{name}-common = %{epoch}:%{version}-%{release}
1847 %{?with_system_libzip:Requires: libzip >= 0.10-3}
1848 Provides: php(zip) = %{zipver}
1849 Obsoletes: php-pecl-zip < %{zipver}
1852 Zip is an extension to create, modify and read zip files.
1854 %description zip -l pl.UTF-8
1855 Zip jest rozszerzeniem umożliwiającym tworzenie, modyfikację oraz
1856 odczyt archiwów zip.
1859 Summary: Zlib extension module for PHP
1860 Summary(pl.UTF-8): Moduł zlib dla PHP
1862 URL: http://www.php.net/manual/en/book.zlib.php
1863 Requires: %{name}-common = %{epoch}:%{version}-%{release}
1867 This is a dynamic shared object (DSO) for PHP that will add zlib
1868 compression support to PHP.
1870 %description zlib -l pl.UTF-8
1871 Moduł PHP umożliwiający używanie kompresji zlib.
1874 %setup -q -n %{orgname}-%{version}
1885 cp -p php.ini-production php.ini
1888 %if %{with type_hints}
1895 %if %{with system_gd}
1930 %undos ext/spl/tests/SplFileInfo_getInode_basic.phpt
1936 %{?with_system_libzip:%patch65 -p1}
1938 %{__rm} -r sapi/litespeed
1939 gzip -dc %{SOURCE15} | tar xf - -C sapi/
1941 sed -i -e '/PHP_ADD_LIBRARY_WITH_PATH/s#xmlrpc,#xmlrpc-epi,#' ext/xmlrpc/config.m4
1943 # cleanup backups after patching
1944 find '(' -name '*~' -o -name '*.orig' ')' -print0 | xargs -0 -r -l512 rm -f
1946 # conflict seems to be resolved by recode patches
1947 %{__rm} ext/recode/config9.m4
1949 # remove all bundled libraries not to link with them accidentally
1950 #%{__rm} -r ext/sqlite/libsqlite
1951 %{__rm} -r ext/sqlite3/libsqlite
1952 #%{__rm} -r ext/bcmath/libbcmath
1953 #%{__rm} -r ext/date/lib
1954 #%{__rm} -r ext/fileinfo/libmagic
1955 #%{__rm} -r ext/dba/libcdb
1956 #%{__rm} -r ext/dba/libflatfile
1957 #%{__rm} -r ext/dba/libinifile
1958 #%{__rm} -r ext/gd/libgd
1959 #%{__rm} -r ext/mbstring/libmbfl
1960 #%{__rm} -r ext/mbstring/oniguruma
1961 %{__rm} -r ext/pcre/pcrelib
1962 #%{__rm} -r ext/soap/interop
1963 %{__rm} -r ext/xmlrpc/libxmlrpc
1964 #%{__rm} -r ext/zip/lib
1966 cp -pf Zend/LICENSE{,.Zend}
1967 install -p %{SOURCE13} dep-tests.sh
1970 sed -i -e 's#-fvisibility=hidden##g' configure*
1972 # disable broken tests
1973 # says just "Terminated" twice and fails
1974 mv sapi/cli/tests/022.phpt{,.broken}
1976 # php-5.3.3/ext/standard/tests/file/statpage.phpt
1977 %{__rm} ext/standard/tests/file/statpage.phpt
1979 # idiotic test, it will fail if somebody else makes space on disk or if disk
1980 # space is not yet allocated (xfs). report upstream to advice bogus test is
1981 # probably pointless.
1982 %{__rm} ext/standard/tests/file/disk_free_space_basic.phpt
1984 sh -xe %{_sourcedir}/skip-tests.sh
1987 API=$(awk '/#define PHP_API_VERSION/{print $3}' main/php.h)
1988 if [ $API != %{php_api_version} ]; then
1989 echo "Set %%define php_api_version to $API and re-run."
1993 API=$(awk '/#define ZEND_MODULE_API_NO/{print $3}' Zend/zend_modules.h)
1994 if [ $API != %{zend_module_api} ]; then
1995 echo "Set %%define zend_module_api to $API and re-run."
1999 API=$(awk '/#define ZEND_EXTENSION_API_NO/{print $3}' Zend/zend_extensions.h)
2000 if [ $API != %{zend_extension_api} ]; then
2001 echo "Set %%define zend_extension_api to $API and re-run."
2005 # Check for some extension version
2006 ver=$(sed -n '/#define PHP_FILEINFO_VERSION /{s/.* "//;s/".*$//;p}' ext/fileinfo/php_fileinfo.h)
2007 if test "$ver" != "%{fileinfover}"; then
2008 : Error: Upstream FILEINFO version is now ${ver}, expecting %{fileinfover}.
2009 : Update the fileinfover macro and rebuild.
2012 ver=$(sed -n '/#define PHP_PHAR_VERSION /{s/.* "//;s/".*$//;p}' ext/phar/php_phar.h)
2013 if test "$ver" != "%{pharver}"; then
2014 : Error: Upstream PHAR version is now ${ver}, expecting %{pharver}.
2015 : Update the pharver macro and rebuild.
2018 ver=$(sed -n '/#define PHP_ZIP_VERSION_STRING /{s/.* "//;s/".*$//;p}' ext/zip/php_zip.h)
2019 if test "$ver" != "%{zipver}"; then
2020 : Error: Upstream ZIP version is now ${ver}, expecting %{zipver}.
2021 : Update the zipver macro and rebuild.
2024 ver=$(sed -n '/#define PHP_JSON_VERSION /{s/.* "//;s/".*$//;p}' ext/json/php_json.h)
2025 if test "$ver" != "%{jsonver}"; then
2026 : Error: Upstream JSON version is now ${ver}, expecting %{jsonver}.
2027 : Update the jsonver macro and rebuild.
2030 ver=$(sed -rne 's,.*<version>(.+)</version>,\1,p' ext/bz2/package.xml)
2031 if test "$ver" != "%{bz2ver}"; then
2032 : Error: Upstream BZIP2 version is now ${ver}, expecting %{bz2ver}.
2033 : Update the bz2ver macro and rebuild.
2036 ver=$(sed -n '/#define PHP_ENCHANT_VERSION /{s/.* "//;s/".*$//;p}' ext/enchant/php_enchant.h)
2037 if test "$ver" != "%{enchantver}"; then
2038 : Error: Upstream Enchant version is now ${ver}, expecting %{enchantver}.
2039 : Update the enchantver macro and rebuild.
2042 ver=$(awk '/#define PHP_HASH_EXTVER/ {print $3}' ext/hash/php_hash.h | xargs)
2043 if test "$ver" != "%{hashver}"; then
2044 : Error: Upstream HASH version is now ${ver}, expecting %{hashver}.
2045 : Update the hashver macro and rebuild.
2048 ver=$(sed -n '/#define PHP_INTL_VERSION /{s/.* "//;s/".*$//;p}' ext/intl/php_intl.h)
2049 if test "$ver" != "%{intlver}"; then
2050 : Error: Upstream Intl version is now ${ver}, expecting %{intlver}.
2051 : Update the intlver macro and rebuild.
2054 ver=$(awk '/#define PHP_SQLITE_MODULE_VERSION/ {print $3}' ext/sqlite/sqlite.c | xargs)
2055 if test "$ver" != "%{sqlitever}"; then
2056 : Error: Upstream Sqlite version is now ${ver}, expecting %{sqlitever}.
2057 : Update the sqlitever macro and rebuild.
2061 export EXTENSION_DIR="%{php_extensiondir}"
2062 # configure once (for faster debugging purposes)
2063 if [ ! -f _built-conf ]; then
2064 # now remove Makefile copies
2065 rm -f Makefile.{cgi-fcgi,fpm,cli,apxs1,apxs2,litespeed}
2068 cp -f /usr/share/automake/config.* .
2072 export PROG_SENDMAIL="/usr/lib/sendmail"
2073 export CPPFLAGS="-DDEBUG_FASTCGI -DHAVE_STRNDUP %{rpmcppflags} \
2074 -I%{_includedir}/xmlrpc-epi"
2081 %if %{with litespeed}
2097 for sapi in $sapis; do
2099 # skip if already configured (for faster debugging purposes)
2100 [ -f Makefile.$sapi ] && continue
2105 sapi_args='--disable-cli'
2108 sapi_args='--disable-cgi %{?with_gcov:--enable-gcov}'
2111 sapi_args='--disable-cli --enable-fpm'
2114 sapi_args='--disable-cli --enable-embed'
2117 ver=$(rpm -q --qf '%{V}' apache1-devel)
2118 sapi_args="--disable-cli --with-apxs=%{apxs1} --with-apache-version=$ver"
2121 ver=$(rpm -q --qf '%{V}' apache-devel)
2122 sapi_args="--disable-cli --with-apxs2=%{apxs2} --with-apache-version=$ver"
2125 sapi_args='--with-litespeed'
2131 %if "%{!?configure_cache:0}%{?configure_cache}" == "0"
2132 --cache-file=config.cache \
2134 --with-libdir=%{_lib} \
2135 --with-config-file-path=%{_sysconfdir} \
2136 --with-config-file-scan-dir=%{_sysconfdir}/conf.d \
2137 --with-exec-dir=%{_bindir} \
2138 --with-system-tzdata \
2139 --%{!?debug:dis}%{?debug:en}able-debug \
2140 %{?with_zts:--enable-maintainer-zts} \
2141 --enable-inline-optimization \
2142 --enable-bcmath=shared \
2143 --enable-calendar=shared \
2144 --enable-ctype=shared \
2145 --enable-dba=shared \
2146 --enable-dom=shared \
2147 --enable-exif=shared \
2148 --enable-fileinfo=shared \
2149 --enable-ftp=shared \
2150 --enable-gd-native-ttf \
2151 --enable-intl=shared \
2153 --enable-magic-quotes \
2154 --enable-mbstring=shared,all \
2156 --enable-pcntl=shared \
2157 --enable-pdo=shared \
2158 --enable-json=shared \
2159 --enable-hash=shared \
2160 --enable-xmlwriter=shared \
2162 --with-fpm-user=http \
2163 --with-fpm-group=http \
2165 %if %{with mssql} || %{with sybase_ct}
2166 --with-pdo-dblib=shared \
2168 %if %{with interbase} && %{without interbase_inst}
2169 --with-pdo-firebird=shared,/usr \
2171 %{?with_mhash:--with-mhash=yes} \
2172 --with-mysql-sock=/var/lib/mysql/mysql.sock \
2173 --with-pdo-mysql=shared%{?with_mysqlnd:,mysqlnd} \
2174 %{?with_oci8:--with-pdo-oci=shared%{?with_instantclient:,instantclient,%{_libdir}}} \
2175 %{?with_odbc:--with-pdo-odbc=shared,unixODBC,/usr} \
2176 %{?with_pgsql:--with-pdo-pgsql=shared} \
2177 %{?with_pdo_sqlite:--with-pdo-sqlite=shared,/usr} \
2178 --without-libexpat-dir \
2179 --enable-posix=shared \
2181 --enable-session=shared \
2182 --enable-shmop=shared \
2183 --enable-simplexml=shared \
2184 --enable-sysvmsg=shared \
2185 --enable-sysvsem=shared \
2186 --enable-sysvshm=shared \
2187 --enable-safe-mode \
2188 --enable-soap=shared \
2189 --enable-sockets=shared \
2190 --enable-tokenizer=shared \
2191 --enable-ucd-snmp-hack \
2192 %{?with_wddx:--enable-wddx=shared} \
2193 --enable-xml=shared \
2194 --enable-xmlreader=shared \
2196 %{__with_without curl curl shared} \
2198 --with-iconv=shared \
2199 %{?with_enchant:--with-enchant=shared,/usr} \
2200 --with-freetype-dir=shared \
2201 --with-gettext=shared \
2202 --with-gd=shared%{?with_system_gd:,/usr} \
2205 %{?with_imap:--with-imap=shared --with-imap-ssl} \
2206 %{?with_interbase:--with-interbase=shared%{!?with_interbase_inst:,/usr}} \
2207 --with-jpeg-dir=/usr \
2208 %{?with_ldap:--with-ldap=shared --with-ldap-sasl} \
2209 --with-mcrypt=shared \
2210 %{?with_mm:--with-mm} \
2211 %{?with_mssql:--with-mssql=shared} \
2212 %{?with_mysqlnd:--with-mysqlnd=shared} \
2213 --with-mysql=shared%{?with_mysqlnd:,mysqlnd} \
2214 %{?with_mysqli:--with-mysqli=shared%{?with_mysqlnd:,mysqlnd}} \
2215 %{?with_oci8:--with-oci8=shared%{?with_instantclient:,instantclient,%{_libdir}}} \
2216 %{?with_openssl:--with-openssl=shared} \
2217 %{?with_kerberos5:--with-kerberos} \
2218 %{__with_without pcre pcre-regex /usr} \
2219 %{__enable_disable filter filter shared} \
2220 --with-pear=%{php_pear_dir} \
2221 %{__with_without pgsql pgsql shared,/usr} \
2222 %{__enable_disable phar phar shared} \
2223 --with-png-dir=/usr \
2224 %{?with_pspell:--with-pspell=shared} \
2225 --with-readline=shared \
2226 %{?with_recode:--with-recode=shared} \
2227 --with-regex=system \
2228 %{?with_snmp:--with-snmp=shared} \
2229 %{?with_sybase_ct:--with-sybase-ct=shared,/usr} \
2230 %{!?with_sqlite2:--without-sqlite}%{?with_sqlite2:--with-sqlite=shared,/usr --enable-sqlite-utf8} \
2231 %{!?with_pdo_sqlite:--without-pdo-sqlite} \
2232 %{__with_without sqlite3 sqlite3 shared,/usr} \
2233 --with-t1lib=shared \
2234 %{?with_tidy:--with-tidy=shared} \
2235 %{?with_odbc:--with-unixODBC=shared,/usr} \
2236 %{__with_without xmlrpc xmlrpc shared,/usr} \
2238 --with-zlib=shared \
2239 --with-zlib-dir=shared,/usr \
2240 %{?with_system_libzip:--with-libzip} \
2241 --enable-zip=shared,/usr \
2244 cp -f Makefile Makefile.$sapi
2245 cp -f main/php_config.h php_config.h.$sapi
2246 cp -f config.log config.log.$sapi
2249 # as we build each SAPI in own make, adjust php-config.in forehead
2250 sapis=$(awk '/^PHP_SAPI = /{print $3}' Makefile.* | sort -u | xargs)
2251 sed -i -e "s,@PHP_INSTALLED_SAPIS@,$sapis," "scripts/php-config.in"
2253 # must make libphp_common first, so modules can link against it.
2254 cp -af php_config.h.cli main/php_config.h
2255 cp -af Makefile.cli Makefile
2256 %{__make} libphp_common.la
2257 %{__make} build-modules
2260 %{__make} libtool-sapi LIBTOOL_SAPI=sapi/apache/libphp5.la -f Makefile.apxs1
2264 %{__make} libtool-sapi LIBTOOL_SAPI=sapi/apache2handler/libphp5.la -f Makefile.apxs2
2267 %if %{with litespeed}
2268 %{__make} -f Makefile.litespeed
2273 cp -pf php_config.h.cgi-fcgi main/php_config.h
2274 %{__make} -f Makefile.cgi-fcgi
2275 [ "$(echo '<?=php_sapi_name();' | ./sapi/cgi/php-cgi -qn)" = "cgi-fcgi" ]
2280 cp -pf php_config.h.fpm main/php_config.h
2281 %{__make} -f Makefile.fpm
2282 [ $(./sapi/fpm/php-fpm -n -m | grep cgi-fcgi) = "cgi-fcgi" ]
2286 cp -pf php_config.h.cli main/php_config.h
2287 %{__make} -f Makefile.cli
2288 [ "$(echo '<?=php_sapi_name();' | ./sapi/cli/php -qn)" = "cli" ]
2290 # check for stupid xml parse breakage where < and > just get lost in parse result
2291 ./sapi/cli/php -n -dextension_dir=modules -dextension=xml.so -r '$p = xml_parser_create(); xml_parse_into_struct($p, "<x><</x>", $vals, $index); exit((int )empty($vals[0]["value"]));'
2293 # Generate stub .ini files for each extension
2296 generate_inifiles() {
2297 for so in modules/*.so; do
2298 mod=$(basename $so .so)
2300 # xml needs to be loaded before wddx
2301 [ "$mod" = "wddx" ] && conf="xml_$mod.ini"
2302 # pre needs to be loaded before SPL
2303 [ "$mod" = "pcre" ] && conf="PCRE.ini"
2304 # spl needs to be loaded before mysqli
2305 [ "$mod" = "spl" ] && conf="SPL.ini"
2306 # session needs to be loaded before php-pecl-http, php-pecl-memcache, php-pecl-session_mysql
2307 [ "$mod" = "session" ] && conf="Session.ini"
2308 # mysqlnd needs to be loaded before mysql,mysqli,pdo_mysqli
2309 [ "$mod" = "mysqlnd" ] && conf="MySQLND.ini"
2311 cat > conf.d/$conf <<-EOF
2312 ; Enable $mod extension module
2319 # Check that the module inner-dependencies are intact
2320 PHP=./sapi/cli/php EXTENSION_DIR=modules CONFIG_DIR=conf.d ./dep-tests.sh > dep-tests.log
2321 if grep -v OK dep-tests.log; then
2322 echo >&2 "The results above were not expected"
2328 cp -pf php_config.h.cli main/php_config.h
2329 cp -pf Makefile.cli Makefile
2331 # you really don't want to package result of gcov build
2335 cat <<'EOF' > run-tests.sh
2337 export NO_INTERACTION=1 REPORT_EXIT_STATUS=1 MALLOC_CHECK_=2
2338 unset TZ LANG LC_ALL || :
2340 EXTENSION_DIR=modules \
2341 PHP_TEST_SHARED_SYSTEM_EXTENSIONS= \
2342 RUN_TESTS_SETTINGS="-q $*"
2344 chmod +x run-tests.sh
2347 # Run tests, using the CLI SAPI
2348 cp -pf php_config.h.cli main/php_config.h
2349 cp -pf Makefile.cli Makefile
2351 ./run-tests.sh -w failed.log -s test.log
2353 # collect failed tests into cleanup script used in prep.
2354 sed -ne '/FAILED TEST SUMMARY/,/^===/p' test.log | sed -e '1,/^---/d;/^===/,$d' > tests-failed.log
2355 sed -ne '/\[.*\]/{s/\(.*\) \[\(.*\)\]/# \1\nmv \2{,.skip}/p}' tests-failed.log \
2356 >> %{_sourcedir}/skip-tests.sh
2358 failed=$(wc -l < tests-failed.log)
2359 if [ "$failed" != 0 ]; then
2365 rm -rf $RPM_BUILD_ROOT
2366 install -d $RPM_BUILD_ROOT{%{_libdir}/{php,apache{,1}},%{_sysconfdir}/{apache,cgi}} \
2367 $RPM_BUILD_ROOT{%{_sbindir},%{_bindir}} \
2368 $RPM_BUILD_ROOT/etc/{apache/conf.d,httpd/conf.d} \
2369 $RPM_BUILD_ROOT%{_mandir}/man{1,8} \
2371 cp -pf php_config.h.cli main/php_config.h
2372 cp -pf Makefile.cli Makefile
2374 INSTALL_ROOT=$RPM_BUILD_ROOT
2376 # make link relative
2377 ln -sfn phar.phar $RPM_BUILD_ROOT%{_bindir}/phar
2379 # install Apache1 DSO module
2381 libtool --mode=install install -p sapi/apache/libphp5.la $RPM_BUILD_ROOT%{_libdir}/apache1
2382 mv $RPM_BUILD_ROOT%{_libdir}/apache1/libphp5{,-%{version}}.so
2383 ln -s libphp5-%{version}.so $RPM_BUILD_ROOT%{_libdir}/apache1/libphp5.so
2386 # install Apache2 DSO module
2388 libtool --mode=install install -p sapi/apache2handler/libphp5.la $RPM_BUILD_ROOT%{_libdir}/apache
2389 mv $RPM_BUILD_ROOT%{_libdir}/apache/libphp5{,-%{version}}.so
2390 ln -s libphp5-%{version}.so $RPM_BUILD_ROOT%{_libdir}/apache/libphp5.so
2393 # install litespeed sapi
2394 %if %{with litespeed}
2395 libtool --mode=install install -p sapi/litespeed/php $RPM_BUILD_ROOT%{_sbindir}/%{name}.litespeed
2398 libtool --mode=install install -p libphp_common.la $RPM_BUILD_ROOT%{_libdir}
2403 libtool --mode=install install -p sapi/cgi/php-cgi $RPM_BUILD_ROOT%{_bindir}/%{name}.cgi
2404 ln -sf %{name}.cgi $RPM_BUILD_ROOT%{_bindir}/%{name}.fcgi
2405 cp -p %{SOURCE3} $RPM_BUILD_ROOT%{_sysconfdir}/php-cgi-fcgi.ini
2410 install -d $RPM_BUILD_ROOT{%{_sysconfdir}/fpm.d,%{_sbindir},%{_datadir}/fpm}
2411 libtool --mode=install install -p sapi/fpm/php-fpm $RPM_BUILD_ROOT%{_sbindir}/%{name}-fpm
2412 cp -p sapi/fpm/php-fpm.8 $RPM_BUILD_ROOT%{_mandir}/man8/%{name}-fpm.8
2413 cp -p sapi/fpm/php-fpm.conf $RPM_BUILD_ROOT%{_sysconfdir}
2414 cp -p sapi/fpm/status.html $RPM_BUILD_ROOT%{_datadir}/fpm
2415 install -d $RPM_BUILD_ROOT/etc/rc.d/init.d
2416 install -p %{SOURCE10} $RPM_BUILD_ROOT/etc/rc.d/init.d/%{name}-fpm
2417 install -d $RPM_BUILD_ROOT/etc/logrotate.d
2418 cp -p %{SOURCE11} $RPM_BUILD_ROOT/etc/logrotate.d/%{name}-fpm
2421 s#/usr/lib/php#%{php_extensiondir}#
2422 s#/etc/php#%{_sysconfdir}#
2423 s#@processname@#%{name}-fpm#g
2424 ' $RPM_BUILD_ROOT{/etc/{rc.d/init.d/%{name}-fpm,logrotate.d/%{name}-fpm},%{_sysconfdir}/php-fpm.conf}
2427 # install Embedded API
2429 %{__make} -f Makefile.embed install-sapi INSTALL_ROOT=$RPM_BUILD_ROOT
2430 # we could use install-headers from Makefile.embed, but that would reinstall all headers
2431 install -d $RPM_BUILD_ROOT%{_includedir}/php/sapi/embed
2432 cp -p sapi/embed/php_embed.h $RPM_BUILD_ROOT%{_includedir}/php/sapi/embed
2436 # without suffix, install as php.cli
2437 %if "%{?php_suffix}" == ""
2438 %define phpfn %{name}.cli
2440 %define phpfn %{name}
2442 libtool --mode=install install -p sapi/cli/php $RPM_BUILD_ROOT%{_bindir}/%{phpfn}
2443 cp -p sapi/cli/php.1 $RPM_BUILD_ROOT%{_mandir}/man1/%{phpfn}.1
2444 echo ".so %{phpfn}.1" >$RPM_BUILD_ROOT%{_mandir}/man1/php.1
2445 ln -sf %{phpfn} $RPM_BUILD_ROOT%{_bindir}/php
2447 cp -p php.ini $RPM_BUILD_ROOT%{_sysconfdir}/php.ini
2449 cp -p %{SOURCE5} $RPM_BUILD_ROOT%{_sysconfdir}/php-cli.ini
2450 cp -p %{SOURCE9} $RPM_BUILD_ROOT%{_sysconfdir}/browscap.ini
2453 cp -p %{SOURCE2} $RPM_BUILD_ROOT/etc/apache/conf.d/70_mod_php.conf
2454 cp -p %{SOURCE4} $RPM_BUILD_ROOT%{_sysconfdir}/php-apache.ini
2455 %{__rm} -f $RPM_BUILD_ROOT%{_libdir}/apache1/libphp5.la
2459 cp -p %{SOURCE2} $RPM_BUILD_ROOT/etc/httpd/conf.d/70_mod_php.conf
2460 cp -p %{SOURCE4} $RPM_BUILD_ROOT%{_sysconfdir}/php-apache2handler.ini
2461 %{__rm} -f $RPM_BUILD_ROOT%{_libdir}/apache/libphp5.la
2464 # ensure that paths are correct for current php version and arch
2465 grep -El '/etc/php/|/usr/lib/php/' $RPM_BUILD_ROOT%{_sysconfdir}/*.ini | xargs -r \
2467 s#/usr/lib/php#%{php_extensiondir}#
2468 s#/etc/php#%{_sysconfdir}#
2471 install -d $RPM_BUILD_ROOT%{_sysconfdir}/conf.d
2472 cp -p conf.d/*.ini $RPM_BUILD_ROOT%{_sysconfdir}/conf.d
2474 # per SAPI ini directories
2475 install -d $RPM_BUILD_ROOT%{_sysconfdir}/{cgi-fcgi,cli,apache,apache2handler}.d
2478 mv $RPM_BUILD_ROOT%{_sysconfdir}/{conf.d/readline.ini,cli.d}
2480 # use system automake and {lib,sh}tool
2481 ln -snf /usr/share/automake/config.{guess,sub} $RPM_BUILD_ROOT%{_libdir}/php/build
2482 for i in libtool.m4 lt~obsolete.m4 ltoptions.m4 ltsugar.m4 ltversion.m4; do
2483 ln -snf %{_aclocaldir}/${i} $RPM_BUILD_ROOT%{_libdir}/php/build
2485 ln -snf %{_datadir}/libtool/config/ltmain.sh $RPM_BUILD_ROOT%{_libdir}/php/build
2486 ln -snf %{_bindir}/shtool $RPM_BUILD_ROOT%{_libdir}/php/build
2488 # for php-pecl-mailparse
2489 install -d $RPM_BUILD_ROOT%{_includedir}/php/ext/mbstring
2490 cp -p ext/mbstring/libmbfl/mbfl/*.h $RPM_BUILD_ROOT%{_includedir}/php/ext/mbstring
2493 install -d $RPM_BUILD_ROOT%{php_data_dir}/tests/php
2494 install -p run-tests.php $RPM_BUILD_ROOT%{php_data_dir}/tests/php/run-tests.php
2495 cp -a tests/* $RPM_BUILD_ROOT%{php_data_dir}/tests/php
2497 # fix install paths, avoid evil rpaths
2498 sed -i -e "s|^libdir=.*|libdir='%{_libdir}'|" $RPM_BUILD_ROOT%{_libdir}/libphp_common.la
2500 # libphp5.la contains our buildroot in dependency_libs
2501 sed -i -e "/dependency_libs/ s,/[^ ]*/libs/libphp_common.la,%{_libdir}/libphp_common.la," $RPM_BUILD_ROOT%{_libdir}/libphp5.la
2504 sed -i -e 's|libphp_common.la|$(libdir)/libphp_common.la|' $RPM_BUILD_ROOT%{_libdir}/php/build/acinclude.m4
2507 rm -rf $RPM_BUILD_ROOT
2509 %post -n apache1-mod_%{name}
2510 if [ "$1" = "1" ]; then
2511 %service -q apache restart
2514 %postun -n apache1-mod_%{name}
2515 if [ "$1" = "0" ]; then
2516 %service -q apache restart
2519 %post -n apache-mod_%{name}
2520 if [ "$1" = "1" ]; then
2521 %service -q httpd restart
2524 %postun -n apache-mod_%{name}
2525 if [ "$1" = "0" ]; then
2526 %service -q httpd restart
2530 %useradd -u 51 -r -s /bin/false -c "HTTP User" -g http http
2533 /sbin/chkconfig --add %{name}-fpm
2534 %service %{name}-fpm restart
2537 if [ "$1" = 0 ]; then
2538 %service %{name}-fpm stop
2539 /sbin/chkconfig --del %{name}-fpm
2543 if [ "$1" = "0" ]; then
2547 %post embedded -p /sbin/ldconfig
2548 %postun embedded -p /sbin/ldconfig
2551 # PHP 5.3 requires timezone being setup, try setup it from tzdata
2552 if ! grep -q '^date.timezone[[:space:]]*=' %{_sysconfdir}/php.ini && [ -f /etc/sysconfig/timezone ]; then
2554 . /etc/sysconfig/timezone
2555 if [ "$TIMEZONE" ]; then
2556 %{__sed} -i -e "s,^;date.timezone[[:space:]]*=.*,date.timezone = $TIMEZONE," %{_sysconfdir}/php.ini
2561 # minimizing apache restarts logics. we restart webserver:
2563 # 1. at the end of transaction. (posttrans, feature from rpm 4.4.2)
2564 # 2. first install of extension (post: $1 = 1)
2565 # 2. uninstall of extension (postun: $1 == 0)
2567 # the strict internal deps between extensions (and apache modules) and
2568 # common package are very important for all this to work.
2570 # restart webserver at the end of transaction
2571 [ ! -f /etc/apache/conf.d/??_mod_php.conf ] || %service -q apache restart
2572 [ ! -f /etc/httpd/conf.d/??_mod_php.conf ] || %service -q httpd restart
2574 # common macros called at extension post/postun scriptlet
2575 %define extension_scripts() \
2577 if [ "$1" = "1" ]; then \
2578 %php_webserver_restart \
2582 if [ "$1" = "0" ]; then \
2583 %php_webserver_restart \
2587 # extension scripts defines
2588 %extension_scripts bcmath
2589 %extension_scripts bz2
2590 %extension_scripts calendar
2591 %extension_scripts ctype
2592 %extension_scripts curl
2593 %extension_scripts dba
2594 %extension_scripts dom
2595 %extension_scripts enchant
2596 %extension_scripts exif
2597 %extension_scripts fileinfo
2598 %extension_scripts filter
2599 %extension_scripts ftp
2600 %extension_scripts gd
2601 %extension_scripts gettext
2602 %extension_scripts gmp
2603 %extension_scripts hash
2604 %extension_scripts iconv
2605 %extension_scripts imap
2606 %extension_scripts interbase
2607 %extension_scripts intl
2608 %extension_scripts json
2609 %extension_scripts ldap
2610 %extension_scripts mbstring
2611 %extension_scripts mcrypt
2612 %extension_scripts mssql
2613 %extension_scripts mysql
2614 %extension_scripts mysqli
2615 %extension_scripts mysqlnd
2616 %extension_scripts oci8
2617 %extension_scripts odbc
2618 %extension_scripts openssl
2619 %extension_scripts pcre
2620 %extension_scripts pdo
2621 %extension_scripts pdo-dblib
2622 %extension_scripts pdo-firebird
2623 %extension_scripts pdo-oci
2624 %extension_scripts pdo-mysql
2625 %extension_scripts pdo-odbc
2626 %extension_scripts pdo-pgsql
2627 %extension_scripts pdo-sqlite
2628 %extension_scripts pgsql
2629 %extension_scripts phar
2630 %extension_scripts pcntl
2631 %extension_scripts posix
2632 %extension_scripts pspell
2633 %extension_scripts recode
2634 %extension_scripts session
2635 %extension_scripts shmop
2636 %extension_scripts simplexml
2637 %extension_scripts snmp
2638 %extension_scripts soap
2639 %extension_scripts sockets
2640 %extension_scripts spl
2641 %extension_scripts sqlite
2642 %extension_scripts sqlite3
2643 %extension_scripts sybase-ct
2644 %extension_scripts sysvmsg
2645 %extension_scripts sysvsem
2646 %extension_scripts sysvshm
2647 %extension_scripts tidy
2648 %extension_scripts tokenizer
2649 %extension_scripts wddx
2650 %extension_scripts xml
2651 %extension_scripts xmlreader
2652 %extension_scripts xmlrpc
2653 %extension_scripts xmlwriter
2654 %extension_scripts xsl
2655 %extension_scripts zip
2656 %extension_scripts zlib
2659 %files -n apache1-mod_%{name}
2660 %defattr(644,root,root,755)
2661 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/apache/conf.d/*_mod_php.conf
2662 %dir %{_sysconfdir}/apache.d
2663 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/php-apache.ini
2664 %attr(755,root,root) %{_libdir}/apache1/libphp5.so
2665 %attr(755,root,root) %{_libdir}/apache1/libphp5-%{version}.so
2669 %files -n apache-mod_%{name}
2670 %defattr(644,root,root,755)
2671 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/httpd/conf.d/*_mod_php.conf
2672 %dir %{_sysconfdir}/apache2handler.d
2673 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/php-apache2handler.ini
2674 %attr(755,root,root) %{_libdir}/apache/libphp5.so
2675 %attr(755,root,root) %{_libdir}/apache/libphp5-%{version}.so
2678 %if %{with litespeed}
2680 %defattr(644,root,root,755)
2681 %attr(755,root,root) %{_sbindir}/%{name}.litespeed
2686 %defattr(644,root,root,755)
2687 %dir %{_sysconfdir}/cgi-fcgi.d
2688 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/php-cgi-fcgi.ini
2689 %attr(755,root,root) %{_bindir}/%{name}.cgi
2690 %attr(755,root,root) %{_bindir}/%{name}.fcgi
2695 %defattr(644,root,root,755)
2696 %attr(755,root,root) %{_libdir}/libphp5-%{version}.so
2700 %defattr(644,root,root,755)
2701 %dir %{_sysconfdir}/cli.d
2702 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/php-cli.ini
2703 %attr(755,root,root) %{_bindir}/%{phpfn}
2704 %{_mandir}/man1/%{phpfn}.1*
2707 %defattr(644,root,root,755)
2708 %attr(755,root,root) %{_bindir}/php
2709 %{_mandir}/man1/php.1*
2713 %defattr(644,root,root,755)
2714 %doc sapi/fpm/{CREDITS,LICENSE}
2715 %dir %{_sysconfdir}/fpm.d
2716 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/php-fpm.conf
2717 %attr(755,root,root) %{_sbindir}/%{name}-fpm
2718 %{_mandir}/man8/%{name}-fpm.8*
2719 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/logrotate.d/%{name}-fpm
2720 %attr(754,root,root) /etc/rc.d/init.d/%{name}-fpm
2721 %dir %{_datadir}/fpm
2722 %{_datadir}/fpm/status.html
2726 %defattr(644,root,root,755)
2727 %doc CREDITS EXTENSIONS LICENSE NEWS README.{PHP4-TO-PHP5-THIN-CHANGES,namespaces} TODO* UPGRADING* Zend/{LICENSE.Zend,ZEND_CHANGES} php.ini-*
2729 %dir %{_sysconfdir}/conf.d
2730 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/php.ini
2731 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/browscap.ini
2732 %attr(755,root,root) %{_libdir}/libphp_common-*.so
2733 %dir %{php_extensiondir}
2735 %doc ext/session/mod_files.sh
2738 %defattr(644,root,root,755)
2739 %doc CODING_STANDARDS README.{EXTENSIONS,EXT_SKEL,PARAMETER_PARSING_API,SELF-CONTAINED-EXTENSIONS,STREAMS,SUBMITTING_PATCH,TESTING,TESTING2,UNIX-BUILD-SYSTEM,input_filter}
2740 %attr(755,root,root) %{_bindir}/phpize
2741 %attr(755,root,root) %{_bindir}/php-config
2742 %attr(755,root,root) %{_libdir}/libphp_common.so
2743 %{_libdir}/libphp_common.la
2745 %{_libdir}/php/build
2746 %{_mandir}/man1/php-config.1*
2747 %{_mandir}/man1/phpize.1*
2750 %{_libdir}/libphp5.so
2751 %{_libdir}/libphp5.la
2755 %defattr(644,root,root,755)
2756 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/bcmath.ini
2757 %attr(755,root,root) %{php_extensiondir}/bcmath.so
2760 %defattr(644,root,root,755)
2761 %doc ext/bz2/CREDITS
2762 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/bz2.ini
2763 %attr(755,root,root) %{php_extensiondir}/bz2.so
2766 %defattr(644,root,root,755)
2767 %doc ext/calendar/CREDITS
2768 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/calendar.ini
2769 %attr(755,root,root) %{php_extensiondir}/calendar.so
2772 %defattr(644,root,root,755)
2773 %doc ext/calendar/CREDITS
2774 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/ctype.ini
2775 %attr(755,root,root) %{php_extensiondir}/ctype.so
2779 %defattr(644,root,root,755)
2780 %doc ext/curl/CREDITS
2781 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/curl.ini
2782 %attr(755,root,root) %{php_extensiondir}/curl.so
2786 %defattr(644,root,root,755)
2787 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/dba.ini
2788 %attr(755,root,root) %{php_extensiondir}/dba.so
2791 %defattr(644,root,root,755)
2792 %doc ext/dom/{CREDITS,TODO}
2793 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/dom.ini
2794 %attr(755,root,root) %{php_extensiondir}/dom.so
2798 %defattr(644,root,root,755)
2799 %doc ext/enchant/{CREDITS,docs/examples}
2800 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/enchant.ini
2801 %attr(755,root,root) %{php_extensiondir}/enchant.so
2805 %defattr(644,root,root,755)
2806 %doc ext/exif/CREDITS
2807 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/exif.ini
2808 %attr(755,root,root) %{php_extensiondir}/exif.so
2811 %defattr(644,root,root,755)
2812 %doc ext/fileinfo/CREDITS
2813 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/fileinfo.ini
2814 %attr(755,root,root) %{php_extensiondir}/fileinfo.so
2818 %defattr(644,root,root,755)
2819 %doc ext/filter/{CREDITS,docs/*}
2820 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/filter.ini
2821 %attr(755,root,root) %{php_extensiondir}/filter.so
2825 %defattr(644,root,root,755)
2826 %doc ext/ftp/CREDITS
2827 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/ftp.ini
2828 %attr(755,root,root) %{php_extensiondir}/ftp.so
2831 %defattr(644,root,root,755)
2833 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/gd.ini
2834 %attr(755,root,root) %{php_extensiondir}/gd.so
2837 %defattr(644,root,root,755)
2838 %doc ext/gettext/CREDITS
2839 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/gettext.ini
2840 %attr(755,root,root) %{php_extensiondir}/gettext.so
2843 %defattr(644,root,root,755)
2844 %doc ext/gmp/{CREDITS,README,TODO}
2845 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/gmp.ini
2846 %attr(755,root,root) %{php_extensiondir}/gmp.so
2849 %defattr(644,root,root,755)
2850 %doc ext/hash/{CREDITS,README}
2851 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/hash.ini
2852 %attr(755,root,root) %{php_extensiondir}/hash.so
2855 %defattr(644,root,root,755)
2856 %doc ext/iconv/CREDITS
2857 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/iconv.ini
2858 %attr(755,root,root) %{php_extensiondir}/iconv.so
2862 %defattr(644,root,root,755)
2863 %doc ext/imap/CREDITS
2864 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/imap.ini
2865 %attr(755,root,root) %{php_extensiondir}/imap.so
2868 %if %{with interbase}
2870 %defattr(644,root,root,755)
2871 %doc ext/interbase/CREDITS
2872 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/interbase.ini
2873 %attr(755,root,root) %{php_extensiondir}/interbase.so
2877 %defattr(644,root,root,755)
2878 %doc ext/intl/{CREDITS,TODO}
2879 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/intl.ini
2880 %attr(755,root,root) %{php_extensiondir}/intl.so
2883 %defattr(644,root,root,755)
2884 %doc ext/json/CREDITS
2885 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/json.ini
2886 %attr(755,root,root) %{php_extensiondir}/json.so
2890 %defattr(644,root,root,755)
2891 %doc ext/ldap/CREDITS
2892 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/ldap.ini
2893 %attr(755,root,root) %{php_extensiondir}/ldap.so
2897 %defattr(644,root,root,755)
2898 %doc ext/mbstring/{CREDITS,README*}
2899 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/mbstring.ini
2900 %attr(755,root,root) %{php_extensiondir}/mbstring.so
2903 %defattr(644,root,root,755)
2904 %doc ext/mcrypt/{CREDITS,TODO}
2905 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/mcrypt.ini
2906 %attr(755,root,root) %{php_extensiondir}/mcrypt.so
2910 %defattr(644,root,root,755)
2911 %doc ext/mssql/CREDITS
2912 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/mssql.ini
2913 %attr(755,root,root) %{php_extensiondir}/mssql.so
2917 %defattr(644,root,root,755)
2918 %doc ext/mysql/CREDITS
2919 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/mysql.ini
2920 %attr(755,root,root) %{php_extensiondir}/mysql.so
2924 %defattr(644,root,root,755)
2925 %doc ext/mysqli/{CREDITS,TODO}
2926 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/mysqli.ini
2927 %attr(755,root,root) %{php_extensiondir}/mysqli.so
2932 %defattr(644,root,root,755)
2933 %doc ext/mysqlnd/CREDITS
2934 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/MySQLND.ini
2935 %attr(755,root,root) %{php_extensiondir}/mysqlnd.so
2940 %defattr(644,root,root,755)
2941 %doc ext/oci8/{CREDITS,README}
2942 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/oci8.ini
2943 %attr(755,root,root) %{php_extensiondir}/oci8.so
2948 %defattr(644,root,root,755)
2949 %doc ext/odbc/CREDITS
2950 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/odbc.ini
2951 %attr(755,root,root) %{php_extensiondir}/odbc.so
2956 %defattr(644,root,root,755)
2957 %doc ext/openssl/{CREDITS,README}
2958 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/openssl.ini
2959 %attr(755,root,root) %{php_extensiondir}/openssl.so
2963 %defattr(644,root,root,755)
2964 %doc ext/pcntl/{CREDITS,README}
2965 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/pcntl.ini
2966 %attr(755,root,root) %{php_extensiondir}/pcntl.so
2970 %defattr(644,root,root,755)
2971 %doc ext/pcre/CREDITS
2972 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/PCRE.ini
2973 %attr(755,root,root) %{php_extensiondir}/pcre.so
2977 %defattr(644,root,root,755)
2978 %doc ext/pdo/{CREDITS,README,TODO}
2979 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/pdo.ini
2980 %attr(755,root,root) %{php_extensiondir}/pdo.so
2982 %if %{with mssql} || %{with sybase_ct}
2984 %defattr(644,root,root,755)
2985 %doc ext/pdo_dblib/{CREDITS,README}
2986 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/pdo_dblib.ini
2987 %attr(755,root,root) %{php_extensiondir}/pdo_dblib.so
2990 %if %{with interbase} && !%{with interbase_inst}
2992 %defattr(644,root,root,755)
2993 %doc ext/pdo_firebird/CREDITS
2994 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/pdo_firebird.ini
2995 %attr(755,root,root) %{php_extensiondir}/pdo_firebird.so
2999 %defattr(644,root,root,755)
3000 %doc ext/pdo_mysql/CREDITS
3001 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/pdo_mysql.ini
3002 %attr(755,root,root) %{php_extensiondir}/pdo_mysql.so
3006 %defattr(644,root,root,755)
3007 %doc ext/pdo_oci/CREDITS
3008 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/pdo_oci.ini
3009 %attr(755,root,root) %{php_extensiondir}/pdo_oci.so
3014 %defattr(644,root,root,755)
3015 %doc ext/pdo_odbc/CREDITS
3016 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/pdo_odbc.ini
3017 %attr(755,root,root) %{php_extensiondir}/pdo_odbc.so
3022 %defattr(644,root,root,755)
3023 %doc ext/pdo_pgsql/CREDITS
3024 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/pdo_pgsql.ini
3025 %attr(755,root,root) %{php_extensiondir}/pdo_pgsql.so
3028 %if %{with pdo_sqlite}
3030 %defattr(644,root,root,755)
3031 %doc ext/pdo_sqlite/CREDITS
3032 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/pdo_sqlite.ini
3033 %attr(755,root,root) %{php_extensiondir}/pdo_sqlite.so
3038 %defattr(644,root,root,755)
3039 %doc ext/pgsql/{CREDITS,README}
3040 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/pgsql.ini
3041 %attr(755,root,root) %{php_extensiondir}/pgsql.so
3046 %defattr(644,root,root,755)
3047 %doc ext/phar/{CREDITS,TODO}
3048 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/phar.ini
3049 %attr(755,root,root) %{php_extensiondir}/phar.so
3050 %attr(755,root,root) %{_bindir}/phar
3051 %attr(755,root,root) %{_bindir}/phar.phar
3055 %defattr(644,root,root,755)
3056 %doc ext/posix/CREDITS
3057 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/posix.ini
3058 %attr(755,root,root) %{php_extensiondir}/posix.so
3062 %defattr(644,root,root,755)
3063 %doc ext/pspell/{CREDITS,README}
3064 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/pspell.ini
3065 %attr(755,root,root) %{php_extensiondir}/pspell.so
3069 %defattr(644,root,root,755)
3070 %doc ext/readline/{CREDITS,README*}
3071 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/cli.d/readline.ini
3072 %attr(755,root,root) %{php_extensiondir}/readline.so
3076 %defattr(644,root,root,755)
3077 %doc ext/recode/CREDITS
3078 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/recode.ini
3079 %attr(755,root,root) %{php_extensiondir}/recode.so
3083 %defattr(644,root,root,755)
3084 %doc ext/session/CREDITS
3085 %doc ext/session/mod_files.sh
3086 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/Session.ini
3087 %attr(755,root,root) %{php_extensiondir}/session.so
3090 %defattr(644,root,root,755)
3091 %doc ext/shmop/{CREDITS,README}
3092 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/shmop.ini
3093 %attr(755,root,root) %{php_extensiondir}/shmop.so
3096 %defattr(644,root,root,755)
3097 %doc ext/simplexml/{CREDITS,README}
3098 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/simplexml.ini
3099 %attr(755,root,root) %{php_extensiondir}/simplexml.so
3103 %defattr(644,root,root,755)
3104 %doc ext/snmp/CREDITS
3105 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/snmp.ini
3106 %attr(755,root,root) %{php_extensiondir}/snmp.so
3110 %defattr(644,root,root,755)
3111 %doc ext/soap/{CREDITS,TODO*}
3112 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/soap.ini
3113 %attr(755,root,root) %{php_extensiondir}/soap.so
3116 %defattr(644,root,root,755)
3117 %doc ext/sockets/CREDITS
3118 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/sockets.ini
3119 %attr(755,root,root) %{php_extensiondir}/sockets.so
3122 %defattr(644,root,root,755)
3123 %doc ext/spl/{CREDITS,README,TODO,examples}
3124 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/SPL.ini
3125 %attr(755,root,root) %{php_extensiondir}/spl.so
3129 %defattr(644,root,root,755)
3130 %doc ext/sqlite/{README,TODO,CREDITS}
3131 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/sqlite.ini
3132 %attr(755,root,root) %{php_extensiondir}/sqlite.so
3137 %defattr(644,root,root,755)
3138 %doc ext/sqlite3/CREDITS
3139 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/sqlite3.ini
3140 %attr(755,root,root) %{php_extensiondir}/sqlite3.so
3143 %if %{with sybase_ct}
3145 %defattr(644,root,root,755)
3146 %doc ext/sybase_ct/CREDITS
3147 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/sybase_ct.ini
3148 %attr(755,root,root) %{php_extensiondir}/sybase_ct.so
3152 %defattr(644,root,root,755)
3153 %doc ext/sysvmsg/CREDITS
3154 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/sysvmsg.ini
3155 %attr(755,root,root) %{php_extensiondir}/sysvmsg.so
3158 %defattr(644,root,root,755)
3159 %doc ext/sysvsem/CREDITS
3160 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/sysvsem.ini
3161 %attr(755,root,root) %{php_extensiondir}/sysvsem.so
3164 %defattr(644,root,root,755)
3165 %doc ext/sysvshm/CREDITS
3166 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/sysvshm.ini
3167 %attr(755,root,root) %{php_extensiondir}/sysvshm.so
3170 %defattr(644,root,root,755)
3171 %dir %{php_data_dir}/tests/php
3172 %{php_data_dir}/tests/php/basic
3173 %{php_data_dir}/tests/php/classes
3174 %{php_data_dir}/tests/php/func
3175 %{php_data_dir}/tests/php/lang
3176 %{php_data_dir}/tests/php/output
3177 %{php_data_dir}/tests/php/run-test
3178 %{php_data_dir}/tests/php/security
3179 %{php_data_dir}/tests/php/strings
3180 %{php_data_dir}/tests/php/quicktester.inc
3181 %attr(755,root,root) %{php_data_dir}/tests/php/run-tests.php
3185 %defattr(644,root,root,755)
3186 %doc ext/tidy/{CREDITS,README}
3187 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/tidy.ini
3188 %attr(755,root,root) %{php_extensiondir}/tidy.so
3192 %defattr(644,root,root,755)
3193 %doc ext/tokenizer/CREDITS
3194 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/tokenizer.ini
3195 %attr(755,root,root) %{php_extensiondir}/tokenizer.so
3199 %defattr(644,root,root,755)
3200 %doc ext/wddx/CREDITS
3201 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*wddx.ini
3202 %attr(755,root,root) %{php_extensiondir}/wddx.so
3206 %defattr(644,root,root,755)
3207 %doc ext/xml/CREDITS
3208 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/xml.ini
3209 %attr(755,root,root) %{php_extensiondir}/xml.so
3212 %defattr(644,root,root,755)
3213 %doc ext/xmlreader/{CREDITS,README,TODO,examples}
3214 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/xmlreader.ini
3215 %attr(755,root,root) %{php_extensiondir}/xmlreader.so
3219 %defattr(644,root,root,755)
3220 %doc ext/xmlrpc/CREDITS
3221 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/xmlrpc.ini
3222 %attr(755,root,root) %{php_extensiondir}/xmlrpc.so
3226 %defattr(644,root,root,755)
3227 %doc ext/xmlwriter/{CREDITS,TODO}
3228 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/xmlwriter.ini
3229 %attr(755,root,root) %{php_extensiondir}/xmlwriter.so
3232 %defattr(644,root,root,755)
3233 %doc ext/xsl/CREDITS
3234 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/xsl.ini
3235 %attr(755,root,root) %{php_extensiondir}/xsl.so
3238 %defattr(644,root,root,755)
3239 %doc ext/zip/{CREDITS,TODO}
3240 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/zip.ini
3241 %attr(755,root,root) %{php_extensiondir}/zip.so
3244 %defattr(644,root,root,755)
3245 %doc ext/zlib/CREDITS
3246 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/zlib.ini
3247 %attr(755,root,root) %{php_extensiondir}/zlib.so