Rename php4*.swg to php*.swg.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@10635 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
12a2463f24
commit
3d3bc01a2f
6 changed files with 11 additions and 11 deletions
12
Lib/php/phpinit.swg
Normal file
12
Lib/php/phpinit.swg
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
|
||||
/* ------------------------------------------------------------
|
||||
* The start of the PHP initialization function
|
||||
* ------------------------------------------------------------ */
|
||||
|
||||
%insert(init) "swiginit.swg"
|
||||
|
||||
%init %{
|
||||
SWIG_php_minit {
|
||||
SWIG_InitializeModule(0);
|
||||
%}
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue