Thursday, January 31, 2013

Re: cakephp on XAMPP for windows

since PHP5.4 E_STRICT is included in E_ALL (you would need to explicitly remove it).
That is why your PHP5.2 env does not report any strict errors (there you need to explicitly activate it).


Am Donnerstag, 31. Januar 2013 09:35:26 UTC+1 schrieb roundrightfarm:
So, I've discovered that setting short tags to "on" in ini.php has fixed another problem I was having, but I'm still getting the Strict Standards errors. The local server is running php 5.4, but my cake-app runs live on a server with 5.2 and without generating any Strict Standard errors.   Is it possible that the use of short tags in the code is causing these errors with 5.4?

On Wednesday, January 30, 2013 10:41:36 AM UTC-5, roundrightfarm wrote:
I have a completed app written in 1.3 that I'm trying to make changes
to

On Jan 29, 7:16 pm, benfarhat <benfarhat.el...@gmail.com> wrote:
> Try using the  latest version of Cake
> <https://github.com/cakephp/cakephp/zipball/2.3.0>  .
>
> --
> View this message in context:http://cakephp.1045679.n5.nabble.com/cakephp-on-XAMPP-for-windows-tp5...
> Sent from the CakePHP mailing list archive at Nabble.com.

--
Like Us on FaceBook https://www.facebook.com/CakePHP
Find us on Twitter http://twitter.com/CakePHP
 
---
You received this message because you are subscribed to the Google Groups "CakePHP" group.
To unsubscribe from this group and stop receiving emails from it, send an email to cake-php+unsubscribe@googlegroups.com.
To post to this group, send email to cake-php@googlegroups.com.
Visit this group at http://groups.google.com/group/cake-php?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.
 
 

No comments: