Fix php pragmas example

. is not always in the include_path by default
This commit is contained in:
William S Fulton 2019-04-30 21:34:07 +01:00
commit dbb5fdda01

View file

@ -21,7 +21,7 @@
zend_printf("This was %%rshutdown\n");
}
%pragma(php) include="include.php";
%pragma(php) include="./include.php";
%pragma(php) code="
# This code is inserted into example.php