Justtechjobs.com Find a programming school near you






Online Campus Both


php-developer-list | 2001122

[PHP-DEV] Bug #11133 Updated: msql_create_db( ) not work? From: lobbin <email protected>
Date: 12/23/01

ID: 11133
Updated by: lobbin
Reported By: bigwu13 <email protected>
Old Status: Feedback
Status: Closed
Bug Type: mSQL related
Operating System: Red Hat 7
PHP Version: 4.0.4pl1
New Comment:

No feedback. Closing.

Previous Comments:
------------------------------------------------------------------------

[2001-12-02 07:46:11] sander <email protected>

Can you try the latest RC?
http://download.php.net/~zeev/php-4.1.0RC4.tar.gz

------------------------------------------------------------------------

[2001-05-27 00:36:50] bigwu13 <email protected>

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)

------------------------------------------------------------------------

Edit this bug report at http://bugs.php.net/?id=11133&edit=1

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: php-dev-unsubscribe <email protected>
For additional commands, e-mail: php-dev-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>