====== Cooklang ====== I’ve started writing some [[recipes:]] with Cooklang. And so I thought about adding the Dokuwiki plugin for it to this notebook. But I’ve been struggling to get it to work. So far, it’s working because I’m ignoring the exit process of cookcli when it’s ran from PHP. But that’s not ideal. My thoughts at this point is that OVH does something strange with processes. It seems `proc_close` is not catching the right exit code. And thus the official pluging for Cooklang can’t figure out if the process exited correctly and does not display the results. I’ve verified that cookcli is actually exiting as expected. ===== TODO ===== * Verify how if php has been compiled with `--enable-sigchild` or not.