History log of /PHP-5.6/main/SAPI.c (Results 176 – 200 of 312)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 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.


Revision tags: PRE_PARAMETER_PARSING_API
# 02e25f0a 20-Oct-2001 Rasmus Lerdorf

# Butt-ugly looking code here, but I need regular expressions to do this.
Re-instated safe-mode realm mangling as it was in php 2 and 3 albeit
in a somewhat more robust way.
@ Re-instated

# Butt-ugly looking code here, but I need regular expressions to do this.
Re-instated safe-mode realm mangling as it was in php 2 and 3 albeit
in a somewhat more robust way.
@ Re-instated safe-mode realm mangling (Rasmus)

show more ...


Revision tags: php-4.1.0RC1, php4, php-4.0.7RC3, POST_SUBST_Z_MACROS, PRE_SUBST_Z_MACROS
# 78747bd2 09-Sep-2001 Derick Rethans

- Don't wrap lines... this is annoying while coding.


# 8d8e2657 07-Sep-2001 foobar

Cleanup.


Revision tags: php-4.0.7RC2
# e46decaa 03-Sep-2001 foobar

First step for chunkifying the HTTP uploads.


# 0dab84d0 15-Aug-2001 Daniel Beulshausen

fix SAPI_POST_* exports


Revision tags: php-4.0.7RC1, BEFORE_EXP_MERGE, PRE_METHOD_DEREFERENCE_PATCH, BEFORE_PARAM_PARSING_CHANGE, PRE_ENGINE2_SPLIT
# 8aef1930 05-Aug-2001 Sascha Schumann

more tsrm cleanup


12345678910>>...13