Created
June 21, 2012 09:56
-
-
Save silv3rm00n/2964933 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
a.php --- | |
$a = shell_exec('php-cgi /var/www/test.php'); | |
echo $a; | |
test.php --- | |
echo "Hello World"; | |
opening http://localhost/a.php makes the browser loading forever , why ? | |
php sapi is cgi. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment