Jump to content
The Uniform Server Community

Search the Community

Showing results for tags 'batch'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • General Forum
    • Announcements
    • Developer
  • Support
    • Uniform Server - Windows
    • Plug-Ins Support
    • Programming & Web Design
    • Trackers
  • Community
    • Open Discussion
    • Off-Topic

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


AIM


MSN


Website URL


ICQ


Yahoo


Jabber


Skype


Location


Interests


SourceForge ID


Wiki ID


IRC Nickname

Found 1 result

  1. Hi and thanks for reading. I have UniserverZ XI working with php 5.5 perfectly for my requirements. Now I want to use a .bat file to perform a Cronjob within my system. The script requires correct settings for PHP_SAPI like this: ...if(PHP_SAPI === "cli"... When I perform echo(PHP_SAPI."\n"); in my script to check what kind of PHP_SAPI the server is using, I get different results: cgi-fcgi when the script is run directly from the browser and "cli" when opened through a .bat file (cronjob). anyway, executing the script with: php -f cron.php from the server console isn't performing the script, nor giving me an error. my only success has been opening the script directly from the browser with PHP_SAPI set to cgi-fcgi. How is this possible and how can I make it work from the bat file too? Any help would be appreciated. Thank you!
×
×
  • Create New...