summaryrefslogtreecommitdiff
path: root/sapi/cli/config.w32
Commit message (Collapse)AuthorAgeFilesLines
* Fixed bug #50804 (Document configure.js --enable-crt-debug)Kalle Sommer Nielsen2010-08-111-1/+1
|
* MFH: fix win buildRob Richards2007-10-051-2/+2
|
* MFH:- Added common getopt implementation to core.Jani Taskinen2007-10-011-2/+2
| | | | | | | | | | 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.
* Give exe files 8MB stack (same default as on Linux) instead of Windows ↵Edin Kadribasic2006-05-181-0/+2
| | | | default 1MB
* - Add command completion to CLI's -a modeMarcus Boerger2005-05-141-2/+2
|
* Add optional php-win.exe variation of the CLI sapi.Wez Furlong2004-01-141-0/+5
| | | | | | | | | | | php-win.exe runs in the windows GUI subsystem, and thus has no console; stdio handles are effectively set to /dev/null and no "dos box" will appear on screen when running scripts using this sapi (php-gtk people will be familiar with this concept). Aside from those differences, php-win.exe is 100% identical to regular CLI
* add win32 configure option for CLI to switch on CRT heap debuggingWez Furlong2003-12-221-0/+4
|
* Add new (optional!) win32 build infrastructure.Wez Furlong2003-12-021-0/+9
Will follow up to internals@ shortly.