Anthony Ferrara
Anthony Ferrara
I've customized the printer in the past, and having a simple interface for it could be interesting. The use-case isn't compelling, but it feels like a nice symmetry between the...
Presently, encrypt encodes its result using a MAC, which is good. However, [decrypt](https://github.com/psecio/jwt/blob/master/src/Psecio/Jwt/Jwt.php#L206) never decodes the result, and as such never validates the MAC. This is an absolute requirement that...
I have recently setup multiple WAN support on my UDM-Pro. Currently, the only data that I have in InfluxDB through Unpoller is the basic infor for each wan port (name,...
Currently, this project targets being a drop-in replacement for PHP-SRC, implementing a JIT compiler and virtual machine, as well as AOT compilation. This would allow users to drop-in replace their...
PHP-Compiler seems too blah. Perhaps rename to PHPPHP? Or something else more creative?
Going to break a lot here... This doesn't work (yet). Opening a PR to show the current state, and what's changing.
var_dump, etc
Currently there are 2 containers that are compiled every commit: 16.04 and 16.04-dev. The 16.04 container extends the 16.04-dev and adds the compiler (where the 16.04-dev is intended to run...
Figure out a way to determine all classes/files in a project, and compile all of them in one shot. This needs to be able to handle non-class files seamlessly.
Build abstraction around FFI to allow the engine to "run" via FFI, but compiled code can bypass the FFI layer. Meaning, the JIT/AOT compilers must know enough about this FFI...