History log of /PHP-7.4/main/SAPI.c (Results 151 – 175 of 369)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# e1814f0d 16-Apr-2007 Dmitry Stogov

WIN64 support


Revision tags: RELEASE_1_1_0, php-4.4.7RC1, php-5.2.2RC1, RELEASE_1_0_1, php-4.4.6
# efad70c2 27-Feb-2007 Ilia Alshanetsky

snprintf() -> slprintf()


# 50ea2676 24-Feb-2007 Marcus Boerger

- Avoid sprintf, even when checked copy'n'paste or changes lead to errors


Revision tags: php-4.4.6RC1, php-4.4.5, php-5.2.1, RELEASE_1_0_0RC1, php-4.4.5RC2, php-5.2.1RC4, php-5.2.1RC3, php-4.4.5RC1, php-5.2.1RC2
# 4223aa4d 01-Jan-2007 Sebastian Bergmann

MFH: Bump year.


# 96489b41 31-Dec-2006 Ilia Alshanetsky

Fixed bug #39984 (redirect response code in header() could be ignored in
CGI sapi).


# b019cd99 21-Dec-2006 Antony Dovgal

MFH


# 908b1e56 18-Dec-2006 Antony Dovgal

MFH: fix possible invalid read (reproducible only on big-endian machines)


# 9219d7aa 18-Dec-2006 Zeev Suraski

Whitespace


Revision tags: php-5.2.1RC1, php-5.2.0, php-5.2.0RC6, php-5.2.0RC5
# 7d14dad0 19-Sep-2006 Dmitry Stogov

MFH: Fixed mess with CGI/CLI -d command line option (now it works with cgi; constants are working exactly like in php.ini; with FastCGI -d affects all requests).


Revision tags: php-5.2.0RC4, php-5.2.0RC3, php-5.1.6, php-5.2.0RC2, php-5.1.5, php-4.4.4, php-4.4.4RC1, php-5.1.5RC1, php-4.4.3, php-5.2.0RC1, php-4.4.3RC2, BEFORE_NEW_OUTPUT_API, php-4.4.3RC1
# 4df7ab40 10-May-2006 Rasmus Lerdorf

Add input_filter hook call in getenv()


Revision tags: php-5.1.4, RELEASE_1_0_3, php-5.1.3, php-5.1.2, RELEASE_1_3, php-5.1.3RC3, php-5.1.3RC2, php-5.1.3RC1, RELEASE_1_2, RELEASE_0_9_4, RELEASE_1_0_4, php-4.4.2, php-5.1.2RC2, php-4.4.2RC2
# 5bd93221 01-Jan-2006 foobar

bump year and license version


# c5b95528 30-Dec-2005 foobar

MFH: typofix


Revision tags: php-5.1.2RC1, RELEASE_1_1_1, RELEASE_1_1, RELEASE_1_0
# f2415625 06-Dec-2005 Ilia Alshanetsky

MFH: Prevent header injection by limiting each header to a single line.


Revision tags: RELEASE_2_0_2, php-5.1.1, php-5.1.0, php-4.4.2RC1, RELEASE_0_9_3, php-5.1.0RC6, php-5.1.0RC5, RELEASE_2_0_1
# 261eabbd 06-Nov-2005 foobar

MFH


# 496fd1c0 02-Nov-2005 Michael Wallner

- sapi_header_op(SAPI_HEADER_(REPLACE|ADD), {NULL, 0, 0}) caused HTTP response splitting
- sapi_send_headers() already takes care of default_content_type (left over of fix for bug #29983)


# 435b820f 01-Nov-2005 Ilia Alshanetsky

Fixed minor memory leak triggered by: -dzlib.output_compression=1 -m


Revision tags: RELEASE_1_0RC2, php-4.4.1, php-5.1.0RC4, RELEASE_0_9_2, RELEASE_0_9_1
# 382bc9d0 19-Oct-2005 Ilia Alshanetsky

MFH: Fixed bug #29983 (PHP does not explicitly set mime type & charset).


Revision tags: php-5.1.0RC3, php-5.1.0RC2, php-4.4.1RC1, RELEASE_0_9_0, RELEASE_1_0RC1, PRE_NEW_OCI8_EXTENSION, php-5.1.0RC2_PRE, php-5.0.5, php-5.0.5RC2, php-5.0.5RC1, php-5.1.0RC1, BEFORE_UNICODE_MERGE, RELEASE_2_0_0
# 23e671a5 03-Aug-2005 foobar

- Bumber up year


Revision tags: RELEASE_0_9, php-5.1.0b3
# 0131b2b0 12-Jul-2005 Ilia Alshanetsky

Fixed double-free in the digest authentication handling.

# Found and Reported by Stefan Esser


Revision tags: php-4.4.0, php-4.4.0RC2, php-5.1.0b2, php-4.4.0RC1, php-5.1.0b1, php-5.0.1b1, RELEASE_0_3
# 8235a70e 04-Apr-2005 Rui Hirokawa

added a server variable PHP_AUTH_DIGEST to support HTTP Digest Authentication.


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


12345678910>>...15