php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #19179 select doesn't work properly
Submitted: 2002-08-29 16:39 UTC Modified: 2002-09-17 01:56 UTC
From: dbuecking at web dot de Assigned: zak (profile)
Status: Closed Package: MySQL related
PHP Version: 4.2.2 OS: Win XP Pro
Private report: No CVE-ID: None
 [2002-08-29 16:39 UTC] dbuecking at web dot de
I've got problems doing a select statement like "select * from sets where group1 = 'private'". If trying to get more than about 50 rows, php throws out some correct results, but some weird characters too. The same statement works in mysql-console. All fields are escaped. The bug is reproducable, but always gives other results. Sometimes I had to assume, that php opened some files in same directory, but i never did a file open in that script. For further information I could send you my script and a dump of my database.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-08-29 17:28 UTC] georg@php.net
Could you please send a short script, your configuration options and a table description/dump to georg@php.net?!


 [2002-09-17 01:42 UTC] zak@php.net
Assigning all open mysql bugs to myself for 4.3 QA cycle. 
 [2002-09-17 01:56 UTC] georg@php.net
Seems to be solved now:

dbuecking@web.de wrote:

The problem is solved since I use PHP 4.3.0 and changed 
afd.sys from WinXP with the newer one from the Service 
Pack. Seems to be the often mentioned "memorybug" of XP. 
Hope this helps you and others.

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri May 17 18:01:33 2024 UTC