pollita Wed Nov 27 16:17:41 2002 EDT Modified files: /phpdoc/en/reference/filesystem/functions fscanf.xml Log: Added note "Re: Line limits in versions perior to 4.3.0" Index: phpdoc/en/reference/filesystem/functions/fscanf.xml diff -u phpdoc/en/reference/filesystem/functions/fscanf.xml:1.4 phpdoc/en/reference/filesystem/functions/fscanf.xml:1.5 --- phpdoc/en/reference/filesystem/functions/fscanf.xml:1.4 Sun Aug 11 06:53:41 2002 +++ phpdoc/en/reference/filesystem/functions/fscanf.xml Wed Nov 27 16:17:41 2002 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.4 $ --> +<!-- $Revision: 1.5 $ --> <!-- splitted from ./en/functions/filesystem.xml, last change in rev 1.2 --> <refentry id="function.fscanf"> <refnamediv> @@ -56,6 +56,13 @@ </programlisting> </example> </para> + <note> + <simpara> + Prior to PHP 4.3.0, the maximum number of characters read from + the file was 512 (or up to the first \n, whichever came first). + As of PHP 4.3.0 arbitrarily long lines will be read and scanned. + </simpara> + </note> <para> See also <function>fread</function>, <function>fgets</function>, <function>fgetss</function>, <function>sscanf</function>,
-- PHP Documentation Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php