From 3a8a40e4cbc2494780b6c86d8b7ca23877dc84d9 Mon Sep 17 00:00:00 2001 From: Andy Theuninck Date: Thu, 19 May 2016 13:02:40 -0500 Subject: Fix PHP notice when ADO_pdo subclass calls Execute() Call chain is: 1. ADOConnection::Execute() 2. ADOConnection::_Execute() 3. ADO_pdo::_query() Since $this is an ADO_pdo subclass rather than an ADO_pdo and $_driver isn't actually an inherited property of the parent class, $this->_driver doesn't exist. Signed-off-by: Damien Regad Original commit message reformatted Fixes #248 --- docs/changelog.md | 1 + 1 file changed, 1 insertion(+) (limited to 'docs/changelog.md') diff --git a/docs/changelog.md b/docs/changelog.md index 52c43d82..07a28d46 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -35,6 +35,7 @@ Older changelogs: - mysqli: return fields as ADOFieldObject objects. #175 - odbc/mssql: fix null strings concatenation issue with SQL server 2012. #148 - odbc: MetaColumns() can optionally be set to return MetaType for backwards compatibility. #184 +- pdo: fix PHP notice. #248 - sqlite: _createSuffix is now compatible with parent. #178 - sqlite: metaIndexes could not locate indexes on uppercase table name. #176 - sqlite: Fix Metataypes mapping. #177 -- cgit v1.3