History log of /php-src/main/output.c (Results 326 – 345 of 345)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
Revision tags: php-4.0RC2
# f1c268d7 18-Apr-2000 Egon Schmid

Corrected some protos.

# c007a723 18-Apr-2000 Zeev Suraski

Document the ob_*() functions

Revision tags: PHP-4.0-RC1
# 99e0b363 06-Mar-2000 Stig Bakken

@Cleaned up extension namespace (Stig)
Cleaned up extension namespace, and changed ext/standard into one single
extension.

Revision tags: php-4.0b4pl1, php-4.0b4, php-4.0b4_rc1
# 86fa2aad 19-Feb-2000 Zeev Suraski

the pipe is breaking all the time

Revision tags: BEFORE_SAPI_POST_PATCH_17_FEB_2000, BEFORE_SAPIFICATION_FEB_10_2000
# 8055da98 04-Feb-2000 Zeev Suraski

Use the new state functions
@- If header information is sent after output has already been sent, the warning
@ message will now state the filename and line number at which the first output

Use the new state functions
@- If header information is sent after output has already been sent, the warning
@ message will now state the filename and line number at which the first output
@ was made (Zeev)

show more ...

# 4b006cb8 18-Jan-2000 Zeev Suraski

This doesn't seem to be necessary, and causes a leak in case of output_buffering=on

Revision tags: BEFORE_PRE_SHUTDOWN_REVERSE_PATCH
# a0591b32 15-Jan-2000 Zeev Suraski

Fix logic

# b8373994 15-Jan-2000 Sascha Schumann

Initialize flag correctly

# 3f74baed 13-Jan-2000 Zeev Suraski

Woops, forgot to commit the right version of the file...

# 972631be 13-Jan-2000 Zeev Suraski

- Added flush() support to SAPI
- Got rid of the old flush() implemenetation in favour of the new one
- Added implicit_flush() support to the output buffering layer.
@- Added implicit_flu

- Added flush() support to SAPI
- Got rid of the old flush() implemenetation in favour of the new one
- Added implicit_flush() support to the output buffering layer.
@- Added implicit_flush() to control whether flush() should be called
@ implicitly after any output (Zeev)

show more ...

# 43ae2bff 01-Jan-2000 Sascha Schumann

Happy Y2K patch! Happy new year (or the new millennium, depending on whether
you start counting at 0 or 1).

Revision tags: PRE_ISSET_TYPE, PRE_LIBZEND_TO_ZEND
# fb1c77bd 17-Dec-1999 Zeev Suraski

- Made PHP_VERSION and PHP_OS work again
- More php3_ cleanup
@- Restored the PHP_VERSION and PHP_OS constants (Zeev)

# a3c65143 17-Dec-1999 Zeev Suraski

More php3_ annihilation

Revision tags: PRE_RETURN_REF_MERGE, RETURN_REF_BP, PRE_RETURN_REF_PATCH
# dfd0f882 05-Dec-1999 Rasmus Lerdorf

More maintainer-mode cleanups

# 0ab2c375 28-Nov-1999 Andi Gutmans

- Add OLS_C so that we can call php_output_init_globals() with it.

# f0187ef3 26-Nov-1999 Sascha Schumann

Use php_init_output_globals() also in non-ZTS mode

# db0fcc6d 23-Nov-1999 Zeev Suraski

Use the unified notation...

# 53856104 23-Nov-1999 Sam Ruby

errors during startup trap server

# 9820dd09 22-Nov-1999 Zeev Suraski

Fixed a leak when using automatic output buffering
@ Fixed a leak when using automatic output buffering (Zeev)

Revision tags: ZO_B1, ZEND_OPTIMIZER_B1, php-4.0b3, PRE_USED_RETURN_VALUE_PATCH, php-4.0b3_RC5, php-4.0b3_RC4, php-4.0b3_RC3, php-4.0b3_RC2
# ea880d2b 27-Oct-1999 Thies C. Arntzen

moved output.c into ext/standart and made it thread-safe.
moved output-buffering related functions from basic_functions to output.c
Win32 project need to be updated to reflect new position.

moved output.c into ext/standart and made it thread-safe.
moved output-buffering related functions from basic_functions to output.c
Win32 project need to be updated to reflect new position.
# i'm not really happy with this solution, but it seemed the easiest one!
# the whole output code is a bit hard to understand...
@- Output-Buffering system is now Thread-Safe. (Thies)

show more ...

1...<<11121314