]> granicus.if.org Git - php/commit
moved output.c into ext/standart and made it thread-safe.
authorThies C. Arntzen <thies@php.net>
Wed, 27 Oct 1999 18:30:41 +0000 (18:30 +0000)
committerThies C. Arntzen <thies@php.net>
Wed, 27 Oct 1999 18:30:41 +0000 (18:30 +0000)
commitea880d2b86729f8dc68c5cb4d7572463d089d9b1
tree9ca5eb989986c52c6aa6ac5c75c93d2790d902a3
parentc171eecd7aea11c22a8d7b111fc6b8a34b243216
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)
12 files changed:
Makefile.am
ext/standard/Makefile.am
ext/standard/basic_functions.c
ext/standard/basic_functions.h
ext/standard/output.c [new file with mode: 0644]
ext/standard/php_output.h [moved from output.h with 77% similarity]
main/internal_functions.c.in
main/internal_functions_win32.c
main/output.c [new file with mode: 0644]
main/php.h
main/php_output.h [new file with mode: 0644]
output.c [deleted file]