History log of /php-src/main/output.c (Results 226 – 250 of 345)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
Revision tags: RELEASE_0_91, php-4.3.0dev_zend2_alpha3, php-4.2.3, php-4.2.3RC2
# 714c19fe 01-Sep-2002 Sebastian Bergmann

Per discussion on #php.bugs (+1 from at least Derick and Jani), revert double_buffering.

# 8638bb88 25-Aug-2002 Marcus Boerger

Removed __output_handler as everybody seems against such implicit
behaviour. Instead supply error message.

# 6d97e0c3 25-Aug-2002 Marcus Boerger

Use zend_is_callable() instead of php_check_object_method_array() and
drop the latter. THX to Markus Fischer - i did not recognize this function.

@Expanded ob_start() to allow object par

Use zend_is_callable() instead of php_check_object_method_array() and
drop the latter. THX to Markus Fischer - i did not recognize this function.

@Expanded ob_start() to allow object parameters without methodnames and
@use default method __output_handler(). (Marcus)

show more ...

# 08ab630d 25-Aug-2002 Marcus Boerger

Reenable array(object,method) in ob_start()

Revision tags: php-4.2.3RC1
# a6e8e723 23-Aug-2002 Zeev Suraski

Fix ob_gzhandler()'s handling of requests w/o compression but that do have
the Accept-Encoding header

# 28970b92 22-Aug-2002 Marcus Boerger

fix warning

# 5e7a9af0 21-Aug-2002 Marcus Boerger

full decopling of size parameters of ob_start() and internal buffer handlers
#intended behaviour is now fully implemented,

# b98c2638 21-Aug-2002 Marcus Boerger

Ignore double_buffering for ob_start().

# 8e106596 20-Aug-2002 Marcus Boerger

Revert ob_start() defaults to 40K/10K until i find a better solution.

# 2a443b2e 20-Aug-2002 Marcus Boerger

Changed handling of output buffer sizes.
@Added php.ini option "double_buffering" that forces an additional first
@output buffer and improved handling of buffer sizes. (Marcus)

# 8b30aeac 19-Aug-2002 Marcus Boerger

-use of php_error_docref
-some more information in ob_get_status()

# 3ffe4cb1 13-Aug-2002 Rasmus Lerdorf

bool not boolean

# 34362341 13-Aug-2002 Rasmus Lerdorf

Use int, not integer.

# 21903dfc 10-Aug-2002 Marcus Boerger

corrected handling of internal output buffers
minor fixs

# 9c8ba935 09-Aug-2002 Marcus Boerger

Improved handling of output buffers (see news)\n#No trim for the string parameter...

Revision tags: dev
# 6d21c946 05-Aug-2002 Marcus Boerger

Added php_ob_handler_used to check if a specific output handler is used
in c.

# fd26a5c0 05-Aug-2002 Marcus Boerger

-New function ob_list_handlers
@- Added ob_list_handlers() which returns an array of all active output
@ handlers. (marcus)

Revision tags: php-4.2.2, INITIAL_IMPORT_SOURCEFORGE, xmlrpc_epi_0_51_merge_pt, php-4.3.0dev_zend2_alpha2, 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
# 2369533b 12-May-2002 Zeev Suraski

Remove redundant code (thanks to Jani for pointing that out)

Revision tags: php-4.2.1
# 2b5beee5 08-May-2002 Yasuo Ohgaki

Added estrdup() needed.
Fixed typo.

Revision tags: php-4.2.1RC2
# fe127f93 04-May-2002 Zeev Suraski

We shouldn't force Content-length:, but much worse, it's wrong in many
cases (basically, unless you use output buffering to buffer all of your content,
it won't work; output buffering is use

We shouldn't force Content-length:, but much worse, it's wrong in many
cases (basically, unless you use output buffering to buffer all of your content,
it won't work; output buffering is used for lots of different things as a
functional interface, and such buffers have no relation to Content-type at
all).

show more ...

# 707b8b01 04-May-2002 Sascha Schumann

Free string before overwriting it

# 9743860d 04-May-2002 Sascha Schumann

simplify handling of variables by maintaining two strings which
are simply appended instead of traversing the hash table on each
URL/form.

also fix an unconditional segfault in rshut

simplify handling of variables by maintaining two strings which
are simply appended instead of traversing the hash table on each
URL/form.

also fix an unconditional segfault in rshutdown due to efree'ing
a static char *.

remove remove_var, add reset_vars. move the function declarations
into the right header file.

show more ...

# ae828233 04-May-2002 Yasuo Ohgaki

Forgot to dup strings.

# b1b5e422 04-May-2002 Yasuo Ohgaki

Fixed reference to freed zval string value.

# dfc48de0 04-May-2002 Yasuo Ohgaki

Fixed crash when buffer is over written in ob callback. (Bug $ 12227)
Added check current output function check for Centent-Length header.
@ Fixed output buffer crash when buffer is over writ

Fixed crash when buffer is over written in ob callback. (Bug $ 12227)
Added check current output function check for Centent-Length header.
@ Fixed output buffer crash when buffer is over written in callback. (Yasuo)

show more ...

12345678910>>...14