History log of /PHP-5.5/sapi/cgi/cgi_main.c (Results 126 – 150 of 460)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: php-5.2.5RC1, BEFORE_IMPORT_OF_MYSQLND_IN_5_3, RELEASE_1_2_2
# 2bc631fb 01-Oct-2007 Jani Taskinen

MFH:- Added common getopt implementation to core.
MFH:- Added long-option feature to getopt().
MFH:- Made getopt() available on win32 systems.
MFH: Patch by: David Soria Parra <dsp@php.n

MFH:- Added common getopt implementation to core.
MFH:- Added long-option feature to getopt().
MFH:- Made getopt() available on win32 systems.
MFH: Patch by: David Soria Parra <dsp@php.net>
[DOC]: These changes will be available from 5.3+

# Note: Fixed also tests and synced basic_functions.c with HEAD.

show more ...


# 09b6f37f 28-Sep-2007 Jani Taskinen

MFH:

- Added ".htaccess" style user-defined php.ini files support for
CGI/FastCGI.
- Added support for special [PATH=/opt/httpd/www.example.com/] sections
in php.ini. All dir

MFH:

- Added ".htaccess" style user-defined php.ini files support for
CGI/FastCGI.
- Added support for special [PATH=/opt/httpd/www.example.com/] sections
in php.ini. All directives set in these sections will not be able to be
overridden in user-defined ini-files or during runtime in the specified
path.

- Improved php.ini handling:
. Added better error reporting for syntax errors in php.ini files
. Allowed "ini-variables" to be used almost everywhere ini php.ini files
. Allowed using alphanumeric/variable indexes in "array" ini options
. Fixed get_cfg_var() to be able to return "array" ini options

- Fixed bug #27372 (parse error loading browscap.ini at apache startup)
- Fixed bug #42069 (parse_ini_file() allows using some non-alpha numeric
characters)

show more ...


# 0d3bdf23 27-Sep-2007 Jani Taskinen

MFH: ws + cs


# 06f43b30 27-Sep-2007 Dmitry Stogov

MFH: Improved and cleaned CGI code. FastCGI is now always enabled and can not be disabled. See sapi/cgi/CHANGES for more details.


# b441b275 24-Sep-2007 Dmitry Stogov

Fixed bug #42699 (PHP_SELF duplicates path)


# 96810f0a 10-Sep-2007 Dmitry Stogov

Fixed bug #42587 (behaviour change regarding symlinked .php files)


# 5d238efa 05-Sep-2007 Dmitry Stogov

Fixed bug #42523 (PHP_SELF duplicates path)


Revision tags: RELEASE_1_2_4
# 39bceffc 31-Aug-2007 Dmitry Stogov

Fixed bug #42453 (CGI SAPI does not shut down cleanly with -i/-m/-v cmdline options)


Revision tags: RELEASE_1_2_1, php-5.2.4, RELEASE_1_5, php-5.2.4RC3, php-5.2.4RC2
# 50293835 08-Aug-2007 Stanislav Malyshev

remove unneeded variables


# 50aef7ec 08-Aug-2007 Dmitry Stogov

- Fixed bug #42198 (SCRIPT_NAME and PHP_SELF truncated when inside a userdir
and using PATH_INFO).
- Fixed bug #31892 (PHP_SELF incorrect without cgi.fix_pathinfo, but turning
on scre

- Fixed bug #42198 (SCRIPT_NAME and PHP_SELF truncated when inside a userdir
and using PATH_INFO).
- Fixed bug #31892 (PHP_SELF incorrect without cgi.fix_pathinfo, but turning
on screws up PATH_INFO).

show more ...


# 9c07366b 08-Aug-2007 Jani Taskinen

MFH: fix typos in comments


Revision tags: php-5.2.4RC1, BEFORE_REAL_IMPORT_OF_MYSQLND, BEFORE_IMPORT_OF_MYSQLND
# e5909f14 26-Jun-2007 Dmitry Stogov

Fixed bug #40419 (Trailing Slash in CGI request don't work)


# 5d218083 21-Jun-2007 Dmitry Stogov

no need to return exit status of the last fastcgi request


# 5c75e5b4 04-Jun-2007 Antony Dovgal

MFH: add missing open_basedir checks to CGI


Revision tags: php-5.2.3, RELEASE_1_4
# e3567961 28-May-2007 Dmitry Stogov

Removed deprecated comment


Revision tags: php-5.2.3RC1
# 23409a4b 21-May-2007 Dmitry Stogov

Fixed crash on "php -b 1234 -unknown-option"


# 30dd6a45 20-May-2007 Ilia Alshanetsky

Fixed a possible crash when PATH_INFO is not provided but the path contains
path info information


Revision tags: RELEASE_1_2_0
# 633aff55 15-May-2007 Dmitry Stogov

Fixed bug #41378 (fastcgi protocol lacks support for Reason-Phrase in "Status:" header)


Revision tags: php-4.4.7, php-5.2.2, php-5.2.2RC2
# 4f54b301 17-Apr-2007 foobar

- Fix a possible leak when multiple -c parameters are used


# 44066f23 17-Apr-2007 Antony Dovgal

MFH: fix leak appearing when more than one -f option specified


# 2fe7267d 15-Apr-2007 foobar

MFH: Simplify previous patch.


# a40b6f5c 15-Apr-2007 foobar

- Allow using syntax highlighting under FastCGI mode.


Revision tags: RELEASE_1_1_0, php-4.4.7RC1, php-5.2.2RC1
# 52b07d18 29-Mar-2007 Sara Golemon

Add missing #if check


# 4a119f9a 28-Mar-2007 Dmitry Stogov

Improved FastCGI SAPI to support external pipe and socket servers on win32


Revision tags: RELEASE_1_0_1
# c2a71f8e 09-Mar-2007 Dmitry Stogov

Return HTTP 403 in case of "access denied".


12345678910>>...19