| Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
| Name: php5-pear-DB | Distribution: openSUSE 11.4 |
| Version: 1.7.13 | Vendor: openSUSE |
| Release: 3.1 | Build date: Sat Feb 19 16:54:22 2011 |
| Group: Productivity/Networking/Web/Servers | Build host: build35 |
| Size: 703680 | Source RPM: php5-pear-DB-1.7.13-3.1.src.rpm |
| Packager: http://bugs.opensuse.org | |
| Url: http://pear.php.net/package/DB | |
| Summary: Database Abstraction Layer | |
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. Drivers for the following extensions pass the complete test suite and provide interchangeability when all of DB's portability options are enabled: fbsql, ibase, informix, msql, mssql, mysql, mysqli, oci8, odbc, pgsql, sqlite and sybase. There is also a driver for the dbase extension, but it can't be used interchangeably because dbase doesn't support many standard DBMS features. DB is compatible with both PHP 4 and PHP 5.
PHP License
* Thu Jan 20 2011 chris@computersalat.de
- change to php_pear_gen_filelist macro
* Wed Jan 19 2011 chris@computersalat.de
- pkg rename php5-pear-DBL
- merge with php-pear-DB, php5-pear-db
- changelog to changes file
- added php-macros
- added rpmlintrc file
* Sat May 30 2009 chris@computersalat.de
- fixed post script
* Thu May 21 2009 chris@computersalat.de
- added stuff to automatically create correct filelist
o tested against Factory (1120)
o opensuse >= 1100 complains about
"directory not owned by package"
- some rpmlint stuff
o added rpmlintrc
- bzip2 Source
* Tue May 19 2009 chris@computersalat.de
- beautify spec
o new spec header
o package rename due to package convention
o removed php4 stuff, deps
o added Provides and Obsoletes for old package names.
This should not break deps
* Sun Jun 15 2008 lars@linux-schulserver.de
- update to 1.7.13:
+ Replaced instances of '=& new Foo' with '= new Foo' to make
DB (slightly) more E_STRICT friendly.
+ Added an explicit call to select the database to fix calls
to tableInfo() without a preceding query.
+ Altered fetchInto() to remove extraneous quotes returned
by SQLite.
- Prov/Obs php-pear-db
- disable old specfile
- removed DB-1.7.6-dependency.patch
- run pear tests during build
- cleanup specfile a bit
* Wed Jul 25 2007 mmarek@suse.cz
- updated to 1.7.12
* fixes an issue that prevented PostgreSQL users from escaping
values with PHP 5.2
* Sat Jun 23 2007 judas_iscariote@shorewall.net
- update to pear-db 1.7.11 [#278175]
- adapt package to new pear package format
/usr/share/doc/packages/php5-pear-DB /usr/share/doc/packages/php5-pear-DB/IDEAS /usr/share/doc/packages/php5-pear-DB/MAINTAINERS /usr/share/doc/packages/php5-pear-DB/STATUS /usr/share/doc/packages/php5-pear-DB/TESTERS /usr/share/php5/PEAR/DB /usr/share/php5/PEAR/DB.php /usr/share/php5/PEAR/DB/common.php /usr/share/php5/PEAR/DB/dbase.php /usr/share/php5/PEAR/DB/fbsql.php /usr/share/php5/PEAR/DB/ibase.php /usr/share/php5/PEAR/DB/ifx.php /usr/share/php5/PEAR/DB/msql.php /usr/share/php5/PEAR/DB/mssql.php /usr/share/php5/PEAR/DB/mysql.php /usr/share/php5/PEAR/DB/mysqli.php /usr/share/php5/PEAR/DB/oci8.php /usr/share/php5/PEAR/DB/odbc.php /usr/share/php5/PEAR/DB/pgsql.php /usr/share/php5/PEAR/DB/sqlite.php /usr/share/php5/PEAR/DB/storage.php /usr/share/php5/PEAR/DB/sybase.php /usr/share/php5/PEAR/test /usr/share/php5/PEAR/test/DB /usr/share/php5/PEAR/test/DB/tests /usr/share/php5/PEAR/test/DB/tests/db_error.phpt /usr/share/php5/PEAR/test/DB/tests/db_error2.phpt /usr/share/php5/PEAR/test/DB/tests/db_factory.phpt /usr/share/php5/PEAR/test/DB/tests/db_ismanip.phpt /usr/share/php5/PEAR/test/DB/tests/db_parsedsn.phpt /usr/share/php5/PEAR/test/DB/tests/driver /usr/share/php5/PEAR/test/DB/tests/driver/01connect.phpt /usr/share/php5/PEAR/test/DB/tests/driver/02fetch.phpt /usr/share/php5/PEAR/test/DB/tests/driver/03simplequery.phpt /usr/share/php5/PEAR/test/DB/tests/driver/04numcols.phpt /usr/share/php5/PEAR/test/DB/tests/driver/05sequences.phpt /usr/share/php5/PEAR/test/DB/tests/driver/06prepexec.phpt /usr/share/php5/PEAR/test/DB/tests/driver/08affectedrows.phpt /usr/share/php5/PEAR/test/DB/tests/driver/09numrows.phpt /usr/share/php5/PEAR/test/DB/tests/driver/10errormap.phpt /usr/share/php5/PEAR/test/DB/tests/driver/11transactions.phpt /usr/share/php5/PEAR/test/DB/tests/driver/13limit.phpt /usr/share/php5/PEAR/test/DB/tests/driver/14fetchmode_object.phpt /usr/share/php5/PEAR/test/DB/tests/driver/15quote.phpt /usr/share/php5/PEAR/test/DB/tests/driver/16tableinfo.phpt /usr/share/php5/PEAR/test/DB/tests/driver/17query.phpt /usr/share/php5/PEAR/test/DB/tests/driver/18get.phpt /usr/share/php5/PEAR/test/DB/tests/driver/19getlistof.phpt /usr/share/php5/PEAR/test/DB/tests/driver/20locale.phpt /usr/share/php5/PEAR/test/DB/tests/driver/21freeResult.phpt /usr/share/php5/PEAR/test/DB/tests/driver/connect.inc /usr/share/php5/PEAR/test/DB/tests/driver/droptable.inc /usr/share/php5/PEAR/test/DB/tests/driver/mktable.inc /usr/share/php5/PEAR/test/DB/tests/driver/multiconnect.php /usr/share/php5/PEAR/test/DB/tests/driver/run.cvs /usr/share/php5/PEAR/test/DB/tests/driver/setup.inc.cvs /usr/share/php5/PEAR/test/DB/tests/driver/skipif.inc /usr/share/php5/PEAR/test/DB/tests/errors.inc /usr/share/php5/PEAR/test/DB/tests/fetchmode_object.inc /usr/share/php5/PEAR/test/DB/tests/fetchmodes.inc /usr/share/php5/PEAR/test/DB/tests/include.inc /usr/share/php5/PEAR/test/DB/tests/limit.inc /usr/share/php5/PEAR/test/DB/tests/numcols.inc /usr/share/php5/PEAR/test/DB/tests/numrows.inc /usr/share/php5/PEAR/test/DB/tests/prepexe.inc /usr/share/php5/PEAR/test/DB/tests/run.cvs /usr/share/php5/PEAR/test/DB/tests/sequences.inc /usr/share/php5/PEAR/test/DB/tests/simplequery.inc /usr/share/php5/PEAR/test/DB/tests/skipif.inc /usr/share/php5/PEAR/test/DB/tests/transactions.inc /var/lib/pear/DB.xml
Generated by rpm2html 1.8.1
Fabrice Bellet, Mon May 13 09:46:48 2013