Avoid TSRMLS_FETCH()'s, and clean up a bit of stale extern's and layout on the way

This commit is contained in:
Zeev Suraski 2001-07-30 01:56:43 +00:00
parent b57703825b
commit 1c25b8dd53
72 changed files with 211 additions and 223 deletions

View file

@ -3,8 +3,8 @@
#if WIN32|WINNT
extern PHP_MINIT_FUNCTION(DOTNET);
extern PHP_MSHUTDOWN_FUNCTION(DOTNET);
PHP_MINIT_FUNCTION(DOTNET);
PHP_MSHUTDOWN_FUNCTION(DOTNET);
PHP_FUNCTION(DOTNET_load);
extern zend_module_entry DOTNET_module_entry;