summaryrefslogtreecommitdiff
path: root/sapi/cli
Commit message (Expand)AuthorAgeFilesLines
* - Make the errorcode 255. (Doing docs right away)Derick Rethans2002-02-151-2/+2
* - Let php_execute_script return 0 on failure and 1 on sucess, and changeDerick Rethans2002-02-141-1/+5
* Turned implicit_flush on.Edin Kadribasic2002-02-141-5/+4
* Added README file for CLI SAPI.Edin Kadribasic2002-02-141-0/+15
* Enable extensions to specify that they are not supposed to beEdin Kadribasic2002-01-301-1/+0
* Add a note that this statement will never be reached.Jon Parise2002-01-271-1/+1
* Added --disable-cli option.Edin Kadribasic2002-01-241-3/+18
* Give Edin Kadribasic his due credits.Sebastian Bergmann2002-01-231-3/+3
* No need to dupe this string in cli sapi (Bug #15181).Edin Kadribasic2002-01-231-1/+1
* Modified the build system to make certain extensions (pcntl, ncurses,Edin Kadribasic2002-01-201-1/+2
* Merged patch from sapi/cgi.Edin Kadribasic2002-01-191-2/+7
* Fixed build in the directory other than $top_srcdir.Edin Kadribasic2002-01-131-4/+4
* This should fix cli build when running 'make install' directly.Edin Kadribasic2002-01-131-2/+2
* Fixed CLI build when the main SAPI is built as a shered library.Edin Kadribasic2002-01-121-0/+3
* Modified the build system to always build CLI SAPI.Edin Kadribasic2002-01-122-19/+28
* @- Added CLI (command line intrerface) sapi based on a cut-down versionEdin Kadribasic2002-01-066-0/+830