remove last vestiges of php4 and encourage use of -php rather than -php5

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@10969 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
William S Fulton 2008-12-06 23:15:20 +00:00
commit 06b2eca75e
14 changed files with 42 additions and 35 deletions

View file

@ -21,11 +21,11 @@
zend_printf("This was %%rshutdown\n");
}
%pragma(php4) include="include.php";
%pragma(php) include="include.php";
%pragma(php4) code="
%pragma(php) code="
# This code is inserted into example.php
echo \"this was php4 code\\n\";
echo \"this was php code\\n\";
"
%pragma(php4) phpinfo="php_info_print_table_start();"
%pragma(php) phpinfo="php_info_print_table_start();"