Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | @Fix some warnings when compiling in maintainer-mode (Stig) | Stig Bakken | 1999-12-01 | 1 | -2/+2 | |
| | | | | | | | | | | @Made mysql and gd work as shared extensions again (Stig) - Fixed some warnings in maintainer-mode. - Made mysql and gd work as shared extensions again by defining COMPILE_DL if PIC is defined. # We need a better solution for building .so extensions than this # PIC/COMPILE_DL hack! | |||||
* | moved output.c into ext/standart and made it thread-safe. | Thies C. Arntzen | 1999-10-27 | 1 | -0/+34 | |
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) |