darklight Posted October 9, 2008 Share Posted October 9, 2008 My projects have broke due to syntax change. Are there any guides to PHP 6? Quote Link to comment https://forums.phpfreaks.com/topic/127744-solved-upgraded-to-php6-and-now/ Share on other sites More sharing options...
kenrbnsn Posted October 9, 2008 Share Posted October 9, 2008 PHP 6 is still experimental. I wouldn't use it. Stick with PHP5. Ken Quote Link to comment https://forums.phpfreaks.com/topic/127744-solved-upgraded-to-php6-and-now/#findComment-661105 Share on other sites More sharing options...
darklight Posted October 9, 2008 Author Share Posted October 9, 2008 PHP 6 is still experimental. I wouldn't use it. Stick with PHP5. Ken yes, But I want to start converting to PHP6. Quote Link to comment https://forums.phpfreaks.com/topic/127744-solved-upgraded-to-php6-and-now/#findComment-661109 Share on other sites More sharing options...
PFMaBiSmAd Posted October 9, 2008 Share Posted October 9, 2008 The php syntax has not changed. If you are getting syntax errors it is probably due to something like short open tags being used in your code so that php cannot see all of the code as being php code. If you are experimenting with php6, you would need to post the error message and the code up to and including the line with the error to get any specific help with it. Quote Link to comment https://forums.phpfreaks.com/topic/127744-solved-upgraded-to-php6-and-now/#findComment-661111 Share on other sites More sharing options...
darklight Posted October 10, 2008 Author Share Posted October 10, 2008 The php syntax has not changed. If you are getting syntax errors it is probably due to something like short open tags being used in your code so that php cannot see all of the code as being php code. If you are experimenting with php6, you would need to post the error message and the code up to and including the line with the error to get any specific help with it. There were SOME changes to it, I found a list of changes after about an hour of searching Google >_< I should be able to fix my scripts now. Quote Link to comment https://forums.phpfreaks.com/topic/127744-solved-upgraded-to-php6-and-now/#findComment-662009 Share on other sites More sharing options...
wrathican Posted October 10, 2008 Share Posted October 10, 2008 good idea to post the link here, in case anyone else experiences the same problem. Quote Link to comment https://forums.phpfreaks.com/topic/127744-solved-upgraded-to-php6-and-now/#findComment-662016 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.