This is a discussion on Zend 4.0 and Mysqli within the PHP Language forums, part of the PHP Programming Forums category; Hi Im using Zend 4.0 IDE with PHP5 and I get this error cannot find class mysqli. Any reason ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
"Hayden Kirk" <hayden 90 @ xtra . co . nz> wrote in message
news:_ys%d.11413$1S4.1188967@news.xtra.co.nz... > Hi > > Im using Zend 4.0 IDE with PHP5 and I get this error > > cannot find class mysqli. Any reason for this, im using the latest php > 5.0.3. > > Thanks > > My immediate reaction is that mysqli wasn't compiled in. Are you sure that the php binary that's running is what you think it is? What OS are you running on? A code snippet perhaps? -Joe |