From 84e3d9e8abf4a1121a515d05858883a34ef92c9d Mon Sep 17 00:00:00 2001 From: Hartmut Holzgraefe Date: Wed, 29 Nov 2000 17:48:56 +0000 Subject: [PATCH] as suggested by sas on php-dev ... git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@36735 c90b9560-bf6c-de11-be94-00142212c4b1 --- functions/info.xml | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/functions/info.xml b/functions/info.xml index f1deb45afd..d3497cccbd 100644 --- a/functions/info.xml +++ b/functions/info.xml @@ -414,10 +414,13 @@ echo "Last modified: ".date ("F d Y H:i:s.", getlastmod()); Returns the current PHP process ID, or false on error. - - Note that when running as a server module, separate invocations - of the script are not guaranteed to have distinct pids. - + + + Process IDs are not unique, thus they are a weak entropy + source. We recommened against relying on pids in + security-dependent contexts. + + See also getmyuid, get_current_user,