History log of /PHP-5.6/sapi/cli/php_cli.c (Results 176 – 200 of 264)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: BEFORE_FD_REVERT, php-4.3.2RC3, RELEASE_0_9b, SPL_ALPHA, php-4.3.2RC2
# 43e54bf2 28-Apr-2003 Edin Kadribasic

More clean way of ignoring headers in CLI since we do not need to
disable them selectively. This fixes problems for people who want
to use session module in CLI.


# 1c1aa38e 27-Apr-2003 Marcus Boerger

Reset option parsing
# i swear i had them in before last commit


# 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 ...


1234567891011