简体   繁体   English

php.exe在Windows上崩溃(故障应用程序php.exe,版本5.3.8.0)

[英]php.exe crashes on Windows (Faulting application php.exe, version 5.3.8.0)

I'm using XAMPP version 1.7.7 on Windows Server Enterprise (32 bit) . 在Windows Server Enterprise(32位)上使用XAMPP版本1.7.7

I have setup some task in Task Schedule for background php scripts. 我已经在任务计划中为后台php脚本设置了一些任务。 It runs every after 3 minutes. 它每3分钟运行一次。 Sometimes, it crashes and via event viewer we receive this information: 有时,它会崩溃,并且通过事件查看器我们会收到以下信息:

Faulting application php.exe, version 5.3.8.0, time stamp 0x4e53793f, faulting module ntdll.dll, version 6.0.6002.18881, time stamp 0x51da3e27, exception code 0xc0000005, fault offset 0x0003dd6d, process id 0xb88, application start time 0x01d039def0f42f10.

I have no idea why it crashes sometimes, most of the time it runs very well. 我不知道为什么它有时会崩溃,在大多数情况下它运行得很好。 There is no error or problem in the scripts either. 脚本中也没有错误或问题。

Is there anything I need to care in this regard ? 在这方面我需要注意什么吗?

Thanks 谢谢

You might want to update your PHP installation. 您可能需要更新PHP安装。 The last available build of 5.3 seems to be 5.3.29 PHP download archive . 5.3的最后一个可用版本似乎是5.3.29 PHP下载档案 If there is nothing more in the event viewer log, the reason will be very hard to track. 如果事件查看器日志中没有其他内容,则原因将很难跟踪。

If you are ready to make the switch to an even newer PHP version, I suggest thinking about IIS as an webserver. 如果您准备切换到更高版本的PHP版本,建议您将IIS视为网络服务器。 You can install the PHP versions using Microsoft's Web Platform Installer. 您可以使用Microsoft的Web平台安装程序安装PHP版本。 Never had any problems with the PHP versions bundled with it. 捆绑的PHP版本从未有任何问题。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM