douweilei2307 2012-09-26 05:13
浏览 84
已采纳

PHP无法在服务器2012上的IIS服务器8中运行?

I am using IIS to run my php code on my computer. I use PHP binary file from php.net as people described on IIs.net.

I have configure everything but it's show me a error. How I can fix it.

Can someone help me on this. Actually I use IIS8 and I am not sure how to fix it on Server 2012.

simple php file gave me this error

PHP Warning: phpinfo(): It is not safe to rely on the system's timezone settings. You are required to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in C:\inetpub\wwwroot\phpinfo.php on line 1

[Date]
; Defines the default timezone used by the date functions
; http://php.net/date.timezone
date.timezone =  "Asia/Delhi"

; http://php.net/date.default-latitude
date.default_latitude = 6.116667

; http://php.net/date.default-longitude
date.default_longitude = 106.650002

; http://php.net/date.sunrise-zenith
;date.sunrise_zenith = 90.583333

; http://php.net/date.sunset-zenith
;date.sunset_zenith = 90.583333

the problem is I have read on blog "Asia/Delhi" which is invalid. change to "Asia/Calcutta" work fine for 5.4.

Thanks for solve my issue.

  • 写回答

1条回答 默认 最新

  • douweidao3882 2012-09-26 05:16
    关注

    You have to set a value into your php.ini file.

    For example, here is mine :

    [Date]
    ; Defines the default timezone used by the date functions
    ; http://php.net/date.timezone
    date.timezone = Europe/Paris
    
    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?

悬赏问题

  • ¥15 wegame打不开英雄联盟
  • ¥15 公司的电脑,win10系统自带远程协助,访问家里个人电脑,提示出现内部错误,各种常规的设置都已经尝试,感觉公司对此功能进行了限制(我们是集团公司)
  • ¥15 救!ENVI5.6深度学习初始化模型报错怎么办?
  • ¥30 eclipse开启服务后,网页无法打开
  • ¥30 雷达辐射源信号参考模型
  • ¥15 html+css+js如何实现这样子的效果?
  • ¥15 STM32单片机自主设计
  • ¥15 如何在node.js中或者java中给wav格式的音频编码成sil格式呢
  • ¥15 不小心不正规的开发公司导致不给我们y码,
  • ¥15 我的代码无法在vc++中运行呀,错误很多