[TYPO3-english] question about php file size
    Mark Johnston 
    question.mark at comcast.net
       
    Sat Jun 16 16:55:04 CEST 2012
    
    
  
Tom [typostudy at gmail.com] wrote: 
  > But after I removed the code, the php file size changed to 3.74 KB (3,835 
 > bytes), how could this be? Supposed the size should be smaller, right? 
Tom, 
It's likely that the text editor you used changed the Unix style line endings (LF only) to MS-DOS/Windows style (CR+LF).  You may be able to avoid that as a configuration in your text editor, or by using a different text editor.  Also, if  you upload the file back to the server using sftp/ftp ASCII mode, the line endings  should  be converted automatically to the style expected by the server . 
   Best, 
   --Mark 
    
    
More information about the TYPO3-english
mailing list