From: Joe Z. <jz...@us...> - 2005-05-27 22:32:27
|
Update of /cvsroot/bobs/bobs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7579 Modified Files: BUGS ChangeLog Log Message: Bug fix: Recursive link causes error in backup_create_databases.php. Index: BUGS =================================================================== RCS file: /cvsroot/bobs/bobs/BUGS,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- BUGS 8 May 2003 05:46:50 -0000 1.1 +++ BUGS 27 May 2005 22:32:16 -0000 1.2 @@ -2,6 +2,10 @@ Remove these items as their fixed and put a not in ChangeLog. +- Reported by Joe Zacky 05-26-2005 + Files over 2GB show in the restore menu as 0 bytes with a date of Dec 31, + 1969. This is a bug in PHP not able to stat() files 2GB and over. + - Reported by Joe Zacky 05-04-2003 systemcheck.php reports "I didn't find any backup files" if the httpd user id doesn't have access to the directory being backed up. That means if you Index: ChangeLog =================================================================== RCS file: /cvsroot/bobs/bobs/ChangeLog,v retrieving revision 1.16 retrieving revision 1.17 diff -u -d -r1.16 -r1.17 --- ChangeLog 9 Aug 2004 02:19:45 -0000 1.16 +++ ChangeLog 27 May 2005 22:32:16 -0000 1.17 @@ -3,6 +3,11 @@ Version ? (edit as you go) Joe Zacky ( jz...@us... ) + -- 05-26-2005 + Fix error in backup_create_databases.php when a recursive link is backed up. + It should now treat links to directories as files on the restore menu. + That's a link like this: 'ln -s . linkname'. + I have recursive links on a qmail server for bincimap like this: 'link -s . INBOX' -- 08-08-2004 Fixed several PHP Notices: Undefined variable: result in /var/www/html/bobs/inc/class_backup.php on line 266 |