douxiong2738 2016-11-14 17:59
浏览 64
已采纳

SSH2 PHP扩展(用于创建CRON作业)是否也适用于Windows?

I want to follow this tutorial to learn about creating CRON jobs in PHP.

Two things:

  1. I am working on a Windows Machine. But the tutorial says,

    The cronTab, or "Cron Table", is a Linux system process / daemon which facilitates the scheduling of repetitive tasks thereby easing up our day to day routine.

    So does this mean that it will Not work on Windows machines?

  2. I have read that SSH2 is only available for PHP versions which are older than PHP 7.0.

    I currently have PHP 7.0 So the question is that should I downgrade my PHP (that is uninstall this version and install PHP 5.6) to use this extension.

My ultimate purpose to create a CRON job to keep monitoring a directory for the presence of a certain type of files. When a file is found, it is opened and useful data is extracted from it and loaded into the database.

  • 写回答

1条回答 默认 最新

  • douyingp82418 2016-11-14 18:14
    关注
    1. cron is the Linux scheduled task. Windows has Task Scheduler you can use instead, to run your scripts on a schedule
    2. SSH2 is a PECL extension. You'll note there is a precompiled DLL for Windows listed. Be sure to install 1.0

      ssh2 1.0 and above is PHP 7 only

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?

悬赏问题

  • ¥15 宇视监控服务器无法登录
  • ¥15 PADS Logic 原理图
  • ¥15 PADS Logic 图标
  • ¥15 电脑和power bi环境都是英文如何将日期层次结构转换成英文
  • ¥15 DruidDataSource一直closing
  • ¥20 气象站点数据求取中~
  • ¥15 如何获取APP内弹出的网址链接
  • ¥15 wifi 图标不见了 不知道怎么办 上不了网 变成小地球了
  • ¥50 STM32单片机传感器读取错误
  • ¥50 power BI 从Mysql服务器导入数据,但连接进去后显示表无数据