PIFR testing-1 php - l segfaults
Bug #498015 reported by
Josh Koenig
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
PANTHEON Mercury |
New
|
Undecided
|
Unassigned |
Bug Description
On the current PIFR testing image, trying to launch a php file with the following code segfaults randomly:
<?php
exec('php -l -f ./foo.php 2>&1', $output, $code);
echo "$code\n";
?>
where foo.php contains:
<?php
echo "bar";
?>
To post a comment you must log in.
Feels like a 64-bit bug. We should consider upgrading to php 5.3