Fedora 7 Update: php-pear-DB-1.7.13-1.fc7
updates at fedoraproject.org
updates at fedoraproject.org
Mon Oct 8 15:02:24 UTC 2007
--------------------------------------------------------------------------------
Fedora Update Notification
FEDORA-2007-2265
2007-10-08 15:02:22.702830
--------------------------------------------------------------------------------
Name : php-pear-DB
Product : Fedora 7
Version : 1.7.13
Release : 1.fc7
URL : http://pear.php.net/package/DB
Summary : PEAR: Database Abstraction Layer
Description :
DB is a database abstraction layer providing:
* an OO-style query API
* portability features that make programs written for one DBMS work with
other DBMS's
* a DSN (data source name) format for specifying database servers
* prepare/execute (bind) emulation for databases that don't support it natively
* a result object for each query response
* portable error codes
* sequence emulation
* sequential and non-sequential row fetching as well as bulk fetching
* formats fetched rows as associative arrays, ordered arrays or objects
* row limit support
* transactions support
* table information interface
* DocBook and phpDocumentor API documentation
DB layers itself on top of PHP's existing database extensions.
--------------------------------------------------------------------------------
Update Information:
This release of DB fixes a number of minor issues reported since the release of DB 1.7.12.
All drivers:
* Replaced instances of '=& new Foo' with '= new Foo' to make DB (slightly) more E_STRICT friendly.
mysql:
* Added an explicit call to select the database to fix calls to tableInfo() without a preceding query.
mysqli:
* Added an explicit call to select the database to fix calls to tableInfo() without a preceding query.
sqlite:
* Altered fetchInto() to remove extraneous quotes returned by SQLite.
--------------------------------------------------------------------------------
ChangeLog:
* Fri Sep 21 2007 Remi Collet <Fedora at FamilleCollet.com> 1.7.13-1
- update to 1.7.13
- fix TEXTERS encoding
* Thu Aug 23 2007 Remi Collet <Fedora at FamilleCollet.com> 1.7.12-2
- Fix License
* Mon Jul 23 2007 Remi Collet <Fedora at FamilleCollet.com> 1.7.12-1
- update to 1.7.12
- change requires from php to php-common
- update test suite to run (but only after install)
- add %check, only for documentation purpose
* Mon Apr 30 2007 Remi Collet <Fedora at FamilleCollet.com> 1.7.11-1
- update to 1.7.11
- add generated CHANGELOG
--------------------------------------------------------------------------------
Updated packages:
78b6b51b52ef536ccec5c0d8e568d4646222bf53 php-pear-DB-1.7.13-1.fc7.noarch.rpm
95c97496e5189be460224d73a356b7c7f2fd29c9 php-pear-DB-1.7.13-1.fc7.src.rpm
This update can be installed with the "yum" update program. Use
su -c 'yum update php-pear-DB'
at the command line. For more information, refer to "Managing Software
with yum", available at http://docs.fedoraproject.org/yum/.
--------------------------------------------------------------------------------
More information about the Fedora-package-announce
mailing list