Commit:    ff8be9845f14a8156e7551033c2e98dad459f6fd
Author:    reeze <reeze....@gmail.com>         Sat, 31 Mar 2012 01:04:38 +0800
Committer: David Soria Parra <d...@php.net>      Sat, 31 Mar 2012 09:34:08 +0200
Parents:   132d7113ead1cd7e8506075fb5528cdfac09b304
Branches:  PHP-5.3 PHP-5.4 master

Link:       
http://git.php.net/?p=php-src.git;a=commitdiff;h=ff8be9845f14a8156e7551033c2e98dad459f6fd

Log:
Cleanup Safe Mode related comment in SG(request_info)

Changed paths:
  M  main/SAPI.h


Diff:
ff8be9845f14a8156e7551033c2e98dad459f6fd
diff --git a/main/SAPI.h b/main/SAPI.h
index 61449f9..9a063d3 100644
--- a/main/SAPI.h
+++ b/main/SAPI.h
@@ -105,7 +105,6 @@ typedef struct {
        /* this is necessary for the CGI SAPI module */
        char *argv0;
 
-       /* this is necessary for Safe Mode */
        char *current_user;
        int current_user_length;


--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to