ID:               27076
 Updated by:       [EMAIL PROTECTED]
 Reported By:      not at valid dot email
-Status:           Verified
+Status:           Assigned
 Bug Type:         Documentation problem
 Operating System: linux
 PHP Version:      Irrelevant
-Assigned To:      
+Assigned To:      kennyt


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

[2004-01-28 14:53:20] [EMAIL PROTECTED]

Yes, it's a feature. Couldn't find it documented anywhere.
Reclassifed as documentation problem.



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

[2004-01-28 12:39:16] not at valid dot email

Description:
------------
safe_mode cause exec command to parse all arguments after the command
as one argument (in quote?)

Is this a bug? is it documented somewhere?


Reproduce code:
---------------
<?php
exec("echo x | echo y",$output);
$output=implode(',',$output);
echo "output is: $output"
?>

Expected result:
----------------
safe_mode off output is: y
safe_mode on output is: y

Actual result:
--------------
safe_mode off output is: y
safe_mode on output is: x | echo y


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


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

Reply via email to