Edit report at https://bugs.php.net/bug.php?id=42455&edit=1

 ID:                 42455
 Comment by:         with at held dot com
 Reported by:        klikics at preisroboter dot de
 Summary:            "Call to undefined method" - but method isn't
                     undefined!
 Status:             No Feedback
 Type:               Bug
 Package:            Class/Object related
 Operating System:   Linux
 PHP Version:        5.2.3
 Block user comment: N
 Private report:     N

 New Comment:

Bahaha @ collie8 at bellsouth dot net
http://www.php.net/license/3_01.txt

Have you been an angry threatening moron for all your 53 years? I'd mock you 
some more but my sides hurt too much from laughing at you.


Previous Comments:
------------------------------------------------------------------------
[2008-05-23 06:01:29] collie8 at bellsouth dot net

every time I send some thing you say it is the wrong email address and I know 
it is not the wrong email address and I was not born yesterday and I was born 
53 year's ago and you better not say the next email I send you better not send 
it back to me any more because the next time I send one you better send it and 
If you do not send it the next email address you get will be from my Lawyer and 
that is a promise and If you do not what that to happen then the next one I do 
send you just better send it as of right now and that is an order and If you do 
not send it you can and will be shut down for good by my Lawyer and that is a 
promise.

------------------------------------------------------------------------
[2007-09-05 01:00:01] php-bugs at lists dot php dot net

No feedback was provided for this bug for over a week, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to "Open".

------------------------------------------------------------------------
[2007-08-28 13:32:28] j...@php.net

That is not the script I'm looking for..
Please read the instructions how to report. Leave this as 'Feedback' until you 
actually have something useful to give as feedback..

------------------------------------------------------------------------
[2007-08-28 13:04:48] klikics at preisroboter dot de

Thanks for your fast answers!

I've disabled Suhosin and eAccelerator already 2 days ago, but it still 
appears. Sorry, but I can't reproduce it because I only got the error twice and 
some visitors of our site reported it.

Code example:

search.php
##########

require("class.php");
$search = new search();

// ...



class.php:
##########

class search{ 

   function search() {

        $foo = new cluster_search();
        
         // ...
    }

    // ...
}

class cluster_search {

  function cluster_search() {

     // ...

     $bar = $this->get_threader();  // here appears the error sometimes

  }


  function get_threader() {

      $bla = fsockopen(); // ...
      return $bla;
   }

    // ...
}

------------------------------------------------------------------------
[2007-08-28 12:29:54] j...@php.net

As long as you can't reproduce it reliably and not able to give us any code to 
test ourselves this report is kinda useless.

First thing you should try is to remove all 3rd party extensions (f.e. any Zend 
extensions like optimizers, encoders and caches). Then you install the latest 
CVS snapshot found here:

http://snaps.php.net/php5.2-latest.tar.gz

And if that doesn't work, you tell us what configure line you used to configure 
PHP and how we can reprodcue it..

------------------------------------------------------------------------


The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at

    https://bugs.php.net/bug.php?id=42455


-- 
Edit this bug report at https://bugs.php.net/bug.php?id=42455&edit=1

Reply via email to