ID:               32826
 Updated by:       [EMAIL PROTECTED]
 Reported By:      jan dot klepal at bonicom dot cz
-Status:           Open
+Status:           Bogus
-Bug Type:         Unknown/Other Function
+Bug Type:         Safe Mode/open_basedir
 Operating System: Linux
 PHP Version:      4CVS-2005-04-25 (stable)
 New Comment:

Thank you for taking the time to write to us, but this is not
a bug. Please double-check the documentation available at
http://www.php.net/manual/ and the instructions on how to report
a bug at http://bugs.php.net/how-to-report.php

RTFM



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

[2005-04-25 21:58:25] jan dot klepal at bonicom dot cz

Description:
------------
While safe_mode is enabled PHP slash quotes in arguments passed to
programs executed by exec functions.

Reproduce code:
---------------
passthru("echo \"some 'quoted' text\"");
passthru("echo 'some \"quoted\" text'");


Expected result:
----------------
some 'quoted' text
some "quoted" text


Actual result:
--------------
some \'quoted\' text
some \"quoted\" text



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


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

Reply via email to