Sean Morris

Results 66 comments of Sean Morris

@davidbuzz I just pushed out an update to Vrzno that enables `url_fopen`, so you should just be able to call `$data = file_get_contents("https://YOUR_URL_HERE");` to pull data from a remote server....

@mglaman I swapped out these calls for PERL in the latest master. Let me know if that fixes things.

@mglaman I've set things up so you can provide the `DOCKER_COMPOSE` env variable as a path to your install. It defaults to `docker-compose`. You can set it in your .env...

ah, this is my fault for getting "creative."

@mglaman Can you confirm/deny this bug is fixed? I think this change cleared it up: https://github.com/seanmorris/php-wasm/blob/68768e254ba1a9eb7ffe50fea50798d68f2b2e45/source/PhpNode.js#L28-L33

@mglaman Thanks man. Let me know how it goes. I put some other fixes out in the latest alpha.

@mglaman This one will be interesting to fix. I'll have to think about exactly what the right way to do this is.

`0.0.9-alpha-32` will preserve cookies between PHP restarts.

@mglaman That's something Patricio and I have been going over. We need away to get through the service worker and put a request all the way through to the actual...

Composer is a little weird because you could technically load the files at runtime from packagist without ever running composer, but you'd need a proxy since CORS prevents it from...