ID: 23682
User updated by: uk at dataway dot ch
Reported By: uk at dataway dot ch
-Status: No Feedback
+Status: Open
Bug Type: Sybase-ct (ctlib) related
-Operating System: Linux 2.4.20
+Operating System: Linux 2.4.21
-PHP Version: 4.3.2RC4
From: uk at dataway dot ch
Operating system: Linux 2.2.18
PHP version: 4.3.0
PHP Bug Type: Performance problem
Bug description: passthru is extremely slow
Using passthru("whatever") is almost 100 times slower than doing the
equivalent $out = `whatever`;echo $out