summaryrefslogtreecommitdiff
path: root/sapi/cli/config.m4
Commit message (Expand)AuthorAgeFilesLines
* Support for CLI process title (https://wiki.php.net/rfc/cli_process_title)Keyur Govande2013-03-071-1/+18
* Fix Bug #62612 readline extension compilation failsJohannes Schlüter2012-07-221-0/+2
* - Add built-in web server to CLI SAPI. See the RFC for detail.Moriyoshi Koizumi2011-06-201-1/+1
* - Implement FR#53878 Interactive shell should work with shared readline exten...Johannes Schlüter2011-02-191-1/+1
* - Implemented FR #53271, FR #52410 (Building multiple PHP binary SAPIs and on...Jani Taskinen2010-11-131-10/+19
* Fixed bug #42318 (problem with nm on AIX, not finding object files)Dmitry Stogov2008-09-011-1/+5
* MFH: - Changed AC_ARG_* options to PHP_ARG_* options.Jani Taskinen2007-07-111-12/+5
* AIX supportDmitry Stogov2006-02-021-1/+1
* Fixed support for shared extensions on AIXDmitry Stogov2005-07-071-0/+3
* Some netware related build issues fixed (patch by: Kamesh Jayachandran <kames...foobar2005-06-201-0/+3
* - Unify the "configure --help" textsfoobar2005-05-291-1/+1
* Expose EXEEXT and use for cli/cgi binariesfoobar2005-04-211-5/+1
* - Made --program-prefix and --program-suffix work. (See bug #23030)foobar2003-12-011-1/+1
* - Should fix some CLI build problems on some systems.foobar2003-09-081-3/+3
* "Generate" the man page so that it gets correct version always.foobar2003-02-121-0/+2
* - Added the man page installationfoobar2003-02-121-1/+1
* MFB: Make sure cli install dir is created before trying to install in it.Edin Kadribasic2002-12-201-1/+1
* Fix make install target on Cygwin, bug #20807Melvyn Sopacua2002-12-091-0/+4
* - Remove PHP_DISABLE_CLISascha Schumann2002-11-141-2/+0
* Follow Yasuo's suggestion and build sapi program's under the sapi-specificSascha Schumann2002-09-291-3/+7
* The link lines don't need any of $DEFS, $INCLUDES, $EXTRA_INCLUDES orMarko Karppinen2002-08-061-2/+2
* Support compiling and linking against Darwin / Mac OS X frameworksMarko Karppinen2002-08-061-1/+1
* Made PHP_ADD_LIBPATH use the $ld_runpath_switch and changed the DarwinMarko Karppinen2002-07-211-1/+1
* - You don't need libtool to build sapi/cli on Darwin.Marko Karppinen2002-07-011-0/+9
* Disable installing pear when --disable-cli is used since pear installerEdin Kadribasic2002-06-111-1/+2
* Make it possible to actually disable the CLI..foobar2002-04-141-8/+4
* Please welcome the new build system.Sascha Schumann2002-03-071-1/+2
* Added --disable-cli option.Edin Kadribasic2002-01-241-3/+18
* Modified the build system to always build CLI SAPI.Edin Kadribasic2002-01-121-16/+5
* @- Added CLI (command line intrerface) sapi based on a cut-down versionEdin Kadribasic2002-01-061-0/+21