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

@ -2,15 +2,15 @@
* See the LICENSE file for information on copyright, usage and redistribution
* of SWIG, and the README file for authors - http://www.swig.org/release.html.
*
* php4.swg
* php.swg
*
* PHP4 configuration file
* PHP configuration file
* ----------------------------------------------------------------------------- */
%runtime "swigrun.swg" // Common C API type-checking code
%runtime "php4run.swg" // Php4 runtime functions
%runtime "phprun.swg" // PHP runtime functions
%include <php4init.swg> // Php4 initialization routine.
%include <phpinit.swg> // PHP initialization routine.
%include <globalvar.i> // Global variables.
%include <const.i>
@ -295,4 +295,4 @@
/* php keywords */
%include <php4kw.swg>
%include <phpkw.swg>

View file

@ -2,7 +2,7 @@
* See the LICENSE file for information on copyright, usage and redistribution
* of SWIG, and the README file for authors - http://www.swig.org/release.html.
*
* php4kw.swg
* phpkw.swg
*
* The 'keywords' in PHP are global, ie, the following names are fine
* when used as class methods.
@ -67,7 +67,7 @@ PHPKW(include_once);
PHPKW(isset);
PHPKW(list);
PHPKW(new);
PHPKW(old_function); /* No longer reserved in PHP5 */
// PHPKW(old_function); /* No longer reserved in PHP5 */
PHPKW(or);
PHPKW(print);
PHPKW(require);

View file

@ -2,9 +2,9 @@
* See the LICENSE file for information on copyright, usage and redistribution
* of SWIG, and the README file for authors - http://www.swig.org/release.html.
*
* php4run.swg
* phprun.swg
*
* PHP4 runtime library
* PHP runtime library
* ----------------------------------------------------------------------------- */
#ifdef __cplusplus