[PHP] Bug in php-cgi.exe

2009-10-13 Thread loki
Hello, i thing i found a bug in PHP-cgi.exe I use Php-cgi as fastCgi php-cgi.exe -b host:port i set in environement variables this : PHP_FCGI_CHILDREN=8 PHP_FCGI_MAX_REQUESTS=1000 in the task manager i see only one Php-cgi.exe process (when normaly i must see 9 process no?) and after i send

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

[PHP] bug in php 5.1.4

2006-06-30 Thread Alain Roger
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. if you want moredetail, contact

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

[PHP] bug in PHP

2004-02-26 Thread Kyle Goetz
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 can find... version of php: 4.1.0 i have a line of code include 'new_album.

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 >

[PHP] Bug in PHP 4.22? (getimagesize problem)

2002-10-08 Thread Pekka Saarinen
Hi, I have a very odd problem with PHP 4.22 (no acceleration) and Apache 1.3: Getimagesize fails to see an image from URL randomly (1 out of 8 tries), although the image is definitely there (trust me) and the server is under zero load. I tried also urlExists() from http://www.php.net/manual

RE: [PHP] Bug in PHP?

2002-07-16 Thread Martin Towell
ours or mine) might be converting the gap to spaces... (??) -Original Message- From: Aleks D. [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 17, 2002 5:35 PM To: [EMAIL PROTECTED] Subject: [PHP] Bug in PHP? Hello, I'm trying to explode an associative array element in $HTTP_

[PHP] Bug in PHP?

2002-07-16 Thread Aleks D.
Hello, I'm trying to explode an associative array element in $HTTP_POST_VARS retrieved from submitting am html form. The URL to the form is: http://www.funfry.com/form.html Now when I try to explode $HTTP_POST_VARS["domains"] it doesn't seem to have the desired effect. I use the syntax "$site =

[PHP] bug in php 4.2 with mysql

2002-05-24 Thread Alex Elderson
Hi, Can somebody take a look at this bug and tell me if that is a real bug or what i do wrong? http://bugs.php.net/bug.php?id=17305 -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php