Fix php pragmas example
. is not always in the include_path by default
This commit is contained in:
parent
5d976b0ebe
commit
dbb5fdda01
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue