php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #29766 when use adodb to access mdb,php5 crash!
Submitted: 2004-08-20 03:36 UTC Modified: 2004-08-20 12:34 UTC
Votes:1
Avg. Score:5.0 ± 0.0
Reproduced:0 of 0 (0.0%)
From: tmgh at www dot deyang dot gov dot cn Assigned:
Status: Closed Package: ODBC related
PHP Version: 5.0.1 OS: win2000
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: tmgh at www dot deyang dot gov dot cn
New email:
PHP Version: OS:

 

 [2004-08-20 03:36 UTC] tmgh at www dot deyang dot gov dot cn
Description:
------------
i use adodb(http://sourceforge.net/projects/adodb/) and php5.0.1 to access mdb file.but php crash and apache2 restart.

Reproduce code:
---------------
<?php
require('adodb/adodb.inc.php');
$db =&ADONewConnection('access');
?>

Expected result:
----------------
no error and no crash

Actual result:
--------------
php crash and apache2 restart

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2004-08-20 03:47 UTC] tmgh at www dot deyang dot gov dot cn
ps:there is no error and no crash when use php4.3.9rc1
 [2004-08-20 09:22 UTC] derick@php.net
Thank you for this bug report. To properly diagnose the problem, we
need a backtrace to see what is happening behind the scenes. To
find out how to generate a backtrace, please read
http://bugs.php.net/bugs-generating-backtrace.php

Once you have generated a backtrace, please submit it to this bug
report and change the status back to "Open". Thank you for helping
us make PHP better.
 [2004-08-20 12:34 UTC] tmgh at www dot deyang dot gov dot cn
i have find it's NOT php5's bug.it's because of the mmcache(2.4.7-cvs).when i don't use mmcache,it's ok.maybe dstogov can tell me the solution.
so i close the 'bug'.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Wed Apr 24 03:01:29 2024 UTC