Daniil Gentili

Results 119 issues of 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...

The `strtr` function is missing.

php-capability
extension

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:...

php-capability

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...

feature
php-capability
good first issue

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...

bug

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).

question

https://www.php.net/manual/en/function.stream-get-meta-data.php

php-capability