Revision tags: php-4.4.8RC1 |
|
#
80a7bf29 |
| 03-Dec-2007 |
Dmitry Stogov |
Fixed crash because of uninitialized SG(sapi_headers).mimetype
|
Revision tags: RELEASE_1_2_3, php-5.2.5, php-5.2.5RC2, php-5.2.5RC1, BEFORE_IMPORT_OF_MYSQLND_IN_5_3, RELEASE_1_2_2, RELEASE_1_2_4, RELEASE_1_2_1, php-5.2.4, RELEASE_1_5, php-5.2.4RC3, php-5.2.4RC2, php-5.2.4RC1, BEFORE_REAL_IMPORT_OF_MYSQLND, BEFORE_IMPORT_OF_MYSQLND, php-5.2.3, RELEASE_1_4 |
|
#
6e0d6437 |
| 25-May-2007 |
Rasmus Lerdorf |
Slightly cleaner code
|
#
f6bffb69 |
| 25-May-2007 |
Rasmus Lerdorf |
Optimize sapi_get_request_time() slightly making it use the cached time and also checking if there is a server_context before trying to call the request_time sapi hook.
|
Revision tags: php-5.2.3RC1, RELEASE_1_2_0, php-4.4.7, php-5.2.2, php-5.2.2RC2 |
|
#
4bd17132 |
| 25-Apr-2007 |
Dmitry Stogov |
ZTS fix
|
#
41896020 |
| 25-Apr-2007 |
Antony Dovgal |
fix ZTS build
|
#
8464abe2 |
| 25-Apr-2007 |
Dmitry Stogov |
Fixed crashes because of SAPI handlers overrding from inside of dl()-ed extensions
|
#
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
|