[PHP-CVS] cvs: php-src /ext/standard file.c

2008-02-09 Thread Felipe Pena
felipe Sun Feb 10 04:09:12 2008 UTC Modified files: /php-src/ext/standard file.c Log: Fixed Bug #42229 (fgetcsv() behaves differently for a file containing '\n' with php5 and php6) http://cvs.php.net/viewvc.cgi/php-src/ext/standard/file.c?r1=1.509&r2=

[PHP-CVS] cvs: php-src /ext/standard/tests/file bug42229.phpt

2008-02-09 Thread Felipe Pena
felipe Sun Feb 10 03:55:40 2008 UTC Added files: /php-src/ext/standard/tests/filebug42229.phpt Log: New test http://cvs.php.net/viewvc.cgi/php-src/ext/standard/tests/file/bug42229.phpt?view=markup&rev=1.1 Index: php-src/ext/standard/tests/file/bug42229.

[PHP-CVS] cvs: php-src /ext/standard file.c

2008-02-09 Thread Felipe Pena
felipe Sun Feb 10 02:13:37 2008 UTC Modified files: /php-src/ext/standard file.c Log: Fixed Bug #42163 (fgetcsv() gives different output with and without Unicode) http://cvs.php.net/viewvc.cgi/php-src/ext/standard/file.c?r1=1.508&r2=1.509&diff_forma

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/ldap ldap.c

2008-02-09 Thread Johannes Schlüter
johannesSat Feb 9 21:59:17 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/ldap ldap.c Log: MFH: Fix build on Solaris http://cvs.php.net/viewvc.cgi/php-src/ext/ldap/ldap.c?r1=1.161.2.3.2.11.2.4&r2=1.161.2.3.2.11.2.5&diff_format=u Index: php-

[PHP-CVS] cvs: php-src /ext/ldap ldap.c

2008-02-09 Thread Johannes Schlüter
johannesSat Feb 9 21:58:39 2008 UTC Modified files: /php-src/ext/ldap ldap.c Log: Fix build on Solaris http://cvs.php.net/viewvc.cgi/php-src/ext/ldap/ldap.c?r1=1.179&r2=1.180&diff_format=u Index: php-src/ext/ldap/ldap.c diff -u php-src/ext/ldap/lda

[PHP-CVS] cvs: php-src /ext/standard file.c

2008-02-09 Thread Felipe Pena
felipe Sat Feb 9 19:46:49 2008 UTC Modified files: /php-src/ext/standard file.c Log: Fixed bugs: - #42036 fgetc() sets end of the file flag when reading on write only file - #42037 fgetc() retuns one char when fails to read on php6 http

[PHP-CVS] cvs: php-src /ext/standard/tests/strings bug44075.phpt

2008-02-09 Thread Felipe Pena
felipe Sat Feb 9 18:12:46 2008 UTC Added files: /php-src/ext/standard/tests/strings bug44075.phpt Log: New test for strtok http://cvs.php.net/viewvc.cgi/php-src/ext/standard/tests/strings/bug44075.phpt?view=markup&rev=1.1 Index: php-src/ext/standard/tests/