Commit: b2a807c1d70240731d29659163a0f6e3ff9a02f1 Author: Rasmus Lerdorf <[email protected]> Thu, 6 Jan 2011 22:25:26 +0000 Parents: c9cfdf1697de4db6fd39c741a717912f105ef090 Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=b2a807c1d70240731d29659163a0f6e3ff9a02f1 Log: "the" command line Changed paths: M archive/entries/2011-01-06-1.xml M releases/5_2_17.php M releases/5_3_5.php Diff: diff --git a/archive/entries/2011-01-06-1.xml b/archive/entries/2011-01-06-1.xml index bfae07a..c513570 100644 --- a/archive/entries/2011-01-06-1.xml +++ b/archive/entries/2011-01-06-1.xml @@ -22,7 +22,7 @@ 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="/distributions/test_bug53632.txt">this script</a> - from command line. + from the command line. </p> <p> All users of PHP are strongly advised to update to these versions diff --git a/releases/5_2_17.php b/releases/5_2_17.php index a040209..4dd17c2 100644 --- a/releases/5_2_17.php +++ b/releases/5_2_17.php @@ -17,7 +17,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="/distributions/test_bug53632.txt">this script</a> -from command line.</p> +from the command line.</p> <p>All users of PHP are strongly advised to update to these versions immediately.</p> diff --git a/releases/5_3_5.php b/releases/5_3_5.php index 3674f9d..fd66e55 100644 --- a/releases/5_3_5.php +++ b/releases/5_3_5.php @@ -17,7 +17,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="/distributions/test_bug53632.txt">this script</a> -from command line.</p> +from the command line.</p> <p>All users of PHP are strongly advised to update to these versions immediately.</p> -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
