diff options
Diffstat (limited to 'bindings/swig/php/Sword.php')
-rw-r--r-- | bindings/swig/php/Sword.php | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/bindings/swig/php/Sword.php b/bindings/swig/php/Sword.php new file mode 100644 index 0000000..c7fdc23 --- /dev/null +++ b/bindings/swig/php/Sword.php @@ -0,0 +1,24 @@ +<?php + +/* ---------------------------------------------------------------------------- + * This file was automatically generated by SWIG (http://www.swig.org). + * Version 1.3.15u-20021007-2154 + * + * This file is not intended to be easily readable and contains a number of + * coding conventions designed to improve portability and efficiency. Do not make + * changes to this file unless you know what you are doing--modify the SWIG + * interface file instead. + * ----------------------------------------------------------------------------- */ + +global $SWORD_LOADED__; +if ($SWORD_LOADED__) return; +$SWORD_LOADED__ = true; + +/* if our extension has not been loaded, do what we can */ +if (!extension_loaded("php_Sword")) { + if (!dl("php_Sword.so")) return; +} + + + +?> |