<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Enable OpenSSL Support for PHP on Windows</title>
	<atom:link href="http://huang.yunsong.net/2009/windows-php-openssl.html/feed" rel="self" type="application/rss+xml" />
	<link>http://huang.yunsong.net/2009/windows-php-openssl.html?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=windows-php-openssl</link>
	<description>前尘往昔逝如烟 曾忆风云舞九天</description>
	<lastBuildDate>Sun, 05 Sep 2010 12:45:25 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: ernest</title>
		<link>http://huang.yunsong.net/2009/windows-php-openssl.html#comment-182</link>
		<dc:creator>ernest</dc:creator>
		<pubDate>Mon, 20 Apr 2009 16:33:56 +0000</pubDate>
		<guid isPermaLink="false">http://huang.yunsong.net/2009/windows-php-openssl.html#comment-182</guid>
		<description>whot does that mean


Error while executing fopen sending method!
Please check does PHP have OpenSSL support and check does PHP version is greater than 4.3.0.</description>
		<content:encoded><![CDATA[<p>whot does that mean</p>
<p>Error while executing fopen sending method!<br />
Please check does PHP have OpenSSL support and check does PHP version is greater than 4.3.0.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tom</title>
		<link>http://huang.yunsong.net/2009/windows-php-openssl.html#comment-181</link>
		<dc:creator>tom</dc:creator>
		<pubDate>Wed, 15 Apr 2009 20:28:28 +0000</pubDate>
		<guid isPermaLink="false">http://huang.yunsong.net/2009/windows-php-openssl.html#comment-181</guid>
		<description>I didn&#039;t do anything with the two files: libeay32.dll and ssleay32.dll.

I might have had them already in the appropriate directory, but I doubt it and can&#039;t be bothered to check.

I did however copy into C:\Program Files\PHP\ext\ the file php_openssl.dll from the php-5.2.9-1-Win32.zip archive I had previously downloaded.

Added extension=php_openssl.dll to php.ini

Restarted apache (might not have needed to) and it was then working, with open ssl showing in phpinfo()</description>
		<content:encoded><![CDATA[<p>I didn&#8217;t do anything with the two files: libeay32.dll and ssleay32.dll.</p>
<p>I might have had them already in the appropriate directory, but I doubt it and can&#8217;t be bothered to check.</p>
<p>I did however copy into C:\Program Files\PHP\ext\ the file php_openssl.dll from the php-5.2.9-1-Win32.zip archive I had previously downloaded.</p>
<p>Added extension=php_openssl.dll to php.ini</p>
<p>Restarted apache (might not have needed to) and it was then working, with open ssl showing in phpinfo()</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: richard</title>
		<link>http://huang.yunsong.net/2009/windows-php-openssl.html#comment-180</link>
		<dc:creator>richard</dc:creator>
		<pubDate>Wed, 25 Mar 2009 08:23:26 +0000</pubDate>
		<guid isPermaLink="false">http://huang.yunsong.net/2009/windows-php-openssl.html#comment-180</guid>
		<description>Did you verify that OpenSSL has been enabled in PHP correctly? Double check it, and try phpinfo() to see what&#039;s output of your PHP environments.</description>
		<content:encoded><![CDATA[<p>Did you verify that OpenSSL has been enabled in PHP correctly? Double check it, and try phpinfo() to see what&#39;s output of your PHP environments.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ravi</title>
		<link>http://huang.yunsong.net/2009/windows-php-openssl.html#comment-179</link>
		<dc:creator>Ravi</dc:creator>
		<pubDate>Wed, 25 Mar 2009 06:52:14 +0000</pubDate>
		<guid isPermaLink="false">http://huang.yunsong.net/2009/windows-php-openssl.html#comment-179</guid>
		<description>Hi

I m trying to access picasa from my site by using  zend frame work
I did the same what you mention above

but still i am getting the following error. please have a look

Fatal error: Uncaught exception &#039;Zend_Gdata_App_HttpException&#039; with message &#039;Unable to Connect to ssl://www.google.com:443. Error #24: Unable to find the socket transport &quot;ssl&quot; - did you forget to enable it when you configured PHP?&#039; in C:\xampp\htdocs\zend\library\Zend\Gdata\AuthSub.php:121 Stack trace: #0 C:\xampp\htdocs\zend\public\Gdata\Photos.php(424): Zend_Gdata_AuthSub::getAuthSubSessionToken(&#039;CNHF2rCjCBDYk7_...&#039;) #1 C:\xampp\htdocs\zend\public\Gdata\Photos.php(443): getAuthSubHttpClient() #2 C:\xampp\htdocs\zend\public\Gdata\Photos.php(909): processPageLoad() #3 {main} thrown in C:\xampp\htdocs\zend\library\Zend\Gdata\AuthSub.php on line 121</description>
		<content:encoded><![CDATA[<p>Hi</p>
<p>I m trying to access picasa from my site by using  zend frame work<br />
I did the same what you mention above</p>
<p>but still i am getting the following error. please have a look</p>
<p>Fatal error: Uncaught exception &#8216;Zend_Gdata_App_HttpException&#8217; with message &#8216;Unable to Connect to ssl://www.google.com:443. Error #24: Unable to find the socket transport &#8220;ssl&#8221; &#8211; did you forget to enable it when you configured PHP?&#8217; in C:\xampp\htdocs\zend\library\Zend\Gdata\AuthSub.php:121 Stack trace: #0 C:\xampp\htdocs\zend\public\Gdata\Photos.php(424): Zend_Gdata_AuthSub::getAuthSubSessionToken(&#8216;CNHF2rCjCBDYk7_&#8230;&#8217;) #1 C:\xampp\htdocs\zend\public\Gdata\Photos.php(443): getAuthSubHttpClient() #2 C:\xampp\htdocs\zend\public\Gdata\Photos.php(909): processPageLoad() #3 {main} thrown in C:\xampp\htdocs\zend\library\Zend\Gdata\AuthSub.php on line 121</p>
]]></content:encoded>
	</item>
</channel>
</rss>
