kphp
kphp copied to clipboard
KPHP — a PHP compiler
This PR is for relocating docker cache on all build agents from Github Actions I wrote script, so it will be rebuilding on different agents. Therefore all cache will be...
Hi ! Can someone please make a full RPC example. How exactly does the .tl file look ? When I try to compile using tl-composer I get various strange errors....
If I do someting like: `EmulatedEnumInt.php`: ```php
General ----------- add buildin functions from runtime realted to wait fork queue ```php function wait_queue_create (array $request_ids = []) ::: future_queue; function wait_queue_push (future_queue &$queue_id, future | false $request_ids) :::...
The php streams: php://memory php://temp php://input php://output are all missing ! I tried to compile this simple script: ```php
It's necessary to forbid usage of `count()` function during code translation for any object whose type is not countable (`int`, `float`, `bool`, etc.), because there's no use for that if...
Trying to install KPHP from source on a Ubuntu 20.04 where PHP 8.2 is installed is not possible: ```bash # sudo su - # echo 'deb [arch=amd64] https://artifactory-external.vkpartner.ru/artifactory/kphp focal main'...
How can I run some php code before the server starts to listen for connections - ie. code which is not executed on each request but only when a worker...
I would suggest the possibility of setting the process name (as seen by ps or top) of master and workers via two options to the server process: --worker-procname "Somename [worker]"...