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

2009-05-25 Thread Ilia Alshanetsky
iliaa Mon May 25 13:02:55 2009 UTC Modified files: /php-src/ext/standard file.c Log: MFB: Fixed bug #48313 (fgetcsv() return empty string rather then NULL for empty rows)

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

2009-05-20 Thread Jani Taskinen
janiThu May 21 01:39:49 2009 UTC Modified files: /php-src/ext/standard file.c Log: ws http://cvs.php.net/viewvc.cgi/php-src/ext/standard/file.c?r1=1.545r2=1.546diff_format=u Index: php-src/ext/standard/file.c diff -u php-src/ext/standard/file.c:1.545

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

2009-05-08 Thread Arnaud Le Blanc
lbarnaudFri May 8 09:50:11 2009 UTC Modified files: /php-src/ext/standard file.c /php-src/ext/standard/tests/filebug44034.phpt Log: MFB5.3 fix for bug #44034 (FILE_IGNORE_NEW_LINES in file() does not work as expected when lines end in

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

2009-05-08 Thread Arnaud Le Blanc
lbarnaudFri May 8 10:00:09 2009 UTC Modified files: /php-src/ext/standard file.c Log: Missing check http://cvs.php.net/viewvc.cgi/php-src/ext/standard/file.c?r1=1.543r2=1.544diff_format=u Index: php-src/ext/standard/file.c diff -u

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

2009-05-08 Thread Arnaud Le Blanc
lbarnaudFri May 8 10:01:40 2009 UTC Added files: /php-src/ext/standard/tests/filefile_variation10.phpt Modified files: /php-src/ext/standard file.c Log: Fix default behavior of file() (FILE_TEXT flag is the default)

[PHP-CVS] cvs: php-src /ext/standard file.c streamsfuncs.c /main php_streams.h /main/streams cast.c streams.c

2009-04-19 Thread Arnaud Le Blanc
lbarnaudSun Apr 19 13:50:25 2009 UTC Modified files: /php-src/ext/standard file.c streamsfuncs.c /php-src/main php_streams.h /php-src/main/streams cast.c streams.c Log: MFB5.3: Fixed bug #47997 (stream_copy_to_stream returns 1

[PHP-CVS] cvs: php-src /ext/standard file.c streamsfuncs.c /main php_streams.h /main/streams cast.c streams.c

2009-04-19 Thread Arnaud Le Blanc
lbarnaudSun Apr 19 17:09:47 2009 UTC Modified files: /php-src/ext/standard file.c streamsfuncs.c /php-src/main php_streams.h /php-src/main/streams cast.c streams.c Log: Better fix for #47997

[PHP-CVS] cvs: php-src /ext/standard file.c /ext/standard/tests/file fnmatch_basic.phpt fnmatch_error.phpt fnmatch_variation.phpt

2009-01-19 Thread Pierre-Alain Joye
pajoye Tue Jan 20 01:41:19 2009 UTC Modified files: /php-src/ext/standard file.c /php-src/ext/standard/tests/filefnmatch_basic.phpt fnmatch_error.phpt

[PHP-CVS] cvs: php-src /ext/standard file.c ftp_fopen_wrapper.c mail.c php_string.h string.c

2009-01-09 Thread Antony Dovgal
tony2001Fri Jan 9 18:23:45 2009 UTC Modified files: /php-src/ext/standard file.c ftp_fopen_wrapper.c mail.c string.c php_string.h Log: change functions to be consistent between branches

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

2009-01-09 Thread Antony Dovgal
tony2001Fri Jan 9 22:50:45 2009 UTC Modified files: /php-src/ext/standard file.c Log: use temp var instead of wrong typecast http://cvs.php.net/viewvc.cgi/php-src/ext/standard/file.c?r1=1.536r2=1.537diff_format=u Index:

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

2008-12-19 Thread Etienne Kneuss
colder Sat Dec 20 00:51:00 2008 UTC Modified files: /php-src/ext/standard file.c Log: Fix #46636 (segfault in SplFileinfo::fgetcsv()) http://cvs.php.net/viewvc.cgi/php-src/ext/standard/file.c?r1=1.533r2=1.534diff_format=u Index:

