Next | Query returned 20 messages, browsing 11 to 20 | previous

History of commit frequency

CVS Commit History:


   2012-06-04 14:03:39 by OBATA Akio | Files touched by this commit (2)
Log message:
Update pear-DB to 1.7.14.
PR 46534 by Wen Heping.
While here, set LICENSE=php.

Changes since 1.7.13:

All drivers:
* Made the definition of DB_common::raiseError() compatible with
  PEAR::raiseError() by adding dummy parameters. Request 11581.
* Fixed SKIP block in the 20locale.phpt test.
* Fixed non-persistent connections to really be non-persistent when unserialising.
  Bug 15115.

ibase:
* Changed the order of regular expressions applied when mapping errors so that
  constraint violations in PHP 4.4 are actually reported as constraint
  violations and not table not found errors.
* Fixed a test that should have been skipped in PHP 4.4.

ifx:
* Use PCRE rather than ereg. Bug 17722, patch by Olle Jonsson.

mssql:
* Fix escaping of string values with lines ending in a backslash character.
  Bug 16117.

oci8:
* Fix for last_query reconstruction with lots of placeholders. Bug 12418, patch
  by Nicholas Evans.
* Fix replacement of values in last_query for :bind's numbered over 10.
  Bug 14603.
* Unset $_prepared_queries in freePrepared(). Bug 14271.

pgsql:
* Added special-case to handle SAVEPOINT queries as manip queries. Bug 12260.
* Implement rudimentary support for WITH...SELECT queries. Bug 17136.

sqlite:
* Added support for another error message in the SQLite driver. Bug 12105, patch
  by Adam Ashley.
* Implement auto_increment support in tableInfo(). Request 13193.
   2010-02-06 16:48:17 by Takahiro Kambe | Files touched by this commit (2)
Log message:
Update pear-DB package from 1.7.6 to 1.7.13

Since changes are too huge to show here, please refer:
http://pear.php.net/package/DB/download/All

One note from 1.7.8's changes:

This release of DB fixes numerous bugs compared to 1.7.7. Users of previous
versions are encouraged to upgrade in due course.

Users of the pgsql driver should note that this release fixes a security issue
reported by Yasuo Ohgaki; the security issue is described in more detail by
CVE-2006-2313 and CVE-2006-2314. PostgreSQL users should upgrade to both DB
1.7.8 AND at least PostgreSQL 7.3.15, 7.4.13, 8.0.8, 8.1.4 or 8.2.0 as soon as
possible if they are using SJIS, BIG5, GBK, GB18030 or UHC as a client
encoding.

longlong
   2010-02-04 17:36:06 by Joerg Sonnenberger | Files touched by this commit (12)
Log message:
Mark PEAR packages as DESTDIR ready. Thanks to obache@ for the backend
support.
   2009-07-17 20:00:26 by Adrian Portelli | Files touched by this commit (126)
Log message:
Give up MAINTAINER
   2007-10-25 18:59:59 by Johnny C. Lam | Files touched by this commit (980)
Log message:
Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mk
can handle packages having no PLIST files.
   2007-02-22 20:27:30 by Thomas Klausner | Files touched by this commit (721)
Log message:
Whitespace cleanup, courtesy of pkglint.
Patch provided by Sergey Svishchev in private mail.
   2006-06-04 18:26:56 by Joerg Sonnenberger | Files touched by this commit (73)
Log message:
Fix CONFLICTS of php/pear packages, the asterix was missing (thanks tv).
While going through the tree, fix some more packages which had similiar
issues with too strict conflicts, bump the revisions of those.
   2006-06-02 20:28:01 by Joerg Sonnenberger | Files touched by this commit (136)
Log message:
Rename all PHP 4 packages to php4-*, all PHP 5 packages to php5-*,
all PEAR packages to php?-pear-* and all Apache packages to ap13-* or
ap2-* respectively. Add new variables to simplify the Makefile
handling. Add CONFLICTS on the old names. Reset revisions of bumped
packages. ap-php will now depend on the default Apache and PHP version.
All programs using it have an implicit option of the Apache version
as well.

OK from jlam@ and adrianp@.
   2006-02-06 00:11:50 by Joerg Sonnenberger | Files touched by this commit (4082)
Log message:
Recursive revision bump / recommended bump for gettext ABI change.
   2005-05-18 21:56:06 by Adrian Portelli | Files touched by this commit (4) | Imported package
Log message:
- Import of pear-DB
DB is a database abstraction layer providing:
* an OO-style query API
* portability features that make programs written for one DBMS work with i
  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


Next | Query returned 20 messages, browsing 11 to 20 | previous