* Plenty of thread safety and Win32 work.

* Changed PHP4 to compile as a DLL, both ISAPI and the the CGI run with the same DLL.
* Switched to using the DLL runtime library under Win32.  PHP will NOT work if
  compiled against the static library!
* Removed yesterday's php4libts project (with php4dllts, it's obsolete).

This *does* affect thread-unsafe Windows as well - the thread unsafe CGI is also
dependant on the thread-unsafe DLL.
This commit is contained in:
Zeev Suraski 1999-04-26 14:00:49 +00:00
parent 050cb7cfe3
commit 7942eaf381
32 changed files with 899 additions and 1173 deletions

View file

@ -1752,7 +1752,7 @@ PHP_FUNCTION(register_shutdown_function)
/* }}} */
void php_get_highlight_struct(zend_syntax_highlighter_ini *syntax_highlighter_ini)
ZEND_API void php_get_highlight_struct(zend_syntax_highlighter_ini *syntax_highlighter_ini)
{
syntax_highlighter_ini->highlight_comment = INI_STR("highlight_comment");
syntax_highlighter_ini->highlight_default = INI_STR("highlight_default");