[Bug 175892] Re: php5 5.1.2-1ubuntu3.10 breaks session handling

2008-09-16 Thread Mathias Gug
Marking invalid as this bug is unable to be reproduced. Reopen if you can provide a reliable way to trigger this issue. ** Changed in: php5 (Ubuntu) Status: New = Invalid -- php5 5.1.2-1ubuntu3.10 breaks session handling https://bugs.launchpad.net/bugs/175892 You received this bug

[Bug 175892] Re: php5 5.1.2-1ubuntu3.10 breaks session handling

2008-09-16 Thread Mathias Gug
Marking invalid as this bug is unable to be reproduced. Reopen if you can provide a reliable way to trigger this issue. ** Changed in: php5 (Ubuntu) Status: New = Invalid -- php5 5.1.2-1ubuntu3.10 breaks session handling https://bugs.launchpad.net/bugs/175892 You received this bug

[Bug 175892] Re: php5 5.1.2-1ubuntu3.10 breaks session handling

2007-12-12 Thread Adam Sommer
Thank you for reporting this bug. I tried your above example script and it worked fine for me. The text Never reached was displayed on the page. I also tried a modified script: ?php session_start(); echo Never reached\n; $_SESSION['test'] = Woot; echo $_SESSION['test']; ? My output:

[Bug 175892] Re: php5 5.1.2-1ubuntu3.10 breaks session handling

2007-12-12 Thread Adam Sommer
Also, what version of PHP are you running? I assume you're using libapache2-mod-php5, the latest is version in Gutsy is 5.2.3-1ubuntu6.2. Thanks. -- php5 5.1.2-1ubuntu3.10 breaks session handling https://bugs.launchpad.net/bugs/175892 You received this bug notification because you are a member

[Bug 175892] Re: php5 5.1.2-1ubuntu3.10 breaks session handling

2007-12-12 Thread Leonel Nunez
tested with edgy and same results with as gutsy -- php5 5.1.2-1ubuntu3.10 breaks session handling https://bugs.launchpad.net/bugs/175892 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list

[Bug 175892] Re: php5 5.1.2-1ubuntu3.10 breaks session handling

2007-12-12 Thread Leonel Nunez
php 5.2.3-1ubuntu6.2 works fine here Ubuntu Gutsy : :: a.php :: ?php session_start(); echo ea; if (!isset ($_SESSION['gutsy'])){ $_SESSION['gutsy'] = ; }else{ $_SESSION['gutsy'] = is working ; } if ( !isset ($_SESSION['count'])){ $_SESSION['count'] = 0;

[Bug 175892] Re: php5 5.1.2-1ubuntu3.10 breaks session handling

2007-12-12 Thread Joe Halliwell
I'm afraid I can't provide much additional detail as we encountered this problem during a staged upgrade of our server from *Dapper* to (initially) *Edgy*. Scripts that had worked with the previous php5 package(s) broke with the 5.1.2-1ubuntu3.10 update. Once we'd confirmed that this update was

[Bug 175892] Re: php5 5.1.2-1ubuntu3.10 breaks session handling

2007-12-12 Thread Leonel Nunez
libapache2-mod-php5 5.1.6-1ubuntu2.7 this with edgy all working fine -- php5 5.1.2-1ubuntu3.10 breaks session handling https://bugs.launchpad.net/bugs/175892 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. --

[Bug 175892] Re: php5 5.1.2-1ubuntu3.10 breaks session handling

2007-12-12 Thread Adam Sommer
Woops... I didn't check the bug title close enough. I tested Leonel's script on Dapper using libapache2-mod-php5 5.1.2-1ubuntu3.10, and didn't encounter any issues. The other test scripts worked fine as well. -- php5 5.1.2-1ubuntu3.10 breaks session handling

[Bug 175892] Re: php5 5.1.2-1ubuntu3.10 breaks session handling

2007-12-12 Thread Leonel Nunez
Same result with dapper and libapache2-mod-php5 5.1.2-1ubuntu3.10 tested those 2 scripts with Dapper edgy feisty and gutsy all worked fine The 4 systems have all the updates to date. LEonel -- php5 5.1.2-1ubuntu3.10 breaks session handling https://bugs.launchpad.net/bugs/175892 You

[Bug 175892] Re: php5 5.1.2-1ubuntu3.10 breaks session handling

2007-12-12 Thread Joe Halliwell
Apologies that I can't provide more detail and if it's a phantom -- thought it was worth flagging up as it seemed to affect LTS. -- php5 5.1.2-1ubuntu3.10 breaks session handling https://bugs.launchpad.net/bugs/175892 You received this bug notification because you are a member of Ubuntu Bugs,