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

 ID:               49324
 Updated by:       fel...@php.net
 Reported by:      justin dot carlson at gmail dot com
 Summary:          passthru() crash
-Status:           No Feedback
+Status:           Feedback
 Type:             Bug
 Package:          Reproducible crash
 Operating System: Windows XP
 PHP Version:      5.3.0

 New Comment:

Please try using this snapshot:

  http://snaps.php.net/php5.3-latest.tar.gz
 
For Windows:

  http://windows.php.net/snapshots/




Previous Comments:
------------------------------------------------------------------------
[2009-12-24 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".

------------------------------------------------------------------------
[2009-12-16 10:57:53] paj...@php.net

Thank you for this bug report. To properly diagnose the problem, we
need a backtrace to see what is happening behind the scenes. To
find out how to generate a backtrace, please read
http://bugs.php.net/bugs-generating-backtrace.php for *NIX and
http://bugs.php.net/bugs-generating-backtrace-win32.php for Win32

Once you have generated a backtrace, please submit it to this bug
report and change the status back to "Open". Thank you for helping
us make PHP better.



------------------------------------------------------------------------
[2009-08-30 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".

------------------------------------------------------------------------
[2009-08-22 17:31:48] j...@php.net

Please try using this snapshot:

  http://snaps.php.net/php5.3-latest.tar.gz
 
For Windows:

  http://windows.php.net/snapshots/



------------------------------------------------------------------------
[2009-08-21 19:47:51] justin dot carlson at gmail dot com

Just wanted to make sure this is clear...





This crashes apache:



<?php

    // foo.txt exists, and contains the text "test"

    $result = passthru("foo.txt");

?>



This does not:



<?php

    // foo does not exist

    $result = passthru("foo");

?>

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


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/bug.php?id=49324


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

Reply via email to