summaryrefslogtreecommitdiff
path: root/Examples/php/pragmas/runme.php
diff options
context:
space:
mode:
authorWilliam S Fulton <wsf@fultondesigns.co.uk>2008-12-06 21:40:54 +0000
committerWilliam S Fulton <wsf@fultondesigns.co.uk>2008-12-06 21:40:54 +0000
commitbcc796f676ef7e871cdc44a096d74f1da92e232d (patch)
tree6ca2ee8be90fe80a2c156252e4a3f4ece334e3c5 /Examples/php/pragmas/runme.php
parentdfd94424bae7a7849e03562d85f977ae962dc514 (diff)
downloadswig-bcc796f676ef7e871cdc44a096d74f1da92e232d.tar.gz
modify build system to use php instead of php4
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@10967 626c5289-ae23-0410-ae9c-e8d60b6d4f22
Diffstat (limited to 'Examples/php/pragmas/runme.php')
-rwxr-xr-xExamples/php/pragmas/runme.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/Examples/php/pragmas/runme.php b/Examples/php/pragmas/runme.php
new file mode 100755
index 000000000..538548b6f
--- /dev/null
+++ b/Examples/php/pragmas/runme.php
@@ -0,0 +1,5 @@
+<?php
+
+require "example.php";
+
+?>