# TODO # - fix -threads-acfix.patch # - deal with modules removed from php and not moved to PECL, still not obsoleted anywhere # - removed from php 5.0 (currently in php4): # db, hyperwave, java, mcal, overload, qtdom # - removed from php 5.1: # cpdf, fam, oracle # - removed from php 5.2: # filepro, hw # - mime_magic can't handle new "string/*" entries in magic.mime # thus doesn't work with system magic.mime database # - make additional headers and checking added by mail patch configurable # - apply -hardened patch by default ? # - modularize session, standard (output from pure php -m)? # # Conditional build: %bcond_with fdf # with FDF (PDF forms) module (BR: proprietary lib) %bcond_with hardening # build with hardening patch applied (http://www.hardened-php.net/) %bcond_with interbase_inst # use InterBase install., not Firebird (BR: proprietary libs) %bcond_with oci8 # with Oracle oci8 extension module (BR: proprietary libs) %bcond_without curl # without CURL extension module %bcond_without filter # without filter extension module %bcond_without imap # without IMAP extension module %bcond_without interbase # without InterBase extension module %bcond_without ldap # without LDAP extension module %bcond_without mhash # without mhash extension module %bcond_without mime_magic # without mime-magic module %bcond_without ming # without ming extension module %bcond_without mm # without mm support for session storage %bcond_without mssql # without MS SQL extension module %bcond_without mysqli # without mysqli support (Requires mysql > 4.1) %bcond_without odbc # without ODBC extension module %bcond_without openssl # without OpenSSL support and OpenSSL extension (module) %bcond_without pcre # without PCRE extension module %bcond_without pgsql # without PostgreSQL extension module %bcond_without pspell # without pspell extension module %bcond_without recode # without recode extension module %bcond_without snmp # without SNMP extension module %bcond_without sqlite # without SQLite extension module %bcond_without sybase # without Sybase extension module %bcond_without sybase_ct # without Sybase-CT extension module %bcond_without tidy # without Tidy extension module %bcond_without wddx # without WDDX extension module %bcond_without xmlrpc # without XML-RPC extension module %bcond_without apache1 # disable building apache 1.3.x module %bcond_without apache2 # disable building apache 2.x module %bcond_without fcgi # disable building FCGI SAPI %bcond_without zts # disable experimental-zts %bcond_with versioning # build with experimental versioning (to load php4/php5 into same apache) %define apxs1 /usr/sbin/apxs1 %define apxs2 /usr/sbin/apxs # some problems with apache 2.x %if %{with apache2} %undefine with_mm %endif %ifnarch %{ix86} %{x8664} sparc sparcv9 alpha # ppc disabled (broken on th-ppc) %undefine with_interbase %endif %if %{without apache1} && %{without apache2} ERROR: You need to select at least one Apache SAPI to build shared modules. %endif # filter depends on pcre %if %{without pcre} %undefine with_filter %endif %define _rel 2 Summary: PHP: Hypertext Preprocessor Summary(fr.UTF-8): Le langage de script embarque-HTML PHP Summary(pl.UTF-8): Język skryptowy PHP Summary(pt_BR.UTF-8): A linguagem de script PHP Summary(ru.UTF-8): PHP Версии 5 - язык препроцессирования HTML-файлов, выполняемый на сервере Summary(uk.UTF-8): PHP Версії 5 - мова препроцесування HTML-файлів, виконувана на сервері Name: php Version: 5.2.1 Release: %{_rel}%{?with_hardening:hardened} Epoch: 4 License: PHP Group: Libraries Source0: http://www.php.net/distributions/%{name}-%{version}.tar.bz2 # Source0-md5: 261218e3569a777dbd87c16a15f05c8d Source2: zend.gif Source3: %{name}-mod_%{name}.conf Source4: %{name}-cgi-fcgi.ini Source5: %{name}-cgi.ini Source6: %{name}-apache.ini Source7: %{name}-cli.ini Source8: http://www.hardened-php.net/hardening-patch-5.0.4-0.3.0.patch.gz # Source8-md5: 47a742fa9fab2826ad10c13a2376111a # Taken from: http://browsers.garykeith.com/downloads.asp Source9: %{name}_browscap.ini Patch0: %{name}-shared.patch Patch1: %{name}-pldlogo.patch Patch2: %{name}-mail.patch Patch3: %{name}-link-libs.patch Patch4: %{name}-libpq_fs_h_path.patch Patch5: %{name}-filter-shared.patch Patch6: %{name}-build_modules.patch Patch7: %{name}-sapi-ini-file.patch Patch8: %{name}-no-metaccld.patch Patch9: %{name}-sh.patch Patch10: %{name}-ini.patch Patch11: %{name}-acam.patch #Patch15: %{name}-threads-acfix.patch Patch16: %{name}-tsrmlsfetchgcc2.patch Patch17: %{name}-no_pear_install.patch Patch18: %{name}-zlib.patch Patch19: %{name}-sybase-fix.patch Patch20: %{name}-readline.patch Patch21: %{name}-nohttpd.patch Patch23: %{name}-gd_imagerotate_enable.patch Patch24: %{name}-uint32_t.patch Patch26: %{name}-dba-link.patch Patch30: %{name}-hardening-fix.patch Patch31: %{name}-both-apxs.patch Patch32: %{name}-builddir.patch Patch33: %{name}-zlib-for-getimagesize.patch Patch35: %{name}-versioning.patch Patch36: %{name}-linkflags-clean.patch Patch39: %{name}-pear.patch Patch41: %{name}-config-dir.patch URL: http://www.php.net/ %{?with_interbase:%{!?with_interbase_inst:BuildRequires: Firebird-devel >= 1.0.2.908-2}} %{?with_pspell:BuildRequires: aspell-devel >= 2:0.50.0} BuildRequires: autoconf >= 2.53 BuildRequires: automake >= 1.4d BuildRequires: bison BuildRequires: bzip2-devel %{?with_curl:BuildRequires: curl-devel >= 7.12.0} BuildRequires: cyrus-sasl-devel BuildRequires: db-devel >= 4.0 BuildRequires: elfutils-devel %if %{with xmlrpc} BuildRequires: expat-devel %endif %{?with_fcgi:BuildRequires: fcgi-devel} %{?with_fdf:BuildRequires: fdftk-devel} BuildRequires: flex %if %{with mssql} || %{with sybase} || %{with sybase_ct} BuildRequires: freetds-devel %endif BuildRequires: freetype-devel >= 2.0 BuildRequires: gd-devel >= 2.0.28-4 BuildRequires: gd-devel(imagerotate) = 5.2.0 BuildRequires: gdbm-devel BuildRequires: gmp-devel %{?with_imap:BuildRequires: imap-devel >= 1:2001-0.BETA.200107022325.2} BuildRequires: libjpeg-devel BuildRequires: libltdl-devel >= 1.4 BuildRequires: libmcrypt-devel >= 2.4.4 BuildRequires: libpng-devel >= 1.0.8 BuildRequires: libtiff-devel BuildRequires: libtool >= 1.4.3 BuildRequires: libwrap-devel BuildRequires: libxml2-devel >= 2.5.10 BuildRequires: libxslt-devel >= 1.1.0 %{?with_mhash:BuildRequires: mhash-devel} %{?with_ming:BuildRequires: ming-devel >= 0.3} %{?with_mm:BuildRequires: mm-devel >= 1.3.0} BuildRequires: mysql-devel >= 4.0.0 %{?with_mysqli:BuildRequires: mysql-devel >= 4.1.0} BuildRequires: ncurses-ext-devel %{?with_ldap:BuildRequires: openldap-devel >= 2.3.0} %if %{with openssl} || %{with ldap} BuildRequires: openssl-devel >= 0.9.7d %endif %{?with_snmp:BuildRequires: net-snmp-devel >= 5.0.7} BuildRequires: pam-devel %{?with_pcre:BuildRequires: pcre-devel >= 6.6} %{?with_pgsql:BuildRequires: postgresql-backend-devel >= 7.2} %{?with_pgsql:BuildRequires: postgresql-devel} BuildRequires: readline-devel %{?with_recode:BuildRequires: recode-devel >= 3.5d-3} BuildRequires: rpm-build >= 4.4.0 BuildRequires: rpmbuild(macros) >= 1.238 %{?with_sqlite:BuildRequires: sqlite-devel} %{?with_sqlite:BuildRequires: sqlite3-devel} BuildRequires: t1lib-devel %{?with_tidy:BuildRequires: tidy-devel} %{?with_odbc:BuildRequires: unixODBC-devel} %{?with_xmlrpc:BuildRequires: xmlrpc-epi-devel} BuildRequires: zlib-devel >= 1.0.9 %if %{with apache1} BuildRequires: apache1-devel %endif %if %{with apache2} BuildRequires: apache-devel >= 2.0.52-2 BuildRequires: apr-devel >= 1:1.0.0 BuildRequires: apr-util-devel >= 1:1.0.0 %endif BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %define php_sysconfdir /etc/php %define php_extensiondir %{_libdir}/php %define _sysconfdir %{php_sysconfdir} # must be in sync with source. extra check ensuring that it is so is done in %%build %define php_api_version 20041225 %define zend_module_api 20060613 %define zend_extension_api 220060519 %define zend_zts %{!?with_zts:0}%{?with_zts:1} %define php_debug %{!?debug:0}%{?debug:1} %description PHP is an HTML-embedded scripting language. PHP attempts to make it easy for developers to write dynamically generated web pages. PHP also offers built-in database integration for several commercial and non-commercial database management systems, so writing a database-enabled web page with PHP is fairly simple. The most common use of PHP coding is probably as a replacement for CGI scripts. The mod_php module enables the Apache web server to understand and process the embedded PHP language in web pages. This package contains php version %{version}. %description -l fr.UTF-8 PHP est un langage de script embarque dans le HTM. PHP essaye de rendre simple aux developpeurs d'ecrire des pages web generees dynamiquement. PHP incorpore egalement une integration avec plusieurs systemes de gestion de bases de donnees commerciaux et non-connerciaux, qui rent facile la creation de pages web liees avec des bases de donnees. L'utilisation la plus commune de PHP est probablement en remplacement de scripts CGI. Le module mod_php permet au serveur web apache de comprendre et de traiter le langage PHP integre dans des pages web. Ce package contient php version %{version}. %description -l pl.UTF-8 PHP jest językiem skryptowym, którego polecenia umieszcza się w plikach HTML. Jest próbą ułatwienia programistom pisania dynamicznie generowanych stron WWW. Oferuje także wbudowaną integrację z bazami danych dla kilku komercyjnych i niekomercyjnych systemów baz danych, co czyni tworzenie stron korzystających z baz danych w miarę łatwym. Najczęściej PHP jest używany prawdopodobnie jako zamiennik skryptów CGI. Moduł mod_php pozwala serwerowi WWW Apache rozumieć i przetwarzać język PHP osadzony w stronach. Ten pakiet zawiera php w wersji %{version}. %description -l pt_BR.UTF-8 PHP: Preprocessador de Hipertexto versão 4 é uma linguagem script embutida em HTML. Muito de sua sintaxe é emprestada de C, Java e Perl, com algumas características únicas, específicas ao PHP. O objetivo da linguagem é permitir que desenvolvedores web escrevam páginas dinamicamente geradas de forma rápida. %description -l ru.UTF-8 PHP - это язык написания скриптов, встраиваемых в HTML-код. PHP предлагает интерграцию с множеством СУБД, поэтому написание скриптов для работы с базами данных относительно просто. Наиболее популярное использование PHP - замена для CGI скриптов. Этот пакет содержит самодостаточную (CGI) версию интерпретатора языка. Вы должны также установить пакет %{name}-common. Если вам нужен интерпретатор PHP в качестве модуля apache, установите пакет apache-mod_php. %description -l uk.UTF-8 PHP - це мова написання скриптів, що вбудовуються в HTML-код. PHP пропонує інтеграцію з багатьма СУБД, тому написання скриптів для роботи з базами даних є доволі простим. Найбільш популярне використання PHP - заміна для CGI скриптів. Цей пакет містить самодостатню (CGI) версію інтерпретатора мови. Ви маєте також встановити пакет %{name}-common. Якщо вам потрібен інтерпретатор PHP в якості модуля apache, встановіть пакет apache-mod_php. %package -n apache1-mod_php Summary: PHP DSO module for apache 1.3.x Summary(pl.UTF-8): Moduł DSO (Dynamic Shared Object) php dla apache 1.3.x Group: Development/Languages/PHP Requires(triggerpostun): sed >= 4.0 Requires: %{name}-common = %{epoch}:%{version}-%{release} Requires: apache1(EAPI) >= 1.3.33-2 Requires: apache1-mod_mime Provides: webserver(php) = %{version} Obsoletes: apache-mod_php < 1:4.1.1 Obsoletes: phpfi %description -n apache1-mod_php PHP as DSO module for apache 1.3.x. %description -n apache1-mod_php -l pl.UTF-8 php jako moduł DSO (Dynamic Shared Object) dla apache 1.3.x. %package -n apache-mod_php Summary: PHP DSO module for apache 2.x Summary(pl.UTF-8): Moduł DSO (Dynamic Shared Object) php dla apache 2.x Group: Development/Languages/PHP Requires: %{name}-common = %{epoch}:%{version}-%{release} Requires: apache(modules-api) = %{apache_modules_api} Requires: apache-mod_mime Provides: webserver(php) = %{version} Obsoletes: phpfi %description -n apache-mod_php PHP as DSO module for apache 2.x. %description -n apache-mod_php -l pl.UTF-8 php jako moduł DSO (Dynamic Shared Object) dla apache 2.x. %package fcgi Summary: php as FastCGI program Summary(pl.UTF-8): php jako program FastCGI Group: Development/Languages/PHP Requires: %{name}-common = %{epoch}:%{version}-%{release} Provides: webserver(php) = %{version} %description fcgi php as FastCGI program. %description fcgi -l pl.UTF-8 php jako program FastCGI. %package cgi Summary: php as CGI program Summary(pl.UTF-8): php jako program CGI Group: Development/Languages/PHP Requires: %{name}-common = %{epoch}:%{version}-%{release} %description cgi php as CGI program. %description cgi -l pl.UTF-8 php jako program CGI. %package cli Summary: php as CLI interpreter Summary(pl.UTF-8): php jako interpreter działający z linii poleceń Group: Development/Languages/PHP Requires: %{name}-common = %{epoch}:%{version}-%{release} %description cli php as CLI interpreter. %description cli -l pl.UTF-8 php jako interpreter działający z linii poleceń. %package program Summary: /usr/bin/php symlink Summary(pl.UTF-8): Dowiązanie symboliczne /usr/bin/php Group: Development/Languages/PHP Requires: %{name}-cli = %{epoch}:%{version}-%{release} Obsoletes: /usr/bin/php %description program Package providing /usr/bin/php symlink to PHP CLI. %description program -l pl.UTF-8 Pakiet dostarczający dowiązanie symboliczne /usr/bin/php do PHP CLI. %package common Summary: Common files needed by both apache module and CGI Summary(pl.UTF-8): Wspólne pliki dla modułu apache'a i programu CGI Summary(ru.UTF-8): Разделяемые библиотеки для php Summary(uk.UTF-8): Бібліотеки спільного використання для php Group: Libraries # because of dlclose() bugs in glibc <= 2.3.4 causing SEGVs on exit Requires: glibc >= 6:2.3.5 Requires: php-dirs Provides: php(date) Provides: php(libxml) Provides: php(modules_api) = %{php_api_version} Provides: php(overload) %{?with_pcre:Provides: php(pcre)} Provides: php(reflection) Provides: php(session) Provides: php(simplexml) Provides: php(spl) Provides: php(standard) Provides: php(zend_extension_api) = %{zend_extension_api} Provides: php(zend_module_api) = %{zend_module_api} Provides: php5(debug) = %{php_debug} Provides: php5(thread-safety) = %{zend_zts} Obsoletes: php-pcre < 4:5.2.0 Obsoletes: php-pecl-domxml Obsoletes: php-session < 3:4.2.1-2 Conflicts: php4-common < 3:4.4.4-8 Conflicts: rpm < 4.4.2-0.2 %description common Common files needed by both apache module and CGI. %description common -l pl.UTF-8 Wspólne pliki dla modułu apacha i programu CGI. %description common -l ru.UTF-8 Этот пакет содержит общие файлы для разных вариантов реализации PHP (самодостаточной и в качестве модуля apache). %description common -l uk.UTF-8 Цей пакет містить спільні файли для різних варіантів реалізації PHP (самодостатньої та в якості модуля apache). %package devel Summary: Files for PHP modules development Summary(pl.UTF-8): Pliki do kompilacji modułów PHP Summary(pt_BR.UTF-8): Arquivos de desenvolvimento para PHP Summary(ru.UTF-8): Пакет разработки для построения расширений PHP Summary(uk.UTF-8): Пакет розробки для побудови розширень PHP Group: Development/Languages/PHP Requires: %{name}-common = %{epoch}:%{version}-%{release} Requires: autoconf Requires: automake Requires: libtool Requires: shtool Obsoletes: php-pear-devel Obsoletes: php4-devel %description devel The php-devel package lets you compile dynamic extensions to PHP. Included here is the source for the PHP extensions. Instead of recompiling the whole php binary to add support for, say, oracle, install this package and use the new self-contained extensions support. For more information, read the file README.SELF-CONTAINED-EXTENSIONS. %description devel -l pl.UTF-8 Ten pakiet zawiera pliki potrzebne do kompilacji modułów PHP. Zamiast rekompilować całe php aby dodać obsługę np. oracle, można przy użyciu tego pakietu skompilować samodzielne rozszerzenie. Więcej informacji o samodzielnych rozszerzeniach można znaleźć w pliku README.SELF-CONTAINED-EXTENSIONS. %description devel -l pt_BR.UTF-8 Este pacote contém arquivos usados no desenvolvimento de programas ou módulos PHP. %description devel -l ru.UTF-8 Пакет php-devel дает возможность компилировать динамические расширения PHP. Пакет включает исходный код этих расширений. Вместо повторной компиляции бинарного файла php для добавления, например, поддержки oracle, установите этот пакет для компилирования отдельных расширений. Подробности - в файле README.SELF-CONTAINED-EXTENSIONS. %description devel -l uk.UTF-8 Пакет php-devel дає можливість компілювати динамічні розширення PHP. До пакету включено вихідний код для розширень. Замість повторної компіляції бінарного файлу php для додання, наприклад, підтримки oracle, встановіть цей пакет для компіляції окремих розширень. Детальніша інформація - в файлі README.SELF-CONTAINED-EXTENSIONS. %package bcmath Summary: bcmath extension module for PHP Summary(pl.UTF-8): Moduł bcmath dla PHP Group: Libraries Requires: %{name}-common = %{epoch}:%{version}-%{release} Provides: php(bcmath) %description bcmath This is a dynamic shared object (DSO) for PHP that will add bc style precision math functions support. %description bcmath -l pl.UTF-8 Moduł PHP umożliwiający korzystanie z dokładnych funkcji matematycznych takich jak w programie bc. %package bzip2 Summary: Bzip2 extension module for PHP Summary(pl.UTF-8): Moduł bzip2 dla PHP Group: Libraries Requires: %{name}-common = %{epoch}:%{version}-%{release} Provides: php(bzip2) %description bzip2 This is a dynamic shared object (DSO) for PHP that will add bzip2 compression support to PHP. %description bzip2 -l pl.UTF-8 Moduł PHP umożliwiający używanie kompresji bzip2. %package calendar Summary: Calendar extension module for PHP Summary(pl.UTF-8): Moduł funkcji kalendarza dla PHP Group: Libraries Requires: %{name}-common = %{epoch}:%{version}-%{release} Provides: php(calendar) %description calendar This is a dynamic shared object (DSO) for PHP that will add calendar support. %description calendar -l pl.UTF-8 Moduł PHP dodający wsparcie dla kalendarza. %package ctype Summary: ctype extension module for PHP Summary(pl.UTF-8): Moduł ctype dla PHP Group: Libraries Requires: %{name}-common = %{epoch}:%{version}-%{release} Provides: php(ctype) %description ctype This is a dynamic shared object (DSO) for PHP that will add ctype support. %description ctype -l pl.UTF-8 Moduł PHP umożliwiający korzystanie z funkcji ctype. %package curl Summary: curl extension module for PHP Summary(pl.UTF-8): Moduł curl dla PHP Group: Libraries Requires: %{name}-common = %{epoch}:%{version}-%{release} Provides: php(curl) %description curl This is a dynamic shared object (DSO) for PHP that will add curl support. %description curl -l pl.UTF-8 Moduł PHP umożliwiający korzystanie z biblioteki curl. %package dba Summary: DBA extension module for PHP Summary(pl.UTF-8): Moduł DBA dla PHP Group: Libraries Requires: %{name}-common = %{epoch}:%{version}-%{release} Provides: php(dba) %description dba This is a dynamic shared object (DSO) for PHP that will add flat-file databases (DBA) support. %description dba -l pl.UTF-8 Moduł dla PHP dodający obsługę dla baz danych opartych na plikach (DBA). %package dbase Summary: DBase extension module for PHP Summary(pl.UTF-8): Moduł DBase dla PHP Group: Libraries Requires: %{name}-common = %{epoch}:%{version}-%{release} Provides: php(dbase) %description dbase This is a dynamic shared object (DSO) for PHP that will add DBase support. %description dbase -l pl.UTF-8 Moduł PHP ze wsparciem dla DBase. %package dom Summary: DOM extension module for PHP Summary(pl.UTF-8): Moduł DOM dla PHP Group: Libraries Requires: %{name}-common = %{epoch}:%{version}-%{release} Provides: php(dom) # it has some compatibility functions Provides: php(domxml) Obsoletes: php-domxml <= 3:4.3.8-1 %description dom This is a dynamic shared object (DSO) for PHP that will add new DOM support. %description dom -l pl.UTF-8 Moduł PHP dodający nową obsługę DOM. %package exif Summary: exif extension module for PHP Summary(pl.UTF-8): Moduł exif dla PHP Group: Libraries Requires: %{name}-common = %{epoch}:%{version}-%{release} Provides: php(exif) %description exif This is a dynamic shared object (DSO) for PHP that will add EXIF tags support in image files. %description exif -l pl.UTF-8 Moduł PHP dodający obsługę znaczników EXIF w plikach obrazków. %package fdf Summary: FDF extension module for PHP Summary(pl.UTF-8): Moduł FDF dla PHP Group: Libraries Requires: %{name}-common = %{epoch}:%{version}-%{release} Provides: php(fdf) %description fdf This PHP module adds support for PDF Forms through Adobe FDFTK library. %description fdf -l pl.UTF-8 Moduł PHP dodający obsługę formularzy PDF poprzez bibliotekę Adobe FDFTK. %package filter Summary: Extension for safely dealing with input parameters Summary(pl.UTF-8): Rozszerzenie do bezpiecznej obsługi danych wejściowych Group: Libraries Requires: %{name}-common = %{epoch}:%{version}-%{release} Provides: php(filter) Obsoletes: php-pecl-filter %description filter We all know that you should always check input variables, but PHP does not offer really good functionality for doing this in a safe way. The Input Filter extension is meant to address this issue by implementing a set of filters and mechanisms that users can use to safely access their input data. %description filter -l pl.UTF-8 Wiadomo, że trzeba zawsze sprawdzać zmienne wejściowe, ale PHP nie oferuje naprawdę dobrej funkcjonalności do robienia tego w sposób bezpieczny. Rozszerzenie Input Filter ma rozwiązać ten problem poprzez zaimplementowanie zestawu filtrów i mechanizmów, których użytkownicy mogą bezpiecznie używać do dostępu do danych. %package ftp Summary: FTP extension module for PHP Summary(pl.UTF-8): Moduł FTP dla PHP Group: Libraries Requires: %{name}-common = %{epoch}:%{version}-%{release} Provides: php(ftp) %description ftp This is a dynamic shared object (DSO) for PHP that will add FTP support. %description ftp -l pl.UTF-8 Moduł PHP dodający obsługę protokołu FTP. %package gd Summary: GD extension module for PHP Summary(pl.UTF-8): Moduł GD dla PHP Group: Libraries Requires: %{name}-common = %{epoch}:%{version}-%{release} Requires: gd >= 2.0.28-4 Requires: gd(gif) Requires: gd(imagerotate) = 5.2.0 Provides: php(gd) %description gd This is a dynamic shared object (DSO) for PHP that will add GD support, allowing you to create and manipulate images with PHP. %description gd -l pl.UTF-8 Moduł PHP umożliwiający korzystanie z biblioteki GD, pozwalającej na tworzenie i obróbkę obrazków. %package gettext Summary: gettext extension module for PHP Summary(pl.UTF-8): Moduł gettext dla PHP Group: Libraries Requires: %{name}-common = %{epoch}:%{version}-%{release} Provides: php(gettext) %description gettext This is a dynamic shared object (DSO) for PHP that will add gettext support. %description gettext -l pl.UTF-8 Moduł PHP dodający obsługę lokalizacji przez gettext. %package gmp Summary: gmp extension module for PHP Summary(pl.UTF-8): Moduł gmp dla PHP Group: Libraries Requires: %{name}-common = %{epoch}:%{version}-%{release} Provides: php(gmp) %description gmp This is a dynamic shared object (DSO) for PHP that will add arbitrary length number support with GNU MP library. %description gmp -l pl.UTF-8 Moduł PHP umożliwiający korzystanie z biblioteki gmp do obliczeń na liczbach o dowolnej długości. %package hash Summary: HASH Message Digest Framework Summary(pl.UTF-8): Szkielet do obliczania skrótów wiadomości Group: Libraries Requires: %{name}-common = %{epoch}:%{version}-%{release} Provides: php(hash) Obsoletes: php-pecl-hash %description hash Native implementations of common message digest algorithms using a generic factory method. %description hash -l pl.UTF-8 Natywne implementacje popularnych algorytmów obliczania skrótów wiadomości przy użyciu wspólnego interfejsu. %package iconv Summary: iconv extension module for PHP Summary(pl.UTF-8): Moduł iconv dla PHP Group: Libraries Requires: %{name}-common = %{epoch}:%{version}-%{release} Provides: php(iconv) %description iconv This is a dynamic shared object (DSO) for PHP that will add iconv support. %description iconv -l pl.UTF-8 Moduł PHP dodający obsługę iconv. %package imap Summary: IMAP extension module for PHP Summary(pl.UTF-8): Moduł IMAP dla PHP Summary(pt_BR.UTF-8): Um módulo para aplicações PHP que usam IMAP Group: Libraries Requires: %{name}-common = %{epoch}:%{version}-%{release} Provides: php(imap) %description imap This is a dynamic shared object (DSO) for PHP that will add IMAP support. %description imap -l pl.UTF-8 Moduł PHP dodający obsługę skrzynek IMAP. %description imap -l pt_BR.UTF-8 Um módulo para aplicações PHP que usam IMAP. %package interbase Summary: InterBase/Firebird database module for PHP Summary(pl.UTF-8): Moduł bazy danych InterBase/Firebird dla PHP Group: Libraries Requires: %{name}-common = %{epoch}:%{version}-%{release} Provides: php(interbase) %{?with_interbase_inst:Autoreq: false} %description interbase This is a dynamic shared object (DSO) for PHP that will add InterBase and Firebird database support. %description interbase -l pl.UTF-8 Moduł PHP umożliwiający dostęp do baz danych InterBase i Firebird. %package json Summary: PHP C extension for JSON serialization Summary(pl.UTF-8): Rozszerzenie C PHP dla serializacji JSON Group: Libraries Requires: %{name}-common = %{epoch}:%{version}-%{release} Provides: php(json) Obsoletes: php-pecl-json %description json php-json is an extremely fast PHP C extension for JSON (JavaScript Object Notation) serialisation. %description json -l pl.UTF-8 php-json to bardzo szybkie rozszerzenie C PHP dla serializacji JSON (JavaScript Object Notation). %package ldap Summary: LDAP extension module for PHP Summary(pl.UTF-8): Moduł LDAP dla PHP Summary(pt_BR.UTF-8): Um módulo para aplicações PHP que usam LDAP Group: Libraries Requires: %{name}-common = %{epoch}:%{version}-%{release} Provides: php(ldap) %description ldap This is a dynamic shared object (DSO) for PHP that will add LDAP support. %description ldap -l pl.UTF-8 Moduł PHP dodający obsługę LDAP. %description ldap -l pt_BR.UTF-8 Um módulo para aplicações PHP que usam LDAP. %package mbstring Summary: mbstring extension module for PHP Summary(pl.UTF-8): Moduł mbstring dla PHP Group: Libraries Requires: %{name}-common = %{epoch}:%{version}-%{release} Provides: php(mbstring) %description mbstring This is a dynamic shared object (DSO) for PHP that will add multibyte string support. %description mbstring -l pl.UTF-8 Moduł PHP dodający obsługę ciągów znaków wielobajtowych. %package mcrypt Summary: mcrypt extension module for PHP Summary(pl.UTF-8): Moduł mcrypt dla PHP Group: Libraries Requires: %{name}-common = %{epoch}:%{version}-%{release} Provides: php(mcrypt) %description mcrypt This is a dynamic shared object (DSO) for PHP that will add mcrypt support. %description mcrypt -l pl.UTF-8 Moduł PHP dodający możliwość szyfrowania poprzez bibliotekę mcrypt. %package mhash Summary: mhash extension module for PHP Summary(pl.UTF-8): Moduł mhash dla PHP Group: Libraries Requires: %{name}-common = %{epoch}:%{version}-%{release} Provides: php(mhash) %description mhash This is a dynamic shared object (DSO) for PHP that will add mhash support. %description mhash -l pl.UTF-8 Moduł PHP udostępniający funkcje mieszające z biblioteki mhash. %package mime_magic Summary: mime_magic extension module for PHP Summary(pl.UTF-8): Moduł mime_magic dla PHP Group: Libraries Requires: %{name}-common = %{epoch}:%{version}-%{release} Requires: /usr/share/file/magic.mime Provides: php(mime_magic) %description mime_magic This PHP module adds support for MIME type lookup via file magic numbers using magic.mime database. %description mime_magic -l pl.UTF-8 Moduł PHP dodający obsługę wyszukiwania typów MIME według magicznych znaczników plików z użyciem bazy danych magic.mime. %package ming Summary: ming extension module for PHP Summary(pl.UTF-8): Moduł ming dla PHP Group: Libraries Requires: %{name}-common = %{epoch}:%{version}-%{release} Provides: php(ming) %description ming This is a dynamic shared object (DSO) for PHP that will add ming (Flash - .swf files) support. %description ming -l pl.UTF-8 Moduł PHP dodający obsługę plików Flash (.swf) poprzez bibliotekę ming. %package mssql Summary: MS SQL extension module for PHP Summary(pl.UTF-8): Moduł MS SQL dla PHP Group: Libraries Requires: %{name}-common = %{epoch}:%{version}-%{release} Provides: php(mssql) %description mssql This is a dynamic shared object (DSO) for PHP that will add MS SQL databases support through FreeTDS library. %description mssql -l pl.UTF-8 Moduł PHP dodający obsługę baz danych MS SQL poprzez bibliotekę FreeTDS. %package mysql Summary: MySQL database module for PHP Summary(pl.UTF-8): Moduł bazy danych MySQL dla PHP Summary(pt_BR.UTF-8): Um módulo para aplicações PHP que usam bancos de dados MySQL Group: Libraries Requires: %{name}-common = %{epoch}:%{version}-%{release} Provides: php(mysql) %description mysql This is a dynamic shared object (DSO) for PHP that will add MySQL database support. %description mysql -l pl.UTF-8 Moduł PHP umożliwiający dostęp do bazy danych MySQL. %description mysql -l pt_BR.UTF-8 Um módulo para aplicações PHP que usam bancos de dados MySQL. %package mysqli Summary: MySQLi module for PHP Summary(pl.UTF-8): Moduł MySQLi dla PHP Group: Libraries Requires: %{name}-common = %{epoch}:%{version}-%{release} Requires: mysql-libs >= 4.1.0 Provides: php(mysqli) %description mysqli This is a dynamic shared object (DSO) for PHP that will add MySQLi (Improved MySQL) support. The difference between it and mysql module is that it provides access to functionality of MySQL 4.1 and above. %description mysqli -l pl.UTF-8 Moduł PHP umożliwiający udoskonalony dostęp do bazy danych MySQL. Różnicą między nim a modułem mysql jest dostęp do funkcjonalności MySQL w wersji 4.1 i nowszych. %package ncurses Summary: ncurses module for PHP Summary(pl.UTF-8): Moduł ncurses dla PHP Group: Libraries Requires: %{name}-cli = %{epoch}:%{version}-%{release} Provides: php(ncurses) %description ncurses This PHP module adds support for ncurses functions (only for cli and cgi SAPIs). %description ncurses -l pl.UTF-8 Moduł PHP dodający obsługę funkcji ncurses (tylko do SAPI cli i cgi). %package oci8 Summary: Oracle 8+ database module for PHP Summary(pl.UTF-8): Moduł bazy danych Oracle 8+ dla PHP Group: Libraries Requires: %{name}-common = %{epoch}:%{version}-%{release} Provides: php(oci8) Autoreq: false %description oci8 This is a dynamic shared object (DSO) for PHP that will add Oracle 7, 8, 9 and 10 database support through Oracle8 Call-Interface (OCI8). %description oci8 -l pl.UTF-8 Moduł PHP umożliwiający dostęp do bazy danych Oracle 7, 8, 9 i 10 poprzez interfejs Oracle8 Call-Interface (OCI8). %package odbc Summary: ODBC extension module for PHP Summary(pl.UTF-8): Moduł ODBC dla PHP Summary(pt_BR.UTF-8): Um módulo para aplicações PHP que usam bases de dados ODBC Group: Libraries Requires: %{name}-common = %{epoch}:%{version}-%{release} Requires: unixODBC >= 2.1.1-3 Provides: php(odbc) %description odbc This is a dynamic shared object (DSO) for PHP that will add ODBC support. %description odbc -l pl.UTF-8 Moduł PHP ze wsparciem dla ODBC. %description odbc -l pt_BR.UTF-8 Um módulo para aplicações PHP que usam ODBC. %package openssl Summary: OpenSSL extension module for PHP Summary(pl.UTF-8): Moduł OpenSSL dla PHP Group: Libraries Requires: %{name}-common = %{epoch}:%{version}-%{release} Provides: php(openssl) %description openssl This is a dynamic shared object (DSO) for PHP that will add OpenSSL support. Warning: this is an experimental module. %description openssl -l pl.UTF-8 Moduł PHP umożliwiający korzystanie z biblioteki OpenSSL. Uwaga: to jest moduł eksperymentalny. %package pcntl Summary: Process Control extension module for PHP Summary(pl.UTF-8): Moduł Process Control dla PHP Group: Libraries Requires: %{name}-cli = %{epoch}:%{version}-%{release} Provides: php(pcntl) %description pcntl This is a dynamic shared object (DSO) for PHP that will add process spawning and control support. It supports functions like fork(), waitpid(), signal() etc. Warning: this is an experimental module. Also, don't use it in webserver environment! %description pcntl -l pl.UTF-8 Moduł PHP umożliwiający tworzenie nowych procesów i kontrolę nad nimi. Obsługuje funkcje takie jak fork(), waitpid(), signal() i podobne. Uwaga: to jest moduł eksperymentalny. Ponadto nie jest przeznaczony do używania z serwerem WWW - nie próbuj tego! %package pdo Summary: PHP Data Objects (PDO) Summary(pl.UTF-8): Obsługa PHP Data Objects (PDO) Group: Libraries Requires: %{name}-common = %{epoch}:%{version}-%{release} Provides: php(pdo) Obsoletes: php-pecl-PDO %description pdo This is a dynamic shared object (DSO) for PHP that will add PDO support. %description pdo -l pl.UTF-8 Moduł PHP dodający obsługę PDO (PHP Data Objects). %package pdo-dblib Summary: PHP Data Objects (PDO) FreeTDS support Summary(pl.UTF-8): Moduł PHP Data Objects (PDO) z obsługą FreeTDS Group: Libraries Requires: %{name}-common = %{epoch}:%{version}-%{release} Requires: %{name}-pdo = %{epoch}:%{version}-%{release} Provides: php(dblib) %description pdo-dblib This is a dynamic shared object (DSO) for PHP that will add PDO FreeTDS support. %description pdo-dblib -l pl.UTF-8 Moduł dla PHP dodający obsługę baz danych FreeTDS za pośrednictwem interfejsu PDO. %package pdo-firebird Summary: PHP Data Objects (PDO) Firebird support Summary(pl.UTF-8): Moduł PHP Data Objects (PDO) z obsługą Firebirda Group: Libraries Requires: %{name}-common = %{epoch}:%{version}-%{release} Requires: %{name}-pdo = %{epoch}:%{version}-%{release} Provides: php(pdo-firebird) Obsoletes: php-pecl-PDO_FIREBIRD %description pdo-firebird This is a dynamic shared object (DSO) for PHP that will add PDO Firebird support. %description pdo-firebird -l pl.UTF-8 Moduł dla PHP dodający obsługę baz danych Firebird za pośrednictwem interfejsu PDO. %package pdo-mysql Summary: PHP Data Objects (PDO) MySQL support Summary(pl.UTF-8): Moduł PHP Data Objects (PDO) z obsługą MySQL-a Group: Libraries Requires: %{name}-common = %{epoch}:%{version}-%{release} Requires: %{name}-pdo = %{epoch}:%{version}-%{release} Provides: php(pdo-mysql) Obsoletes: php-pecl-PDO_MYSQL %description pdo-mysql This is a dynamic shared object (DSO) for PHP that will add PDO MySQL support. %description pdo-mysql -l pl.UTF-8 Moduł dla PHP dodający obsługę baz danych MySQL za pośrednictwem interfejsu PDO. %package pdo-oci Summary: PHP Data Objects (PDO) Oracle support Summary(pl.UTF-8): Moduł PHP Data Objects (PDO) z obsługą Oracle'a Group: Libraries Requires: %{name}-common = %{epoch}:%{version}-%{release} Requires: %{name}-pdo = %{epoch}:%{version}-%{release} Provides: php(pdo-oci) Obsoletes: php-pecl-PDO_OCI %description pdo-oci This is a dynamic shared object (DSO) for PHP that will add PDO Oracle support. %description pdo-oci -l pl.UTF-8 Moduł dla PHP dodający obsługę baz danych Oracle za pośrednictwem interfejsu PDO. %package pdo-odbc Summary: PHP Data Objects (PDO) ODBC support Summary(pl.UTF-8): Moduł PHP Data Objects (PDO) z obsługą ODBC Group: Libraries Requires: %{name}-common = %{epoch}:%{version}-%{release} Requires: %{name}-pdo = %{epoch}:%{version}-%{release} Provides: php(pdo-odbc) Obsoletes: php-pecl-PDO_ODBC %description pdo-odbc This is a dynamic shared object (DSO) for PHP that will add PDO ODBC support. %description pdo-odbc -l pl.UTF-8 Moduł dla PHP dodający obsługę baz danych ODBC za pośrednictwem interfejsu PDO. %package pdo-pgsql Summary: PHP Data Objects (PDO) PostgreSQL support Summary(pl.UTF-8): Moduł PHP Data Objects (PDO) z obsługą PostgreSQL-a Group: Libraries Requires: %{name}-common = %{epoch}:%{version}-%{release} Requires: %{name}-pdo = %{epoch}:%{version}-%{release} Provides: php(pdo-pgsql) Obsoletes: php-pecl-PDO_PGSQL %description pdo-pgsql This is a dynamic shared object (DSO) for PHP that will add PDO PostgreSQL support. %description pdo-pgsql -l pl.UTF-8 Moduł dla PHP dodający obsługę baz danych PostgreSQL za pośrednictwem interfejsu PDO. %package pdo-sqlite Summary: PHP Data Objects (PDO) SQLite support Summary(pl.UTF-8): Moduł PHP Data Objects (PDO) z obsługą SQLite Group: Libraries Requires: %{name}-common = %{epoch}:%{version}-%{release} Requires: %{name}-pdo = %{epoch}:%{version}-%{release} Provides: php(pdo-sqlite) Obsoletes: php-pecl-PDO_SQLITE %description pdo-sqlite This is a dynamic shared object (DSO) for PHP that will add PDO SQLite support. %description pdo-sqlite -l pl.UTF-8 Moduł dla PHP dodający obsługę baz danych SQLite za pośrednictwem interfejsu PDO. %package pgsql Summary: PostgreSQL database module for PHP Summary(pl.UTF-8): Moduł bazy danych PostgreSQL dla PHP Group: Libraries Requires: %{name}-common = %{epoch}:%{version}-%{release} Provides: php(pgsql) %description pgsql This is a dynamic shared object (DSO) for PHP that will add PostgreSQL database support. %description pgsql -l pl.UTF-8 Moduł PHP umożliwiający dostęp do bazy danych PostgreSQL. %description pgsql -l pt_BR.UTF-8 Um módulo para aplicações PHP que usam bancos de dados postgresql. %package posix Summary: POSIX extension module for PHP Summary(pl.UTF-8): Moduł POSIX dla PHP Group: Libraries Requires: %{name}-common = %{epoch}:%{version}-%{release} Provides: php(posix) %description posix This is a dynamic shared object (DSO) for PHP that will add POSIX functions support to PHP. %description posix -l pl.UTF-8 Moduł PHP umożliwiający korzystanie z funkcji POSIX. %package pspell Summary: pspell extension module for PHP Summary(pl.UTF-8): Moduł pspell dla PHP Group: Libraries Requires: %{name}-common = %{epoch}:%{version}-%{release} Provides: php(pspell) %description pspell This is a dynamic shared object (DSO) for PHP that will add pspell support to PHP. It allows to check the spelling of a word and offer suggestions. %description pspell -l pl.UTF-8 Moduł PHP umożliwiający korzystanie z pspella. Pozwala on na sprawdzanie pisowni słowa i sugerowanie poprawek. %package readline Summary: readline extension module for PHP Summary(pl.UTF-8): Moduł readline dla PHP Group: Libraries Requires: %{name}-cli = %{epoch}:%{version}-%{release} Provides: php(readline) %description readline This PHP module adds support for readline functions (only for cli and cgi SAPIs). %description readline -l pl.UTF-8 Moduł PHP dodający obsługę funkcji readline (tylko do SAPI cli i cgi). %package recode Summary: recode extension module for PHP Summary(pl.UTF-8): Moduł recode dla PHP Group: Libraries Requires: %{name}-common = %{epoch}:%{version}-%{release} Requires: recode >= 3.5d-3 Provides: php(recode) %description recode This is a dynamic shared object (DSO) for PHP that will add recode support. %description recode -l pl.UTF-8 Moduł PHP dodający możliwość konwersji kodowania plików (poprzez bibliotekę recode). %package shmop Summary: Shared Memory Operations extension module for PHP Summary(pl.UTF-8): Moduł shmop dla PHP Group: Libraries Requires: %{name}-common = %{epoch}:%{version}-%{release} Provides: php(shmop) %description shmop This is a dynamic shared object (DSO) for PHP that will add Shared Memory Operations support. Warning: this is an experimental module. %description shmop -l pl.UTF-8 Moduł PHP umożliwiający korzystanie z pamięci dzielonej. Uwaga: to jest moduł eksperymentalny. %package simplexml Summary: Simple XML extension module for PHP Summary(pl.UTF-8): Moduł prostego rozszerzenia XML dla PHP Group: Libraries Requires: %{name}-common = %{epoch}:%{version}-%{release} Provides: php(simplexml) %description simplexml This is a dynamic shared object (DSO) for PHP that will add Simple XML support. %description simplexml -l pl.UTF-8 Moduł PHP dodający obsługę prostego XML-a. %package snmp Summary: SNMP extension module for PHP Summary(pl.UTF-8): Moduł SNMP dla PHP Group: Libraries Requires: %{name}-common = %{epoch}:%{version}-%{release} Requires: %{name}-sockets = %{epoch}:%{version}-%{release} Provides: php(snmp) %description snmp This is a dynamic shared object (DSO) for PHP that will add SNMP support. %description snmp -l pl.UTF-8 Moduł PHP dodający obsługę SNMP. %package soap Summary: soap extension module for PHP Summary(pl.UTF-8): Moduł soap dla PHP Group: Libraries Requires: %{name}-common = %{epoch}:%{version}-%{release} Provides: php(soap) %description soap This is a dynamic shared object (DSO) for PHP that will add SOAP/WSDL support. %description soap -l pl.UTF-8 Moduł PHP dodający obsługę SOAP/WSDL. %package sockets Summary: sockets extension module for PHP Summary(pl.UTF-8): Moduł socket dla PHP Group: Libraries Requires: %{name}-common = %{epoch}:%{version}-%{release} Provides: php(sockets) %description sockets This is a dynamic shared object (DSO) for PHP that will add sockets support. Warning: this is an experimental module. %description sockets -l pl.UTF-8 Moduł PHP dodający obsługę gniazdek. Uwaga: to jest moduł eksperymentalny. %package sqlite Summary: SQLite extension module for PHP Summary(pl.UTF-8): Moduł SQLite dla PHP Group: Libraries Requires: %{name}-common = %{epoch}:%{version}-%{release} Requires: %{name}-pdo = %{epoch}:%{version}-%{release} Provides: php(sqlite) %description sqlite SQLite is a C library that implements an embeddable SQL database engine. Programs that link with the SQLite library can have SQL database access without running a separate RDBMS process. SQLite is not a client library used to connect to a big database server. SQLite is the server. The SQLite library reads and writes directly to and from the database files on disk. %description sqlite -l pl.UTF-8 SQLite jest napisaną w C biblioteką implementującą osadzalny silnik bazodanowy SQL. Program linkujący się z biblioteką SQLite może mieć dostęp do bazy SQL bez potrzeby uruchamiania dodatkowego procesu RDBMS. SQLite to nie klient baz danych - biblioteka nie łączy się z serwerami baz danych. SQLite sam jest serwerem. Biblioteka SQLite czyta i zapisuje dane bezpośrednio z/do plików baz danych znajdujących się na dysku. %package sybase Summary: Sybase DB extension module for PHP Summary(pl.UTF-8): Moduł Sybase DB dla PHP Group: Libraries Requires: %{name}-common = %{epoch}:%{version}-%{release} Provides: php(sybase) Obsoletes: php-sybase-ct %description sybase This is a dynamic shared object (DSO) for PHP that will add Sybase and MS SQL databases support through SYBDB library. Currently Sybase module is not maintained. Using Sybase-CT module is recommended instead. %description sybase -l pl.UTF-8 Moduł PHP dodający obsługę baz danych Sybase oraz MS SQL poprzez bibliotekę SYBDB. W chwili obecnej moduł Sybase nie jest wspierany. Zaleca się używanie modułu Sybase-CT. %package sybase-ct Summary: Sybase-CT extension module for PHP Summary(pl.UTF-8): Moduł Sybase-CT dla PHP Group: Libraries Requires: %{name}-common = %{epoch}:%{version}-%{release} Provides: php(sybase-ct) Obsoletes: php-sybase %description sybase-ct This is a dynamic shared object (DSO) for PHP that will add Sybase and MS SQL databases support through CT-lib. %description sybase-ct -l pl.UTF-8 Moduł PHP dodający obsługę baz danych Sybase oraz MS SQL poprzez CT-lib. %package sysvmsg Summary: SysV msg extension module for PHP Summary(pl.UTF-8): Moduł SysV msg dla PHP Group: Libraries Requires: %{name}-common = %{epoch}:%{version}-%{release} Provides: php(sysvmsg) %description sysvmsg This is a dynamic shared object (DSO) for PHP that will add SysV message queues support. %description sysvmsg -l pl.UTF-8 Moduł PHP umożliwiający korzystanie z kolejek komunikatów SysV. %package sysvsem Summary: SysV sem extension module for PHP Summary(pl.UTF-8): Moduł SysV sem dla PHP Group: Libraries Requires: %{name}-common = %{epoch}:%{version}-%{release} Provides: php(sysvsem) %description sysvsem This is a dynamic shared object (DSO) for PHP that will add SysV semaphores support. %description sysvsem -l pl.UTF-8 Moduł PHP umożliwiający korzystanie z semaforów SysV. %package sysvshm Summary: SysV shm extension module for PHP Summary(pl.UTF-8): Moduł SysV shm dla PHP Group: Libraries Requires: %{name}-common = %{epoch}:%{version}-%{release} Provides: php(sysvshm) %description sysvshm This is a dynamic shared object (DSO) for PHP that will add SysV Shared Memory support. %description sysvshm -l pl.UTF-8 Moduł PHP umożliwiający korzystanie z pamięci dzielonej SysV. %package tidy Summary: Tidy extension module for PHP Summary(pl.UTF-8): Moduł Tidy dla PHP Group: Libraries Requires: %{name}-common = %{epoch}:%{version}-%{release} Requires: tidy Provides: php(tidy) %description tidy This is a dynamic shared object (DSO) for PHP that will add Tidy support. %description tidy -l pl.UTF-8 Moduł PHP umożliwiający korzystanie z tidy. %package tokenizer Summary: tokenizer extension module for PHP Summary(pl.UTF-8): Moduł rozszerzenia tokenizer dla PHP Group: Libraries Requires: %{name}-common = %{epoch}:%{version}-%{release} Provides: php(tokenizer) %description tokenizer This is a dynamic shared object (DSO) for PHP that will add tokenizer support. %description tokenizer -l pl.UTF-8 Moduł PHP dodający obsługę tokenizera do PHP. %package wddx Summary: wddx extension module for PHP Summary(pl.UTF-8): Moduł wddx dla PHP Group: Libraries Requires: %{name}-common = %{epoch}:%{version}-%{release} #Requires: %{name}-session = %{epoch}:%{version}-%{release} Requires: %{name}-xml = %{epoch}:%{version}-%{release} Provides: php(wddx) %description wddx This is a dynamic shared object (DSO) for PHP that will add wddx support. %description wddx -l pl.UTF-8 Moduł PHP umożliwiający korzystanie z wddx. %package xml Summary: XML extension module for PHP Summary(pl.UTF-8): Moduł XML dla PHP Group: Libraries Requires: %{name}-common = %{epoch}:%{version}-%{release} Provides: php(xml) %description xml This is a dynamic shared object (DSO) for PHP that will add XML support. This extension lets you create XML parsers and then define handlers for different XML events. %description xml -l pl.UTF-8 Moduł PHP umożliwiający parsowanie plików XML i obsługę zdarzeń związanych z tymi plikami. Pozwala on tworzyć analizatory XML-a i następnie definiować procedury obsługi dla różnych zdarzeń XML. %package xmlreader Summary: XML Reader extension module for PHP Summary(pl.UTF-8): Moduł XML Reader dla PHP Group: Libraries Requires: %{name}-common = %{epoch}:%{version}-%{release} Requires: %{name}-dom = %{epoch}:%{version}-%{release} Provides: php(xmlreader) %description xmlreader This is a dynamic shared object (DSO) for PHP that will add XML Reader support. The XMLReader extension is an XML Pull parser. The reader acts as a cursor going forward on the document stream and stopping at each node on the way. %description xmlreader -l pl.UTF-8 Moduł PHP umożliwiający analizę plików XML w trybie Pull. Czytnik działa jako kursor przechodzący przez strumień dokumentu i zatrzymujący się na każdym węźle po drodze. %package xmlrpc Summary: xmlrpc extension module for PHP Summary(pl.UTF-8): Moduł xmlrpc dla PHP Group: Libraries Requires: %{name}-common = %{epoch}:%{version}-%{release} Provides: php(xmlrpc) %description xmlrpc This is a dynamic shared object (DSO) for PHP that will add XMLRPC support. Warning: this is an experimental module. %description xmlrpc -l pl.UTF-8 Moduł PHP dodający obsługę XMLRPC. Uwaga: to jest moduł eksperymentalny. %package xmlwriter Summary: Fast, non-cached, forward-only means to write XML data Summary(pl.UTF-8): Szybka, nie cachowana metoda zapisu danych w formacie XML Group: Libraries Requires: %{name}-common = %{epoch}:%{version}-%{release} Provides: php(xmlwriter) Obsoletes: php-pecl-xmlwriter %description xmlwriter This extension wraps the libxml xmlWriter API. Represents a writer that provides a non-cached, forward-only means of generating streams or files containing XML data. %description xmlwriter -l pl.UTF-8 To rozszerzenie obudowuje API xmlWriter z libxml. Reprezentuje obsługę zapisu dostarczającą nie cachowanych metod generowania strumieni lub plików zawierających dane XML. %package xsl Summary: xsl extension module for PHP Summary(pl.UTF-8): Moduł xsl dla PHP Group: Libraries Requires: %{name}-common = %{epoch}:%{version}-%{release} Requires: libxslt >= 1.0.18 # actually not true, functionality is similar, but API differs Provides: php(xsl) Obsoletes: php-xslt <= 3:4.3.8-1 %description xsl This is a dynamic shared object (DSO) for PHP that will add new XSL support (using libxslt). %description xsl -l pl.UTF-8 Moduł PHP dodający nową obsługę XSLT (przy użyciu libxslt). %package zip Summary: Zip management extension Summary(pl.UTF-8): Zarządzanie archiwami zip Group: Libraries Requires: %{name}-common = %{epoch}:%{version}-%{release} Provides: php(zip) Obsoletes: php-pecl-zip %description zip Zip is an extension to create, modify and read zip files. %description zip -l pl.UTF-8 Zip jest rozszerzeniem umożliwiającym tworzenie, modyfikację oraz odczyt archiwów zip. %package zlib Summary: Zlib extension module for PHP Summary(pl.UTF-8): Moduł zlib dla PHP Group: Libraries Requires: %{name}-common = %{epoch}:%{version}-%{release} Provides: php(zlib) %description zlib This is a dynamic shared object (DSO) for PHP that will add zlib compression support to PHP. %description zlib -l pl.UTF-8 Moduł PHP umożliwiający używanie kompresji zlib. %prep %setup -q %patch36 -p1 %patch0 -p1 %patch1 -p1 %patch2 -p1 %patch3 -p1 %patch4 -p1 %patch5 -p1 %patch6 -p1 %patch7 -p1 %patch8 -p1 %patch9 -p1 cp php.ini-dist php.ini %patch10 -p1 # for ac2.53b/am1.6b - AC_LANG_CXX has AM_CONDITIONAL, so cannot be invoked # conditionally... %patch11 -p1 #%patch15 -p1 # breaks with ac cache vars, but later -lpthread is missing ... %patch16 -p1 %patch17 -p1 %patch18 -p1 %patch19 -p1 %patch20 -p1 %patch21 -p1 %patch23 -p1 %patch24 -p1 %patch26 -p1 %if %{with hardening} zcat %{SOURCE8} | patch -p1 || exit 1 patch -p1 < %{PATCH30} || exit 1 %endif %patch31 -p1 %patch32 -p1 %patch33 -p1 %{?with_versioning:%patch35 -p1} %patch39 -p1 %patch41 -p1 # conflict seems to be resolved by recode patches rm -f ext/recode/config9.m4 # remove all bundled libraries not to link with them accidentally #rm -rf ext/sqlite/libsqlite #rm -rf ext/bcmath/libbcmath #rm -rf ext/date/lib #rm -rf ext/dba/libcdb #rm -rf ext/dba/libflatfile #rm -rf ext/dba/libinifile #rm -rf ext/gd/libgd #rm -rf ext/mbstring/libmbfl #rm -rf ext/mbstring/oniguruma rm -rf ext/pcre/pcrelib rm -rf ext/pdo_sqlite/sqlite #rm -rf ext/soap/interop rm -rf ext/xmlrpc/libxmlrpc %build if API=$(awk '/#define PHP_API_VERSION/{print $3}' main/php.h) && [ $API != %{php_api_version} ]; then echo "Set %%define php_api_version to $API and rerun." exit 1 fi if API=$(awk '/#define ZEND_MODULE_API_NO/{print $3}' Zend/zend_modules.h) && [ $API != %{zend_module_api} ]; then echo "Set %%define zend_module_api to $API and rerun." exit 1 fi if API=$(awk '/#define ZEND_EXTENSION_API_NO/{print $3}' Zend/zend_extensions.h) && [ $API != %{zend_extension_api} ]; then echo "Set %%define zend_extension_api to $API and rerun." exit 1 fi export EXTENSION_DIR="%{php_extensiondir}" if [ ! -f _built-conf ]; then # configure once (for faster debugging purposes) rm -f Makefile.{fcgi,cgi,cli,apxs{1,2}} # now remove Makefile copies %{__libtoolize} %{__aclocal} ./buildconf --force touch _built-conf fi export PROG_SENDMAIL="/usr/lib/sendmail" sapis=" %if %{with fcgi} fcgi %endif cgi cli %if %{with apache1} apxs1 %endif %if %{with apache2} apxs2 %endif " for sapi in $sapis; do [ -f Makefile.$sapi ] && continue # skip if already configured (for faster debugging purposes) %configure \ ` case $sapi in cgi) echo --enable-discard-path --enable-force-cgi-redirect ;; cli) echo --disable-cgi ;; fcgi) echo --enable-fastcgi --with-fastcgi=/usr --enable-force-cgi-redirect ;; apxs1) ver=%(rpm -q --qf '%%{version}' apache1-apxs) echo --with-apxs=%{apxs1} --with-apache-version=$ver ;; apxs2) ver=%(rpm -q --qf '%%{version}' apache-apxs) echo --with-apxs2=%{apxs2} --with-apache-version=$ver ;; esac ` \ %if "%{!?configure_cache:0}%{?configure_cache}" == "0" --cache-file=config.cache \ %endif --with-libdir=%{_lib} \ --with-config-file-path=%{php_sysconfdir} \ --with-config-file-scan-dir=%{php_sysconfdir}/conf.d \ --with-exec-dir=%{_bindir} \ --%{!?debug:dis}%{?debug:en}able-debug \ %{?with_zts:--enable-maintainer-zts} \ --enable-inline-optimization \ --enable-memory-limit \ --enable-bcmath=shared \ --enable-calendar=shared \ --enable-ctype=shared \ --enable-dba=shared \ --with-inifile \ --with-flatfile \ --enable-dom=shared \ --enable-exif=shared \ --enable-ftp=shared \ --enable-gd-native-ttf \ --enable-gd-jus-conf \ --enable-libxml \ --enable-magic-quotes \ --enable-mbstring=shared,all \ --enable-mbregex \ --enable-pcntl=shared \ --enable-pdo=shared \ --enable-json=shared \ --enable-hash=shared \ --enable-xmlwriter=shared \ %if %{with mssql} || %{with sybase} || %{with sybase_ct} --with-pdo-dblib=shared \ %endif %if %{with interbase} && !%{with interbase_inst} --with-pdo-firebird=shared,/usr \ %endif --with-pdo-mysql=shared \ %{?with_oci8:--with-pdo-oci=shared} \ %{?with_odbc:--with-pdo-odbc=shared,unixODBC,/usr} \ %{?with_pgsql:--with-pdo-pgsql=shared} \ %{?with_sqlite:--with-pdo-sqlite=shared,/usr} \ --enable-posix=shared \ --enable-reflection \ --enable-session \ --enable-shared \ --enable-shmop=shared \ --enable-simplexml \ --enable-sysvmsg=shared \ --enable-sysvsem=shared \ --enable-sysvshm=shared \ --enable-track-vars \ --enable-trans-sid \ --enable-safe-mode \ --enable-soap=shared \ --enable-sockets=shared \ --enable-tokenizer=shared \ --enable-ucd-snmp-hack \ %{?with_wddx:--enable-wddx=shared} \ --enable-xml=shared \ --enable-xmlreader=shared \ --with-bz2=shared \ %{!?with_curl:--without-curl}%{?with_curl:--with-curl=shared} \ --with-db4 \ --enable-dbase=shared \ %if %{with xmlrpc} --with-expat-dir=shared,/usr \ %else --without-expat-dir \ %endif %{?with_fdf:--with-fdftk=shared} \ --with-iconv=shared \ --with-freetype-dir=shared \ --with-gettext=shared \ --with-gd=shared,/usr \ --with-gdbm \ --with-gmp=shared \ %{?with_imap:--with-imap=shared --with-imap-ssl} \ %{?with_interbase:--with-interbase=shared%{!?with_interbase_inst:,/usr}} \ --with-jpeg-dir=/usr \ %{?with_ldap:--with-ldap=shared --with-ldap-sasl} \ --with-mcrypt=shared \ %{?with_mhash:--with-mhash=shared} \ %{?with_mime_magic:--with-mime-magic=shared,/usr/share/file/magic.mime}%{!?with_mime_magic:--disable-mime-magic} \ %{?with_ming:--with-ming=shared} \ %{?with_mm:--with-mm} \ %{?with_mssql:--with-mssql=shared} \ --with-mysql=shared,/usr \ --with-mysql-sock=/var/lib/mysql/mysql.sock \ %{?with_mysqli:--with-mysqli=shared} \ --with-ncurses=shared \ %{?with_oci8:--with-oci8=shared} \ %{?with_openssl:--with-openssl=shared} \ --with-kerberos \ %{!?with_pcre:--without-pcre-regex}%{?with_pcre:--with-pcre-regex=/usr} \ %{!?with_filter:--disable-filter}%{?with_filter:--enable-filter=shared} \ --with-pear=%{php_pear_dir} \ %{!?with_pgsql:--without-pgsql}%{?with_pgsql:--with-pgsql=shared,/usr} \ --with-png-dir=/usr \ %{?with_pspell:--with-pspell=shared} \ --with-readline=shared \ %{?with_recode:--with-recode=shared} \ --with-regex=php \ --without-sablot-js \ %{?with_snmp:--with-snmp=shared} \ %{?with_sybase:--with-sybase=shared,/usr} \ %{?with_sybase_ct:--with-sybase-ct=shared,/usr} \ %{?with_sqlite:--with-sqlite=shared,/usr --enable-sqlite-utf8} \ --with-t1lib=shared \ %{?with_tidy:--with-tidy=shared} \ --with-tiff-dir=/usr \ %{?with_odbc:--with-unixODBC=shared,/usr} \ %{!?with_xmlrpc:--without-xmlrpc}%{?with_xmlrpc:--with-xmlrpc=shared,/usr} \ --with-xsl=shared \ --with-zlib=shared \ --with-zlib-dir=shared,/usr \ --enable-zip=shared,/usr \ cp -f Makefile Makefile.$sapi cp -f main/php_config.h php_config.h.$sapi done # must make this first, so modules can link against it. %{__make} libphp_common.la %{__make} build-modules %if %{with apache1} %{__make} libtool-sapi LIBTOOL_SAPI=sapi/apache/libphp5.la -f Makefile.apxs1 %endif %if %{with apache2} %{__make} libtool-sapi LIBTOOL_SAPI=sapi/apache2handler/libphp5.la -f Makefile.apxs2 %endif # FCGI %if %{with fcgi} cp -af php_config.h.fcgi main/php_config.h %{__make} sapi/cgi/php -f Makefile.fcgi LDFLAGS=-lpthread cp -r sapi/cgi sapi/fcgi rm -rf sapi/cgi/.libs sapi/cgi/*.lo %endif # CGI cp -af php_config.h.cgi main/php_config.h %{__make} sapi/cgi/php -f Makefile.cgi LDFLAGS=-lpthread # CLI cp -af php_config.h.cli main/php_config.h %{__make} sapi/cli/php -f Makefile.cli LDFLAGS=-lpthread %install rm -rf $RPM_BUILD_ROOT install -d $RPM_BUILD_ROOT{%{_libdir}/{php,apache{,1}},%{php_sysconfdir}/{apache,cgi}} \ $RPM_BUILD_ROOT/home/services/{httpd,apache}/icons \ $RPM_BUILD_ROOT{%{_sbindir},%{_bindir}} \ $RPM_BUILD_ROOT/etc/{apache/conf.d,httpd/httpd.conf} \ $RPM_BUILD_ROOT%{_mandir}/man1 \ # install the apache modules' files %{__make} install-headers install-build install-modules install-programs \ INSTALL_ROOT=$RPM_BUILD_ROOT # install apache1 DSO module %if %{with apache1} libtool --silent --mode=install install sapi/apache/libphp5.la $RPM_BUILD_ROOT%{_libdir}/apache1 %endif # install apache2 DSO module %if %{with apache2} libtool --silent --mode=install install sapi/apache2handler/libphp5.la $RPM_BUILD_ROOT%{_libdir}/apache %endif libtool --silent --mode=install install libphp_common.la $RPM_BUILD_ROOT%{_libdir} # fix install paths, avoid evil rpaths sed -i -e "s|^libdir=.*|libdir='%{_libdir}'|" $RPM_BUILD_ROOT%{_libdir}/libphp_common.la # better solution? sed -i -e 's|libphp_common.la|$(libdir)/libphp_common.la|' $RPM_BUILD_ROOT%{_libdir}/php/build/acinclude.m4 # install CGI libtool --silent --mode=install install sapi/cgi/php $RPM_BUILD_ROOT%{_bindir}/php.cgi # install FCGI %if %{with fcgi} libtool --silent --mode=install install sapi/fcgi/php $RPM_BUILD_ROOT%{_bindir}/php.fcgi %endif # install CLI libtool --silent --mode=install install sapi/cli/php $RPM_BUILD_ROOT%{_bindir}/php.cli install sapi/cli/php.1 $RPM_BUILD_ROOT%{_mandir}/man1/php.1 echo ".so php.1" >$RPM_BUILD_ROOT%{_mandir}/man1/php.cli.1 ln -sf php.cli $RPM_BUILD_ROOT%{_bindir}/php sed -e 's#%{_prefix}/lib/php#%{_libdir}/php#g' php.ini > $RPM_BUILD_ROOT%{php_sysconfdir}/php.ini %if %{with fcgi} install %{SOURCE4} $RPM_BUILD_ROOT%{php_sysconfdir}/php-cgi-fcgi.ini %endif install %{SOURCE5} $RPM_BUILD_ROOT%{php_sysconfdir}/php-cgi.ini install %{SOURCE7} $RPM_BUILD_ROOT%{php_sysconfdir}/php-cli.ini install %{SOURCE9} $RPM_BUILD_ROOT%{php_sysconfdir}/browscap.ini %if %{with apache1} install %{SOURCE2} php.gif $RPM_BUILD_ROOT/home/services/apache/icons install %{SOURCE3} $RPM_BUILD_ROOT/etc/apache/conf.d/70_mod_php.conf install %{SOURCE6} $RPM_BUILD_ROOT%{php_sysconfdir}/php-apache.ini rm -f $RPM_BUILD_ROOT%{_libdir}/apache1/libphp5.la %endif %if %{with apache2} install %{SOURCE2} php.gif $RPM_BUILD_ROOT/home/services/httpd/icons install %{SOURCE3} $RPM_BUILD_ROOT/etc/httpd/httpd.conf/70_mod_php.conf install %{SOURCE6} $RPM_BUILD_ROOT%{php_sysconfdir}/php-apache2handler.ini rm -f $RPM_BUILD_ROOT%{_libdir}/apache/libphp5.la %endif cp -f Zend/LICENSE{,.Zend} # Generate stub .ini files for each subpackage install -d $RPM_BUILD_ROOT%{php_sysconfdir}/conf.d for so in modules/*.so; do mod=$(basename $so .so) conf="%{php_sysconfdir}/conf.d/${mod}.ini" # xml needs to be loaded before wddx [ "$mod" = "wddx" ] && conf="%{php_sysconfdir}/conf.d/xml_${mod}.ini" cat > $RPM_BUILD_ROOT${conf} <