php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #11133 msql_create_db( ) not work?
Submitted: 2001-05-27 00:36 UTC Modified: 2001-12-23 04:48 UTC
From: bigwu13 at hqu dot edu dot cn Assigned:
Status: Closed Package: mSQL related
PHP Version: 4.0.4pl1 OS: Red Hat 7
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: bigwu13 at hqu dot edu dot cn
New email:
PHP Version: OS:

 

 [2001-05-27 00:36 UTC] bigwu13 at hqu dot edu dot cn
1: In a user.php file,has the below codes:
    $linkID=msql_pconnect("localhost"); //is ok,can exec_sql
    msql_create_db("adb") or die("create_db err");//and die 
  //and even with the root account login Linux,it die
2:
   DSO:(Apache_1.3.19: httpd -l:  have 2  modules:http_core.c mod_so.c)
   ./configure --with-apxs=/www/bin/apxs --with-msql
 (Apache's installation dir=/www/bin/apxs,and msql2's is default,is /usr/local/Hughes)



Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-12-02 07:46 UTC] sander@php.net
Can you try the latest RC?
http://download.php.net/~zeev/php-4.1.0RC4.tar.gz
 [2001-12-23 04:48 UTC] lobbin@php.net
No feedback. Closing.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 26 13:01:28 2024 UTC