[Tickets #2776] No String to Long Conversion @ posix_getpwuid / posix_getgrgid
bugs@bugs.horde.org
bugs at bugs.horde.org
Fri Oct 14 01:36:42 PDT 2005
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: http://bugs.horde.org/ticket/?id=2776
-----------------------------------------------------------------------
Ticket | 2776
Updated By | c.menssen at web.de
Summary | No String to Long Conversion @ posix_getpwuid / posix_getgrgid
Queue | Gollem
Version | HEAD
State | Feedback
Priority | 1. Low
Type | Bug
Owners |
-----------------------------------------------------------------------
c.menssen at web.de (2005-10-14 01:36) wrote:
I'm using ProFTPD 1.2.10
string(4) "unix" array(9) { [0]=> string(10) "drwxr-xr-x" [1]=> string(1)
"2" [2]=> string(5) "chris" [3]=> string(4) "root" [4]=> string(2) "38"
[5]=> string(3) "Oct" [6]=> string(2) "12" [7]=> string(5) "06:56" [8]=>
string(1) "." }
Warning: posix_getpwuid() expects parameter 1 to be long, string given in
/usr/share/php/VFS/ftp.php on line 471
Warning: posix_getgrgid() expects parameter 1 to be long, string given in
/usr/share/php/VFS/ftp.php on line 476
string(4) "unix" array(9) { [0]=> string(10) "-rw-r--r--" [1]=> string(1)
"1" [2]=> string(5) "chris" [3]=> string(5) "users" [4]=> string(5) "37351"
[5]=> string(3) "Oct" [6]=> string(2) "12" [7]=> string(5) "06:54" [8]=>
string(9) "test.jpg" }
More information about the bugs
mailing list