History log of /PHP-8.2/main/SAPI.c (Results 251 – 275 of 393)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 7527bf0c 02-Aug-2002 Rui Hirokawa

made sapi_register_treat_data() to support multibyte input encoding translation without MBSTR_ENC_TRANS and changed php_treat_data to php_default_treat_data.

# f871a5b7 01-Aug-2002 Stefan Roehrich

Fixed wrong usage of strncmp.

# be0a6f49 01-Aug-2002 Marcus Boerger

- free mimetype and statusline early if no longer needed or in deactivation
#not setting them to NULL caused the segfault

# 7b9036ca 01-Aug-2002 Rasmus Lerdorf

Need room for the \0 here to avoid an overflow

# 4e05dd7c 31-Jul-2002 Marcus Boerger

-problem with CLI/mbstring/output buffering

# 6f786ebf 28-Jul-2002 Stefan Roehrich

Commit patch as discussed on LinuxTag and posted to php-dev in June.
Disables zlib.output_compression for scripts with image/ content-type
header (fixes bug #16109) and makes it possible to s

Commit patch as discussed on LinuxTag and posted to php-dev in June.
Disables zlib.output_compression for scripts with image/ content-type
header (fixes bug #16109) and makes it possible to switch
zlib.output_compression during script execution before the headers are
sent.
@- zlib.output_compression is disabled for "image/" content-type
@ headers and can be changed during script execution. (Stefan)

show more ...

# fbbeaec6 27-Jul-2002 Rui Hirokawa

fixed: output encoding translation by mb_output_handler() in ext/mbstring was not usable when Content-Type is set by header().

Revision tags: php-4.2.2
# c7a68b78 13-Jul-2002 foobar

- Fixed bug: #18268. If pcre is build as shared extension, we can't use
php_pcre_replace() here.
- Cleaned up a bit.

Revision tags: INITIAL_IMPORT_SOURCEFORGE, xmlrpc_epi_0_51_merge_pt
# fee236fb 03-Jul-2002 Sascha Schumann

fix typo

# 9c876ea0 03-Jul-2002 Sascha Schumann

Add sapi_header_op interface which supersedes the sapi_add_header and _ex
calls.

Revert the change to the sapi_add_header_ex interface.

Fix various bugs:

1. header("HT

Add sapi_header_op interface which supersedes the sapi_add_header and _ex
calls.

Revert the change to the sapi_add_header_ex interface.

Fix various bugs:

1. header("HTTP/1.0 306 foo");
header("Location: absolute-uri");

did not work in combination with several SAPI modules, because
http_status_line was never properly reset. And thus, all SAPI
modules which looked at http_status_line ignored the changed
http_response_code.

2. The CGI SAPI did not send out the HTTP status line at all, if
http_status_line had not been set explicitly by calling
header("HTTP/1.0 200 foo");

show more ...

Revision tags: php-4.3.0dev_zend2_alpha2
# 6869cb3f 21-Jun-2002 Derick Rethans

- Added a new parameter to the header() function which overrides the HTTP
response code.
@- Added a new parameter to the header() function which overrides the HTTP
@ response code. (De

- Added a new parameter to the header() function which overrides the HTTP
response code.
@- Added a new parameter to the header() function which overrides the HTTP
@ response code. (Derick)

show more ...

# 028b2536 18-Jun-2002 Stefan Esser

fix: appending the default charset to text/ content types never worked
fix: removed double free

# 28ad564c 18-Jun-2002 Stefan Esser

keep fingers away from already freed memory.

# 0c1718c6 18-Jun-2002 Sander Roobol

Patch by Michael Sisolak <msisolak@yahoo.com> to make header() honor the
replace parameter. Closes #16458.

Revision tags: php-4.3.0dev, php5_5_0, RELEASE_0_90, php-4.3.0dev_zend2_alpha1, BEFORE_OBJECTS_STORE, SAFEGUARD_3_0_BETA1_RC1_26062002, RELEASE_0_11, NEW_UI_API_BP, RELEASE_0_10, RELEASE_0_4, php-4.3.0dev-ZendEngine2, php-4.3.0dev-ZendEngine2-Preview1, php-4.2.1, php-4.2.1RC2, php-4.2.1RC1, php-4.2.0, php-4.2.0RC4, php-4.2.0RC3, php-4.2.0RC2, php-4.2.0RC1, help, php-4.1.2, BEFORE_NEW_OBJECT_MODEL, PRE_ISSET_PATCH
# 3acaa30c 14-Jan-2002 Stefan Esser

fix for bug #14776

Revision tags: php-4.1.1
# a06a6273 16-Dec-2001 Stefan Esser

fixed: fix for my broken patch.

# 4d2343d7 16-Dec-2001 Stefan Esser

whitespace.

# 8022bb9b 16-Dec-2001 Stefan Esser

fixed: WWW-Authenticate -> header_line got only freed when safe_mode was activ
fixed: WWW-Authenticate -> content of header_line was changed after it was freed

# b29bcc86 16-Dec-2001 Stefan Esser

fixed: bufferoverflow in sapi_add_header_ex triggerable by header("WWW-Authenticate: Basic foobar");

Revision tags: PRE_FUNC_RETURNS_OBJECT_PATCH, ChangeLog
# 38933514 11-Dec-2001 Sebastian Bergmann

Update headers.

Revision tags: php-4.1.0, php-4.1.0RC5, php-4.1.0RC4
# 18f7a8ca 24-Nov-2001 foobar

Added missing CVS Id tag.

Revision tags: php-4.1.0RC3, php-4.1.0RC2, POST_PARAMETER_PARSING_API
# db752024 24-Oct-2001 Rasmus Lerdorf

Let's suppress this warning if always_populate is enabled

# 42ec5479 23-Oct-2001 Rasmus Lerdorf

Ok, now actually make it work - maybe...

# 71d341e2 23-Oct-2001 Rasmus Lerdorf

@- $HTTP_RAW_POST_DATA was not populated on a missing content-type even when
@ always_populate_raw_post_data was on - fixed. (Rasmus)
$HTTP_RAW_POST_DATA was not populated on a missing conte

@- $HTTP_RAW_POST_DATA was not populated on a missing content-type even when
@ always_populate_raw_post_data was on - fixed. (Rasmus)
$HTTP_RAW_POST_DATA was not populated on a missing content-type even when
always_populate_raw_post_data was on - fixed. (Rasmus)

show more ...

# 8064e685 21-Oct-2001 Rasmus Lerdorf

Check if PCRE support is compiled in and only use the pcre functions if
it is. Otherwise just set the realm to the safe mode user id if it isn't.

1...<<111213141516