Rasmus Lerdorf wrote:
It is documented at php.net/mysql in the section on connection constants:

MYSQL_CLIENT_SSL

Use SSL encryption. This flag is only available with version 4.x of the
MySQL client library or newer. Version 3.23.x is bundled both with PHP 4
and Windows binaries of PHP 5.

Hartmut Holzgraefe wrote:
> ext/mysql development has been discontinued in favor of ext/mysqli,
> one of the goals was to integrate support for exactly SSL and the
> other new connection options like gzip compressed connections that
> are available as of MySQL 4.1.

Rasmus is right and Hartmut is wrong ... :(

I'd still recommend not to bother with ext/mysql for SSL
though as control over SSL options is indeed available
in ext/mysqli only by mysqli_ssl_set()


--
Hartmut Holzgraefe, Principal Support Engineer
              .
Discover new MySQL Monitoring & Advisory features at:
http://www.mysql.com/products/enterprise/whats_new.html

Hauptsitz: MySQL GmbH, Dachauer Str.37, 80335 München
Geschäftsführer: Kaj Arnö - HRB München 162140

--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to