History log of /PHP-8.0/sapi/cli/php_cli.c (Results 301 – 325 of 374)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 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 ...


Revision tags: PHP_5_0_dev_before_13561_fix, PHP_4_3_before_13561_fix
# 973937e7 11-Jan-2003 Ilia Alshanetsky

Fix the line numbering when the 1st line in the script is #!.


# 5de9962d 08-Jan-2003 Ilia Alshanetsky

Fixed bug #21297. The fix also fixes miscalculation of lines numbers by 1
due the previously mentioned bug.


# 19d47d9f 05-Jan-2003 Zeev Suraski

Initialize lineno using the new infrastructure


# 2c5d4b8c 31-Dec-2002 Sebastian Bergmann

Bump year.


Revision tags: php-4.3.0, php-4.3.0RC4
# 740ee5df 20-Dec-2002 Moriyoshi Koizumi

Recommited the patch


# ff54f76f 19-Dec-2002 Edin Kadribasic

MFB: Reverted previous patches as suggested by Andi.


Revision tags: RELEASE_1_0b3, php-4.3.0RC3
# f84aff8f 11-Dec-2002 Edin Kadribasic

Fix for #20539 (patch by Moriyoshi Koizumi).


# ba5764ab 09-Dec-2002 Sebastian Bergmann

Fix build.


# 93ee146d 08-Dec-2002 Moriyoshi Koizumi

Fixed stream leaks


Revision tags: php-4.3.0RC2
# dd53efc1 26-Nov-2002 foobar

- Made the STANDARD_SAPI_MODULE_PROPERTIES be what it says it is.


Revision tags: RELEASE_1_0b2, BEFORE_RENAMING
# e09d62c4 14-Nov-2002 Andrei Zmievski

Sort the modules and extensions before printing them when -m switch is used.


Revision tags: php-4.3.0RC1
# e95c7178 13-Nov-2002 Jan Lehnardt

- be more verbose


# cecb9dfc 12-Nov-2002 Marcus Boerger

Implemented -n switch to skip parsing ini at startup as suggested by Wez.
#The switch 'n' was planned to be used for beautifying....delete n to make
#clear these functions do not have a switc

Implemented -n switch to skip parsing ini at startup as suggested by Wez.
#The switch 'n' was planned to be used for beautifying....delete n to make
#clear these functions do not have a switch yet.

show more ...


1...<<1112131415