I'm not sure about that workaround.

It does not work for me, on lucid, since you cannot use the
error_reporting() function in an apache conf file.

I added it instead to /etc/phppgadmin/config.inc.php:

        // per Ubuntu bug 614481
        error_reporting(E_ALL & ~E_DEPRECATED);

and it seems to work.


Note that (~E_DEPRECATED) alone would also turn on E_STRICT, which itself 
causes further phppgadmin breakage, and is not in any case advised for 
production systems. E_ALL does not include E_STRICT, so the above should be 
safer.


** Summary changed:

- phppgadmin uses deprected php commands
+ phppgadmin uses deprecated php commands

** Tags added: deprecated
** Tags removed: depicrated

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/614481

Title:
  phppgadmin uses deprecated php commands

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to