Hi,
When I use the exec() as in the following script on my SunOS, I get the error:
ld.so.1: php: fatal: libucb.so.1: open failed: No such file or directory
Killed
Please help. Thanks a lot in advance.
When I use the exec() as in the following script on my SunOS, I get the error:
ld.so.1: php: fatal: libucb.so.1: open failed: No such file or directory
Killed
Please help. Thanks a lot in advance.
Code:
<?php
echo exec('whoami');
?>
Comment