[PHP-CVS] cvs: php-src /ext/standard file.c /ext/standard/tests/file mkdir_rmdir_variation2.phpt mkdir_variation1-win32.phpt mkdir_variation1.phpt mkdir_variation5.phpt

2008-12-12 Thread Hannes Magnusson
bjori Fri Dec 12 12:40:59 2008 UTC Modified files: /php-src/ext/standard file.c /php-src/ext/standard/tests/filemkdir_variation1.phpt mkdir_variation1-win32.phpt

[PHP-CVS] cvs: php-src /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:18:24 2008 UTC Added files: /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 Log: Fixed

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

2008-11-10 Thread Arnaud Le Blanc
lbarnaudTue Nov 11 00:40:05 2008 UTC Added files: /php-src/ext/standard/tests/filebug45585.phpt Modified files: /php-src/ext/standard file.c Log: Fixed bug #45585 (fread() return value for EOF inconsistent between PHP 5

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

2008-09-14 Thread Arnaud Le Blanc
lbarnaudSun Sep 14 14:55:50 2008 UTC Modified files: /php-src/ext/standard file.c Log: Fix leak in fgetc() http://cvs.php.net/viewvc.cgi/php-src/ext/standard/file.c?r1=1.528r2=1.529diff_format=u Index: php-src/ext/standard/file.c diff -u

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

2008-09-12 Thread Antony Dovgal
tony2001Fri Sep 12 10:30:18 2008 UTC Modified files: /php-src/ext/standard file.c Log: fix typo test before commit! http://cvs.php.net/viewvc.cgi/php-src/ext/standard/file.c?r1=1.527r2=1.528diff_format=u Index: php-src/ext/standard/file.c

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

2008-09-11 Thread Felipe Pena
felipe Fri Sep 12 01:10:57 2008 UTC Added files: /php-src/ext/standard/tests/filefputcsv_002.phpt Modified files: /php-src/ext/standard file.c Log: - Fixed unexpected zval changes

[PHP-CVS] cvs: php-src /ext/standard file.c /ext/standard/tests/file 007_error.phpt fflush_error.phpt fgetc_error.phpt fgetss_error.phpt fseek_ftell_rewind_error1.phpt fseek_ftell_rewind_error2.phpt

2008-08-12 Thread Felipe Pena
felipe Tue Aug 12 19:38:05 2008 UTC Modified files: /php-src/ext/standard file.c /php-src/ext/standard/tests/file007_error.phpt fflush_error.phpt fgetc_error.phpt fgetss_error.phpt

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

2008-08-11 Thread Pierre-Alain Joye
pajoye Mon Aug 11 13:09:01 2008 UTC Removed files: /php-src/ext/standard/tests/filecopy_variation4-win32.phpt Modified files: /php-src/ext/standard file.c /php-src/ext/standard/tests/filecopy_variation4.phpt Log: - [DOC]

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

2008-08-11 Thread Pierre-Alain Joye
pajoye Mon Aug 11 13:14:02 2008 UTC Modified files: /php-src/ext/standard file.c Log: - removed commented code http://cvs.php.net/viewvc.cgi/php-src/ext/standard/file.c?r1=1.523r2=1.524diff_format=u Index: php-src/ext/standard/file.c diff -u

[PHP-CVS] cvs: php-src /ext/standard file.c fsock.c proc_open.c streamsfuncs.c /ext/standard/tests/file fscanf_variation10.phpt fscanf_variation16.phpt fscanf_variation22.phpt fscanf_variation29.phpt

2008-07-22 Thread Felipe Pena
felipe Tue Jul 22 14:06:17 2008 UTC Modified files: /php-src/ext/standard file.c fsock.c proc_open.c streamsfuncs.c /php-src/ext/standard/tests/filefscanf_variation10.phpt fscanf_variation16.phpt

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

2008-05-28 Thread Felipe Pena
felipe Wed May 28 17:24:47 2008 UTC Modified files: /php-src/ext/standard file.c Log: - Added zval separation (avoid crash when using fwrite($fp, $fp)). http://cvs.php.net/viewvc.cgi/php-src/ext/standard/file.c?r1=1.518r2=1.519diff_format=u Index:

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

