Bug #21498
closedUpdate required tables COMPARE does not work in 4.2.10 with PHP 5.1.2
0%
Description
During update from a previos version, when I click "compare", it does not work and jump to the "about".
I get this error with:
Suse Linux 10.1
Apache: 2.2.3
PHP_VERSION : 5.1.2
MySQL: 5.0.26
When I try the test (test-foreach-reference-bug.php) with the patch 11876, I get following result:
orig: array(2) { [0]=> string(1) "a" [1]=> string(1) "b" }
copy: array(2) { [0]=> &string(1) "X" [1]=> string(1) "b" }
orig (should be the same as the orig): array(2) { [0]=> &string(1) "X" [1]=> string(1) "b" }
The test result is the same when I apply the bug-fix in the function in the test-Script.
When I make the same installation at an another Server (Suse Linux 10.3, Apache: 2.2.4, PHP_VERSION: 5.2.6, MySQL: 5.0.45), it works fine.
See ID 0012342 and 0011876
The Patch 11876 (12342) does not work with PHP 5.1.2
(issue imported from #M12510)