Difference between revisions of "Talk:C.php"
From Organic Design wiki
(shell_exec behaviour) |
(add bug) |
||
Line 1: | Line 1: | ||
+ | '''Bugs''' | ||
+ | *Sometimes returns a negative execution time | ||
+ | |||
There is something funny going on with the output redirection of the shell command. With the -v switch we should get initial gcc diagnostic info (regardless of whether the code does anything) and this is not happening. Maybe some constant SWITCH in the shell_exec. --[[User:Rob|Rob]] 16:26, 24 Jun 2006 (NZST) | There is something funny going on with the output redirection of the shell command. With the -v switch we should get initial gcc diagnostic info (regardless of whether the code does anything) and this is not happening. Maybe some constant SWITCH in the shell_exec. --[[User:Rob|Rob]] 16:26, 24 Jun 2006 (NZST) | ||
---- | ---- |
Revision as of 21:36, 24 June 2006
Bugs
- Sometimes returns a negative execution time
There is something funny going on with the output redirection of the shell command. With the -v switch we should get initial gcc diagnostic info (regardless of whether the code does anything) and this is not happening. Maybe some constant SWITCH in the shell_exec. --Rob 16:26, 24 Jun 2006 (NZST)
Theres lots of php.ini stuff and "security" that will affect the ability to use these kinds of functions. passthru, system are also affected. --Rob 14:20, 23 Jun 2006 (NZST)