History log of /php-src/main/SAPI.c (Results 201 – 225 of 399)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
Revision tags: php-5.0.4, php-4.3.11, php-5.0.4RC2, php-4.3.11RC2
# 3c0411c4 14-Mar-2005 Rasmus Lerdorf

Fix for bug #32263
This adds proto_num to request_info. It is defaulted to HTTP 1.0 (1000)
such that it has a valid value even if the underlying sapi doesn't set it
correctly. It is the

Fix for bug #32263
This adds proto_num to request_info. It is defaulted to HTTP 1.0 (1000)
such that it has a valid value even if the underlying sapi doesn't set it
correctly. It is then used to determine if a 302 or a 303 should be sent
on a Location redirect. Any non GET/HEAD HTTP 1.1 redirect will get a 303
instead of a 302 to be compatible with the HTTP spec.

show more ...

Revision tags: php-5.0.4RC1, php-4.3.11RC1
# 9e939133 12-Mar-2005 Andrey Hristov

FR 32275 - fifth parameter to preg_replace() to count number of replaces
made.
#it would be nice if someone of the doc team documents it. thanks!

# 5e33c04e 05-Mar-2005 Moriyoshi Koizumi

- Fixed bug #32109 ($_POST is not populated in multithreaded environment).

# b19d2890 22-Feb-2005 Moriyoshi Koizumi

- Silly typo.

# 498cce1f 21-Feb-2005 foobar

Nuke unused variables when PCRE is not compiled in

# 42599f81 21-Feb-2005 foobar

Remove the useless TSRM_FETCH calls

# 0d784538 21-Feb-2005 Moriyoshi Koizumi

- Fix bug #28568 (known_post_content_types is not thread safe).
# What is eventually necessiated is entire SAPI redesign, I think.

Revision tags: RELEASE_0_2_4, RELEASE_0_2_3, RELEASE_0_2_2, RELEASE_0_2_1, RELEASE_0_2, php-5.0.3, php-4.3.10, SQLITE_4_3_20041227, php-5.0.3RC2, php-4.3.10RC2, php-5.0.3RC1
# c02b2d2d 28-Nov-2004 Stefan Esser

Fixed: Correctly Initialize fields

Revision tags: php-4.3.10RC1, PRE_NEW_VM_GEN_PATCH
# 216853c0 05-Oct-2004 Andi Gutmans

- Apply realpath() cache patch. We don't use it if we're in safe_mode and
- friends (which are quite slow anyway).
- If it proves to be stable I'll remove the #ifdef's in a few weeks.

Revision tags: php-5.0.2, php-4.3.9, php-5.0.2RC1, php-4.3.9RC3, PRE_ZEND_VM_DISPATCH_PATCH, php-4.3.9RC2
# 2f97097e 19-Aug-2004 Brian France

If you send a post with a content-type header and then the next post without the content-type header, raw_post_data will not be set. This is because SG(request_info).post_entry is set to the first r

If you send a post with a content-type header and then the next post without the content-type header, raw_post_data will not be set. This is because SG(request_info).post_entry is set to the first requests function pointer which makes it follow the wrong code path.

show more ...

Revision tags: php-5.0.1, php-5.0.1RC2, php-4.3.9RC1
# 3166314d 11-Aug-2004 Rasmus Lerdorf

Reset global request_time in sapi_activate. Reset it in sapi_deactivate
too, although I can't see why that would be necessary, but most of the
other sapi globals are reset there as well.

# cad60c37 10-Aug-2004 Rasmus Lerdorf

Add SAPI hook to get the request time if provided by the web server,
otherwise call time(0) on the first call and store it so subsequent
calls will get the same time. Hook support for Apache

Add SAPI hook to get the request time if provided by the web server,
otherwise call time(0) on the first call and store it so subsequent
calls will get the same time. Hook support for Apache1/2 included.

show more ...

Revision tags: php-5.0.1RC1, RELEASE_0_1, php-5.0.0RC4, php-5.0.0, php-4.3.8
# b8c9e836 08-Jun-2004 Ilia Alshanetsky

Fixed bug #28692 (\0 in Authenticate header passed via safe_mode).

Revision tags: php-5.0.0RC3
# ff5b2d27 07-Jun-2004 Ilia Alshanetsky

Fixed bug #28670 (WWW-Authentication header mangling with PCRE in safe_mode
adds extra spaces).

Revision tags: php-5.0.0RC3RC2, php-4.3.7, php-5.0.0RC3RC1
# 7dc95709 25-May-2004 Stefan Esser

break is better

Revision tags: php-4.3.7RC1, RELEASE_0_1_1, php-5.0.0RC2, php-5.0.0RC2RC2, php-4.3.6, php-5.0.0RC2RC1, php-4.3.6RC3, php-4.3.6RC2, php-4.3.6RC1, php-4.3.5
# bca43470 25-Mar-2004 Marcus Boerger

Fixed bug #27687 (Bug Adding Default Charset to 'text/*' Content-Type Header

Revision tags: php-4.3.5RC4, php-5.0.0RC1, php-5.0.0RC1RC2, php-5.0.0RC1RC1
# 09517318 09-Mar-2004 Ilia Alshanetsky

Fixed bug #27530 (broken http auth when safe_mode is on and PCRE is
disabled).

Revision tags: RELEASE_0_2_0, php-4.3.5RC3, php-5.0.0b4, php-5.0.0b4RC1, php-4.3.5RC2, RELEASE_1_3b6, php_ibase_before_split, php-4.3.5RC1
# dbeb4158 08-Jan-2004 Andi Gutmans

- A belated happy holidays and PHP 5

Revision tags: php-5.0.0b3, php-5.0.0b3RC2, php-5.0.0b3RC1
# 750b0338 29-Nov-2003 Derick Rethans

- Fix sapi_input_filter patch. Returning 1 from the filter handler should
make PHP register the variable, returning 0 shouldn't. The new length of
the variables being filtered is now retu

- Fix sapi_input_filter patch. Returning 1 from the filter handler should
make PHP register the variable, returning 0 shouldn't. The new length of
the variables being filtered is now returned in the new_val_len argument
of the function.

show more ...

# 28b6c35d 22-Nov-2003 Stefan Esser

On error do not leave content_type_dup unitialised.

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
# 6f377333 13-Sep-2003 Ard Biesheuvel

Fixed for 64bit archs

# 2fc92e8f 10-Sep-2003 Stefan Roehrich

Fix for bug #23488 zlib.output_compression overrides vary header.
It was already fixed for ob_gzhandler (#24827).

# af8e15b8 28-Aug-2003 Sascha Schumann

kill warnings

Revision tags: php-4.3.3, php-4.3.3RC4
# c60d2a31 11-Aug-2003 Marcus Boerger

Bugfix #25044

Revision tags: RELEASE_0_5_3, php-4.3.3RC3, RELEASE_0_5_2, RELEASE_1_2b5, BEFORE_ARG_INFO, php-4.3.3RC2, php-5.0.0b1, php-4.3.3RC1
# f68c7ff2 10-Jun-2003 James Cox

updating license information in the headers.

12345678910>>...16