adodb 5.08 veröffentlicht

In diesem Board könnt Ihr alle "allgemeinen" Fragen zum Thema MyOOS stellen.
Antworten
r23
Beiträge: 2679
Registriert: 18.09.2008, 05:56
Wohnort: Hagen
Kontaktdaten:

adodb 5.08 veröffentlicht

Beitrag von r23 »

Hallo,

ich empfehle MyOOS Anwender, die ihr System mit PHP 5 verwenden ein Update von
AdodB

Adodb 5.08 für PHP 5 wurde veröffentlicht:

Notes:
Notes:
Fixes some major bugs in the memcache caching driver.

Added ldap url support. E.g. ldap://host:port/dn?attributes?scope?filter?extensions

Other minor bug fixes.


Changes:
-- adodb-sybase.inc.php driver. Added $conn->charSet support. Thx Luis Henrique Mulinari (luis.mulinari#gmail.com)
-- adodb-ado5.inc.php. Fixed some bind param issues. Thx Jirka Novak.
-- adodb-ado5.inc.php. Now has improved error handling.
-- Fixed typo in adodb-xmlschema03.inc.php. See XMLS_EXISTING_DATA, line 1501. Thx james johnson.
-- Made $inputarr optional for _query() in all drivers.
-- Fixed spelling mistake in flushall() in adodb.inc.ophp.
-- Fixed handling of quotes in adodb_active_record::doquote. Thx Jonathan Hohle (jhohle#godaddy.com).
-- Added new index parameter to adodb_active_record::setdatabaseadaptor. Thx Jonathan Hohle
-- Fixed & readcache() reference compat problem with php 5.3 in adodb.Thx Jonathan Hohle.
-- Some minor $ADODB_CACHE_CLASS definition issues in adodb.inc.php.
-- Added Reset() function to adodb_active_record. Thx marcus.
-- Minor dsn fix for pdo_sqlite in adodb.inc.php. Thx Sergey Chvalyuk.
-- Fixed adodb-datadict _CreateSuffix() inconsistencies. Thx Chris Miller.
-- Option to delete old fields $dropOldFlds in datadict ChangeTableSQL($table, $flds, $tableOptions, $dropOldFlds=false) added. Thx Philipp Niethammer.
-- Memcache caching did not expire properly. Fixed.
-- MetaForeignKeys for postgres7 driver changed from adodb_movenext to $rs->MoveNext (also in 4.99)
-- Added support for ldap and ldaps url format in ldap driver.
Antworten