Displaying 1 result from an estimated 1 matches for "714c714".
Did you mean:
714714
2016 Aug 04
1
php55w-fpm on CentOS 7: settings location
...t; php-i.txt
echo '<?php phpinfo() ?>' | php > php-echo.txt
diff php-i.txt php-echo.txt
709,710c709,710
< _SERVER["PHP_SELF"] =>
< _SERVER["SCRIPT_NAME"] =>
---
> _SERVER["PHP_SELF"] => -
> _SERVER["SCRIPT_NAME"] => -
714c714
< _SERVER["REQUEST_TIME"] => 1470317489
---
> _SERVER["REQUEST_TIME"] => 1470317531
716a717
> [0] => -
719c720
< _SERVER["argc"] => 0
---
> _SERVER["argc"] => 1
I do not see much to choose between them in terms of output an...