<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.0.5" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: PHP - Using Libraries without requiring install on hosting server</title>
	<link>http://www.melbournechapter.net/wordpress/programming-languages/php/cman/2006/03/30/php-using-libraries-without-requiring-install-on-hosting-server/</link>
	<description>web application development with popular technologies</description>
	<pubDate>Sat, 30 Aug 2008 10:28:38 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.0.5</generator>

	<item>
		<title>by: Cameron Manderson</title>
		<link>http://www.melbournechapter.net/wordpress/programming-languages/php/cman/2006/03/30/php-using-libraries-without-requiring-install-on-hosting-server/#comment-63</link>
		<pubDate>Sat, 15 Apr 2006 10:00:55 +0000</pubDate>
		<guid>http://www.melbournechapter.net/wordpress/programming-languages/php/cman/2006/03/30/php-using-libraries-without-requiring-install-on-hosting-server/#comment-63</guid>
					<description>A continution of my previous post, if you are getting weird PEAR errors, such as fatal errors about call on non-objects, it may be because it is loading the wrong packages or creating an object of an older version. It may be necessary to use the above ini_set to check if this is the case.</description>
		<content:encoded><![CDATA[<p>A continution of my previous post, if you are getting weird PEAR errors, such as fatal errors about call on non-objects, it may be because it is loading the wrong packages or creating an object of an older version. It may be necessary to use the above ini_set to check if this is the case.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Cameron Manderson</title>
		<link>http://www.melbournechapter.net/wordpress/programming-languages/php/cman/2006/03/30/php-using-libraries-without-requiring-install-on-hosting-server/#comment-62</link>
		<pubDate>Sat, 15 Apr 2006 09:45:52 +0000</pubDate>
		<guid>http://www.melbournechapter.net/wordpress/programming-languages/php/cman/2006/03/30/php-using-libraries-without-requiring-install-on-hosting-server/#comment-62</guid>
					<description>Also a note to make: Your hosting service may be operating an older version of the libraries that you require. If you need to ensure that your application does not load the classes from their location, try a:

ini_set('include_path', getcwd());
//print get_include_path();

To overwrite their include_path first and ensure that it only finds your libraries.</description>
		<content:encoded><![CDATA[<p>Also a note to make: Your hosting service may be operating an older version of the libraries that you require. If you need to ensure that your application does not load the classes from their location, try a:</p>
<p>ini_set(&#8217;include_path&#8217;, getcwd());<br />
//print get_include_path();</p>
<p>To overwrite their include_path first and ensure that it only finds your libraries.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: melbourne chapter &#187; Mail with Phpmailer</title>
		<link>http://www.melbournechapter.net/wordpress/programming-languages/php/cman/2006/03/30/php-using-libraries-without-requiring-install-on-hosting-server/#comment-48</link>
		<pubDate>Tue, 11 Apr 2006 06:20:10 +0000</pubDate>
		<guid>http://www.melbournechapter.net/wordpress/programming-languages/php/cman/2006/03/30/php-using-libraries-without-requiring-install-on-hosting-server/#comment-48</guid>
					<description>[...] Overall the package is quite a neat way of handling your basic mail needs. Its inheritant support of alternate SMTP and handling of HTML means that it suits a majority of our requirements for basic packages. If we require more complex functionality we can simply extend and overwrite the required methods by extending the class PHPMailer. To learn more about PHPMailer visit their website here. If you wish to learn about setting up use of packages without requiring installation on your hosting service read here. You may wish to use this allong with encrypting the mail contents using gnuPG. [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] Overall the package is quite a neat way of handling your basic mail needs. Its inheritant support of alternate SMTP and handling of HTML means that it suits a majority of our requirements for basic packages. If we require more complex functionality we can simply extend and overwrite the required methods by extending the class PHPMailer. To learn more about PHPMailer visit their website here. If you wish to learn about setting up use of packages without requiring installation on your hosting service read here. You may wish to use this allong with encrypting the mail contents using gnuPG. [&#8230;]
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: melbourne chapter &#187; PHP and Authentication Security</title>
		<link>http://www.melbournechapter.net/wordpress/programming-languages/php/cman/2006/03/30/php-using-libraries-without-requiring-install-on-hosting-server/#comment-38</link>
		<pubDate>Mon, 03 Apr 2006 23:18:46 +0000</pubDate>
		<guid>http://www.melbournechapter.net/wordpress/programming-languages/php/cman/2006/03/30/php-using-libraries-without-requiring-install-on-hosting-server/#comment-38</guid>
					<description>[...] If your hosting service does not want to help you install PEAR into their include_paths of PHP, follow this guide to using libraries without requiring your hosting service to install. Remember, if you are using $_SESSION in your application, be careful of some of the security holes that are opened. Have a look at my discussion of Sessional Handling with PHP and read the resources I have linked to. [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] If your hosting service does not want to help you install PEAR into their include_paths of PHP, follow this guide to using libraries without requiring your hosting service to install. Remember, if you are using $_SESSION in your application, be careful of some of the security holes that are opened. Have a look at my discussion of Sessional Handling with PHP and read the resources I have linked to. [&#8230;]
</p>
]]></content:encoded>
				</item>
</channel>
</rss>
