It's apache that runs the php script & it must some how know that this is a
script file.. and the way you tell the apache to run the script is by the
extention (.php)
since .html is not an serverside script, apache dont nead to run that before
sending it.
but you can declare that in apache.conf (i
>hi
>I have an extension problem.
>i have wrote this exemple
>#include...
>char* xx(){
>
>return "true";
>
>
>}
>it's a simple example.
>I have compiled it into .SO dynamic library.
>when I try to load it into PHP i get this message
>cannot include .(may be not php extension).
>CAN YOU HEL
2 matches
Mail list logo