problem with xampp and PHP -
i have 1 pc , 1 notebook, have been working on project php long time , working in notebook today transported pc , when started it, showed lot of errors , notices!
notice: undefined variable: .......
error: strict standards: non-static method ....... should not called statically, assuming $this incompatible context in .....
the xampp version use in pc is: 1.7.4 , php version 5.3.5 xampp version use in notebook is: 1.7.3 , php version 5.3.1
any suggestions? thank time , help.
it's difference in php settings this.
the error level pc e_all, whereas error level laptop e_all & ~e_notice.
Comments
Post a Comment