2008-03-31 Thread Ilia Alshanetsky
iliaa Mon Mar 31 22:44:38 2008 UTC Modified files: /php-src/ext/standard file.c Log: Revert unintended bits from Added a warning message commit http://cvs.php.net/viewvc.cgi/php-src/ext/standard/file.c?r1=1.516r2=1.517diff_format=u Index:

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

2008-03-30 Thread Ilia Alshanetsky
iliaa Sun Mar 30 15:06:07 2008 UTC Modified files: /php-src/ext/standard file.c Log: MFB: Added a warning message http://cvs.php.net/viewvc.cgi/php-src/ext/standard/file.c?r1=1.514r2=1.515diff_format=u Index: php-src/ext/standard/file.c diff -u

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

2008-03-30 Thread Felipe Pena
felipe Sun Mar 30 15:31:33 2008 UTC Modified files: /php-src/ext/standard file.c Log: - Fix build http://cvs.php.net/viewvc.cgi/php-src/ext/standard/file.c?r1=1.515r2=1.516diff_format=u Index: php-src/ext/standard/file.c diff -u

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

2008-02-24 Thread Felipe Pena
felipe Sun Feb 24 11:49:39 2008 UTC Modified files: /php-src/ext/standard file.c Log: Removed internal warning http://cvs.php.net/viewvc.cgi/php-src/ext/standard/file.c?r1=1.512r2=1.513diff_format=u Index: php-src/ext/standard/file.c diff -u

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

2008-02-11 Thread Stanislav Malyshev
stasTue Feb 12 01:30:58 2008 UTC Modified files: /php-src/ext/standard file.c Log: fix build http://cvs.php.net/viewvc.cgi/php-src/ext/standard/file.c?r1=1.510r2=1.511diff_format=u Index: php-src/ext/standard/file.c diff -u

