ID: 42455 Updated by: [EMAIL PROTECTED] Reported By: klikics at preisroboter dot de -Status: Open +Status: Feedback Bug Type: Class/Object related Operating System: Linux PHP Version: 5.2.3 New Comment:
Not enough information was provided for us to be able to handle this bug. Please re-read the instructions at http://bugs.php.net/how-to-report.php If you can provide more information, feel free to add it to this bug and change the status back to "Open". Thank you for your interest in PHP. Previous Comments: ------------------------------------------------------------------------ [2007-08-28 09:44:56] klikics at preisroboter dot de Description: ------------ Sometimes PHP throw's the following error: Fatal error: Call to undefined method suche::get_threader() in /www/class_.php on line 1305 instead of just processing the function $this->get_threader() ... This comes up only every 10000 requests or something, so I can't reproduce it. I'm wondering about the "::", because the call in the script is $this->get_threader(). That's why I think it's an internal bug of PHP. The .php with the class is included via require() to the page where the error appears. Hope this helps or you can help. Thanks in advance. Reproduce code: --------------- // line 1305 $fp = $this->get_threader(); Expected result: ---------------- $fp is a filepointer from fsockopen() .. the script should progress. ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=42455&edit=1
