This is a discussion on Fwd: How to enable php-mysqli on linux within the PHP General forums, part of the PHP Programming Forums category; Hi How can we enable php-mysqli support on linux machine using yum etc., without reinstalling php again? Also how ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Kapil Kapil wrote:
> Hi > > How can we enable php-mysqli support on linux machine using yum etc., > without reinstalling php again? Just install the appropriate package. > Also how to check it - Is php-mysqli package is present or not? Check output from phpinfo(). /Per Jessen, Zürich |