Hi Everyone, Since yesterday I'm trying and searching how to install the
extension libssh2 in GAE
But without success yet, I would like to know if anyone there knows / has a
tutorial on how to install libssh in GAE
I want to install libssh2 on GAE PHP FLEX to execute this php code on my
page:
<?php
$connection = ssh2_connect('shell.example.com', 22);
ssh2_auth_password($connection, 'username', 'password');
$stream = ssh2_exec($connection, '/usr/local/bin/php -i');
?>
And how i can run multiple runtimes (PHP + PYTHON3) in the same app ?,
I'alredy tried to create a Custom Runtime and set the two (PHP and PYTHON3)
in my app.yaml but give the error at the time of deploy saying that the
command "runtime: " was declared twice.
Thanks for anybody to answer.
--
You received this message because you are subscribed to the Google Groups
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit
https://groups.google.com/d/msgid/google-appengine/940a5984-0bf1-4034-963d-0ce6b4d1ccfb%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.