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

2008-02-05 Thread Felipe Pena
felipe Wed Feb 6 02:56:49 2008 UTC Modified files: /php-src/ext/standard file.c Log: Fixed bug #42167 (fgetcsv gives different output on php6 compared to php5), #42219 (length argument of fgetcsv() is not effective/working in PHP6) http://cvs.php.net/vi

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/standard/tests/general_functions callbacks_001.phpt

2008-02-05 Thread Marcus Boerger
helly Tue Feb 5 19:08:42 2008 UTC Added files: (Branch: PHP_5_3) /php-src/ext/standard/tests/general_functions callbacks_001.phpt Log: - MFH Add new test http://cvs.php.net/viewvc.cgi/php-src/ext/standard/tests/general_functions/callbacks_001.phpt?vi

[PHP-CVS] cvs: php-src /ext/standard/tests/general_functions callbacks_001.phpt

2008-02-05 Thread Marcus Boerger
helly Tue Feb 5 18:56:40 2008 UTC Added files: /php-src/ext/standard/tests/general_functions callbacks_001.phpt Log: - Add new test http://cvs.php.net/viewvc.cgi/php-src/ext/standard/tests/general_functions/callbacks_001.phpt?view=markup&rev=1.1 Ind

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

2008-02-05 Thread Ilia Alshanetsky
iliaa Tue Feb 5 16:02:24 2008 UTC Modified files: /php-src/ext/standard array.c Log: MFB: Fixed bug #44046 (crash inside array_slice() function with an invalid by-ref offset). http://cvs.php.net/viewvc.cgi/php-src/ext/standard/array.c?r1=1.440&r2=1

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

2008-02-05 Thread Ilia Alshanetsky
iliaa Tue Feb 5 16:01:22 2008 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/standard array.c /php-srcNEWS Log: MFB: Fixed bug #44046 (crash inside array_slice() function with an invalid by-ref offset). http://cvs.php.net/viewvc.cgi/php

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

2008-02-05 Thread Ilia Alshanetsky
iliaa Tue Feb 5 15:58:28 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/standard array.c Log: Fixed bug #44046 (crash inside array_slice() function with an invalid by-ref offset). http://cvs.php.net/viewvc.cgi/php-src/ext/standard/array.

Re: [PHP-CVS] cvs: php-src(PHP_5_3) /ext/standard/tests/array arsort_variation3.phpt

2008-02-05 Thread Antony Dovgal
On 05.02.2008 14:19, Robert Nicholson wrote: > nicholsr Tue Feb 5 11:19:17 2008 UTC > > Modified files: (Branch: PHP_5_3) > /php-src/ext/standard/tests/array arsort_variation3.phpt > Log: > - fix arsort_variation3.phpt which was missing its EXPECT section It

[PHP-CVS] cvs: php-src /ext/standard/tests/array arsort_variation3.phpt

2008-02-05 Thread Robert Nicholson
nicholsrTue Feb 5 11:20:28 2008 UTC Modified files: /php-src/ext/standard/tests/array arsort_variation3.phpt Log: - fix arsort_variation3.phpt which was missing its EXPECT section http://cvs.php.net/viewvc.cgi/php-src/ext/standard/tests/array/arsort_v

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/standard/tests/array arsort_variation3.phpt

2008-02-05 Thread Robert Nicholson
nicholsrTue Feb 5 11:19:17 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/standard/tests/array arsort_variation3.phpt Log: - fix arsort_variation3.phpt which was missing its EXPECT section http://cvs.php.net/viewvc.cgi/php-src/ext/standard/tes

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/standard/tests/array arsort_variation3.phpt

2008-02-05 Thread Robert Nicholson
nicholsrTue Feb 5 11:18:00 2008 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/standard/tests/array arsort_variation3.phpt Log: - fix arsort_variation3.phpt which was missing its EXPECT section http://cvs.php.net/viewvc.cgi/php-src/ext/standard/tes

Re: [PHP-CVS] cvs: php-src(PHP_5_3) /ext/standard/tests/array arsort_error.phpt arsort_variation1.phpt arsort_variation10.phpt arsort_variation11.phpt arsort_variation2.phpt arsort_variation3.phpt ars

2008-02-05 Thread Hannes Magnusson
arsort_variation3.phpt is missing expected output... -Hannes On Feb 4, 2008 1:05 AM, Robert Nicholson <[EMAIL PROTECTED]> wrote: > nicholsrMon Feb 4 00:05:24 2008 UTC > > Added files: (Branch: PHP_5_3) > /php-src/ext/standard/tests/array arsort_variation5