2011-02-04 44 views
0

我想將phpPgAdmin 4.2.3與XAMPP 1.7.3和postgresql-8.4.4結合使用。phpPgAdmin和XAMPP問題

當我終於設法以運行phpPgAdmin的和PostgreSQL-8.4.4編輯的所有文件,所有我參觀MZ http://127.0.0.1/phppgadmin/後:

Deprecated: Assigning the return value of new by reference is deprecated in D:\Programs\xampp\phpPgAdmin\classes\Misc.php on line 344 

Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at D:\Programy\xampp\phpPgAdmin\classes\Misc.php:344) in D:\Programs\xampp\phpPgAdmin\libraries\lib.inc.php on line 56 

Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at D:\Programy\xampp\phpPgAdmin\classes\Misc.php:344) in D:\Programs\xampp\phpPgAdmin\libraries\lib.inc.php on line 56 

Warning: Cannot modify header information - headers already sent by (output started at D:\Programs\xampp\phpPgAdmin\classes\Misc.php:344) in D:\Programs\xampp\phpPgAdmin\classes\Misc.php on line 361 

我在php.ini的error_reporting看起來是這樣的:

error_reporting = E_ALL & ~E_NOTICE & ~E_DEPRECATED 

我想這太:

error_reporting = E_ALL & ~(E_NOTICE | E_DEPRECATED) 

爲什麼它仍然不起作用?是否還有其他一些Apache和Postgres軟件?

回答

0

爲什麼不使用phpPgAdmin 5.0版?舊版本用於PHP 4.x版本,並且在最新的PHP版本中會遇到問題。

+0

謝謝:D。那時我覺得比較容易:P。 – Soviet 2011-02-05 14:12:14