diff options
Diffstat (limited to 'devtools/swigwin-1.3.34/Lib/php4/php4init.swg')
| -rw-r--r-- | devtools/swigwin-1.3.34/Lib/php4/php4init.swg | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/devtools/swigwin-1.3.34/Lib/php4/php4init.swg b/devtools/swigwin-1.3.34/Lib/php4/php4init.swg new file mode 100644 index 0000000..b7a0fc9 --- /dev/null +++ b/devtools/swigwin-1.3.34/Lib/php4/php4init.swg @@ -0,0 +1,12 @@ + +/* ------------------------------------------------------------ + * The start of the PHP initialization function + * ------------------------------------------------------------ */ + +%insert(init) "swiginit.swg" + +%init %{ + SWIG_php_minit { + SWIG_InitializeModule(0); +%} + |