[Bug 1320532] Re: display_errors Off not respected

2014-05-18 Thread Charlie Powell
This sounds like an issue with either the framework that you're using or
you're editing the incorrect php.ini file.

Sometime between 12.x and 14.x of Ubuntu, the location of php.ini
changed from /etc/php5/php.ini to /etc/php5/apache2/php.ini.  Check that
file and make sure it's what you expected.

Also, I do recommend switching from mysql_connect to mysqli_connect
anyway, as the mysql_* functions will be removed in a future version of
PHP.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to php5 in Ubuntu.
https://bugs.launchpad.net/bugs/1320532

Title:
  display_errors Off not respected

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/1320532/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 427190] Re: php pages on localhost try to download instead of render in firefox most of the time

2009-09-11 Thread Charlie Powell
*** This bug is a duplicate of bug 424789 ***
https://bugs.launchpad.net/bugs/424789

** This bug has been marked a duplicate of bug 424789
   PHP random segfaults on session_start();

-- 
php pages on localhost try to download instead of render in firefox most of the 
time
https://bugs.launchpad.net/bugs/427190
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to php5 in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 427190] Re: php pages on localhost try to download instead of render in firefox most of the time

2009-09-10 Thread Charlie Powell
This is probably caused from a module loaded from PHP randomly
segfaulting.  In my experience, it was xdebug that was crashing.

Checkout https://bugs.launchpad.net/ubuntu/+source/php5/+bug/420389 and
see if this is a duplicate from that bug.

-- 
php pages on localhost try to download instead of render in firefox most of the 
time
https://bugs.launchpad.net/bugs/427190
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to php5 in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 427075] Re: libphp5.so segmentation fault - apache2+mediawiki

2009-09-10 Thread Charlie Powell
*** This bug is a duplicate of bug 414314 ***
https://bugs.launchpad.net/bugs/414314

Is this a duplicate of #420389 instead?

-- 
libphp5.so segmentation fault - apache2+mediawiki
https://bugs.launchpad.net/bugs/427075
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to php5 in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 427190] Re: php pages on localhost try to download instead of render in firefox most of the time

2009-09-10 Thread Charlie Powell
Bug #424789 is another bug that sounds very similar to this one.  Try removing 
the suhosin patch, 
[CLI]
sudo apt-get remove php5-suhosin
sudo /etc/init.d/apache2 restart
[/CLI]
and see if your environment keeps randomly crashing.  Also, try removing xdebug 
if you have that (php5-xdebug).

My dev environment kept behaving this exact same way several months back
when I was testing php 5.2.9 with suhosin and xdebug on Jaunty. I didn't
want to waste any more time on it, so I just reverted back to 5.2.6 that
came with the distro, hoping that it would be worked out by the next
release... I guess I was wrong.

-- 
php pages on localhost try to download instead of render in firefox most of the 
time
https://bugs.launchpad.net/bugs/427190
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to php5 in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs