Re: [PHP] Failing FastCGI PHP

2006-05-13 Thread Frank de Bot
() #7 0x894e4e0 in ?? () #8 0x894e4c0 in ?? () etc etc etc... Thus useless :P At the moment it has been running remarkably stable for a few days. So now and then a failure. Probably because of a request being given to a php-fastcgi process handling a slow upload of a file... :-/ Frank de Bot

[PHP] Failing FastCGI PHP

2006-05-11 Thread Frank de Bot
interval has been backed off to 600 seconds" Is this a bug a php or fastcgi? Regards, Frank de Bot -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Bug or programmer-error?

2005-08-06 Thread Frank de Bot
Rob Ziere wrote: Dear PHP_friends, I have found a strange behaviour of the "include" function. Here it is . // 1. this works fine include ("../../gps_info/fetch_fields.php"); // 2. this works fine $doc_root=$_SERV

Re: [PHP] Average time spent on a page

2005-08-06 Thread Frank de Bot
[EMAIL PROTECTED] wrote: Hi, How can i found out the average time users spent on a page. Anyone know a tutorial? Thanks in advance for your help !!! A hello world page will take me around 15 secs I guess... A full blown website with everything you can imagine a few months orso. -- PHP G

Re: [PHP] carriage return

2005-08-05 Thread Frank de Bot
Diana Castillo wrote: How can I with php detect when there is a carriage return at the end of the text field in a mysql table? Something like this perhaps: $res = mysql_query($query); $row = mysql_fetch_object($row) if (preg_match("/\r$/",$row->textfield) { echo "Got CR"; } else { e