pib
pib copied to clipboard
PHP in Browser (powered by WebAssembly)
1. Open https://seanmorris.github.io/php-wasm/ in Chrome (V98). 2. The page is crashing after 5 seconds.
I built a wasm with option allowing run it in web worker and it works fine. But when i run script like this: `echo 1; sleep(5); echo 2;` i getting...
I guess that people want to use it like this way: ``` // php code here ``` so, make it as generic as possible and register it to packagist.org. Rather...
are there any plans to update the PHP version, for example 8 or 8.1. I've tried to compile PHP 8.1.6 with latest Emscripten and am getting the following error: ```...
Currently, the README includes a howto to publish the js files to include and sentence "Once the library is included in the page". The sentence should be extended with an...
Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...
``` oraoto/pib$ make Downloading and patching SQLite --2022-02-27 00:45:54-- https://sqlite.org/2020/sqlite-amalgamation-3330000.zip Resolving sqlite.org (sqlite.org)... 2600:3c00::f03c:91ff:fe96:b959, 45.33.6.223 Connecting to sqlite.org (sqlite.org)|2600:3c00::f03c:91ff:fe96:b959|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 2417079 (2.3M)...
I'm trying to load PhpWeb in NextJS app, but it's failing as below: ``` Unhandled Runtime Error RuntimeError: abort(RuntimeError: abort(both async and sync fetching of the wasm failed). Build with...
Usual way to use extension with php is to copy compiled extension into `extension_dir` and then adding `extension=ext-name.o` to `php.ini`. Is there any way to include some custom extension into...
I want to use xmlwriter and SimpleXML extensions. Is there a way to enable those extensions?