<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title> &#187; PHP</title>
	<atom:link href="http://www.eqasim.com/category/softwares/web-development/php-web-development-softwares/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.eqasim.com</link>
	<description></description>
	<lastBuildDate>Tue, 07 Feb 2012 04:02:21 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>PHP &#8211; How to enable ssl on your php server</title>
		<link>http://www.eqasim.com/softwares/web-development/php-how-to-enable-ssl-on-your-php-server/</link>
		<comments>http://www.eqasim.com/softwares/web-development/php-how-to-enable-ssl-on-your-php-server/#comments</comments>
		<pubDate>Sat, 10 Oct 2009 19:22:56 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Code Snippets]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Web development]]></category>

		<guid isPermaLink="false">http://eqasim.com/?p=583</guid>
		<description><![CDATA[In case if you are getting errors while using fsockopen() function in PHP, then it could be possible that ssl extension is not enabled in your php setup.  the possible errors are &#8220;Unable to find the socket transport &#8220;ssl&#8221; &#8211; did you forget to enable it when you configured PHP?&#8221; or the error code &#8217;69009760&#8242;.
In [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">In case if you are getting errors while using fsockopen() function in PHP, then it could be possible that ssl extension is not enabled in your php setup.  the possible errors are &#8220;Unable to find the socket transport &#8220;ssl&#8221; &#8211; did you forget to enable it when you configured PHP?&#8221; or the error code &#8217;69009760&#8242;.</p>
<p style="text-align: justify;">In this case you may need to have access to php.ini to enable ssl extension and the steps are pretty simple provided you have the access.</p>
<p style="text-align: justify;">Open your php.ini file and look for extension line</p>
<div class="codecolorer-container text mac-classic" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><table cellspacing="0" cellpadding="0"><tbody><tr><td style="padding:5px;text-align:center;color:#888888;background-color:#EEEEEE;border-right: 1px solid #9F9F9F;font: normal 12px/1.4em Monaco, Lucida Console, monospace;"><div>1<br /></div></td><td><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">;extension=php_openssl.dll</div></td></tr></tbody></table></div>
<p style="text-align: justify;">Step 1 &#8211; Delete the semicolon from this line and save php.ini file</p>
<p style="text-align: justify;">Step 2 &#8211; Restart apache server and thats it.</p>
<p style="text-align: justify;">after reloading your pages functions like fsockopen() should work as designed. hope this may save someone&#8217;s time searching for such fix.</p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.eqasim.com%2Fsoftwares%2Fweb-development%2Fphp-how-to-enable-ssl-on-your-php-server%2F&amp;title=PHP%20%26%238211%3B%20How%20to%20enable%20ssl%20on%20your%20php%20server" id="wpa2a_2"><img src="http://www.eqasim.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.eqasim.com/softwares/web-development/php-how-to-enable-ssl-on-your-php-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Served from: www.eqasim.com @ 2012-02-07 14:28:07 -->
