亚洲av成人无遮挡网站在线观看,少妇性bbb搡bbb爽爽爽,亚洲av日韩精品久久久久久,兔费看少妇性l交大片免费,无码少妇一区二区三区

Chinaunix

標題: 在win2k下裝php4.32出很多錯。各位近來看看。 [打印本頁]

作者: MaxBSD    時間: 2003-06-21 11:19
標題: 在win2k下裝php4.32出很多錯。各位近來看看。
很多undefine variable錯誤。

還有這些:

Warning: Call-time pass-by-reference has been deprecated - argument passed by value; If you would like to pass it by reference, modify the declaration of odbc_fetch_into(). If you would like to enable call-time pass-by-reference, you can set allow_call_time_pass_reference to true in your INI file. However, future versions may not support this any longer. in D:\www\include\odbc.inc on line 75

Fatal error: Cannot redeclare getfileupdatetime() in D:\www\exhibite\include_package\exhibite_display.class.php on line 360

我用的是apache2.46/win32,奇怪用以前的php4.2+IIS5沒有任何問題的。
作者: 龍九    時間: 2003-06-21 15:20
標題: 在win2k下裝php4.32出很多錯。各位近來看看。
原帖由 "MaxBSD" 發(fā)表:
很多undefine variable錯誤。

還有這些:

Warning: Call-time pass-by-reference has been deprecated - argument passed by value; If you would like to pass it by reference, modify the declaration of o..........
   
為什么用win32呢?
換unix吧
作者: MaxBSD    時間: 2003-06-21 17:53
標題: 在win2k下裝php4.32出很多錯。各位近來看看。
呵呵,沒辦法。
作者: macleo    時間: 2003-06-22 03:51
標題: 在win2k下裝php4.32出很多錯。各位近來看看。
Cannot redeclare 表示重復(fù)聲明了類,或者重復(fù)加載了某個文件

檢查 require 后的內(nèi)容!把你的php.ini和httpd.conf帖上來
作者: MaxBSD    時間: 2003-06-22 11:09
標題: 在win2k下裝php4.32出很多錯。各位近來看看。
原帖由 "macleo" 發(fā)表:
Cannot redeclare 表示重復(fù)聲明了類,或者重復(fù)加載了某個文件

檢查 require 后的內(nèi)容!把你的php.ini和httpd.conf帖上來
   

php.ini那里可能造成這樣的錯誤?問題是在PHP4.12(CGI方式)+IIS5一點問題都沒有阿(還是同一臺機子)。
作者: macleo    時間: 2003-06-22 23:58
標題: 在win2k下裝php4.32出很多錯。各位近來看看。
是啊!IIS5執(zhí)行的是isapi的方式,而我們多安裝php為apache的模塊方式!當然,你也可以安裝php為apache的cgi方式!但是,據(jù)說cgi方式執(zhí)行php不是很安全的!所以推薦模塊方式安裝php在apache中!

檢查 你的 文件 exhibite_display.class.php 是否有重復(fù)加載的東西

例如:require 或者 include 后的內(nèi)容!




歡迎光臨 Chinaunix (http://72891.cn/) Powered by Discuz! X3.2