Posted by Jerry Stuckle on 04/19/07 18:05
ojorus wrote:
> Hi;
> A server (which I have no access to yet) has been installed with PHP like
> this:
>
> PHP
>
>> php-cli-5.1.6-3.el4s1.5
>
>> php-common-5.1.6-3.el4s1.5
>
>> php-mysql-5.1.6-3.el4s1.5
>
>> php-5.1.6-3.el4s1.5
>
>> php-ldap-5.1.6-3.el4s1.5
>
>> php-pdo-5.1.6-3.el4s1.5
>
>> php-pear-1.4.11-1.el4s1.1
>
>
>
> Is the mysqli-extension available through this configuration? If not, what
> to do to get it?
>
>
>
> regards
>
> ojorus
>
>
It's impossible to tell from just the directory layout. Look at phpinfo().
How to enable it depends on your OS. With Linux you typically compile
it in; on Windows you tell PHP to load the php_mysqli.dll extension.
--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================
[Back to original message]
|