|   | php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login | 
| 
  [2003-02-25 05:18 UTC] j dot lammerts at chello dot nl
 The PHP function passthru works without errors in our production environment (PHP4.0.6). Passthru in the latest CVS produces no output at all. Also, no errors or notices are seen in the error_log. Is this a known problem ? PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits             | |||||||||||||||||||||||||||
|  Copyright © 2001-2025 The PHP Group All rights reserved. | Last updated: Fri Oct 31 14:00:01 2025 UTC | 
I'm using the PHP_4_3 CVS (right now php4-STABLE-200302251030). Something as simple as this : <? passthru('echo "Hello"'); ?> produces no output (and no errors). No other combinations of single and double quotes give different results..