swig/Lib/php/phpinit.swg
2009-04-11 16:46:47 +00:00

12 lines
274 B
Text

/* ------------------------------------------------------------
* The start of the PHP initialization function
* ------------------------------------------------------------ */
%insert(init) "swiginit.swg"
%init %{
SWIG_php_minit {
SWIG_InitializeModule(0);
%}