Re: [nyphp-talk] dot equal

2013-07-11 Thread Jesse Callaway
so weird and the de rigueur 'whats the error message'? On Jul 11, 2013 6:15 PM, "Nicholas Hart" wrote: > > Hi, > > I am trying to run existing php source on Xen VM using Centos64. I seem > to be having trouble with the dot equal (.=) string operator. Is there > some way to turn this on in

Re: [nyphp-talk] dot equal

2013-07-11 Thread Russ Demarest
Can you post the line where it happens? On Jul 11, 2013, at 6:14 PM, Nicholas Hart wrote: > > Hi, > > I am trying to run existing php source on Xen VM using Centos64. I seem to > be having trouble with the dot equal (.=) string operator. Is there some way > to turn this on in php.ini? I k

[nyphp-talk] dot equal

2013-07-11 Thread Nicholas Hart
Hi, I am trying to run existing php source on Xen VM using Centos64. I seem to be having trouble with the dot equal (.=) string operator. Is there some way to turn this on in php.ini? I keep getting errors in my code right where a string gets appended using this shorthand. If there is no such