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

Fix DataAccess test on HHVM #495

Merged
merged 1 commit into from
Jan 8, 2014

Conversation

deeky666
Copy link
Member

@deeky666 deeky666 commented Jan 5, 2014

HHVM expects constructor arguments to be null in PDOStatement::setFetchMode() when using \PDO::FETCH_CLASS with custom class that does not have a constructor.

PDOException: SQLSTATE[HY000]: General error: user-supplied class does not have a constructor, use NULL for the ctor_params parameter, or simply omit it

@doctrinebot
Copy link

Hello,

thank you for creating this pull request. I have automatically opened an issue
on our Jira Bug Tracker for you. See the issue link:

http://www.doctrine-project.org/jira/browse/DBAL-767

We use Jira to track the state of pull requests and the versions they got
included in.

beberlei added a commit that referenced this pull request Jan 8, 2014
@beberlei beberlei merged commit 2790ee7 into doctrine:master Jan 8, 2014
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Sep 3, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants