Ronmi Ren

Results 4 comments of Ronmi Ren

Sorry for the typo: the method fingerprint is actually `public function myMethod($record, $my_arg)`. And I forget to provide version information: I'm using LazyRecord 2.1.2 I just tried changing `myMethod` to...

Yes, it perfectly works! I found there is one more line using `array($this) + $a` syntax, which at line 443.

Not testing every version you provided, but at least 5.6.12 supports `--pid` ``` root@67e3f2b912f7:~/.phpbrew/php/php-5.6.12/sbin# ./php-fpm --help Usage: php-fpm [-n] [-e] [-h] [-i] [-m] [-v] [-t] [-p ] [-g ] [-c...

I've found a workaround that might be useful if you have `jq` installed and a valid (and simple) `.mcp.json` ``` alias c='codex -c "mcp_servers=$(jq .mcpServers \"path/to/.mcp.json\" -cM | sed '\''s/\":/\"=/g'\'')"'...