ID:               21981
 Updated by:       [EMAIL PROTECTED]
 Reported By:      [EMAIL PROTECTED]
-Status:           Open
+Status:           Closed
 Bug Type:         MySQL related
 Operating System: Windows NT 5.1
 PHP Version:      4CVS-2003-01-31 (stable)
 New Comment:

SSH-Client constant was removed from the documentation (en) ~5 months
ago. PHP's current mysql extension doesn't support SSH connects.





Previous Comments:
------------------------------------------------------------------------

[2003-01-31 07:36:42] [EMAIL PROTECTED]

My Config:
Windows NT 5.1 ("XP")
Apache 2.0.44
PHP 4.3.1-CVS (stable)
MySQL 4.0.9-gamma-max-nt

I tried to connect to a MySQL 4.0.9 server using SSL encryption.

<?php

$dbh = mysql_connect('foohost', 'foouser', 'foopass', FALSE,
MYSQL_CLIENT_SSL);

?>

This resulted in a warning because the constant "MYSQL_CLIENT_SSL" was
not defined, unlike to what the documentation says:
http://www.php.net/manual/en/function.mysql-connect.php

A look into the phpinfo() output told me, that your Win32 binary
distributions seem to be compiled with the MySQL client API version
3.23.49.
As far as I know, MySQL supports SSL since 4.0.0 so your client API
appears obsolete to me.

------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=21981&edit=1

Reply via email to