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 ext/mysql test failed #174

Closed
wants to merge 1 commit into from
Closed

Fix ext/mysql test failed #174

wants to merge 1 commit into from

Conversation

reeze
Copy link
Contributor

@reeze reeze commented Aug 21, 2012

In ext/mysql/tests/mysql_query_load_data_openbasedir.phpt

skipif section:

connect.inc was include before skipif.inc. but if mysql wasn't enabled. connect will fatal
because of missing function: mysql_get_client_info(). then skipif section output nothing.
this makes this tests didn't skip.

This is 5.3 only, since the patch could not directly been merged to 5.4/master.
I will send another PR.

@travisbot
Copy link

This pull request fails (merged 97601b8 into 92153dc).

@laruence
Copy link
Member

Hi, thanks for spoting this, but the connect.inc was already include in skipif.inc.

so, your fix is still mess, I can not merge it. I fixed by hand.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants