Commit: ad5096c0e3972bd3deef347d29f205e63b7ee886 Author: Ilia Alshanetsky <[email protected]> Thu, 6 Jan 2011 15:34:17 +0000 Parents: eb84855158e9b1048e14196e50dbef426abc9df6 Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=ad5096c0e3972bd3deef347d29f205e63b7ee886 Log: Added a local test case for the bug Changed paths: M releases/5_2_17.php M releases/5_3_5.php Diff: diff --git a/releases/5_2_17.php b/releases/5_2_17.php index 1a19561..a040209 100644 --- a/releases/5_2_17.php +++ b/releases/5_2_17.php @@ -16,8 +16,7 @@ to hang on systems using x87 FPU registers.</p> <p>The problem is known to only affect x86 32-bit PHP processes, regardless of whether the system hosting PHP is 32-bit or 64-bit. You can test -whether your system is affected by running <a -href="http://php.net/~johannes/test_bug53632.php.txt">this script</a> +whether your system is affected by running <a href="/distributions/test_bug53632.txt">this script</a> from command line.</p> <p>All users of PHP are strongly advised to update to these versions diff --git a/releases/5_3_5.php b/releases/5_3_5.php index 9d7814b..3674f9d 100644 --- a/releases/5_3_5.php +++ b/releases/5_3_5.php @@ -16,8 +16,7 @@ to hang on systems using x87 FPU registers.</p> <p>The problem is known to only affect x86 32-bit PHP processes, regardless of whether the system hosting PHP is 32-bit or 64-bit. You can test -whether your system is affected by running <a -href="http://php.net/~johannes/test_bug53632.php.txt">this script</a> +whether your system is affected by running <a href="/distributions/test_bug53632.txt">this script</a> from command line.</p> <p>All users of PHP are strongly advised to update to these versions -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
