I need to build an CLI SAPI based daemon, PHP app with cronjobs support for iOS platform. We have dedicated server.
What kind of PHP environment to run this type of PHP applications?
|
I need to build an CLI SAPI based daemon, PHP app with cronjobs support for iOS platform. We have dedicated server. What kind of PHP environment to run this type of PHP applications? |
||||
|
|
|
Check PHP CLI SAPI module whether installed
If not installed, then install it Debian Based Server
Redhat/CentOS Based Servers
and make sure you are running your script in CLI mode |
|||
|
|