Join Nostr
2025-07-03 17:17:48 UTC
in reply to

Markus 👨‍💻 on Nostr: Of course you can bundle any files (even binarys). But how should PHP then execute ...

Of course you can bundle any files (even binarys). But how should PHP then execute the non-PHP process? With exec() or shell_exec()? That would be extremely unprofessional and has already proven to be partially unsuitable with built-in Collabora. In addition, you would have to proxy this through PHP or assume that you can open an incoming port. In most cases, this would not work out of the box, you would be just as dissatisfied and frustrated. Most PHP setups are not made for this.