Comment 4 for bug 515740

Revision history for this message
Chuck Short (zulcss) wrote : Re: Crash on using unitialized vals and __get/__set

Statement of Impact: PHP in hardy was shipped with a bug that if the user provides code modifying the result of __get (erroneously) and using undefined variables causes code to crash.

http://bugs.php.net/bug.php?id=43201

Addressed:

Fixed in php 5.2.12/5.3 I have backported the patch for hardy.

How to Reproduce: Run the code that was previously provided.

Regression potential: none.