ID:               29163
 Updated by:       php-bugs@lists.php.net
 Reported By:      ramon_herrera at eloyalty dot com
-Status:           Feedback
+Status:           No Feedback
 Bug Type:         Filesystem function related
 Operating System: win2k & GNU/Linux (FC2)
 PHP Version:      5.0.1
 Assigned To:      moriyoshi
 New Comment:

No feedback was provided for this bug for over a week, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to "Open".


Previous Comments:
------------------------------------------------------------------------

[2005-03-06 20:42:37] [EMAIL PROTECTED]

Please try using this CVS snapshot:

  http://snaps.php.net/php5-latest.tar.gz
 
For Windows:
 
  http://snaps.php.net/win32/php5-win32-latest.zip



------------------------------------------------------------------------

[2004-10-15 18:33:35] [EMAIL PROTECTED]

Just FYI: have a look at http://voltex.jp/articles/
csvtests/


------------------------------------------------------------------------

[2004-09-02 17:53:14] ramon_herrera at eloyalty dot com

Thanks to the person at "php at tntweb dot f9 dot co dot uk" for
pointing to what I see is a very nice-looking doc at the creativyst.com
site.

Does anybody know if something like an RFC exists for CSV?  If not,
should we just make one for PHP and stick with it?  Or should we
compare CSV functions against those of other popular software
applications and judge accordingly?

IMPORTANT: The creativyst.com page that's linked to in the previous
comment has a restrictive-looking notice at the bottom.  Don't
copy/redistribute that material without their permission.

------------------------------------------------------------------------

[2004-09-02 15:04:58] php at tntweb dot f9 dot co dot uk

White space between fields should be ignored, so the field ...,  ,...
should be returned as an empty string and not a single space. The
latest PHP 4 version breaks this and returns a single space.

To include leading or trailing spaces then they must be quoted.

For further info read
http://www.creativyst.com/Doc/Articles/CSV/CSV01.htm

------------------------------------------------------------------------

[2004-08-13 08:12:12] ramon_herrera at eloyalty dot com

IMO, correctness trumps backwards compatibility in this case,
especially since pre-4.3.4 was so long ago.  Compatibility with
something that was broken is not a persuasive argument.

If a single space char is what a CSV field is comprised of, then, IMO,
that is exactly how it should be represented in this function's result.
 Must there be quotes?  Backslash escapes?  What else is needed?

Moriyoshi, what do your colleagues believe?

------------------------------------------------------------------------

The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
    http://bugs.php.net/29163

-- 
Edit this bug report at http://bugs.php.net/?id=29163&edit=1

Reply via email to