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
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
30 - 12 = ?
Subscribe to this entry?

 
 [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 Mar 29 06:01:29 2024 UTC