summaryrefslogtreecommitdiff
path: root/sapi/cli/config.w32
Commit message (Collapse)AuthorAgeFilesLines
* moved most of the core to use static tsrm ls cache pointerAnatol Belski2014-10-151-2/+2
| | | | plus apache2handler, cli and cgi
* increase the stack size for cli and cgiAnatol Belski2014-08-161-2/+2
|
* Support for CLI process title (https://wiki.php.net/rfc/cli_process_title)Keyur Govande2013-03-071-2/+2
| | | | A new commit into branch 5.5
* - Add built-in web server to CLI SAPI. See the RFC for detail.Moriyoshi Koizumi2011-06-201-1/+2
|
* - Implement FR#53878 Interactive shell should work with shared readline ↵Johannes Schlüter2011-02-191-2/+2
| | | | | | | | | extension # This is useful w/ distributors who like to build all things shared or don't # provide the readline extension. Or if a user pefers readline's behavior over # libedit which might be used by the distributor.
* 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.