search for: checkbug52534

Displaying 1 result from an estimated 1 matches for "checkbug52534".

2012 Jan 04
2
PHP 5 bug?
...ago... https://bugs.php.net/bug.php?id=52534 EL6 ships with php 5.3.3, which was released prior to the bug fix. What are the chances that this fixed bug can be reported/fixed upstream at the prominent North American Linux Vendor? Here's sample code that demonstrates the problem: function CheckBug52534(){ $check = array(1 => 'a', -1 => 'b'); $str = var_export($check, true); $str = "\$a=$str;"; eval($str); if (!isset($a[-1])) return true; } echo (Checkbug52534()) ? "has it" : 'not found'; -- This message has been scanned for...