We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi,
In the 1st example ("Example #1 Opening a file via SFTP") of this page : https://www.php.net/manual/fr/function.ssh2-sftp.php I copy/paste the example code for a test.
Via PHP CLI, i have this error:
PHP Fatal error: Uncaught Error: Call to undefined function ssh2_connect() in
Then (after a long time and became crazy), i launch via Apache PHP:
PHP Fatal error: Uncaught Error: Call to undefined function \xc2\xa0ssh2_connect() in
"\xc2\xa0" ? 😲 There is a wrong character in the doc.
I deleted this and it works !
The text was updated successfully, but these errors were encountered:
This is a duplicate of php/phd#71.
Sorry, something went wrong.
No branches or pull requests
Hi,
In the 1st example ("Example #1 Opening a file via SFTP") of this page : https://www.php.net/manual/fr/function.ssh2-sftp.php
I copy/paste the example code for a test.
Via PHP CLI, i have this error:
Then (after a long time and became crazy), i launch via Apache PHP:
"\xc2\xa0" ? 😲
There is a wrong character in the doc.
I deleted this and it works !
The text was updated successfully, but these errors were encountered: