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 missing parameter #266

Closed
wants to merge 1 commit into from
Closed

Fix missing parameter #266

wants to merge 1 commit into from

Conversation

Elbandi
Copy link
Contributor

@Elbandi Elbandi commented Jan 24, 2013

There is a missing parameter from a macro.
Here is the gcc error line:

error: too few arguments to function ‘_php_stream_fopen_with_path’

The source code is:

stream = php_stream_fopen_with_path(file_name, "rb", ".", NULL);

@php-pulls
Copy link

Comment on behalf of stas at php.net:

merged

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.

2 participants