Hi!
I need to know if XOJO 2018r1.1 linux 64bit CGI is compatible with LSAPI and PHP 7.3
If no, what’s the minimum compatible xojo verstion
Alex
Hi!
I need to know if XOJO 2018r1.1 linux 64bit CGI is compatible with LSAPI and PHP 7.3
If no, what’s the minimum compatible xojo verstion
Alex
These are different technologies and not related to each other. LSAPI is an interface to a web server to make PHP run faster. CGI is a way for a web server to communicate with an external program. LSAPI is super fast, CGI is super slow. Opposite ends of the spectrum. You can have one or the other or both but there is no Xojo LSAPI.
Oooo ok
When i installed LSAPI, my cgi app does not run anymore
So i needed to uninstall LSAPI
Any ideas why it killed the CGI?