Changeset 1942

Show
Ignore:
Timestamp:
2008-04-22 16:12:48 (3 months ago)
Author:
wwalc
Message:

Fix for #2124: minor compatibility fix Win/PHP 5.2.4 (backward compatibility break in PHP)

Location:
FCKeditor/trunk
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • FCKeditor/trunk/editor/filemanager/connectors/php/io.php

    r1805 r1942  
    155155        } 
    156156        $sRealPath = realpath( './' ) ; 
     157        // #2124 ensure that no slash is at the end 
     158        $sRealPath = trim($sRealPath,"\\/"); 
    157159 
    158160        $sSelfPath = $_SERVER['PHP_SELF'] ; 
  • FCKeditor/trunk/_whatsnew.html

    r1928 r1942  
    5252                <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2039">#2039</a>] Fixed the locking up issue 
    5353                        in the Find/Replace dialog.</li> 
     54                <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2124">#2124</a>] PHP file brower: fixed 
     55                        issue with resolving paths on Windows servers with PHP 5.2.4/5.2.5.</li> 
    5456        </ul> 
    5557        <h3>