mirror of
https://github.com/php/php-src.git
synced 2025-08-18 23:18:56 +02:00
Avoid TSRMLS_FETCH()'s, and clean up a bit of stale extern's and layout on the way
This commit is contained in:
parent
b57703825b
commit
1c25b8dd53
72 changed files with 211 additions and 223 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue