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
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: 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

Pull Requests

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: Sun Dec 22 01:01:30 2024 UTC