phpPgAdmin和XAMPP问题

时间:2011-02-04 18:38:28

标签: php postgresql xampp

我想将phpPgAdmin 4.2.3与XAMPP 1.7.3和postgresql-8.4.4结合使用。

当我最终设法编辑所有文件以便运行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可能还有其他一些软件吗?

1 个答案:

答案 0 :(得分:0)

为什么不使用phpPgAdmin 5.0版?旧版本适用于PHP版本4.x,并且最新的PHP版本会出现问题。