summaryrefslogtreecommitdiff
path: root/sapi/cgi/config.w32
Commit message (Collapse)AuthorAgeFilesLines
* added the shared fcgi imp to sapi/cgiAnatol Belski2015-05-261-0/+1
| | | | | | | This is yet a workaround, if another part of the source would need the same object file, it'll end up producing duplicated nmake target. Some additional implementation is needed so same object files can be shared between different modules, to handle this situation better.
* Move fastcgi.c to mainXinchen Hui2015-05-191-1/+1
|
* moved most of the core to use static tsrm ls cache pointerAnatol Belski2014-10-151-1/+1
| | | | plus apache2handler, cli and cgi
* increase the stack size for cli and cgiAnatol Belski2014-08-161-1/+1
|
* 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.