A while ago I made an announcement of my http server. The program
is now updated to have HTTP compression capability and to correct
important security problems.
Orenosv HTTP server 0.3.2
http://hp.vector.co.jp/authors/VA027031/orenosv/index_en.html
Changes: support for HTTP compression, filename
Hello PHP users,
I believe many people on this list run their PHP scripts
on IIS or Win32 Apache. I have released yet another HTTP server
that I belive is well suited for running PHP programs.
The program is still in development quality but I'd appreciate
any comments from PHP users here.
Orenos
Hi,
As Rechard pointed out that mail() function accepts "additional_headers" as its 4th
parameter.
I usually add the following headers in that parameter:
From: \r\n
Content-Type: text/plain; charset=iso-8859-1 \r\n
Date: \r\n
optionally, you might also add
Errors-to:
A couple of not