PHP 8.4.0 Alpha 1 available for testing

Voting

The Note You're Voting On

sandaimespaceman at gmail dot com
15 years ago
Set INI directive "expose_php" to "off" will also help.
You can spoof your PHP to ASP.NET by using:
<?php
error_reporting
(0);
header("X-Powered-By: ASP.NET");
?>

<< Back to user notes page

To Top