[PHP-DEV] Bug #12149 Updated: PHP 4.0.6 upgrade seems to break cURL https From: brianl <email protected>
Date: 07/31/01

ID: 12149
User updated by: brianl <email protected>
Reported By: brianl <email protected>
Status: Open
Bug Type: cURL related
Operating System: WinNT4sp6a
PHP Version: 4.0.6
New Comment:

Assuming it wasn't the curl DLL packaged with the 4.0.6 release, php-4.0-Win32-16-07-2001 may have fixed it.

(However, it complains that it can no longer load php_mssql.dll.)

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

[2001-07-31 15:54:13] andy <email protected>

you can get the latest cvs at

http://snaps.php.net/

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

[2001-07-31 15:46:27] brianl <email protected>

I haven't set anything up that would allow me to build php here; I'd need binaries to test right away.

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

[2001-07-30 18:13:53] sterling <email protected>

can you try this with the latest cvs on a windows system
and let me know if it still happens?

Thanks.

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

[2001-07-13 14:17:02] brianl <email protected>

After reverting to 4.0.5, https works fine.

<?
$curl= curl_init('https://www.thawte.com/');
curl_exec($curl);
curl_close($curl);
?>

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

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

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: php-dev-unsubscribe <email protected>
For additional commands, e-mail: php-dev-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>