12.04.2011, 08:36
Quote:
Shadowing: you already have the "y" variable somewhere, so you don't need the "new y;" or whatever u did.
About strval_fix, you are probbably using it before including string.inc. |
Quote:
1) You already have variable 'y' defined within the scope of the declaration. Either give it another name or use the one that is already created if possible.
2) Would need to see the function, and have you tried adding it to your code and not an include to see if that works? Edit: I don't edit the includes that come with the server package, i did once and forgot how many functions i added. Then when i give some code to my freind for his server he could not compile it due to lack of functions. So i never edit them now. I guess its ok, if your not releasing it. Otherwise you would need to distribute the custom include with your script. |
2.I put this in the top of the mode with all other includes:
PHP код:
#include <string>
Any ideas?