[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

[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)

[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)

[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)

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

2008-02-04 Thread Felipe Pena
felipe Mon Feb 4 18:45:40 2008 UTC Modified files: /php-src/ext/standard file.c Log: Fixed Bug #42057 (fwrite() writes data into file when length is given as a negative value)

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

2008-02-04 Thread Felipe Pena
felipe Mon Feb 4 19:48:14 2008 UTC Modified files: /php-src/ext/standard file.c Log: Fixed wrong fix http://cvs.php.net/viewvc.cgi/php-src/ext/standard/file.c?r1=1.505r2=1.506diff_format=u Index: php-src/ext/standard/file.c diff -u

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

2007-11-05 Thread Jani Taskinen
janiMon Nov 5 15:24:25 2007 UTC Modified files: /php-src/ext/standard file.c Log: ws + cs http://cvs.php.net/viewvc.cgi/php-src/ext/standard/file.c?r1=1.502r2=1.503diff_format=u Index: php-src/ext/standard/file.c diff -u

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

2007-10-06 Thread Antony Dovgal
tony2001Sat Oct 6 21:15:46 2007 UTC Modified files: /php-src/ext/standard file.c Log: fix ws and avoid freeing integer vars http://cvs.php.net/viewvc.cgi/php-src/ext/standard/file.c?r1=1.501r2=1.502diff_format=u Index:

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

2007-09-03 Thread Jani Taskinen
janiMon Sep 3 11:53:44 2007 UTC Modified files: /php-src/ext/standard file.c Log: MFB: Fixed bug #42468 (Write lock on file_get_contents fails when using a compression stream)

[PHP-CVS] cvs: php-src /ext/standard file.c /ext/standard/tests/assert assert_basic2.phpt /ext/standard/tests/file copy_variation12.phpt copy_variation13.phpt

2007-08-13 Thread Jani Taskinen
janiMon Aug 13 08:14:04 2007 UTC Modified files: /php-src/ext/standard file.c /php-src/ext/standard/tests/assert assert_basic2.phpt /php-src/ext/standard/tests/filecopy_variation12.phpt

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

2007-08-11 Thread Rui Hirokawa
hirokawaSun Aug 12 02:00:03 2007 UTC Modified files: /php-src/ext/standard file.c Log: MF PHP_5_2 http://cvs.php.net/viewvc.cgi/php-src/ext/standard/file.c?r1=1.496r2=1.497diff_format=u Index: php-src/ext/standard/file.c diff -u

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

2007-08-10 Thread Antony Dovgal
tony2001Fri Aug 10 08:58:12 2007 UTC Modified files: /php-src/ext/standard file.c Log: MFB: Fixed bug #42243 (copy() does not ouput an error when the first arg is a dir)

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

2007-07-10 Thread Dmitry Stogov
dmitry Tue Jul 10 17:02:43 2007 UTC Modified files: /php-src/ext/standard file.c Log: Fixed fgets() and fgetss() with limits http://cvs.php.net/viewvc.cgi/php-src/ext/standard/file.c?r1=1.493r2=1.494diff_format=u Index: php-src/ext/standard/file.c

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

2007-07-01 Thread Jani Taskinen
sniper Sun Jul 1 21:26:30 2007 UTC Modified files: /php-src/ext/standard file.c Log: - Fixed bug #41865 (fputcsv(): 2nd parameter is not optional) http://cvs.php.net/viewvc.cgi/php-src/ext/standard/file.c?r1=1.492r2=1.493diff_format=u Index:

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

2007-06-14 Thread Pierre-Alain Joye
pajoye Thu Jun 14 19:56:35 2007 UTC Modified files: /php-src/ext/standard file.c Log: - #41609, file_put_contents is not binary safe when a binary string is given (make it consistent with fwriteco when unicode=1)

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

2007-05-30 Thread Antony Dovgal
tony2001Wed May 30 09:16:29 2007 UTC Modified files: /php-src/ext/standard file.c Log: check length only when it's specified add the same check to fgetss()

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

2007-05-29 Thread Antony Dovgal
tony2001Tue May 29 20:48:38 2007 UTC Modified files: /php-src/ext/standard file.c Log: fix #41516 (fgets() returns a line of text when length parameter is = 0)

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

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

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

2007-05-18 Thread Antony Dovgal
tony2001Fri May 18 20:34:07 2007 UTC Modified files: /php-src/ext/standard file.c Log: fix leak and check for 0 only of the 5th arg was passed http://cvs.php.net/viewvc.cgi/php-src/ext/standard/file.c?r1=1.488r2=1.489diff_format=u Index:

[PHP-CVS] cvs: php-src /ext/standard file.c ftp_fopen_wrapper.c proc_open.c /main SAPI.c main.c php_ini.c /main/streams plain_wrapper.c /win32 select.c /win32/build config.w32 TSRM TSRM.h tsrm_wi

2007-04-16 Thread Dmitry Stogov
dmitry Mon Apr 16 09:43:53 2007 UTC Modified files: /TSRM TSRM.h tsrm_win32.c /ZendEngine2zend_API.c zend_API.h zend_alloc.c zend_builtin_functions.c zend_compile.c zend_execute.c zend_execute.h

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

2007-03-03 Thread Marcus Boerger
helly Sat Mar 3 19:07:51 2007 UTC Modified files: /php-src/ext/standard file.c Log: - Fix realpath() logic http://cvs.php.net/viewvc.cgi/php-src/ext/standard/file.c?r1=1.485r2=1.486diff_format=u Index: php-src/ext/standard/file.c diff -u

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

2007-02-23 Thread Antony Dovgal
tony2001Fri Feb 23 16:21:31 2007 UTC Modified files: /php-src/ext/standard file.c Log: fix #40606 (umask is not being restored when request is finished) http://cvs.php.net/viewvc.cgi/php-src/ext/standard/file.c?r1=1.484r2=1.485diff_format=u

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

2007-02-13 Thread Antony Dovgal
tony2001Tue Feb 13 12:56:10 2007 UTC Modified files: /php-src/ext/standard file.c Log: plug possible leak http://cvs.php.net/viewvc.cgi/php-src/ext/standard/file.c?r1=1.483r2=1.484diff_format=u Index: php-src/ext/standard/file.c diff -u

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

2007-01-10 Thread Marcus Boerger
helly Wed Jan 10 20:12:14 2007 UTC Modified files: /php-src/ext/standard file.c Log: - Fix mem access http://cvs.php.net/viewvc.cgi/php-src/ext/standard/file.c?r1=1.482r2=1.483diff_format=u Index: php-src/ext/standard/file.c diff -u

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

2006-12-28 Thread Antony Dovgal
tony2001Thu Dec 28 15:03:19 2006 UTC Modified files: /php-src/ext/standard file.c Log: fix ZTS build http://cvs.php.net/viewvc.cgi/php-src/ext/standard/file.c?r1=1.480r2=1.481diff_format=u Index: php-src/ext/standard/file.c diff -u

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

2006-12-26 Thread Andrei Zmievski
andrei Tue Dec 26 22:34:05 2006 UTC Modified files: /php-src/ext/standard file.c scanf.c scanf.h string.c Log: Unicode support in sscanf() and fscanf(). (Tony, Andrei)

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

2006-12-20 Thread Antony Dovgal
tony2001Wed Dec 20 22:42:59 2006 UTC Modified files: /php-src/ext/standard file.c Log: fix double free on error http://cvs.php.net/viewvc.cgi/php-src/ext/standard/file.c?r1=1.477r2=1.478diff_format=u Index: php-src/ext/standard/file.c diff -u

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

2006-12-20 Thread Antony Dovgal
tony2001Thu Dec 21 00:00:11 2006 UTC Modified files: /php-src/ext/standard file.c Log: fix double free http://cvs.php.net/viewvc.cgi/php-src/ext/standard/file.c?r1=1.478r2=1.479diff_format=u Index: php-src/ext/standard/file.c diff -u

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

2006-12-12 Thread Antony Dovgal
tony2001Tue Dec 12 22:38:31 2006 UTC Modified files: /php-src/ext/standard file.c Log: erm.. somehow this part got here twice http://cvs.php.net/viewvc.cgi/php-src/ext/standard/file.c?r1=1.475r2=1.476diff_format=u Index:

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

2006-12-07 Thread Sara Golemon
pollita Thu Dec 7 09:51:36 2006 UTC Modified files: /php-src/ext/standard file.c Log: Change fgets() behavior back to BC version http://cvs.php.net/viewvc.cgi/php-src/ext/standard/file.c?r1=1.472r2=1.473diff_format=u Index: php-src/ext/standard/file.c

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

2006-12-07 Thread Antony Dovgal
tony2001Thu Dec 7 23:00:46 2006 UTC Modified files: /php-src/ext/standard file.c /php-src/ext/standard/tests/filefgetss.phpt fgetss1.phpt Log: MFB tests (they still fail though) fix BC in fgetss()

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

2006-12-07 Thread Sara Golemon
pollita Fri Dec 8 01:02:49 2006 UTC Modified files: /php-src/ext/standard file.c Log: More BC bodges for fgets/fgetss http://cvs.php.net/viewvc.cgi/php-src/ext/standard/file.c?r1=1.474r2=1.475diff_format=u Index: php-src/ext/standard/file.c diff -u

[PHP-CVS] cvs: php-src /ext/standard file.c file.h /ext/standard/tests/file bug12556.phpt fgetcsv.phpt

2006-12-04 Thread Sara Golemon
pollita Tue Dec 5 04:13:47 2006 UTC Modified files: /php-src/ext/standard file.c file.h /php-src/ext/standard/tests/filebug12556.phpt fgetcsv.phpt Log: Unicode upgrade for fgetcsv()

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

2006-11-22 Thread Pierre-Alain Joye
pajoye Wed Nov 22 12:56:26 2006 UTC Added files: /php-src/ext/standard/tests/filebug39538.phpt Modified files: /php-src/ext/standard file.c Log: - #39538, fgetcsv can't handle starting newlines and trailing odd number of

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

2006-11-13 Thread Antony Dovgal
tony2001Mon Nov 13 20:17:06 2006 UTC Added files: /php-src/ext/standard/tests/strings get_meta_tags.phpt Modified files: /php-src/ext/standard file.c Log: fix leaks in get_meta_tags() when used with b0rked HTML add test

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

2006-10-25 Thread Andrei Zmievski
andrei Wed Oct 25 17:28:21 2006 UTC Modified files: /php-src/ext/standard file.c Log: Unicode support for fnmatch(). http://cvs.php.net/viewvc.cgi/php-src/ext/standard/file.c?r1=1.464r2=1.465diff_format=u Index: php-src/ext/standard/file.c diff -u

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

2006-10-08 Thread Sara Golemon
pollita Mon Oct 9 02:52:27 2006 UTC Modified files: /php-src/ext/standard file.c Log: Fix realpath() in unicode mode http://cvs.php.net/viewvc.cgi/php-src/ext/standard/file.c?r1=1.462r2=1.463diff_format=u Index: php-src/ext/standard/file.c diff -u

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

2006-10-03 Thread Antony Dovgal
tony2001Tue Oct 3 23:09:08 2006 UTC Modified files: /php-src/ext/standard file.c Log: use correct type for p_len http://cvs.php.net/viewvc.cgi/php-src/ext/standard/file.c?r1=1.460r2=1.461diff_format=u Index: php-src/ext/standard/file.c diff -u

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

2006-10-01 Thread Sara Golemon
pollita Mon Oct 2 02:24:29 2006 UTC Modified files: /php-src/main php_streams.h /php-src/ext/standard file.c Log: Try out simplified API for encoding paths/filenames

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

2006-10-01 Thread Sara Golemon
pollita Mon Oct 2 02:47:34 2006 UTC Modified files: /php-src/ext/standard file.c Log: Apply simplified path encoding to copy() and give it a context param. Funnily enough, this makes the copy() implementation almost identical to what it was back in

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

2006-10-01 Thread Sara Golemon
pollita Mon Oct 2 03:13:47 2006 UTC Modified files: /php-src/ext/standard file.c Log: Apply new path encoding style to the rest of e/s/file.c This layout is definately simpler to maintain and every bit as functional as the other version.

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

2006-09-24 Thread Sara Golemon
pollita Sun Sep 24 20:01:29 2006 UTC Modified files: /php-src/ext/standard file.c Log: PHP6 Update for get_meta_tags() -- What a silly function... http://cvs.php.net/viewvc.cgi/php-src/ext/standard/file.c?r1=1.454r2=1.455diff_format=u Index:

[PHP-CVS] cvs: php-src /ext/standard file.c /main php_streams.h /main/streams plain_wrapper.c streams.c

2006-09-24 Thread Sara Golemon
pollita Sun Sep 24 20:33:14 2006 UTC Modified files: /php-src/main php_streams.h /php-src/main/streams streams.c plain_wrapper.c /php-src/ext/standard file.c Log: PHP6 Updates for popen() and related functionality

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

2006-09-24 Thread Sara Golemon
pollita Sun Sep 24 21:40:45 2006 UTC Modified files: /php-src/ext/standard file.c Log: PHP6 Updates for rmdir/mkdir/rename http://cvs.php.net/viewvc.cgi/php-src/ext/standard/file.c?r1=1.456r2=1.457diff_format=u Index: php-src/ext/standard/file.c diff -u

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

2006-09-22 Thread Sara Golemon
pollita Fri Sep 22 18:23:33 2006 UTC Modified files: /php-src/ext/standard file.c Log: Tweak file_get_contents()'s return value a little http://cvs.php.net/viewvc.cgi/php-src/ext/standard/file.c?r1=1.451r2=1.452diff_format=u Index:

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

2006-09-22 Thread Sara Golemon
pollita Fri Sep 22 20:02:26 2006 UTC Modified files: /php-src/ext/standard file.c Log: Update copy() for PHP6 http://cvs.php.net/viewvc.cgi/php-src/ext/standard/file.c?r1=1.452r2=1.453diff_format=u Index: php-src/ext/standard/file.c diff -u

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

2006-09-22 Thread Sara Golemon
pollita Fri Sep 22 21:48:33 2006 UTC Modified files: /php-src/ext/standard file.c Log: Fix copy() from last commit and add a few more PHP6 updates http://cvs.php.net/viewvc.cgi/php-src/ext/standard/file.c?r1=1.453r2=1.454diff_format=u Index:

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

2006-08-19 Thread Antony Dovgal
tony2001Fri Aug 18 12:50:36 2006 UTC Modified files: /php-src/ext/standard file.c Log: add a notice to fgetcsv() when delimiter or enclosure is longer than 1 char (feature request #38496)

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

2006-07-16 Thread Antony Dovgal
tony2001Sun Jul 16 15:54:25 2006 UTC Modified files: /php-src/ext/standard file.c Log: all stream functions are actually macros that already have TSRMLS_CC, no need to pass it manually

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

2006-07-14 Thread Antony Dovgal
tony2001Fri Jul 14 20:45:37 2006 UTC Modified files: /php-src/ext/standard file.c streamsfuncs.c Log: MFB: rephrase the error message (fixes #38106) http://cvs.php.net/viewvc.cgi/php-src/ext/standard/file.c?r1=1.445r2=1.446diff_format=u Index:

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

2006-07-14 Thread Sara Golemon
pollita Fri Jul 14 20:50:45 2006 UTC Modified files: /php-src/ext/standard file.c Log: #38105 (4/3) ustrlen != USTRLEN, update variable names used to keep this block's meaning clear

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

2006-05-29 Thread Antony Dovgal
tony2001Mon May 29 10:42:10 2006 UTC Modified files: /php-src/ext/standard file.c Log: initialize srcstream use different variable in local scope http://cvs.php.net/viewcvs.cgi/php-src/ext/standard/file.c?r1=1.443r2=1.444diff_format=u Index:

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

2006-05-02 Thread Sara Golemon
pollita Tue May 2 18:23:33 2006 UTC Modified files: /php-src/ext/standard file.c Log: Unicode Updates: file() now unicode ready get_meta_tags() updated for FS encoding, but content is still non-unicode

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

2006-04-18 Thread Sara Golemon
pollita Tue Apr 18 19:10:12 2006 UTC Modified files: /php-src/ext/standard file.c Log: Silence compiler warnings http://cvs.php.net/viewcvs.cgi/php-src/ext/standard/file.c?r1=1.436r2=1.437diff_format=u Index: php-src/ext/standard/file.c diff -u

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

2006-04-14 Thread Sara Golemon
pollita Fri Apr 14 17:44:56 2006 UTC Modified files: /php-src/ext/standard file.c Log: MFB (r-1.409.2.6) copy() should not disrespect open_basedir on source file http://cvs.php.net/viewcvs.cgi/php-src/ext/standard/file.c?r1=1.435r2=1.436diff_format=u

[PHP-CVS] cvs: php-src /ext/standard file.c /main php_streams.h /main/streams streams.c ZendEngine2 zend.c zend_globals.h

2006-03-31 Thread Sara Golemon
pollita Fri Mar 31 22:51:37 2006 UTC Modified files: /ZendEngine2zend.c zend_globals.h /php-src/ext/standard file.c /php-src/main php_streams.h /php-src/main/streams streams.c Log: Add API hooks and

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

2006-03-31 Thread Sara Golemon
pollita Sat Apr 1 00:05:31 2006 UTC Modified files: /php-src/ext/standard file.c Log: Update filename handling and mark various functions for unicode safety http://cvs.php.net/viewcvs.cgi/php-src/ext/standard/file.c?r1=1.434r2=1.435diff_format=u Index:

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

2006-03-29 Thread Sara Golemon
pollita Wed Mar 29 22:52:24 2006 UTC Modified files: /php-src/ext/standard file.c /php-src/main/streams streams.c Log: Update php_stream_passthru() to handle unicode data. This updates userspace functions fpassthru() and readfile()

[PHP-CVS] cvs: php-src /ext/standard file.c /main php_streams.h /main/streams streams.c

2006-03-29 Thread Sara Golemon
pollita Thu Mar 30 00:22:51 2006 UTC Modified files: /php-src/ext/standard file.c /php-src/main php_streams.h /php-src/main/streams streams.c Log: Make php_stream_copy_to_mem() unicode aware and update userspace function

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

2006-03-27 Thread Ilia Alshanetsky
iliaa Mon Mar 27 23:41:05 2006 UTC Modified files: /php-src/ext/standard file.c Log: MFB51: Check 2nd parameter of tempnam() against path components. http://cvs.php.net/viewcvs.cgi/php-src/ext/standard/file.c?r1=1.429r2=1.430diff_format=u Index:

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

2006-03-24 Thread Sara Golemon
pollita Fri Mar 24 21:32:39 2006 UTC Modified files: /php-src/ext/standard file.c Log: Update fgetss() for unicode http://cvs.php.net/viewcvs.cgi/php-src/ext/standard/file.c?r1=1.428r2=1.429diff_format=u Index: php-src/ext/standard/file.c diff -u

[PHP-CVS] cvs: php-src /ext/standard file.c /main php_streams.h /main/streams streams.c

2006-03-14 Thread Sara Golemon
pollita Tue Mar 14 21:15:05 2006 UTC Modified files: /php-src/main php_streams.h /php-src/main/streams streams.c /php-src/ext/standard file.c Log: More stream updates. fgets() will work now as will anything which calls one of the

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

2006-03-14 Thread Sara Golemon
pollita Wed Mar 15 00:28:57 2006 UTC Modified files: /php-src/ext/standard file.c /php-src/main/streams streams.c Log: Switch (zstr) casts to use ZSTR() macro.

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

2006-03-13 Thread Derick Rethans
derick Mon Mar 13 15:01:44 2006 UTC Modified files: /php-src/main/streams streams.c /php-src/ext/standard file.c Log: This makes file_put_contents() work for: ?php declare(encoding=latin1); $a = 1234å67890;

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

2006-01-12 Thread Pierre-Alain Joye
pajoye Fri Jan 13 04:10:32 2006 UTC Modified files: /php-src/ext/standard file.c file.h Log: - MFB: add php_mkdir_ex http://cvs.php.net/viewcvs.cgi/php-src/ext/standard/file.c?r1=1.414r2=1.415diff_format=u Index: php-src/ext/standard/file.c diff -u

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

2005-08-12 Thread Antony Dovgal
tony2001Fri Aug 12 15:27:50 2005 EDT Modified files: /php-src/ext/standard file.c Log: fix fgetc() compile warnings http://cvs.php.net/diff.php/php-src/ext/standard/file.c?r1=1.410r2=1.411ty=u Index: php-src/ext/standard/file.c diff -u

Re: [PHP-CVS] cvs: php-src /ext/standard file.c /main/streams plain_wrapper.c

2005-04-07 Thread Jani Taskinen
Was this problem only in PHP5.* ? --Jani On Wed, 6 Apr 2005, Ilia Alshanetsky wrote: iliaa Wed Apr 6 09:57:31 2005 EDT Modified files: /php-src/ext/standardfile.c /php-src/main/streamsplain_wrapper.c Log: Fixed bug #31363 (broken non-blocking flock()).

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

2005-04-06 Thread Ilia Alshanetsky
iliaa Wed Apr 6 09:57:31 2005 EDT Modified files: /php-src/ext/standard file.c /php-src/main/streams plain_wrapper.c Log: Fixed bug #31363 (broken non-blocking flock()). # Patch by ian at snork dot net

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

2005-03-27 Thread Ilia Alshanetsky
iliaa Sun Mar 27 10:52:49 2005 EDT Modified files: /php-src/ext/standard file.c Log: revert copy patch. http://cvs.php.net/diff.php/php-src/ext/standard/file.c?r1=1.404r2=1.405ty=u Index: php-src/ext/standard/file.c diff -u

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

2005-03-11 Thread Andi Gutmans
Shouldn't you also be comparing device? Inode is not necessarily unique. At 03:29 AM 3/3/2005 +, Ilia Alshanetsky wrote: iliaa Wed Mar 2 22:29:24 2005 EDT Modified files: /php-src/ext/standard file.c Log: Fixed bug #32160 (file truncation in copy() when source

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

2005-03-07 Thread Marcus Boerger
Hello Markus, Monday, March 7, 2005, 3:20:57 PM, you wrote: Hi, Marcus Boerger wrote: Modified files: /php-src/ext/standard file.c Log: - Allow length 0 as default (e.g. skip param) [...] if (len 0) {

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

2005-03-07 Thread Marcus Boerger
helly Mon Mar 7 16:28:38 2005 EDT Modified files: /php-src/ext/standard file.c Log: - Delay memory allocation, speeds up faiure case http://cvs.php.net/diff.php/php-src/ext/standard/file.c?r1=1.400r2=1.401ty=u Index: php-src/ext/standard/file.c diff

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

2005-03-07 Thread Marcus Boerger
helly Mon Mar 7 16:52:35 2005 EDT Modified files: /php-src/ext/standard file.c Log: - Make maic qutes runtime work if length is specified too http://cvs.php.net/diff.php/php-src/ext/standard/file.c?r1=1.401r2=1.402ty=u Index:

  1   2   >