mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
changed return value of mysql_fetch
- instead of MYSQL_NO_DATA mysql_fetch will now return NULL
This commit is contained in:
parent
666b44c11e
commit
a12c95e1be
1 changed files with 1 additions and 1 deletions
|
@ -711,7 +711,7 @@ PHP_FUNCTION(mysqli_fetch)
|
|||
RETURN_FALSE;
|
||||
break;
|
||||
default:
|
||||
RETURN_LONG(ret);
|
||||
RETURN_NULL();
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue