Daniil Gentili
Daniil Gentili
Added support for AES IGE encryption/decryption mode: unfortunately, native and inline mode don't seem to work properly, and I can't find the problem, so a bit of help would be...
Cannot open the buffered I/O `php://input` and `php://output` constants. Also, the STDIN, STDOUT and STDERR constants that should set to be already-opened `php://stdin`, `php://stdout`, `php://stderr` streams are just strings. Code:...
As per the title. By the way, thanks for the work you're doing on jphp, and sorry for so many issues, I'm really interested in the project, and would love...
Code: ```php // src/n.php namespace a; use b; include 'src/included.php'; new b\test(); // src/included.php namespace b; class test {} ``` Result: ``` [daniil@daniil-arch jav]$ php src/n.php [daniil@daniil-arch jav]$ jppm start...
As per title. A **very** useful feature would be to force usage of BinaryMemory strings instead of UTF-16 strings in the entire JPHP environment (with a flag).
https://www.php.net/manual/en/function.stream-get-meta-data.php