ID:               16190
 Updated by:       [EMAIL PROTECTED]
 Reported By:      [EMAIL PROTECTED]
 Status:           Verified
 Bug Type:         DBM/DBA related
 Operating System: Windows 2000
 PHP Version:      4.3.0-dev
 New Comment:

[marcus@zaphod php4-HEAD]$ php -r
'ini_set("magic_quotes_runtime",1);$db=dbmopen("db","n");dbmreplace($db,"7","alpha");var_dump(dbmfetch($db,"7"));dbmclose($db);'

string(5) "alpha"

My windowsXP reports:
string(6) "lpha\0"

that means the original length of the windows result is 5
"lpha" plus one zero byte.

that implies the fetch function starts reading after 'a' or
skips 'a' on windows. 

the only thing i can think of is fgets() returns the wrong 
filepointer on windows or read() starts reading at current 
offset +1. Maybe this is because we are mixing fgets with read perhaps
we should use fgets twice.


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

[2002-08-17 00:51:54] [EMAIL PROTECTED]

okay, we *thought* we'd fixed it ...  sorry ...

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

[2002-08-14 18:00:45] [EMAIL PROTECTED]

This bug has been fixed in CVS.

 In case this was a PHP problem, snapshots of the sources are packaged
 every three hours; this change will be in the next snapshot. You can
grab
 the snapshot at http://snaps.php.net/.
 
 In case this was a documentation problem, the fix will show up soon at
 http://www.php.net/manual/.

 In case this was a PHP.net website problem, the change will show
 up on the PHP.net site and on the mirror sites in short time.
 
Thank you for the report, and for helping us make PHP better.



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

[2002-08-12 23:47:55] [EMAIL PROTECTED]

Dup of 18746... yes I know this came first, but the other one has a
shorter example, and a few more comments.

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

[2002-08-05 18:25:38] [EMAIL PROTECTED]

See my bugreport 18746 for a shorter example.

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

[2002-07-06 12:52:21] [EMAIL PROTECTED]

Also a problem on Windows 98 and PHP 4.2.0

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

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

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

Reply via email to