ID:               48300
 Updated by:       j...@php.net
 Reported By:      kenorb at gmail dot com
-Status:           Feedback
+Status:           Open
 Bug Type:         *General Issues
 Operating System: Linux
 PHP Version:      5.2.9


Previous Comments:
------------------------------------------------------------------------

[2009-05-16 16:23:45] kenorb at gmail dot com

Sorry, maybe backtrace of generated core was before I've upgraded to 
5.10-dev and it's broken;/

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

[2009-05-16 09:10:44] ras...@php.net

That backtrace also makes very little sense.  According to it we have
the following chain of calls somehow:

is_callable
strtolower
popen
tempnam
file_put_contents

None of these functions actually call each other so I don't see how
that backtrace could have occurred.  



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

[2009-05-16 09:05:45] paj...@php.net

You don't have to publish the code of your application but a small
script to reproduce this exact bug (short script). Without such script,
there is no chance for us to reproduce (and fix) this problem.

You should also try using a 5.2 CVS snapshot (or 5.3).

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

[2009-05-16 04:12:27] kenorb at gmail dot com

Unfortunatelly I can't provide the code.

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

[2009-05-16 02:50:28] scott...@php.net

Thank you for this bug report. To properly diagnose the problem, we
need a short but complete example script to be able to reproduce
this bug ourselves. 

A proper reproducing script starts with <?php and ends with ?>,
is max. 10-20 lines long and does not require any external 
resources such as databases, etc. If the script requires a 
database to demonstrate the issue, please make sure it creates 
all necessary tables, stored procedures etc.

Please avoid embedding huge scripts into the report.

The backtrace helps but the code that caused it is needed to.

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

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
    http://bugs.php.net/48300

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

Reply via email to