summaryrefslogtreecommitdiff
path: root/sapi/cgi/config.w32
Commit message (Collapse)AuthorAgeFilesLines
* MFH: fix win buildRob Richards2007-10-051-1/+1
|
* MFH:- Added common getopt implementation to core.Jani Taskinen2007-10-011-1/+1
| | | | | | | | | | MFH:- Added long-option feature to getopt(). MFH:- Made getopt() available on win32 systems. MFH: Patch by: David Soria Parra <dsp@php.net> [DOC]: These changes will be available from 5.3+ # Note: Fixed also tests and synced basic_functions.c with HEAD.
* MFH: Improved and cleaned CGI code. FastCGI is now always enabled and can ↵Dmitry Stogov2007-09-271-18/+2
| | | | not be disabled. See sapi/cgi/CHANGES for more details.
* Removed unused libfcgiDmitry Stogov2006-09-281-1/+1
|
* Give exe files 8MB stack (same default as on Linux) instead of Windows ↵Edin Kadribasic2006-05-181-0/+2
| | | | default 1MB
* Reimplement FastCGI interfaceDmitry Stogov2006-02-021-2/+1
| | | | | | | | | Due to licensing restrictions that actually don't allow anybody to use the libfcgi code without prior approval from Open Market, which is impossible to obtain - we decided to reimplement this interface from scratch. The result is actually slightly faster, and more importantly, clear of any copyright issues.
* fix fastcgi buildWez Furlong2004-01-081-1/+1
|
* Add new (optional!) win32 build infrastructure.Wez Furlong2003-12-021-0/+25
Will follow up to internals@ shortly.