ConFoo Montreal 2026: Call for Papers

Voting

: min(six, zero)?
(Example: nine)

The Note You're Voting On

sergio.deleon at techoblige
7 years ago
MDBTools driver needs you to properly free up a result_id before reusing a variable.
An odbc_fetch_array() over a overwritten variable with a new result will crash the script with a Segmentation fault if the previous resource wasn't free'd up.

PHP 5.6

<< Back to user notes page

To Top