History log of /PHP-5.3/sapi/cli/php_cli.c (Results 101 – 125 of 210)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: php-4.3.5RC3, php-5.0.0b4, php-5.0.0b4RC1
# 1c00296c 11-Feb-2004 Marcus Boerger

Bugfix #27104 CLI/CGI SAPI module variable name conflict


# c858a4e9 06-Feb-2004 Ilia Alshanetsky

Fixed possible memory leak with INI values.


# ffd3b1dd 04-Feb-2004 Ilia Alshanetsky

Parse command line ini directives passed using -d before -i, to ensure
correct settings output.


Revision tags: php-4.3.5RC2, RELEASE_1_3b6, php_ibase_before_split
# 31f7699a 14-Jan-2004 Wez Furlong

Add optional php-win.exe variation of the CLI sapi.
php-win.exe runs in the windows GUI subsystem, and thus
has no console; stdio handles are effectively set to /dev/null
and no "dos box"

Add optional php-win.exe variation of the CLI sapi.
php-win.exe runs in the windows GUI subsystem, and thus
has no console; stdio handles are effectively set to /dev/null
and no "dos box" will appear on screen when running scripts
using this sapi (php-gtk people will be familiar with this concept).

Aside from those differences, php-win.exe is 100% identical to
regular CLI

show more ...


Revision tags: php-4.3.5RC1
# dbeb4158 08-Jan-2004 Andi Gutmans

- A belated happy holidays and PHP 5


# d2317fc1 02-Jan-2004 Edin Kadribasic

Disable output buffering in CLI overriding php.ini setting.
Fixes #26755.


# d756e1db 22-Dec-2003 Wez Furlong

add win32 configure option for CLI to switch on CRT heap debugging


Revision tags: php-5.0.0b3, php-5.0.0b3RC2, php-5.0.0b3RC1
# a643675b 11-Dec-2003 Ilia Alshanetsky

Fixed extra byte allocation for STD* constants and replace magic numbers
with sizeof().


Revision tags: php-4.3.4, php-4.3.4RC3, php-5.0.0b2, RELEASE_2_0_0RC1, php-5.0.0b2RC1, php-4.3.4RC2, RELEASE_1_3b3, BEFORE_HANDLERS_RESHUFFLE, RELEASE_1_3b2, php-4.3.4RC1, RELEASE_0_7
# 06273c56 28-Aug-2003 Stanislav Malyshev

MF4: -m fix for premature extension unloading


Revision tags: php-4.3.3
# d3473d1f 24-Aug-2003 Marcus Boerger

- Provide a unified way to display uncaught exceptions, which shows
file/line/message info if possible.
- Add zend_eval_string_ex() to be able to handle exceptions in eval'd code.
- Use

- Provide a unified way to display uncaught exceptions, which shows
file/line/message info if possible.
- Add zend_eval_string_ex() to be able to handle exceptions in eval'd code.
- Use above function to fix memleaks in CLI.

show more ...


# bccc247a 22-Aug-2003 Ilia Alshanetsky

Set module id 0 (internal) for constants registered by php_cli in C.


Revision tags: php-4.3.3RC4
# 744dd205 17-Aug-2003 Marcus Boerger

Fix warnings


# 98d998b7 13-Aug-2003 Ilia Alshanetsky

Fixed bug #20896 (-s -w modes with php-cli cause php to hang).


Revision tags: RELEASE_0_5_3, php-4.3.3RC3, RELEASE_0_5_2, RELEASE_1_2b5, BEFORE_ARG_INFO
# 3253746c 01-Aug-2003 Ilia Alshanetsky

Preserve exit status for non-php execution modes.


# 68616d76 01-Aug-2003 Ilia Alshanetsky

Fixed bug #23509 (exit code lost when exit() called from
register_shutdown_function())


Revision tags: php-4.3.3RC2, php-5.0.0b1, php-4.3.3RC1
# 7e663790 16-Jun-2003 Stanislav Malyshev

flush after banner print


# f68c7ff2 10-Jun-2003 James Cox

updating license information in the headers.


Revision tags: BEFORE_FD_REAPPLY
# 814f7930 30-May-2003 Derick Rethans

- MFB: Version output beautification


# 6ddd6ca2 30-May-2003 Marcus Boerger

MFB


# 1aebe795 29-May-2003 Marcus Boerger

Simply print errors


Revision tags: php-4.3.2, php-4.3.2RC4
# 87a85db6 26-May-2003 Derick Rethans

- MFB


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


123456789