History log of /PHP-5.5/sapi/cgi/cgi_main.c (Results 351 – 375 of 460)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# bc7a582f 19-May-2001 Sascha Schumann

Use write(2), if we can successfully write to stdout.


# e80abfa4 18-May-2001 Thies C. Arntzen

revert parts of last commit - stupid me!


# 2db3431f 18-May-2001 Thies C. Arntzen

--enable-memory-usage-info id deprecated. use --enable-memory-limit instead!


Revision tags: php-4.0.6RC1
# 4afa93f7 10-May-2001 Zeev Suraski

@- Fixed a possible crash in the PHP CGI when no input file is
@ specified (Zeev)
Fixed bug 7822


# 6cd3b987 08-May-2001 Zeev Suraski

$argc was off by one in -f (fix bug #9289)


# a166b614 01-May-2001 Andi Gutmans

- Remove unused variable


# ba49860c 01-May-2001 Sterling Hughes

fix for bug 6491, http://www.php.net/bugs.php?id=6491, removes a bit of
(what I think is) broken logic.

# This is as discussed on the mailing list previously. This change
# does f

fix for bug 6491, http://www.php.net/bugs.php?id=6491, removes a bit of
(what I think is) broken logic.

# This is as discussed on the mailing list previously. This change
# does fix the problem, however, the extra code was in there for a
# reason (I'm guessing :), i'm ready to revert this patch in a jiffy
# if someone has a good reason why that (just removed) extra logic
# should be in there.

show more ...


# 6196e0bc 30-Apr-2001 Andi Gutmans

- Fix for Bug id #10071
PR:
Submitted by:
Reviewed by:
Obtained from:


Revision tags: php-4.0.5
# 4c823e8a 30-Apr-2001 Andi Gutmans

- Change macros from V_ to VCWD_ because of AIX name clash


Revision tags: php-4.0.5RC8, php-4.0.5RC7
# 0b2641ef 16-Apr-2001 Stig Bakken

@Added -C command-line option to avoid chdir to the script's directory (Stig)


Revision tags: php-4.0.5RC6, php-4.0.5RC5, php-4.0.5RC4, php-4.0.5RC3
# 4549e389 22-Mar-2001 Ben Mansell

Fix a bug with POST requests. If the Content-Type header wasn't present,
we were setting SG(request_info).content_type to NULL, instead of
an empty string. This was stopping PHP from processi

Fix a bug with POST requests. If the Content-Type header wasn't present,
we were setting SG(request_info).content_type to NULL, instead of
an empty string. This was stopping PHP from processing the data.

show more ...


Revision tags: php-4.0.5RC2, php-4.0.5RC1
# f4917d49 07-Mar-2001 foobar

Fixed the help for other options too.


# 356fc41a 05-Mar-2001 foobar

Fix help text for -f


# 81a26692 05-Mar-2001 foobar

Can't output any error messages if there isn't any function initialized
to do it..
# Bug report: #7650


# ce39c56c 04-Mar-2001 Zeev Suraski

whitespace fix


# a0d3c5a8 26-Feb-2001 Andi Gutmans

- Finally rename modules.h to zend_modules.h for consistency (first try
was 2000-03-11).
- Remove the first_arg_force_ref[]; and friends extern from php.h as they
are included via zen

- Finally rename modules.h to zend_modules.h for consistency (first try
was 2000-03-11).
- Remove the first_arg_force_ref[]; and friends extern from php.h as they
are included via zend_API.h

show more ...


# eb6ba01d 26-Feb-2001 Andi Gutmans

- Fix copyright notices with 2001


# adb3e399 24-Feb-2001 Sascha Schumann

php_register_command_line_global_vars only needs file scope.


# 280e10aa 24-Feb-2001 Sascha Schumann

Neither the CGI nor the Servlet SAPI module call syslog, so remove
references to the syslog include files.


# c2fb53be 23-Feb-2001 Sascha Schumann

Finish fopen-wrappers rename.


Revision tags: php-4.0.4pl1, php-4.0.4pl1RC2, php-4.0.4pl1RC1
# bd0ac7fe 02-Jan-2001 Zeev Suraski

Many patches. I hope I remember them all:

- Make sapi_module available to external modules (PHPAPI)
- Make the php.ini path reported in phpinfo() always point to
real full path of

Many patches. I hope I remember them all:

- Make sapi_module available to external modules (PHPAPI)
- Make the php.ini path reported in phpinfo() always point to
real full path of the php.ini file
- Optimized the ISAPI module not to read unnecessary server
variables and read necessary variables at most once.

show more ...


Revision tags: php-4.0.4REL, php-4.0.4RC6, php-4.0.4RC5, php-4.0.4RC4
# c95a8f39 03-Dec-2000 Sascha Schumann

Merge with php_4_0_4


Revision tags: php-4.0.4RC3
# 6c1af203 22-Nov-2000 Sascha Schumann

Set the exit status from the return value of php_execute_script()


# 030b7072 18-Nov-2000 Zeev Suraski

Update SAPI modules to interface with the new TSRM.
Enable thread-safety memory debugging in ISAPI when in debug mode


# 0f7f5c2c 13-Nov-2000 Zeev Suraski

- Import Jade Nicoletti's transparent gzip encoding support as an output
handler. Works quite nicely!
- Fix buglets in output buffering
- Add output_handler INI directive


1...<<111213141516171819