Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Eliminate notice that occurs when any ADO_pdo subclass calls Execute() #248

Closed
wants to merge 1 commit into from

Conversation

gohanman
Copy link
Contributor

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.

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.
@dregad dregad added bug pdo The PHP PDO Driver (Tier 2) labels May 25, 2016
@dregad dregad closed this in 3a8a40e May 25, 2016
@dregad
Copy link
Member

dregad commented May 25, 2016

Thanks for your contribution !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug pdo The PHP PDO Driver (Tier 2)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants