ID: 21689 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Open +Status: Bogus Bug Type: Filesystem function related Operating System: OS/2 PHP Version: 4.2.3 New Comment:
Thank you for taking the time to report a problem with PHP. Unfortunately you are not using a current version of PHP -- the problem might already be fixed. Please download a new PHP version from http://www.php.net/downloads.php If you are able to reproduce the bug with one of the latest versions of PHP, please change the PHP version on this bug report to the version you tested and change the status back to "Open". Again, thank you for your continued support of PHP. Previous Comments: ------------------------------------------------------------------------ [2003-01-16 10:41:56] [EMAIL PROTECTED] fgetcsv suppresses some characters before a separator [OS/2 kheldar 1 2.45 i386, PHP Version 4.2.3, Apache/1.3.22] For example if the csv file has following content: גאר|גור|גארו|אר|ר|רר the comand $date = fgetcsv($f, 1000, "|"); gets the array('גא','גו','גארו','א','',''). instead of array('גאר','גור','גארו','אר','ר','רר'). Is installed, that Example works correctly with: 1.FreeBSD 4.1, PHP Version 4.1.2, Apache/1.3.19 2.Windows 98 4.10, PHP Version 4.1.1, Apache/1.3.6 ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=21689&edit=1