[devel] Daedalus: New packages

Aleksandr Blokhin =?iso-8859-1?q?sass_=CE=C1_altlinux=2Eru?=
Ср Окт 22 14:17:10 MSD 2003


Приветствую!
В Daedalus выложены обновлённые пакеты:
mod_php
php
php-curl
php-dba
php-fribidi
php-gd2
php-imap
php-ldap
php-mbstring
php-mysql
php-openssl
php-pcntl
php-pgsql
php-readline
php-snmp
php-sockets
php-sybase_ct
php-xml
php-xslt

----------------------------------------------------------
mod_php
----------------------------------------------------------
Description :
PHP4 -- это язык сценариев, встраиваемый в HTML. PHP содержит встроенную
поддержку нескольких коммерческих и некоммерческих СУБД, позволяющую
легко разрабатывать скрипты, использующие базы данных. Наиболее часто сценарии
на PHP используются для замены CGI-сценариев. Модуль mod_php позволяет
веб-серверу Apache понимать и обрабатывать конструкции PHP в веб-страницах.

Changelog:
----------------------------------------------------------
* Втр Окт 21 2003 Alexey Gladkov <legion на altlinux.ru> 1:4.3.4-alt0.cvs20031017
- First standalone build for ALT Linux;
- building by apxs;
- new configuraion scheme;
  - Fixed #2939, #2940.

Пакет для самостоятельной сборки доступен по адресу:
ftp://ftp.altlinux.ru/pub/distributions/ALTLinux/Daedalus/SRPMS.daedalus/mod_php-4.3.4-alt0.cvs20031017.src.rpm

Пакеты для установки доступны по адресу:
ftp://ftp.altlinux.ru/pub/distributions/ALTLinux/Daedalus/i586/RPMS.daedalus/mod_php-4.3.4-alt0.cvs20031017.i586.rpm

----------------------------------------------------------
php
----------------------------------------------------------
Description :
PHP4 -- это язык сценариев, встраиваемый в HTML. PHP содержит встроенную
поддержку нескольких коммерческих и некоммерческих СУБД, позволяющую
легко разрабатывать скрипты, использующие базы данных. Наиболее часто сценарии
на PHP используются для замены CGI-сценариев.

Этот пакет содержит базовую подсистему PHP и отдельную (CGI) версию транслятора
PHP, пригодную для запуска в системе либо через протокол CGI. Если Вы желаете
использовать PHP вместе с веб-сервером Apache, Вам необходимо дополнительно
установить пакет mod_php.

