ID:               17580
 Comment by:       [EMAIL PROTECTED]
 Reported By:      [EMAIL PROTECTED]
 Status:           Verified
 Bug Type:         Scripting Engine problem
 Operating System: windows NT 4.0/XP/2000
 PHP Version:      4.2.1/4.3.0
 New Comment:

This is also apparent in FBSD 4.7-RC using 4.3.0-dev, I'm looking at
the scanner.


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

[2002-09-09 17:18:54] [EMAIL PROTECTED]

Same results also on Linux, using latest PHP 4.3.0-dev.


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

[2002-09-09 13:34:08] [EMAIL PROTECTED]

tried this:
<?
$file = "myini.ini";
$fp = fopen($file,"a+");
fwrite($fp,"[TEXT]");
for ($i = 1; $i< 1000; $i++) fwrite($fp,"\r\nxx_".$i."=This is a test
for the parseini function line ".$i);
fclose($fp);
$ini = parse_ini_file($file);
print_r($ini);
?>
with:
For Windows:
 
  http://snaps.php.net/win32/php4-win32-latest.zip

= PHP 4.3.0
as suggested from [EMAIL PROTECTED] 
on win XP
it creates a file 57732 bytes and 999 keys

still get same 'error'
"input buffer overflow, can't enlarge buffer because scanner uses
REJECT"

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

[2002-08-28 20:24:03] [EMAIL PROTECTED]

Please try using this CVS snapshot:

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

I cannot replicate this bug on windows XP or linux, while using an ini
file just under 100kb with 1000 keys.

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

[2002-06-10 15:08:59] [EMAIL PROTECTED]

Trying to parse Winamp .pls files and had to rely on a dodgy class
someone wrote - however I don't get any error, PHP just seems to exit
with no warning :/

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

[2002-06-03 18:41:08] [EMAIL PROTECTED]

not a zillion, :) you can hit this limit with barely 300 keys and 55
char per line ...

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

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/17580

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

Reply via email to