History log of /PHP-5.3/main/SAPI.c (Results 126 – 150 of 252)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 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


# bc42c375 31-Jul-2001 Zeev Suraski

More TSRMLS_FETCH work. Got it under 400 now.


# d76cf1da 31-Jul-2001 Zeev Suraski

More TSRMLS_FETCH work


# d87cc976 28-Jul-2001 Zeev Suraski

Redesigned thread safety mechanism - nua nua


# fe6f8712 27-Jul-2001 Zeev Suraski

- Get rid of ELS_*(), and use TSRMLS_*() instead.
- Move to the new ts_allocate_id() API
This patch is *bound* to break some files, as I must have had typos somewhere.
If you use any unco

- Get rid of ELS_*(), and use TSRMLS_*() instead.
- Move to the new ts_allocate_id() API
This patch is *bound* to break some files, as I must have had typos somewhere.
If you use any uncommon extension, please try to build it...

show more ...


Revision tags: PRE_TSRM_MERGE_PATCH
# 536a5335 24-Jul-2001 Zeev Suraski

Get rid of the redundant global startup code


# 9bc97ac8 17-Jul-2001 Rasmus Lerdorf

Add always_populate_raw_post_data ini directive and default it to 0 to
maintain current behaviour. If this is turned on then $HTTP_RAW_POST_DATA
is always populated with a copy of the raw po

Add always_populate_raw_post_data ini directive and default it to 0 to
maintain current behaviour. If this is turned on then $HTTP_RAW_POST_DATA
is always populated with a copy of the raw post data.
@ - Add config option (always_populate_raw_post_data) which when enabled
@ will always populate $HTTP_RAW_POST_DATA regardless of the post mime
@ type (Rasmus)

show more ...


Revision tags: PRE_GRANULAR_GARBAGE_FIX, php-4.0.6, php-4.0.6RC4, php-4.0.6RC3
# 81e2cf03 06-Jun-2001 Rasmus Lerdorf

Fix folding and clean up some extensions


# 25c3a3a3 05-Jun-2001 Rasmus Lerdorf

vim-6 does folding - clean up a bunch of missing folding tags plus
some misguided RINIT and RSHUTDOWN calls in a few fringe extensions


Revision tags: php-4.0.6RC2, php-4.0.6RC1, php-4.0.5
# 4c823e8a 30-Apr-2001 Andi Gutmans

- Change macros from V_ to VCWD_ because of AIX name clash


# 1b279d34 27-Apr-2001 Daniel Beulshausen

get rid of MS's _popen/_pclose


1234567891011