Hi all. Here's the situation. I'm getting the following error when I work with a class I'm writing:
Warning: Undefined property: usr_err_msg in c:\phpdev\www\authentication\authentication.inc.php on line 61
Now, I know this is caused by the fact that I'm using error_reporting(E_ALL);, and from a posting at Zend.com I got the following:
"A fix for this issue mentioned in last week’s summary has been made by Andrei Zmievski. It will, of course, be included in the next PHP release, and can be had in a snapshot or from CVS if it is currently affecting your code."
Post can be found here:
http://www.zend.com/zend/week/week76.php#Heading3
It is currently affecting my code, and I'd like to get the fix from CVS, but I have to admit I've never performed an install of PHP (I'm using the pre-fab phpdev on my local machine - Win2K - for development, before moving to a real server) and I have absolutely no clue what to do here to get this fix implemented.
If anyone out there could lend a hand in advising me what should be done to implement the fix it would be GREATLY appreciated.
Thanks in advance,
Pablo