Re: [PHP-CVS] cvs: php-src(PHP_5_2) / NEWS /ext/standard file.c

2009-05-19 Thread Antony Dovgal
On 18.05.2009 22:46, Ilia Alshanetsky wrote: iliaa Mon May 18 18:46:07 2009 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/standard file.c /php-src NEWS Log: MFB: Fixed bug #48313 (fgetcsv() does not return null for empty rows) All these

[PHP-CVS] cvs: php-src(PHP_5_2) / NEWS /ext/standard file.c

2009-05-18 Thread Ilia Alshanetsky
iliaa Mon May 18 18:46:07 2009 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/standard file.c /php-srcNEWS Log: MFB: Fixed bug #48313 (fgetcsv() does not return null for empty rows)

[PHP-CVS] cvs: php-src(PHP_5_2) / NEWS /ext/standard file.c streamsfuncs.c /ext/standard/tests/streams bug47997.phpt /main php_streams.h /main/streams cast.c streams.c

2009-04-19 Thread Arnaud Le Blanc
lbarnaudSun Apr 19 14:44:10 2009 UTC Added files: (Branch: PHP_5_2) /php-src/ext/standard/tests/streams bug47997.phpt Modified files: /php-srcNEWS /php-src/ext/standard file.c streamsfuncs.c /php-src/main

[PHP-CVS] cvs: php-src(PHP_5_2) / NEWS /ext/standard file.c flock_compat.h /ext/standard/tests/file userstreams_004.phpt /main/streams userspace.c

2008-11-25 Thread Arnaud Le Blanc
lbarnaudWed Nov 26 04:20:42 2008 UTC Added files: (Branch: PHP_5_2) /php-src/ext/standard/tests/fileuserstreams_004.phpt Modified files: /php-src/ext/standard file.c flock_compat.h /php-src/main/streams userspace.c

[PHP-CVS] cvs: php-src(PHP_5_2) / NEWS /ext/standard file.c /main/streams plain_wrapper.c

2007-11-12 Thread Ilia Alshanetsky
iliaa Mon Nov 12 18:47:46 2007 UTC Modified files: (Branch: PHP_5_2) /php-src/main/streams plain_wrapper.c /php-src/ext/standard file.c /php-srcNEWS Log: Fixed bug #43182 (file_put_contents() LOCK_EX does not work properly on file

[PHP-CVS] cvs: php-src(PHP_5_2) / NEWS /ext/standard file.c

2007-09-02 Thread Ilia Alshanetsky
iliaa Mon Sep 3 02:53:56 2007 UTC Modified files: (Branch: PHP_5_2) /php-srcNEWS /php-src/ext/standard file.c Log: Fixed bug #42468 (Write lock on file_get_contents fails when using a compression stream).

[PHP-CVS] cvs: php-src(PHP_5_2) / NEWS /ext/standard file.c

2007-08-09 Thread Ilia Alshanetsky
iliaa Fri Aug 10 00:36:57 2007 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/standard file.c /php-srcNEWS Log: Fixed bug #42243 (copy() does not ouput an error when the first arg is a dir).

[PHP-CVS] cvs: php-src(PHP_5_2) / NEWS /ext/standard file.c

2007-07-01 Thread Jani Taskinen
sniper Sun Jul 1 21:28:17 2007 UTC Modified files: (Branch: PHP_5_2) /php-srcNEWS /php-src/ext/standard file.c Log: MFH: - Fixed bug #41865 (fputcsv(): 2nd parameter is not optional)

[PHP-CVS] cvs: php-src(PHP_5_2) / NEWS /ext/standard file.c

2007-05-27 Thread Ilia Alshanetsky
iliaa Sun May 27 17:33:39 2007 UTC Modified files: (Branch: PHP_5_2) /php-srcNEWS /php-src/ext/standard file.c Log: Fixed bug #41492 (open_basedir/safe_mode bypass inside realpath()).

[PHP-CVS] cvs: php-src(PHP_5_2) / NEWS /ext/standard file.c

2007-05-18 Thread Antony Dovgal
tony2001Fri May 18 12:06:44 2007 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/standard file.c /php-srcNEWS Log: MFH: fix #41430 (Fatal error with negative values of maxlen parameter of file_get_contents())

[PHP-CVS] cvs: php-src(PHP_5_2) / NEWS /ext/standard file.c

2007-02-23 Thread Antony Dovgal
tony2001Fri Feb 23 16:22:20 2007 UTC Modified files: (Branch: PHP_5_2) /php-srcNEWS /php-src/ext/standard file.c Log: MFH: fix #40606 (umask is not being restored when request is finished)

[PHP-CVS] cvs: php-src(PHP_5_2) / NEWS /ext/standard file.c /ext/standard/tests/file bug39538.phpt

2006-11-22 Thread Pierre-Alain Joye
pajoye Wed Nov 22 12:59:49 2006 UTC Added files: (Branch: PHP_5_2) /php-src/ext/standard/tests/filebug39538.phpt Modified files: /php-srcNEWS /php-src/ext/standard file.c Log: - MFH: #39538, fgetcsv can't handle

[PHP-CVS] cvs: php-src(PHP_5_2) / NEWS /ext/standard file.c

2006-11-14 Thread Ilia Alshanetsky
iliaa Wed Nov 15 00:20:40 2006 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/standard file.c /php-srcNEWS Log: Added missing object support to file_put_contents().