php5 migration problem
Posted: Mon May 22, 2006 8:11 am
Hi,
i just migrated to php5.1.2 from php-4.3.9 and i reconfigured all closly by the instructions, but when i load my files after this it just said .... nothing. I didnt even get any source code from the browser! It seemed to work somehow because when i wrote faulty syntax on purpuse into the php-code it gave an error notice. But even when i did the most simple thing namly:
it gave no output!
I have now change back to the php4 abd it works but does anybody know what my problem with php5 is?
thanks,
i just migrated to php5.1.2 from php-4.3.9 and i reconfigured all closly by the instructions, but when i load my files after this it just said .... nothing. I didnt even get any source code from the browser! It seemed to work somehow because when i wrote faulty syntax on purpuse into the php-code it gave an error notice. But even when i did the most simple thing namly:
Code: Select all
echo "hello world";I have now change back to the php4 abd it works but does anybody know what my problem with php5 is?
thanks,