Re: [PHP] bug in php 5.1.4

2006-06-30 Thread Jochem Maas
Alain Roger wrote: > Hi, > > I' ve discovered a bug in PHP 5.1.4. This version of PHP create a new > session everytime you refresh the same php page or that you switch from 1 > page to another page. > I downgraded it to PHP 5.1.2 and it works correctly. > It could be interesting to fix this bug.

Re: [PHP] bug in php 5.1.4

2006-06-30 Thread Thomas Munz
There must be a special code in your script that causes it like this bug: http://bugs.php.net/bug.php?id=37926 on Friday 30 June 2006 11:39, Alain Roger wrote: > Hi, > > I' ve discovered a bug in PHP 5.1.4. This version of PHP create a new > session everytime you refresh the same php page or that

Re: [PHP] bug in PHP

2004-02-27 Thread Chris Shiflett
--- Kyle Goetz <[EMAIL PROTECTED]> wrote: > i have a line of code > include 'new_album.php'; > i keep getting a file not found error > i KNOW the file is there > i copy the code to a new file, and save it as 123.php and then change > the line of code to include '123.php'; and voile! it works! > it

RE: [PHP] bug in PHP

2004-02-26 Thread Chris W. Parker
Kyle Goetz on Thursday, February 26, 2004 3:06 PM said: > hey so i've been struggling with an apparent bug in and older version > of PHP but i wouldn't know where to look about this bug, as it > concerns the include function and there is no mention of a bug that i >

RE: [PHP] Bug in PHP?

2002-07-16 Thread Martin Towell
check that the gaps between the domains are really spaces eg: echo ord($HTTP_POST_VARS["domains"]{11}); I did this through a test script: and got this as the output Array ( [0] => www.php.net [1] => www.jokaroo.com [2] => www.gnu.org ) But the email program (yours or mine) might