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:
Olly Betts 2008-07-03 00:37:38 +00:00
commit 3d3bc01a2f
6 changed files with 11 additions and 11 deletions

View file

@ -291,7 +291,7 @@ public:
Preprocessor_define("SWIGPHP 1", 0);
Preprocessor_define("SWIGPHP5 1", 0);
SWIG_typemap_lang("php4");
SWIG_config_file("php4.swg");
SWIG_config_file("php.swg");
allow_overloading();
}