<?xml version="1.0"?><!-- generator="bbPress" -->

<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
>

<channel>
<title>DIYMacServer &#187; Tag: Modules - Recent Posts</title>
<link>http://diymacserver.com/forum/</link>
<description>DIYMacServer &#187; Tag: Modules - Recent Posts</description>
<language>en</language>
<pubDate>Wed, 08 Feb 2012 06:08:37 +0000</pubDate>

<item>
<title>Richard on "Which modules to include in PHP5?"</title>
<link>http://diymacserver.com/forum/topic/which-modules-to-include-in-php5#post-374</link>
<pubDate>Sun, 06 May 2007 18:42:10 +0000</pubDate>
<dc:creator>Richard</dc:creator>
<guid isPermaLink="false">374@http://diymacserver.com/forum/</guid>
<description>&#60;p&#62;Sorry, I don't know how to install on Ubuntu and the documentation on the modules is a bit iffy. If you look at the functions of the module in the documentation it usually tells you how to include it.
&#60;/p&#62;</description>
</item>
<item>
<title>Uncue on "Which modules to include in PHP5?"</title>
<link>http://diymacserver.com/forum/topic/which-modules-to-include-in-php5#post-372</link>
<pubDate>Thu, 03 May 2007 15:05:29 +0000</pubDate>
<dc:creator>Uncue</dc:creator>
<guid isPermaLink="false">372@http://diymacserver.com/forum/</guid>
<description>&#60;p&#62;Richard, Thanks for all of this work.  I'm moving from Ubuntu server on my mini and I need to install several options in php for my applications to work.  Looking at the documentation at php.net and it doesn't help at all.  Where can I find the documentation on all available modules that can be compiled into php?  To install my modules and php in ubuntu, I use the following command:&#60;/p&#62;
&#60;p&#62;apt-get install autoconf automake1.4 autotools-dev libapache2-mod-php5 php5 php5-common php5-curl php5-dev php5-gd php-pear php5-ldap php5-mhash php5-mysql php5-mysqli php5-snmp php5-sqlite php5-xmlrpc php5-xsl php5-imap php5-mcrypt php5-pspell&#60;/p&#62;
&#60;p&#62;If you could just point me to some documentation, that would be great.  It would probably reduce the questions of how do I install this and that module specifically.&#60;/p&#62;
&#60;p&#62;Again, thanks for you hard work!
&#60;/p&#62;</description>
</item>
<item>
<title>snozle on "PHP modules not loading"</title>
<link>http://diymacserver.com/forum/topic/php-modules-not-loading#post-303</link>
<pubDate>Sat, 17 Feb 2007 15:25:00 +0000</pubDate>
<dc:creator>snozle</dc:creator>
<guid isPermaLink="false">303@http://diymacserver.com/forum/</guid>
<description>&#60;p&#62;well the permissions were correct, but your suggestion made me realize something that could be wrong, and it turned out to be the problem.&#60;/p&#62;
&#60;p&#62;You mentioned that my &#34;htdocs&#34; folder should be www:www. I followed the instructions on richard5.net for my old server, this time I followed the instructions on DIYmacserver. The difference is that the web root is now &#60;code&#62;/Library/WebServer/Documents&#60;/code&#62;, where it used to be &#60;code&#62;/Library/Apache2/htdocs&#60;/code&#62;. This meant that some of my symlinks weren't working properly. I went in and changed them and now everything is up and running properly. Thanks for the help! Now, the next thing that I have to tackle is installing the mailserver components which seemed to elude me last time. Hopefully I can get it working properly this time.
&#60;/p&#62;</description>
</item>
<item>
<title>Richard on "PHP modules not loading"</title>
<link>http://diymacserver.com/forum/topic/php-modules-not-loading#post-302</link>
<pubDate>Sat, 17 Feb 2007 08:22:49 +0000</pubDate>
<dc:creator>Richard</dc:creator>
<guid isPermaLink="false">302@http://diymacserver.com/forum/</guid>
<description>&#60;p&#62;If you are running httpd as www:www than the owner of all files in htdocs should be www. If you copied you wordpress files as a regular user it is possible that the www user has no read rights. I've had this myself once therefore my question as the php_include looks correct.
&#60;/p&#62;</description>
</item>
<item>
<title>snozle on "PHP modules not loading"</title>
<link>http://diymacserver.com/forum/topic/php-modules-not-loading#post-301</link>
<pubDate>Fri, 16 Feb 2007 20:56:48 +0000</pubDate>
<dc:creator>snozle</dc:creator>
<guid isPermaLink="false">301@http://diymacserver.com/forum/</guid>
<description>&#60;p&#62;sorry, but what rights should I set on what file?
&#60;/p&#62;</description>
</item>
<item>
<title>Richard on "PHP modules not loading"</title>
<link>http://diymacserver.com/forum/topic/php-modules-not-loading#post-300</link>
<pubDate>Fri, 16 Feb 2007 17:30:20 +0000</pubDate>
<dc:creator>Richard</dc:creator>
<guid isPermaLink="false">300@http://diymacserver.com/forum/</guid>
<description>&#60;p&#62;Just a quick question, are the rights on the file-system set correctly ? Is the web-server allowed to read the folder ?
&#60;/p&#62;</description>
</item>
<item>
<title>snozle on "PHP modules not loading"</title>
<link>http://diymacserver.com/forum/topic/php-modules-not-loading#post-296</link>
<pubDate>Fri, 16 Feb 2007 00:42:41 +0000</pubDate>
<dc:creator>snozle</dc:creator>
<guid isPermaLink="false">296@http://diymacserver.com/forum/</guid>
<description>&#60;p&#62;I've installed PHP version 5.2.1 and I can't seem to get the modules to load properly. I have&#60;br /&#62;
&#60;code&#62;LoadModule php5_module    modules/libphp5.so&#60;br /&#62;
AddType application/x-httpd-php .php .phtml&#60;br /&#62;
AddType application/x-httpd-php-source .phps&#60;/code&#62;&#60;br /&#62;
in my httpd.conf file.&#60;/p&#62;
&#60;p&#62;I have copied the recommended php.ini file from the source to /etc/php.ini and have uncommented the include_path so that it looks like &#60;code&#62;include_path = &#38;quot;.:/php/includes:/usr/local/php5/lib/php&#60;/code&#62; as I was instructed to do after I compiled and installed php.&#60;/p&#62;
&#60;p&#62;If you want to see the error I'm encountering check snozle.com.&#60;/p&#62;
&#60;p&#62;Thanks
&#60;/p&#62;</description>
</item>
<item>
<title>Richard on "Which modules to include in PHP5?"</title>
<link>http://diymacserver.com/forum/topic/which-modules-to-include-in-php5#post-286</link>
<pubDate>Tue, 30 Jan 2007 21:46:47 +0000</pubDate>
<dc:creator>Richard</dc:creator>
<guid isPermaLink="false">286@http://diymacserver.com/forum/</guid>
<description>Yes, haven't tried this myself but try the built-in GD. Add the option Ã‚â€˜Ã‚â€“with-gdÃ‚â€™ to the configure statement.</description>
</item>
<item>
<title>ruznanski on "Which modules to include in PHP5?"</title>
<link>http://diymacserver.com/forum/topic/which-modules-to-include-in-php5#post-285</link>
<pubDate>Tue, 30 Jan 2007 13:24:58 +0000</pubDate>
<dc:creator>ruznanski</dc:creator>
<guid isPermaLink="false">285@http://diymacserver.com/forum/</guid>
<description>How would one activate and/or install the GD graphics &#38;quot;engine&#38;quot; to php. Do I need to recompile?&#60;br /&#62;
&#60;br /&#62;
Thank you.</description>
</item>
<item>
<title>Richard on "Which modules to include in PHP5?"</title>
<link>http://diymacserver.com/forum/topic/which-modules-to-include-in-php5#post-37</link>
<pubDate>Wed, 19 Jul 2006 15:46:40 +0000</pubDate>
<dc:creator>Richard</dc:creator>
<guid isPermaLink="false">37@http://diymacserver.com/forum/</guid>
<description>In the original setup I included the freetype2 library. But when doing some testing and compiling I found out that there's also a PEAR package: &#60;a href=&#34;http://pear.php.net/package/Image_Text&#34; rel=&#34;nofollow&#34;&#62;http://pear.php.net/package/Image_Text&#60;/a&#62; available with the same functionality so I'm leaving it out for the V2 version.</description>
</item>
<item>
<title>jstubbs on "Which modules to include in PHP5?"</title>
<link>http://diymacserver.com/forum/topic/which-modules-to-include-in-php5#post-29</link>
<pubDate>Fri, 30 Jun 2006 16:29:12 +0000</pubDate>
<dc:creator>jstubbs</dc:creator>
<guid isPermaLink="false">29@http://diymacserver.com/forum/</guid>
<description>I've used Marc's PHP package and it met our web developers needs for a couple of years. Till he needed the magickwand extension for ImageMagick. Couldn't figure out how to link it to Marc's package. The pear packge &#38;quot;imagick&#38;quot; was hopelessly outdated, so I went with the manual build. After struggling with build process (and &#38;quot;with a little help from my friends&#38;quot;), it now works fine. Quite a learning experience.&#60;br /&#62;
&#60;br /&#62;
The down side is that you have to dig deeper into the OS,  but that's not a &#38;quot;bad&#38;quot; thing, if you have the time.&#60;br /&#62;
&#60;br /&#62;
Just my .02 USD.</description>
</item>
<item>
<title>Richard on "Which modules to include in PHP5?"</title>
<link>http://diymacserver.com/forum/topic/which-modules-to-include-in-php5#post-27</link>
<pubDate>Wed, 28 Jun 2006 22:21:48 +0000</pubDate>
<dc:creator>Richard</dc:creator>
<guid isPermaLink="false">27@http://diymacserver.com/forum/</guid>
<description>&#60;p&#62;maarten. EscribiÃƒÂ³:&#60;/p&#62;&#60;blockquote&#62;I don't really known if it is mentioned on the website, but I always install the package provided by &#60;a href=&#34;http://www.entropy.ch/software/macosx/php/&#34;&#62;Marc Liyanage&#60;/a&#62;. It works fine for me with Apache/1.3.33.&#60;br /&#62;
&#60;/blockquote&#62;&#60;br /&#62;
&#60;br /&#62;
Marc's work is mentioned as well as the ready made packages from Server Logistics. You are able to use them instead of compiling them and everything I've written should still work although the files might be in different locations.&#60;br /&#62;
&#60;br /&#62;
Why I provide compilation instructions instead of binary packages has two reasons. First, do you trust the supplier of the binary package, secondly the maintained of the package can stop at any moment helping you out or take a long time to provide an updated binary if there is a security update. When you can compile yourself you are in control.</description>
</item>
<item>
<title>maarten. on "Which modules to include in PHP5?"</title>
<link>http://diymacserver.com/forum/topic/which-modules-to-include-in-php5#post-25</link>
<pubDate>Wed, 28 Jun 2006 22:09:44 +0000</pubDate>
<dc:creator>maarten.</dc:creator>
<guid isPermaLink="false">25@http://diymacserver.com/forum/</guid>
<description>I don't really known if it is mentioned on the website, but I always install the package provided by &#60;a href=&#34;http://www.entropy.ch/software/macosx/php/&#34;&#62;Marc Liyanage&#60;/a&#62;. It works fine for me with Apache/1.3.33.&#60;br /&#62;
&#60;br /&#62;
It installs PHP without any hassle of compiling.&#60;br /&#62;
&#60;br /&#62;
-Maarten</description>
</item>
<item>
<title>dw on "Which modules to include in PHP5?"</title>
<link>http://diymacserver.com/forum/topic/which-modules-to-include-in-php5#post-23</link>
<pubDate>Tue, 27 Jun 2006 23:45:14 +0000</pubDate>
<dc:creator>dw</dc:creator>
<guid isPermaLink="false">23@http://diymacserver.com/forum/</guid>
<description>For me the basic set should be fine.</description>
</item>
<item>
<title>Richard on "Which modules to include in PHP5?"</title>
<link>http://diymacserver.com/forum/topic/which-modules-to-include-in-php5#post-22</link>
<pubDate>Tue, 27 Jun 2006 22:40:12 +0000</pubDate>
<dc:creator>Richard</dc:creator>
<guid isPermaLink="false">22@http://diymacserver.com/forum/</guid>
<description>I just wanted to ask you all which PHP5 modules you would call absolutely necessary and which ones would be nice to have.&#60;br /&#62;
&#60;br /&#62;
The reason for this is I want to provide simple compiling instructions for people needing a simple PHP which will work with most PHP based applications (like phpmyadmin, wordpress, phpbb and roundcube) and supply separate compilation instructions for people who need all the other goodies for special PHP applications.&#60;br /&#62;
&#60;br /&#62;
If you could specify the modules you would need and for which purpose or application and if it really necessary or just a nice to have.&#60;br /&#62;
&#60;br /&#62;
Please note that there are modules available as &#60;a href=&#34;http://pear.php.net/packages.php&#34;&#62;PEAR package&#60;/a&#62; or as &#60;a href=&#34;http://pecl.php.net/packages.php&#34;&#62;PECL package&#60;/a&#62; which don't need to be compiled like for instance PDF support.</description>
</item>

</channel>
</rss>

