On 11.11.2008 01:59, Pierre-Alain Joye wrote:
> pajoye                Mon Nov 10 22:59:28 2008 UTC
> 
>   Modified files:              (Branch: PHP_5_3)
>     /php-src/ext/curl interface.c 
>   Log:
>   - MFH: make the curl phpinfo more verbose

> +     if (d->libssh_version) {
> +             php_info_print_table_row(2, "libSSH Version", 
> d->libssh_version);
> +     }
> +

Pierre, this doesn't work here.

/local/qa/5_3.gcov/ext/curl/interface.c: In function 'zm_info_curl':
/local/qa/5_3.gcov/ext/curl/interface.c:427: error: 'curl_version_info_data' 
has no member named 'libssh_version'
/local/qa/5_3.gcov/ext/curl/interface.c:428: error: 'curl_version_info_data' 
has no member named 'libssh_version'

-- 
Wbr, 
Antony Dovgal

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to