From: [EMAIL PROTECTED]
Operating system: Redhat 7.0
PHP version: 4.0.5
PHP Bug Type: MySQL related
Bug description: Warning: MySQL: Unable to save result set in
$SQLStmt = CreateSQLArray();
$numElements = Count($SQLStmt);
//dies here when trying to make the link
$link = mysql_connect($host, $user, $password);
//other mysql functions seem to work fine at times
for($x = 0; $x < $numElements; $x++){
mysql_db_query($dbname, $SQLStmt[$x], $link);
if(mysql_error($link) != ""){
$SQLErrors[] = mysql_error($link);
}
}
/*
I have included the absolute path to my mysql install directory during configuration
and I continue to get this error. I have compiled and recompiled mysql, apache, and
php I don't know how many times. This is very frustrating as I have succesfully
installed previous version of all with minor problems compared to this.
*/
--
Edit Bug report at: http://bugs.php.net/?id=11015&edit=1
--
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]