diff options
Diffstat (limited to 'drivers/adodb-oci8po.inc.php')
| -rw-r--r-- | drivers/adodb-oci8po.inc.php | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/drivers/adodb-oci8po.inc.php b/drivers/adodb-oci8po.inc.php index 0d8851da..e04e25b6 100644 --- a/drivers/adodb-oci8po.inc.php +++ b/drivers/adodb-oci8po.inc.php @@ -1,6 +1,6 @@ <?php /* -@version v5.20.10 08-Mar-2018 +@version v5.21.0-dev ??-???-2016 @copyright (c) 2000-2013 John Lim. All rights reserved. @copyright (c) 2014 Damien Regad, Mark Newnham and the ADOdb community Released under both BSD license and Lesser GPL library license. @@ -33,7 +33,6 @@ class ADODB_oci8po extends ADODB_oci8 { function __construct() { $this->_hasOCIFetchStatement = ADODB_PHPVER >= 0x4200; - # oci8po does not support adodb extension: adodb_movenext() } function Param($name,$type='C') @@ -114,11 +113,6 @@ class ADORecordset_oci8po extends ADORecordset_oci8 { var $databaseType = 'oci8po'; - function __construct($queryID,$mode=false) - { - parent::__construct($queryID,$mode); - } - function Fields($colname) { if ($this->fetchMode & OCI_ASSOC) return $this->fields[$colname]; |
