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
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
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

Pull Requests

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-2025 The PHP Group
All rights reserved.
Last updated: Wed Jul 02 11:01:36 2025 UTC