php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #1524 sigsev trying to use mysql
Submitted: 1999-06-10 15:55 UTC Modified: 1999-06-18 11:58 UTC
From: nytral at endirect dot qc dot ca Assigned:
Status: Closed Package: MySQL related
PHP Version: 3.0.8 OS: linux 2.2.9/debian 2.1
Private report: No CVE-ID: None
 [1999-06-10 15:55 UTC] nytral at endirect dot qc dot ca
mysql 3.22.21 on linux seems incompatible with functions/mysql.c from 3.0.8 and up..
if I take mysql.c from 3.0.7 and put it in 3.0.9 tree, no problem.
if I try the 3.0.9, when mysql_connect() is succcessful here is what i get in the logs:
Block 0x084208D0 status at variables.c:77:
Beginning:      Cached (allocated on functions/string.c:1318, 5 bytes)
      End:      OK
---------------------------------------
---------------------------------------
Block 0x08421908 status at variables.c:77:
Beginning:      Overrun (magic=0x4011A648, expected=0x7312F8DC)
      End:      Unknown
if it's not successful, i get proper error messages.


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [1999-06-18 11:58 UTC] sas at cvs dot php dot net
fixed in CVS
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat Apr 27 13:01:30 2024 UTC