summaryrefslogtreecommitdiff
path: root/sapi/cli
Commit message (Expand)AuthorAgeFilesLines
* MFH fixMarcus Boerger2003-04-271-1/+1
* MFH Synch: shutdown and ini defaultsMarcus Boerger2003-04-231-15/+24
* MFH: cli/ini/html_errors/info (they are related)Marcus Boerger2003-04-092-10/+28
* MFH: erroneous newline at startMarcus Boerger2003-04-081-1/+1
* MFHfoobar2003-02-124-301/+4
* This commit was manufactured by cvs2svn to create branch 'PHP_4_3'.SVN Migration2003-02-121-0/+299
* MFHfoobar2003-02-122-2/+4
* MFH: manpage for this versionMarcus Boerger2003-02-081-99/+30
* This commit was manufactured by cvs2svn to create branch 'PHP_4_3'.SVN Migration2003-02-071-0/+289
* MFHIlia Alshanetsky2003-01-081-0/+7
* MFH: Bump year.Sebastian Bergmann2002-12-311-2/+2
* MFHMoriyoshi Koizumi2002-12-201-6/+3
* Make sure cli install dir is created before trying to install in it.Edin Kadribasic2002-12-201-1/+1
* Reverted previous patch as suggested by Andi. (reopening #20539).Edin Kadribasic2002-12-191-3/+6
* MFH: Fix for #20539 (patch by Moriyoshi Koizumi).Edin Kadribasic2002-12-111-6/+3
* MFH: fix make install target on CygwinMelvyn Sopacua2002-12-091-0/+4
* MFHAndrei Zmievski2002-11-141-5/+43
* - be more verboseJan Lehnardt2002-11-131-1/+1
* Implemented -n switch to skip parsing ini at startup as suggested by Wez.Marcus Boerger2002-11-121-2/+12
* Fixed bug #20035. ZE now allows us to pass the current line position byIlia Alshanetsky2002-11-051-1/+1
* call php_module_startup after zts has been initialised. This way we couldMarcus Boerger2002-11-051-6/+12
* Made php -v output look nicer on standard 80 column display.Edin Kadribasic2002-11-051-1/+1
* Added built date and time to -v output.foobar2002-10-311-1/+1
* Fixed memory leaks.Ilia Alshanetsky2002-10-261-3/+4
* - alphabetical output for php -h (cli)Jan Lehnardt2002-10-251-8/+8
* add missing {}Sascha Schumann2002-10-241-1/+2
* - whitespaceDerick Rethans2002-10-241-2/+5
* Improve shutdown-behaviourSascha Schumann2002-10-241-14/+19
* *** empty log message ***Derick Rethans2002-10-241-0/+1
* centralize #include "build-defs.h" and drop (sometimes inconsistent) otherSascha Schumann2002-10-241-2/+0
* Make CLI behave like other moder scripting languages.Yasuo Ohgaki2002-10-231-1/+0
* - Revert, got tricked by a stale object fileDerick Rethans2002-10-141-1/+1
* - Fix CLIDerick Rethans2002-10-141-1/+1
* - Revert changed to implicit_flush behavior. The new behavior was notDerick Rethans2002-10-031-0/+1
* Shouldn't enable implicit_flush like this.Yasuo Ohgaki2002-10-031-1/+0
* Follow Yasuo's suggestion and build sapi program's under the sapi-specificSascha Schumann2002-09-292-3/+14
* Those two have enough credits already :)Edin Kadribasic2002-09-271-1/+1
* another startup initialization fix - only ISAPI and CGI SAPI's tested,Zeev Suraski2002-09-181-2/+12
* - prepare non-html phpinfo output for zend extensionsJan Lehnardt2002-09-021-0/+2
* change order of initialisation to allow making filename availableMarcus Boerger2002-08-101-28/+36
* 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
* Needed this to be able to test safe-mode stuff on cmd-linefoobar2002-07-131-0/+1
* - You don't need libtool to build sapi/cli on Darwin.Marko Karppinen2002-07-011-0/+9
* Fix exit code (bug #17733).Edin Kadribasic2002-06-131-1/+1
* Disable installing pear when --disable-cli is used since pear installerEdin Kadribasic2002-06-111-1/+2
* Due to the way Zend handles exit() we cannot rely on the return codeEdin Kadribasic2002-05-261-5/+2
* Made constants persistent and fixed a memory leak.Edin Kadribasic2002-05-261-3/+7
* Register STDIN, STDOUT, and STDERR "constants" in cli in cases whereEdin Kadribasic2002-05-241-0/+50