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
Emscripten supports proxying raw socket traffic through websockets. In theory, the CLI version of PHP could reach MySQL server and not be constrained to SQLite.
The text was updated successfully, but these errors were encountered:
MySQL is now supported! See #119:
> node ./build-cli/php-cli.js -a Interactive shell php > $pdo = new PDO('mysql:host=127.0.0.1; port=55001; dbname=wordpress_develop_tests','root','pw'); php > $r = $pdo->query('select * from pet'); php > print_r( $r->fetchAll() ); Array ( [0] => Array ( [name] => Dog [0] => Dog [owner] => Homer ...
Sorry, something went wrong.
No branches or pull requests
Emscripten supports proxying raw socket traffic through websockets. In theory, the CLI version of PHP could reach MySQL server and not be constrained to SQLite.
The text was updated successfully, but these errors were encountered: