|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2001-12-02 07:46 UTC] sander@php.net
[2001-12-23 04:48 UTC] lobbin@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Wed Oct 29 13:00:01 2025 UTC |
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)