Download List

프로젝트 설명

ADODB is a set of advanced PHP database abstraction classes. It supports MySQL, PostgreSQL, Interbase/Firebird, Informix, Sybase SQL Anywhere, Oracle, MS SQL 7 and 2000, SAP DB, Sybase, DB2, FrontBase, Foxpro, Access, Netezza, LDAP, ODBTP, ADO, and generic ODBC. A metatype system is built in, making it possible to figure out that types such as CHAR, TEXT, and STRING are equivalent in different databases. It also features portable database creation, database-backed session support (with encryption), SQL performance monitoring, and database health checks.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2006-05-04 21:21
4.81

이 릴리스 수있습니다 캐시 테이블을 메타 데이터 (필드 이름, 유형, 및 기타 정보와 같은 기본 키). 변경된 경우에만 업데이 트 필드. adodb를 변수에 심판이 오류는 ado5.inc.php 해결되었습니다. 저기 mysqli setcharset 수정 method_exists 사용하고있습니다 (). adodb를 - perf.inc.php CreateLogTable () 코드는 현재 사용자에 대한 작업 정의 테이블 이름. ibase_blob_open에서 오류 ()가 수정되었습니다. 이 릴리스에는 더 이상 교체에 auto_increment 필드가 포함되어있습니다 ().
Tags: Minor bugfixes
This release can cache table metadata (field names, types, and other info such primary keys). It only updates fields that have changed. Variable ref errors in adodb-ado5.inc.php have been fixed. There is a Mysqli setcharset fix using method_exists(). The adodb-perf.inc.php CreateLogTable() code now works for user-defined table names. An error in ibase_blob_open() has been fixed. This release no longer includes auto_increment fields in replace().

2006-03-29 10:42
4.80

Activerecord 지원이 추가되었습니다. MySQL은 3.23와 호환성이 선택에 대한 플래그가 추가되었습니다. GetOne ()을 선택합니다 한계 문제를 해결했다. adodb를 - xmlschema03.inc.php XML 스키마 버전 3을 지원이 추가되었습니다. adodb를 - datadict.htm 문서가 업데이 트되었습니다.
Tags: Minor bugfixes
Activerecord support was added. A flag for
choosing compatibility with MySQL 3.23 was added.
GetOne() Select-Limit problems were fixed.
adodb-xmlschema03.inc.php was added to support XML
Schema version 3. The adodb-datadict.htm documents
were updated.

2005-12-21 01:52
4.68

수정 PHP는 5.1 부분을 지원 PDO는 PHP 5.1, PHP는 mysqli 5 호환성에 대한 지원, 그리고 많은 PDO 개선을 지원하는 드라이버는 PostgreSQL을합니다. 맞춤법 오류가 MySQL을 MetaForeignKeys에서 $ 연관 매개 변수가 수정되었습니다. MetaForeignKeys 두 번 반복되었다 MYSQLI_BINARY_FLAG 실종됐다. PostgreSQL을 바인딩할 매개 변수를 사용하여 PHP가 5.1을 지원합니까? 지금은 작동합니다.
Tags: Minor bugfixes
Fixes to PostgreSQL drivers to support PHP 5.1, partial PDO support, support for PHP 5.1, PHP 5 compatibility for mysqli, and many PDO improvements. A spelling error has been fixed in the MySQL MetaForeignKeys $associative parameter. MetaForeignKeys was repeated twice and the MYSQLI_BINARY_FLAG was missing. PHP 5.1 support for PostgreSQL bind parameters using ? now works.

2005-11-17 15:41
4.67

SQLite는 드라이버가 지금은 PHP 5에서 준수합니다. PostgreSQL은 not_null 깃발을 지금 false로 올바르게 설정되어있습니다. 지금은 체크를 교체에 이루어집니다 () 여부를 핵심 fieldArray에 있는지 테스트합니다. _file_get_contents () 함수를 xmlschema 실종됐다. 주 SQLDate 년간의 지원이 추가되었습니다 (), "승"플래그를 사용합니다. sqlite가 있음, metacolumns 번, PHP 5에서 충돌을 일으키는 반복했다. 디버그 출력 XHTML과 호환 만들어졌습니다.
Tags: Minor bugfixes
The Sqlite driver is now PHP 5 compliant. The
PostgreSQL not_null flag is now set to false
correctly. A check is now done in Replace() to
test whether a key is in fieldArray. The
_file_get_contents() function was missing in
xmlschema. Week in year support was added to
SQLDate(), using the "W" flag. In sqlite,
metacolumns was repeated twice, causing a PHP 5
crash. The debug output XHTML was made compliant.

2004-11-11 20:39
4.54

광범위한 데이터 사전을 변경합니다. BlobDecode API는 PostgreSQL을 위해 변경되었습니다. 이것은 다음 릴리스에서 변경을 계속 수도있습니다. OCI8의에서 문자셋 기능 P는 / N / 연결에 대한 지원 (). 일부 버그수정 및 PHP5에 대한 호환성을 변경합니다.
Extensive data dictionary changes. The BlobDecode API for PostgreSQL has changed. This might continue to change in the next release. Support for the charSet feature in oci8's P/N/Connect(). Some bugfixes, and compatibility changes for PHP5.

Project Resources