Changelog:
----------------------------------------------------------
* Птн Окт 17 2003 Alexey Gladkov <legion на altlinux.ru> 1:4.3.4-alt0.cvs20031017
- New CVS snapshot.
- New scheme loading extensions. From now all extensions in 
  the /etc/<SAPI>/php.d/*.ini (Fixed #2940). This scheme fixed #2532.
  For more information please read documentation.
- New scheme creating/installing SAPI.
  + each SAPI may have own config file;
  + each SAPI may have own extensions kit.
- spec changes.

Пакет для самостоятельной сборки доступен по адресу:
ftp://ftp.altlinux.ru/pub/distributions/ALTLinux/Daedalus/SRPMS.daedalus/php-4.3.4-alt0.cvs20031017.src.rpm

Пакеты для установки доступны по адресу:
ftp://ftp.altlinux.ru/pub/distributions/ALTLinux/Daedalus/i586/RPMS.daedalus/mod_php-4.3.4-alt0.cvs20031017.i586.rpm
ftp://ftp.altlinux.ru/pub/distributions/ALTLinux/Daedalus/i586/RPMS.daedalus/php-4.3.4-alt0.cvs20031017.i586.rpm
ftp://ftp.altlinux.ru/pub/distributions/ALTLinux/Daedalus/i586/RPMS.daedalus/php-common-4.3.4-alt0.cvs20031017.i586.rpm
ftp://ftp.altlinux.ru/pub/distributions/ALTLinux/Daedalus/i586/RPMS.daedalus/php-devel-4.3.4-alt0.cvs20031017.i586.rpm
ftp://ftp.altlinux.ru/pub/distributions/ALTLinux/Daedalus/i586/RPMS.daedalus/php-pear-4.3.4-alt0.cvs20031017.i586.rpm

----------------------------------------------------------
php-curl
----------------------------------------------------------
Description :
The php-curl includes a dynamic shared object (DSO) that adds
cURL support to PHP4. cURL is a library that enables you to send and
receive files through various protocols, including HTTP, FTP, TELNET,
LDAP, DICT, and GOPHER. PHP4 is an HTML-embedded scripting language. If
you need cURL support for PHP4 applications, you will need to install
this package in addition to the php package.

Changelog:
----------------------------------------------------------
* Птн Окт 17 2003 Alexey Gladkov <legion на altlinux.ru> 1:4.3.4-alt0.cvs20031017
- New CVS snapshot.
- New scheme loading extensions. From now all extensions in 
  the /etc/<SAPI>/php.d/*.ini (Fixed #2940). This scheme fixed #2532.
  For more information please read documentation.
- New scheme creating/installing SAPI.
  + each SAPI may have own config file;
  + each SAPI may have own extensions kit.
- spec changes.

Пакет для самостоятельной сборки доступен по адресу:
ftp://ftp.altlinux.ru/pub/distributions/ALTLinux/Daedalus/SRPMS.daedalus/php-curl-4.3.4-alt0.cvs20031017.src.rpm

Пакеты для установки доступны по адресу:
ftp://ftp.altlinux.ru/pub/distributions/ALTLinux/Daedalus/i586/RPMS.daedalus/php-curl-4.3.4-alt0.cvs20031017.i586.rpm

----------------------------------------------------------
php-dba
----------------------------------------------------------
Description :
The php-dba includes a dynamic shared object (DSO) that adds
gdbm and db4 support to PHP4.

These functions build the foundation for accessing Berkeley DB style
databases. This is a general abstraction layer for several file-based
databases. As such, functionality is limited to a subset of features
modern databases such as Sleepycat Software DB4 support. The behaviour
of various aspects depend on the implementation of the underlying
database. Functions such as dba_optimize() and dba_sync() will do
what they promise for one database and will do nothing for others.

Changelog:
----------------------------------------------------------
* Птн Окт 17 2003 Alexey Gladkov <legion на altlinux.ru> 1:4.3.4-alt0.cvs20031017
- New CVS snapshot.
- New scheme loading extensions. From now all extensions in 
  the /etc/<SAPI>/php.d/*.ini (Fixed #2940). This scheme fixed #2532.
  For more information please read documentation.
- New scheme creating/installing SAPI.
  + each SAPI may have own config file;
  + each SAPI may have own extensions kit.
- spec changes.

Пакет для самостоятельной сборки доступен по адресу:
ftp://ftp.altlinux.ru/pub/distributions/ALTLinux/Daedalus/SRPMS.daedalus/php-dba-4.3.4-alt0.cvs20031017.src.rpm

Пакеты для установки доступны по адресу:
ftp://ftp.altlinux.ru/pub/distributions/ALTLinux/Daedalus/i586/RPMS.daedalus/php-dba-4.3.4-alt0.cvs20031017.i586.rpm

----------------------------------------------------------
php-fribidi
----------------------------------------------------------
Description :
The php-fribidi includes a dynamic shared object (DSO) that adds
bi-directional scripting (eg hewbrew, arabic) support for PHP4. Fribidi
allows you to write text always in logical order and be sure that
Fribidi engine correctly recognizes and displays script in a right way. PHP4
is an HTML-embedded scripting language. If you need Fribidi support for
PHP4 applications, you will need to install this package in addition to
the php package.

Changelog:
----------------------------------------------------------
* Птн Окт 17 2003 Alexey Gladkov <legion на altlinux.ru> 1:4.3.4-alt0.cvs20031017
- New CVS snapshot.
- New scheme loading extensions. From now all extensions in 
  the /etc/<SAPI>/php.d/*.ini (Fixed #2940). This scheme fixed #2532.
  For more information please read documentation.
- New scheme creating/installing SAPI.
  + each SAPI may have own config file;
  + each SAPI may have own extensions kit.
- spec changes.

Пакет для самостоятельной сборки доступен по адресу:
ftp://ftp.altlinux.ru/pub/distributions/ALTLinux/Daedalus/SRPMS.daedalus/php-fribidi-4.3.4-alt0.cvs20031017.src.rpm

Пакеты для установки доступны по адресу:
ftp://ftp.altlinux.ru/pub/distributions/ALTLinux/Daedalus/i586/RPMS.daedalus/php-fribidi-4.3.4-alt0.cvs20031017.i586.rpm

----------------------------------------------------------
php-gd2
----------------------------------------------------------
Description :
The php-gd2 includes a dynamic shared object (DSO) that adds
GD support to PHP4. GD is a library that enables you to create PNG,
JPEG, XPM, and WBMP graphics. It is linked with freetype and t1lib so
you can use TrueType fonts. PHP4 is an HTML-embedded scripting language.
If you need GD support for PHP4 applications, you will need to install
this package in addition to the php package.

Changelog:
----------------------------------------------------------
* Птн Окт 17 2003 Alexey Gladkov <legion на altlinux.ru> 1:4.3.4-alt0.cvs20031017
- New CVS snapshot.
- New scheme loading extensions. From now all extensions in 
  the /etc/<SAPI>/php.d/*.ini (Fixed #2940). This scheme fixed #2532.
  For more information please read documentation.
- New scheme creating/installing SAPI.
  + each SAPI may have own config file;
  + each SAPI may have own extensions kit.
- spec changes.

Пакет для самостоятельной сборки доступен по адресу:
ftp://ftp.altlinux.ru/pub/distributions/ALTLinux/Daedalus/SRPMS.daedalus/php-gd2-4.3.4-alt0.cvs20031017.src.rpm

Пакеты для установки доступны по адресу:
ftp://ftp.altlinux.ru/pub/distributions/ALTLinux/Daedalus/i586/RPMS.daedalus/php-gd2-4.3.4-alt0.cvs20031017.i586.rpm

----------------------------------------------------------
php-imap
----------------------------------------------------------
Description :
The php-imap package contains a dynamic shared object (DSO) for PHP4. The
php-imap module adds IMAP (Internet Message Access Protocol) support to
PHP4. IMAP is a protocol for retrieving and uploading e-mail messages on
mail servers. PHP is an HTML-embedded scripting language for use with
Apache.  If you need IMAP support for PHP4 applications, you will need to
install this package and PHP4.

Changelog:
----------------------------------------------------------
* Птн Окт 17 2003 Alexey Gladkov <legion на altlinux.ru> 1:4.3.4-alt0.cvs20031017
- New CVS snapshot.
- New scheme loading extensions. From now all extensions in 
  the /etc/<SAPI>/php.d/*.ini (Fixed #2940). This scheme fixed #2532.
  For more information please read documentation.
- New scheme creating/installing SAPI.
  + each SAPI may have own config file;
  + each SAPI may have own extensions kit.
- spec changes.

Пакет для самостоятельной сборки доступен по адресу:
ftp://ftp.altlinux.ru/pub/distributions/ALTLinux/Daedalus/SRPMS.daedalus/php-imap-4.3.4-alt0.cvs20031017.src.rpm

Пакеты для установки доступны по адресу:
ftp://ftp.altlinux.ru/pub/distributions/ALTLinux/Daedalus/i586/RPMS.daedalus/php-imap-4.3.4-alt0.cvs20031017.i586.rpm

----------------------------------------------------------
php-ldap
----------------------------------------------------------
Description :
The php-ldap includes a dynamic shared object (DSO) that adds
Lightweight Directory Access Protocol (LDAP) support to PHP4. LDAP is a
set of protocols for accessing directory services over the Internet.
PHP4 is an HTML-embedded scripting language. If you need LDAP support
for PHP4 applications, you will need to install this package in addition
to the php package.

Changelog:
----------------------------------------------------------
* Птн Окт 17 2003 Alexey Gladkov <legion на altlinux.ru> 1:4.3.4-alt0.cvs20031017
- New CVS snapshot.
- New scheme loading extensions. From now all extensions in 
  the /etc/<SAPI>/php.d/*.ini (Fixed #2940). This scheme fixed #2532.
  For more information please read documentation.
- New scheme creating/installing SAPI.
  + each SAPI may have own config file;
  + each SAPI may have own extensions kit.
- spec changes.

Пакет для самостоятельной сборки доступен по адресу:
ftp://ftp.altlinux.ru/pub/distributions/ALTLinux/Daedalus/SRPMS.daedalus/php-ldap-4.3.4-alt0.cvs20031017.src.rpm

Пакеты для установки доступны по адресу:
ftp://ftp.altlinux.ru/pub/distributions/ALTLinux/Daedalus/i586/RPMS.daedalus/php-ldap-4.3.4-alt0.cvs20031017.i586.rpm

----------------------------------------------------------
php-mbstring
----------------------------------------------------------
Description :
This package allows you to handle multiple Japanese encodings (SJIS, EUC,
UTF-8, JIS) in PHP.

Changelog:
----------------------------------------------------------
* Птн Окт 17 2003 Alexey Gladkov <legion на altlinux.ru> 1:4.3.4-alt0.cvs20031017
- New CVS snapshot.
- New scheme loading extensions. From now all extensions in 
  the /etc/<SAPI>/php.d/*.ini (Fixed #2940). This scheme fixed #2532.
  For more information please read documentation.
- New scheme creating/installing SAPI.
  + each SAPI may have own config file;
  + each SAPI may have own extensions kit.
- spec changes.

Пакет для самостоятельной сборки доступен по адресу:
ftp://ftp.altlinux.ru/pub/distributions/ALTLinux/Daedalus/SRPMS.daedalus/php-mbstring-4.3.4-alt0.cvs20031017.src.rpm

Пакеты для установки доступны по адресу:
ftp://ftp.altlinux.ru/pub/distributions/ALTLinux/Daedalus/i586/RPMS.daedalus/php-mbstring-4.3.4-alt0.cvs20031017.i586.rpm

----------------------------------------------------------
php-mysql
----------------------------------------------------------
Description :
The php-mysql package includes a dynamic shared object (DSO) that adds MySQL
database support to PHP4.  MySQL is an object-relational database management
system that supports almost all SQL constructs. PHP is an HTML-embedded
scripting language. If you need back-end support for MySQL, you should
install this package in addition to the main php package.

Changelog:
----------------------------------------------------------
* Птн Окт 17 2003 Alexey Gladkov <legion на altlinux.ru> 1:4.3.4-alt0.cvs20031017
- New CVS snapshot.
- New scheme loading extensions. From now all extensions in 
  the /etc/<SAPI>/php.d/*.ini (Fixed #2940). This scheme fixed #2532.
  For more information please read documentation.
- New scheme creating/installing SAPI.
  + each SAPI may have own config file;
  + each SAPI may have own extensions kit.
- spec changes.

Пакет для самостоятельной сборки доступен по адресу:
ftp://ftp.altlinux.ru/pub/distributions/ALTLinux/Daedalus/SRPMS.daedalus/php-mysql-4.3.4-alt0.cvs20031017.src.rpm

Пакеты для установки доступны по адресу:
ftp://ftp.altlinux.ru/pub/distributions/ALTLinux/Daedalus/i586/RPMS.daedalus/php-mysql-4.3.4-alt0.cvs20031017.i586.rpm

----------------------------------------------------------
php-openssl
----------------------------------------------------------
Description :
The php-snmp package includes a dynamic shared object (DSO) that adds
UCD-SNMP software support to PHP4.

Changelog:
----------------------------------------------------------
* Птн Окт 17 2003 Alexey Gladkov <legion на altlinux.ru> 1:4.3.4-alt0.cvs20031017
- New CVS snapshot.
- New scheme loading extensions. From now all extensions in 
  the /etc/<SAPI>/php.d/*.ini (Fixed #2940). This scheme fixed #2532.
  For more information please read documentation.
- New scheme creating/installing SAPI.
  + each SAPI may have own config file;
  + each SAPI may have own extensions kit.
- spec changes.

Пакет для самостоятельной сборки доступен по адресу:
ftp://ftp.altlinux.ru/pub/distributions/ALTLinux/Daedalus/SRPMS.daedalus/php-openssl-4.3.4-alt0.cvs20031017.src.rpm

Пакеты для установки доступны по адресу:
ftp://ftp.altlinux.ru/pub/distributions/ALTLinux/Daedalus/i586/RPMS.daedalus/php-openssl-4.3.4-alt0.cvs20031017.i586.rpm

----------------------------------------------------------
php-pcntl
----------------------------------------------------------
Description :
The php-pcntl package includes a dynamic shared object (DSO) that adds
all features related to process spawning and control (fork(), waitpid(),
signal(), WIF's, etc), to PHP4.

Changelog:
----------------------------------------------------------
* Птн Окт 17 2003 Alexey Gladkov <legion на altlinux.ru> 1:4.3.4-alt0.cvs20031017
- New CVS snapshot.
- New scheme loading extensions. From now all extensions in 
  the /etc/<SAPI>/php.d/*.ini (Fixed #2940). This scheme fixed #2532.
  For more information please read documentation.
- New scheme creating/installing SAPI.
  + each SAPI may have own config file;
  + each SAPI may have own extensions kit.
- spec changes.

Пакет для самостоятельной сборки доступен по адресу:
ftp://ftp.altlinux.ru/pub/distributions/ALTLinux/Daedalus/SRPMS.daedalus/php-pcntl-4.3.4-alt0.cvs20031017.src.rpm

Пакеты для установки доступны по адресу:
ftp://ftp.altlinux.ru/pub/distributions/ALTLinux/Daedalus/i586/RPMS.daedalus/php-pcntl-4.3.4-alt0.cvs20031017.i586.rpm

----------------------------------------------------------
php-pgsql
----------------------------------------------------------
Description :
The php-pgsql package includes a dynamic shared object (DSO) that adds
PostgreSQL database support to PHP4.  PostgreSQL is an object-relational
database management system that supports almost all SQL constructs. PHP is
an HTML-embedded scripting language. If you need back-end support for
PostgreSQL, you should install this package in addition to the main php
package.

Changelog:
----------------------------------------------------------
* Птн Окт 17 2003 Alexey Gladkov <legion на altlinux.ru> 1:4.3.4-alt0.cvs20031017
- New CVS snapshot.
- New scheme loading extensions. From now all extensions in 
  the /etc/<SAPI>/php.d/*.ini (Fixed #2940). This scheme fixed #2532.
  For more information please read documentation.
- New scheme creating/installing SAPI.
  + each SAPI may have own config file;
  + each SAPI may have own extensions kit.
- spec changes.

Пакет для самостоятельной сборки доступен по адресу:
ftp://ftp.altlinux.ru/pub/distributions/ALTLinux/Daedalus/SRPMS.daedalus/php-pgsql-4.3.4-alt0.cvs20031017.src.rpm

Пакеты для установки доступны по адресу:
ftp://ftp.altlinux.ru/pub/distributions/ALTLinux/Daedalus/i586/RPMS.daedalus/php-pgsql-4.3.4-alt0.cvs20031017.i586.rpm

----------------------------------------------------------
php-readline
----------------------------------------------------------
Description :
The php-readline includes a dynamic shared object (DSO) that adds Readline
support to PHP4. The "readline" library will read a line from the terminal
and return it, allowing the user to edit the line with the standard emacs
editing keys. It allows the programmer to give the user an easier-to-use and
more intuitive interface. PHP4 is an HTML-embedded scripting language. If
you need readline support for PHP4 applications, you will need to install
this package in addition to the php package.

Changelog:
----------------------------------------------------------
* Птн Окт 17 2003 Alexey Gladkov <legion на altlinux.ru> 1:4.3.4-alt0.cvs20031017
- New CVS snapshot.
- New scheme loading extensions. From now all extensions in 
  the /etc/<SAPI>/php.d/*.ini (Fixed #2940). This scheme fixed #2532.
  For more information please read documentation.
- New scheme creating/installing SAPI.
  + each SAPI may have own config file;
  + each SAPI may have own extensions kit.
- spec changes.

Пакет для самостоятельной сборки доступен по адресу:
ftp://ftp.altlinux.ru/pub/distributions/ALTLinux/Daedalus/SRPMS.daedalus/php-readline-4.3.4-alt0.cvs20031017.src.rpm

Пакеты для установки доступны по адресу:
ftp://ftp.altlinux.ru/pub/distributions/ALTLinux/Daedalus/i586/RPMS.daedalus/php-readline-4.3.4-alt0.cvs20031017.i586.rpm

----------------------------------------------------------
php-snmp
----------------------------------------------------------
Description :
The php-snmp package includes a dynamic shared object (DSO) that adds
UCD-SNMP software support to PHP4.

Changelog:
----------------------------------------------------------
* Птн Окт 17 2003 Alexey Gladkov <legion на altlinux.ru> 1:4.3.4-alt0.cvs20031017
- New CVS snapshot.
- New scheme loading extensions. From now all extensions in 
  the /etc/<SAPI>/php.d/*.ini (Fixed #2940). This scheme fixed #2532.
  For more information please read documentation.
- New scheme creating/installing SAPI.
  + each SAPI may have own config file;
  + each SAPI may have own extensions kit.
- spec changes.

Пакет для самостоятельной сборки доступен по адресу:
ftp://ftp.altlinux.ru/pub/distributions/ALTLinux/Daedalus/SRPMS.daedalus/php-snmp-4.3.4-alt0.cvs20031017.src.rpm

Пакеты для установки доступны по адресу:
ftp://ftp.altlinux.ru/pub/distributions/ALTLinux/Daedalus/i586/RPMS.daedalus/php-snmp-4.3.4-alt0.cvs20031017.i586.rpm

----------------------------------------------------------
php-sockets
----------------------------------------------------------
Description :
The php-sockets includes a dynamic shared object (DSO) that adds
sockets support for PHP4. Sockets widely used in UNIX to communicate
between different applications. If you want to use sockets in PHP4, you
should install this package in addition to main PHP4 packages.
NOTE: this module is EXPERIMENTAL and might be changed in future releases.

Changelog:
----------------------------------------------------------
* Птн Окт 17 2003 Alexey Gladkov <legion на altlinux.ru> 1:4.3.4-alt0.cvs20031017
- New CVS snapshot.
- New scheme loading extensions. From now all extensions in 
  the /etc/<SAPI>/php.d/*.ini (Fixed #2940). This scheme fixed #2532.
  For more information please read documentation.
- New scheme creating/installing SAPI.
  + each SAPI may have own config file;
  + each SAPI may have own extensions kit.
- spec changes.

Пакет для самостоятельной сборки доступен по адресу:
ftp://ftp.altlinux.ru/pub/distributions/ALTLinux/Daedalus/SRPMS.daedalus/php-sockets-4.3.4-alt0.cvs20031017.src.rpm

Пакеты для установки доступны по адресу:
ftp://ftp.altlinux.ru/pub/distributions/ALTLinux/Daedalus/i586/RPMS.daedalus/php-sockets-4.3.4-alt0.cvs20031017.i586.rpm

----------------------------------------------------------
php-sybase_ct
----------------------------------------------------------
Description :
The php-sybase_ct package includes a dynamic shared object (DSO) that adds
Sybase or MS-SQL database support to PHP4.

Changelog:
----------------------------------------------------------
* Птн Окт 17 2003 Alexey Gladkov <legion на altlinux.ru> 1:4.3.4-alt0.cvs20031017
- New CVS snapshot.
- New scheme loading extensions. From now all extensions in 
  the /etc/<SAPI>/php.d/*.ini (Fixed #2940). This scheme fixed #2532.
  For more information please read documentation.
- New scheme creating/installing SAPI.
  + each SAPI may have own config file;
  + each SAPI may have own extensions kit.
- spec changes.

Пакет для самостоятельной сборки доступен по адресу:
ftp://ftp.altlinux.ru/pub/distributions/ALTLinux/Daedalus/SRPMS.daedalus/php-sybase_ct-4.3.4-alt0.cvs20031017.src.rpm

Пакеты для установки доступны по адресу:
ftp://ftp.altlinux.ru/pub/distributions/ALTLinux/Daedalus/i586/RPMS.daedalus/php-sybase_ct-4.3.4-alt0.cvs20031017.i586.rpm

----------------------------------------------------------
php-xml
----------------------------------------------------------
Description :
This PHP extension implements support for James Clark's expat in PHP. This toolkit
lets you parse, but not validate, XML documents.

Changelog:
----------------------------------------------------------
* Птн Окт 17 2003 Alexey Gladkov <legion на altlinux.ru> 1:4.3.4-alt0.cvs20031017
- New CVS snapshot.
- New scheme loading extensions. From now all extensions in 
  the /etc/<SAPI>/php.d/*.ini (Fixed #2940). This scheme fixed #2532.
  For more information please read documentation.
- New scheme creating/installing SAPI.
  + each SAPI may have own config file;
  + each SAPI may have own extensions kit.
- spec changes.

Пакет для самостоятельной сборки доступен по адресу:
ftp://ftp.altlinux.ru/pub/distributions/ALTLinux/Daedalus/SRPMS.daedalus/php-xml-4.3.4-alt0.cvs20031017.src.rpm

Пакеты для установки доступны по адресу:
ftp://ftp.altlinux.ru/pub/distributions/ALTLinux/Daedalus/i586/RPMS.daedalus/php-xml-4.3.4-alt0.cvs20031017.i586.rpm

----------------------------------------------------------
php-xslt
----------------------------------------------------------
Description :
The php-xslt includes a dynamic shared object (DSO) that adds
XSLT support to PHP4. Sablotron is a fast, compact and portable XSLT processor.
If you need XSLT support for PHP4 applications, you will need
to install this package in addition to the php package.

Changelog:
----------------------------------------------------------
* Птн Окт 17 2003 Alexey Gladkov <legion на altlinux.ru> 1:4.3.4-alt0.cvs20031017
- New CVS snapshot.
- New scheme loading extensions. From now all extensions in 
  the /etc/<SAPI>/php.d/*.ini (Fixed #2940). This scheme fixed #2532.
  For more information please read documentation.
- New scheme creating/installing SAPI.
  + each SAPI may have own config file;
  + each SAPI may have own extensions kit.
- spec changes.

Пакет для самостоятельной сборки доступен по адресу:
ftp://ftp.altlinux.ru/pub/distributions/ALTLinux/Daedalus/SRPMS.daedalus/php-xslt-4.3.4-alt0.cvs20031017.src.rpm

Пакеты для установки доступны по адресу:
ftp://ftp.altlinux.ru/pub/distributions/ALTLinux/Daedalus/i586/RPMS.daedalus/php-xslt-4.3.4-alt0.cvs20031017.i586.rpm




Подробная информация о списке рассылки Devel