You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've got this working great with URLs and even STDIN via a PHP command line script.
However, it seems to fail with local file paths. I've even tried prefixing them with 'file://' but no joy.
According to the settings documentation, the 'page' parameter can be a path:
"The URL or path of the web page to convert, if "-" input is read from stdin."
When run via PHP command line, the function just returns false and no error is raised.
When run via PHP-FPM (fast cgi) the server gets a bad gateway, and no error is logged.
Is this expected behaviour? i.e. are local file paths supported?
The text was updated successfully, but these errors were encountered:
I've got this working great with URLs and even STDIN via a PHP command line script.
However, it seems to fail with local file paths. I've even tried prefixing them with 'file://' but no joy.
According to the settings documentation, the 'page' parameter can be a path:
When run via PHP command line, the function just returns false and no error is raised.
When run via PHP-FPM (fast cgi) the server gets a bad gateway, and no error is logged.
Is this expected behaviour? i.e. are local file paths supported?
The text was updated successfully, but these errors were encountered: