History log of /php-src/sapi/cli/php_cli.c (Results 351 – 375 of 437)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 129d0898 27-Apr-2003 Marcus Boerger

split parameter parsing once more: do informal queries before others
#still a memleak in case of a parameter conflict

# d2833dc9 23-Apr-2003 Marcus Boerger

Revert some ini settings to be hardcoded due to popular demand

# de76ceb2 19-Apr-2003 Marcus Boerger

Fix more shutdown wierdness

# 7ca29424 19-Apr-2003 Wez Furlong

Fix folding marker

# 0bcfdd02 19-Apr-2003 Marcus Boerger

Do init CG(in_compilation) here until someone finds a better place

# 1b3467e7 19-Apr-2003 Marcus Boerger

Shutdown memleaks

Revision tags: RELEASE_0_6, RELEASE_0_5, init
# 2170ea8b 16-Apr-2003 foobar

Added missing CVS Id tags

# bb0f885d 09-Apr-2003 Marcus Boerger

Hopefully last fix on error reporting

# 7aa1e2cd 30-Mar-2003 Marcus Boerger

more ini defaults for error message handling

# 06a0e1c1 30-Mar-2003 Marcus Boerger

simplify and fix

# c21f2b74 29-Mar-2003 Marcus Boerger

use sizeof() as suggested by Andrei

# fa590902 29-Mar-2003 Derick Rethans

- html errors should default to off (0) in CLI

# 5ca07877 25-Mar-2003 Sebastian Bergmann

Eliminate some TSRMLS_FETCH() calls. Tested with Win32 build of SAPI/CGI and SAPI/CLI on Win32.

# 58df04af 19-Mar-2003 Marcus Boerger

- reenable $argc/$argv
- add a comment where hardcoded defaults would go
# i believe we have none for now though

# 3e621fac 18-Mar-2003 Marcus Boerger

make phpinfo() depend on executed sapi

# b21fdb76 18-Mar-2003 Marcus Boerger

use new callback to overwrite ini settings
# ok now lets split html_errors and phpinfo() formatting

Revision tags: php-4.3.2RC1, php-4.3.1
# d4fd1c07 16-Feb-2003 Marcus Boerger

- Allow long option names
- Update CLI's manpage

@Added support for long options in CLI & CGI (e.g. --version). (Marcus)

# In contrast to the preliminary patch this should work

- Allow long option names
- Update CLI's manpage

@Added support for long options in CLI & CGI (e.g. --version). (Marcus)

# In contrast to the preliminary patch this should work now completely.
# If all long option names are accepted we may even think about MFHing.

show more ...

# ecaeb300 15-Feb-2003 Marcus Boerger

fix parameter string (-R & -H)

# c6813204 11-Feb-2003 Marcus Boerger

Make that clear

# f3ac7fc9 11-Feb-2003 Ilia Alshanetsky

Added -H option to CLI binary. This option can be used to hide any arguments
including the script name passed to the CLI binary.

# 383aa3c2 07-Feb-2003 Marcus Boerger

Define STDIN/OUT/ERR for -B -R -F -E (works as expected).
Enable exit in same switches.

# 598e8275 07-Feb-2003 Marcus Boerger

No more maximum line size for -R and -F

# afc673b6 04-Feb-2003 Marcus Boerger

remove it then....this forces to put work in man page ...

# b4cfff04 03-Feb-2003 Sebastian Bergmann

Fix ZTS build.

# 63d4f316 03-Feb-2003 Marcus Boerger

- Added -B, -F, -R, -E for line by line std in processing.
- Added some error messages.
- Added more -h info.
@Added command line parameters -B, -F, -R and -E which allow to process
@

- Added -B, -F, -R, -E for line by line std in processing.
- Added some error messages.
- Added more -h info.
@Added command line parameters -B, -F, -R and -E which allow to process
@stdin line by line (See php -h for more). (marcus)
#This allows to simply complex command line constructs...

show more ...

1...<<1112131415161718