mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
* 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:
parent
050cb7cfe3
commit
7942eaf381
32 changed files with 899 additions and 1173 deletions
|
@ -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");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue