We're making our patched compile of PHP 4.4.2 for windows available for download.
Many thanks to Steven B for making the patch available.
The patch adds an extra header to mails sent using the PHP mail() function. The header is in the format;
X-PHP-Script: <servername><php-self> for <remote-addr>
This allows administrators to track down mail abusers extremely quickly.
The zip file below includes the following files;
php4ts.dll
php.exe
To install;
- Download the zip file
- If you do not already have PHP installed, download and install either package of PHP 4.4.2, following all instrcutions.
- If you already have PHP 4.4.2 installed, copy php4ts.dll and php.exe from the zip file to your PHP installation directory. Overwrite the default php.exe and php4ts.dll files.
- Make sure the permissions for those files are as per PHP installtion instructions
- If you have the Zend Optimizer installed, make sure you upgrade to the latest version which supports PHP4


Reply With Quote