<?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; Forum: PHP - Recent Posts</title>
<link>http://diymacserver.com/forum/</link>
<description>DIYMacServer &#187; Forum: PHP - Recent Posts</description>
<language>en</language>
<pubDate>Tue, 07 Feb 2012 07:12:21 +0000</pubDate>

<item>
<title>zelda on "PHP with iconv?"</title>
<link>http://diymacserver.com/forum/topic/php-with-iconv#post-2519</link>
<pubDate>Sun, 11 Dec 2011 14:34:48 +0000</pubDate>
<dc:creator>zelda</dc:creator>
<guid isPermaLink="false">2519@http://diymacserver.com/forum/</guid>
<description>&#60;p&#62;Happy to report: after downloading latest version of PHP(5.3.8) and using the following configure below with iconv enabled; it successfully compiled, installed, and worked! Thanks for this website and all the great documentation.&#60;/p&#62;
&#60;p&#62;export MACOSX_DEPLOYMENT_TARGET=10.6 \&#60;br /&#62;
CFLAGS=&#34;-arch x86_64&#34; \&#60;br /&#62;
CXXFLAGS=&#34;-arch x86_64&#34;&#60;br /&#62;
./configure --prefix=/usr/local/php5 \&#60;br /&#62;
--mandir=/usr/share/man \&#60;br /&#62;
--infodir=/usr/share/info \&#60;br /&#62;
--sysconfdir=/etc \&#60;br /&#62;
--with-config-file-path=/etc \&#60;br /&#62;
--with-zlib \&#60;br /&#62;
--with-zlib-dir=/usr \&#60;br /&#62;
--with-openssl \&#60;br /&#62;
--with-iconv \&#60;br /&#62;
--enable-exif \&#60;br /&#62;
--enable-ftp \&#60;br /&#62;
--enable-mbstring \&#60;br /&#62;
--enable-mbregex \&#60;br /&#62;
--enable-sockets \&#60;br /&#62;
--with-mysql=mysqlnd \&#60;br /&#62;
--with-pdo-mysql=mysqlnd \&#60;br /&#62;
--with-mysqli=mysqlnd \&#60;br /&#62;
--with-apxs2=/usr/local/apache2/bin/apxs
&#60;/p&#62;</description>
</item>
<item>
<title>zelda on "PHP with iconv?"</title>
<link>http://diymacserver.com/forum/topic/php-with-iconv#post-2518</link>
<pubDate>Fri, 09 Dec 2011 20:44:02 +0000</pubDate>
<dc:creator>zelda</dc:creator>
<guid isPermaLink="false">2518@http://diymacserver.com/forum/</guid>
<description>&#60;p&#62;Thanks for the reply: i'll give it whirl this weekend and see what happens !)
&#60;/p&#62;</description>
</item>
<item>
<title>Richard on "PHP with iconv?"</title>
<link>http://diymacserver.com/forum/topic/php-with-iconv#post-2516</link>
<pubDate>Fri, 09 Dec 2011 16:58:57 +0000</pubDate>
<dc:creator>Richard</dc:creator>
<guid isPermaLink="false">2516@http://diymacserver.com/forum/</guid>
<description>&#60;p&#62;Zelda, I once removed it because it was causing problems with getting it compiled and never found the need to re-include it. &#60;/p&#62;
&#60;p&#62;Adding it is as simple as you indicate, change the without into with and keep your fingers crossed.
&#60;/p&#62;</description>
</item>
<item>
<title>zelda on "PHP with iconv?"</title>
<link>http://diymacserver.com/forum/topic/php-with-iconv#post-2512</link>
<pubDate>Thu, 08 Dec 2011 18:36:25 +0000</pubDate>
<dc:creator>zelda</dc:creator>
<guid isPermaLink="false">2512@http://diymacserver.com/forum/</guid>
<description>&#60;p&#62;I used your great documentation to get a localhost server running on my iMac but i've run into a problem: i configured PHP pretty much the way you wrote in the documentation and recently noticed you had it compile without iconv and now i'm trying to use a piece of the Zend framework (Lucene search) that calls iconv functions and of course it fails with &#34;Fatal error: Call to undefined function iconv()&#34;&#60;/p&#62;
&#60;p&#62;Was there a reason you compiled PHP without iconv: like it does not work on osx, or something else?&#60;/p&#62;
&#60;p&#62;Any guidance on how to re-compile PHP with iconv: is it as simple as changing the line from without iconv to with iconv?&#60;/p&#62;
&#60;p&#62;Thanks
&#60;/p&#62;</description>
</item>
<item>
<title>Richard on "Is SQLite included ?"</title>
<link>http://diymacserver.com/forum/topic/is-sqlite-included#post-1855</link>
<pubDate>Sun, 18 Sep 2011 16:41:22 +0000</pubDate>
<dc:creator>Richard</dc:creator>
<guid isPermaLink="false">1855@http://diymacserver.com/forum/</guid>
<description>&#60;p&#62;I can't tell you as I don't use it. Our installation instructions are still based on MySQL.
&#60;/p&#62;</description>
</item>
<item>
<title>eyeprotocol@gmail.com on "Is SQLite included ?"</title>
<link>http://diymacserver.com/forum/topic/is-sqlite-included#post-1805</link>
<pubDate>Wed, 14 Sep 2011 13:58:58 +0000</pubDate>
<dc:creator>eyeprotocol@gmail.com</dc:creator>
<guid isPermaLink="false">1805@http://diymacserver.com/forum/</guid>
<description>&#60;p&#62;Hello. I am planning on compiling everything on Lion. I noticed that the ./configure line does not include sqlite3. Does it mean that it is included by default with current php versions?&#60;/p&#62;
&#60;p&#62;Thank you, in advance
&#60;/p&#62;</description>
</item>
<item>
<title>Richard on "PHP install on 32 bit OS x 10.6.6 Kernel"</title>
<link>http://diymacserver.com/forum/topic/php-install-on-32-bit-os-x-1066-kernel#post-1138</link>
<pubDate>Mon, 13 Jun 2011 17:02:22 +0000</pubDate>
<dc:creator>Richard</dc:creator>
<guid isPermaLink="false">1138@http://diymacserver.com/forum/</guid>
<description>&#60;p&#62;This does not look like a 64/32 bit problem. Can you tell me which versions you used and if you compiled mysql or used a binary installer?
&#60;/p&#62;</description>
</item>
<item>
<title>draconis1 on "PHP install on 32 bit OS x 10.6.6 Kernel"</title>
<link>http://diymacserver.com/forum/topic/php-install-on-32-bit-os-x-1066-kernel#post-1120</link>
<pubDate>Sat, 11 Jun 2011 01:20:58 +0000</pubDate>
<dc:creator>draconis1</dc:creator>
<guid isPermaLink="false">1120@http://diymacserver.com/forum/</guid>
<description>&#60;p&#62;First, Thanks for these tutorials. Until I hit this snafu everything was going well. Second, I tried to post this as a comment in the 32 PHP post but it told me I was a spammer so my apologies to Richard if he sees this twice.&#60;/p&#62;
&#60;p&#62; When I run these commands:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;./configure --prefix=/usr/local/php5 \
  --mandir=/usr/share/man \
  --infodir=/usr/share/info \
  --sysconfdir=/etc \
  --with-config-file-path=/etc \
  --with-zlib \
  --with-zlib-dir=/usr \
  --with-openssl \
  --without-iconv \
  --enable-exif \
  --enable-ftp \
  --enable-mbstring \
  --enable-mbregex \
  --enable-sockets \
  --with-mysql=/usr/local/mysql \
  --with-pdo-mysql=/usr/local/mysql \
  --with-mysqli=/usr/local/mysql/bin/mysql_config \
  --with-apxs2=/usr/local/apache2/bin/apxs&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;which gives back this error:&#60;br /&#62;
&#60;code&#62;configure: error: mysql configure failed. Please check config.log for more information.&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;The config.log looks like:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;int main() {
mysql_close()
; return 0; }
configure:60143: checking for mysql_error in -lmysqlclient
configure:60162: gcc -o conftest -g -O2 -fvisibility=hidden  -no-cpp-precomp -Wl,-rpath,/usr/local/mysql/lib -L/usr/local/mysql/lib  -Wl,-rpath,/usr -L/usr conftest.c -lmysqlclient  -lz -lssl -lcrypto -lz -lssl -lcrypto -lm  -lxml2 -lz -licucore -lm -lxml2 -lz -licucore -lm 1&#38;gt;&#38;amp;5
ld: warning: in /usr/local/mysql/lib/libmysqlclient.dylib, file was built for i386 which is not the architecture being linked (x86_64)
Undefined symbols:
  &#38;quot;_mysql_error&#38;quot;, referenced from:
      _main in ccp4vIIv.o
ld: symbol(s) not found
collect2: ld returned 1 exit status
configure: failed program was:
#line 60151 &#38;quot;configure&#38;quot;
#include &#38;quot;confdefs.h&#38;quot;
/* Override any gcc2 internal prototype to avoid an error.  */
/* We use char because int might match the return type of a gcc2
    builtin and then its argument prototype would still apply.  */
char mysql_error();

int main() {
mysql_error()
; return 0; }&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;I've double and triple checked that I have installed the 32 bit Mysql, any idea what I'm doing wrong?&#60;br /&#62;
Thanks!&#60;br /&#62;
Robert
&#60;/p&#62;</description>
</item>
<item>
<title>lholcombe on "PHP pages not being served by brand new 5.3.3 source build"</title>
<link>http://diymacserver.com/forum/topic/php-pages-not-being-served-by-brand-new-533-source-build#post-861</link>
<pubDate>Fri, 13 Aug 2010 02:29:34 +0000</pubDate>
<dc:creator>lholcombe</dc:creator>
<guid isPermaLink="false">861@http://diymacserver.com/forum/</guid>
<description>&#60;p&#62;Well, I may never know exactly what happened.  I finally decided that the only thing to do was clean up and start over - which meant reinstalling Snow Leopard.  After installing MySQL and PostgreSQL, I was able to build php-5.3.3 from source with no troubles, using the patch I found &#60;a href=&#34;http://diymacserver.com/2010/07/23/php-released-5-3-3-has-small-issue/&#34;&#62;here&#60;/a&#62;.  So everything works now.  I guess after all my previous failures with MacPorts and library upgrades, the whole system was fatally broken.  Lesson learned.  Here's my final configure directive:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#60;/code&#62;&#60;code&#62;sudo ./configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --sysconfdir=/private/etc --with-apxs2=/usr/sbin/apxs --enable-cli --with-config-file-path=/etc --with-libxml-dir=/usr --with-openssl=/usr --with-kerberos=/usr --with-zlib=/usr --enable-bcmath --with-bz2=/usr --enable-calendar --with-curl=/usr --enable-exif --enable-ftp --with-ldap=/usr --enable-mbstring --enable-mbregex --with-mysqli=/usr/local/mysql/bin/mysql_config --with-mysql=/usr/local/mysql --with-pdo-mysql=/usr/local/mysql --with-iodbc=/usr --enable-soap --with-pear --with-iconv-dir=/usr --with-xsl=/usr --with-pcre-regex --with-pgsql=/Library/PostgreSQL/8.4/bin&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Thanks for the assistance.
&#60;/p&#62;</description>
</item>
<item>
<title>Richard on "Newbie Questions"</title>
<link>http://diymacserver.com/forum/topic/newbie-questions#post-860</link>
<pubDate>Mon, 09 Aug 2010 19:47:50 +0000</pubDate>
<dc:creator>Richard</dc:creator>
<guid isPermaLink="false">860@http://diymacserver.com/forum/</guid>
<description>&#60;p&#62;Forgot to add the vanilla php.ini and my.cnf can be found in the source directory.
&#60;/p&#62;</description>
</item>
<item>
<title>Richard on "Newbie Questions"</title>
<link>http://diymacserver.com/forum/topic/newbie-questions#post-859</link>
<pubDate>Mon, 09 Aug 2010 19:46:59 +0000</pubDate>
<dc:creator>Richard</dc:creator>
<guid isPermaLink="false">859@http://diymacserver.com/forum/</guid>
<description>&#60;p&#62;Welcome....&#60;/p&#62;
&#60;p&#62;I'll try to answer your questions as well as I can.&#60;/p&#62;
&#60;p&#62;a) Never seen this behavior before. Did you install the binary version first?&#60;/p&#62;
&#60;p&#62;b) Not that I know of, just create a copy.&#60;/p&#62;
&#60;p&#62;c) same as b.
&#60;/p&#62;</description>
</item>
<item>
<title>eyeprotocol@gmail.com on "Newbie Questions"</title>
<link>http://diymacserver.com/forum/topic/newbie-questions#post-858</link>
<pubDate>Mon, 09 Aug 2010 10:15:50 +0000</pubDate>
<dc:creator>eyeprotocol@gmail.com</dc:creator>
<guid isPermaLink="false">858@http://diymacserver.com/forum/</guid>
<description>&#60;p&#62;Hello all. I am compiling on Snow Leopard following the instructions for the 64bit builds. Everything works fine, however there are a couple of thing that i wish to bring to your attention, in case i should.. well pay attention to.. :)&#60;/p&#62;
&#60;p&#62;a) I am building Mysql from source, creating the proper startup plist file and -&#38;gt;everytime&#38;lt;- i do this, when i reboot the machine - immediately after building it - the computer freezes while shutting down. I have to use the power button in order to turn it off, then on again and the incident never occurs again, despite the number of reboots. Just that first time. What could be a possible reason for this behaviour?&#60;/p&#62;
&#60;p&#62;b) No my.cnf file is being created automatically under /etc. Is there a way to force this?&#60;/p&#62;
&#60;p&#62;c) No php.ini file is being created automatically under /etc. despite the fact that i use &#60;/p&#62;
&#60;p&#62;  --sysconfdir=/etc \&#60;br /&#62;
  --with-config-file-path=/etc \&#60;/p&#62;
&#60;p&#62;when configuring. Why is this happening? Of course addind a php.ini file under /etc works fine afterwards, but one must find (somewhere) a vanilla php.ini file, which i don' t know where it might be.&#60;/p&#62;
&#60;p&#62;Please assist, if possible.
&#60;/p&#62;</description>
</item>
<item>
<title>Richard on "PHP pages not being served by brand new 5.3.3 source build"</title>
<link>http://diymacserver.com/forum/topic/php-pages-not-being-served-by-brand-new-533-source-build#post-857</link>
<pubDate>Sat, 07 Aug 2010 13:02:57 +0000</pubDate>
<dc:creator>Richard</dc:creator>
<guid isPermaLink="false">857@http://diymacserver.com/forum/</guid>
<description>&#60;p&#62;What I usually do in cases like this is to go back to the default configuration and step by step add my changes and test every change if it still works. Usually that points to the problem.
&#60;/p&#62;</description>
</item>
<item>
<title>lholcombe on "PHP pages not being served by brand new 5.3.3 source build"</title>
<link>http://diymacserver.com/forum/topic/php-pages-not-being-served-by-brand-new-533-source-build#post-856</link>
<pubDate>Fri, 06 Aug 2010 19:58:50 +0000</pubDate>
<dc:creator>lholcombe</dc:creator>
<guid isPermaLink="false">856@http://diymacserver.com/forum/</guid>
<description>&#60;p&#62;Well, it's not Apache itself.  I just installed 2.2.16 using the Darwin layout, and PHP is still not working.  It must be some setting somewhere, but I can't think of where to look.
&#60;/p&#62;</description>
</item>
<item>
<title>Richard on "PHP pages not being served by brand new 5.3.3 source build"</title>
<link>http://diymacserver.com/forum/topic/php-pages-not-being-served-by-brand-new-533-source-build#post-855</link>
<pubDate>Thu, 05 Aug 2010 18:06:29 +0000</pubDate>
<dc:creator>Richard</dc:creator>
<guid isPermaLink="false">855@http://diymacserver.com/forum/</guid>
<description>&#60;p&#62;Not that I know of, you are the first to complain.
&#60;/p&#62;</description>
</item>
<item>
<title>lholcombe on "PHP pages not being served by brand new 5.3.3 source build"</title>
<link>http://diymacserver.com/forum/topic/php-pages-not-being-served-by-brand-new-533-source-build#post-854</link>
<pubDate>Wed, 04 Aug 2010 08:24:56 +0000</pubDate>
<dc:creator>lholcombe</dc:creator>
<guid isPermaLink="false">854@http://diymacserver.com/forum/</guid>
<description>&#60;p&#62;Unfortunately, that didn't make any difference.&#60;/p&#62;
&#60;p&#62;Perhaps I should mention that I am using the default version of Apache, not a rebuilt version.  Is there anything specifically wrong with the version included in Snow Leopard?
&#60;/p&#62;</description>
</item>
<item>
<title>Richard on "PHP pages not being served by brand new 5.3.3 source build"</title>
<link>http://diymacserver.com/forum/topic/php-pages-not-being-served-by-brand-new-533-source-build#post-853</link>
<pubDate>Wed, 04 Aug 2010 05:19:17 +0000</pubDate>
<dc:creator>Richard</dc:creator>
<guid isPermaLink="false">853@http://diymacserver.com/forum/</guid>
<description>&#60;p&#62;If this also results in a blank screen there is definitely something wrong with the configuration of Apache. Could you move the AddType statements directly into the httpd.conf just to see if it works. There might be a problem with the ifmodule.
&#60;/p&#62;</description>
</item>
<item>
<title>lholcombe on "PHP pages not being served by brand new 5.3.3 source build"</title>
<link>http://diymacserver.com/forum/topic/php-pages-not-being-served-by-brand-new-533-source-build#post-852</link>
<pubDate>Wed, 04 Aug 2010 03:02:46 +0000</pubDate>
<dc:creator>lholcombe</dc:creator>
<guid isPermaLink="false">852@http://diymacserver.com/forum/</guid>
<description>&#60;p&#62;Okay, I was able to successfully build 5.3.2 today, but I still get a blank screen, in both Safari and Firefox.  If it helps, here's the configure script I used:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;sudo ./configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --sysconfdir=/private/etc --with-apxs2=/usr/sbin/apxs --enable-cli --with-config-file-path=/etc --with-libxml-dir=/usr --with-openssl=/usr --with-kerberos=/usr --with-zlib=/usr --enable-bcmath --with-bz2=/usr --enable-calendar --with-curl=/usr --enable-exif --enable-ftp --with-gd --with-jpeg-dir=/usr/local --with-png-dir=/usr/local --enable-gd-native-ttf --with-ldap=/usr --enable-mbstring --enable-mbregex --with-mysqli=/usr/local/mysql/bin/mysql_config --with-mysqli=mysqlnd --with-pdo-mysql=mysqlnd --with-iodbc=/usr --enable-shmop --with-snmp=/usr --enable-soap --with-pear --enable-sockets --enable-sysvsem --enable-sysvmsg --enable-sysvshm --with-xmlrpc --with-iconv-dir=/usr --with-xsl=/usr --with-pcre-regex --with-pgsql=/Library/PostgreSQL/8.4/bin&#60;/code&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>Richard on "PHP pages not being served by brand new 5.3.3 source build"</title>
<link>http://diymacserver.com/forum/topic/php-pages-not-being-served-by-brand-new-533-source-build#post-851</link>
<pubDate>Tue, 03 Aug 2010 20:17:52 +0000</pubDate>
<dc:creator>Richard</dc:creator>
<guid isPermaLink="false">851@http://diymacserver.com/forum/</guid>
<description>&#60;p&#62;Strange, had no problem whatsoever with 5.3.2. Do you have anything like macports or fink installed? Those might interfere...
&#60;/p&#62;</description>
</item>
<item>
<title>lholcombe on "PHP pages not being served by brand new 5.3.3 source build"</title>
<link>http://diymacserver.com/forum/topic/php-pages-not-being-served-by-brand-new-533-source-build#post-850</link>
<pubDate>Tue, 03 Aug 2010 07:41:07 +0000</pubDate>
<dc:creator>lholcombe</dc:creator>
<guid isPermaLink="false">850@http://diymacserver.com/forum/</guid>
<description>&#60;p&#62;I haven't had any success with 5.3.2.  It built with no errors, but then apachectl would refuse to load the module because of a libiconv incompatibility.
&#60;/p&#62;</description>
</item>
<item>
<title>Richard on "PHP pages not being served by brand new 5.3.3 source build"</title>
<link>http://diymacserver.com/forum/topic/php-pages-not-being-served-by-brand-new-533-source-build#post-849</link>
<pubDate>Mon, 02 Aug 2010 04:42:39 +0000</pubDate>
<dc:creator>Richard</dc:creator>
<guid isPermaLink="false">849@http://diymacserver.com/forum/</guid>
<description>&#60;p&#62;Have you tested this configuration with 5.3.2? I've got 5.3.3 running on a test server without problems. If it loads without a problem then it looks like a config problem.
&#60;/p&#62;</description>
</item>
<item>
<title>lholcombe on "PHP pages not being served by brand new 5.3.3 source build"</title>
<link>http://diymacserver.com/forum/topic/php-pages-not-being-served-by-brand-new-533-source-build#post-848</link>
<pubDate>Mon, 02 Aug 2010 00:33:23 +0000</pubDate>
<dc:creator>lholcombe</dc:creator>
<guid isPermaLink="false">848@http://diymacserver.com/forum/</guid>
<description>&#60;p&#62;The Add Type lines are in a file called php5.conf, which is included in the httpd.conf.  All the directives in php5.conf are enclosed by IfModule tags.&#60;/p&#62;
&#60;p&#62;apachectl -t -D DUMP_MODULES shows that the module is in fact being loaded into Apache with no problems.
&#60;/p&#62;</description>
</item>
<item>
<title>Richard on "PHP pages not being served by brand new 5.3.3 source build"</title>
<link>http://diymacserver.com/forum/topic/php-pages-not-being-served-by-brand-new-533-source-build#post-847</link>
<pubDate>Sun, 01 Aug 2010 14:33:31 +0000</pubDate>
<dc:creator>Richard</dc:creator>
<guid isPermaLink="false">847@http://diymacserver.com/forum/</guid>
<description>&#60;p&#62;Blank pages usually means that the PHP is not parsed. Could be many things wrong. Did you compile everything in 32 bits, no warnings or errors in any of the logs, are the AddType lines added ?&#60;/p&#62;
&#60;p&#62;What happens if you re-install 5.3.2, without changing the config, will it work again? Then something went wrong with the compilation, try it again.
&#60;/p&#62;</description>
</item>
<item>
<title>lholcombe on "PHP pages not being served by brand new 5.3.3 source build"</title>
<link>http://diymacserver.com/forum/topic/php-pages-not-being-served-by-brand-new-533-source-build#post-846</link>
<pubDate>Sun, 01 Aug 2010 08:18:17 +0000</pubDate>
<dc:creator>lholcombe</dc:creator>
<guid isPermaLink="false">846@http://diymacserver.com/forum/</guid>
<description>&#60;p&#62;Thanks to a news item and a patch from this website, I was able to build and install PHP 5.3.3 from source with no troubles.  Unfortunately, it does not seem to be working.  HTML pages from both localhost and my virtual host load fine, but PHP pages do not, including a phpinfo() page.  All I see in both Safari and Firefox is a blank page.  I've checked my error logs, but they are empty.  Everything in the various httpd conf files looks good - again, the virtual host is working just fine.  Previously, when there has been a problem with the PHP module, I got a detailed linker error message when I ran apachectl configtest.  But with this latest build, there are no errors.&#60;/p&#62;
&#60;p&#62;I think I've covered all the basics, but I'm willing to explore any suggestions or solutions.  Thanks in advance for your time.  My primary goal in recompiling PHP is to get PostgreSQL support.&#60;/p&#62;
&#60;p&#62;FYI, I'm running Snow Leopard on a 32-bit processor, if that changes anything.
&#60;/p&#62;</description>
</item>
<item>
<title>Roberto on "ld: symbol(s) not found, running make with PHP5.2.9"</title>
<link>http://diymacserver.com/forum/topic/ld-symbols-not-found-running-make-with-php529#post-771</link>
<pubDate>Thu, 04 Feb 2010 22:14:57 +0000</pubDate>
<dc:creator>Roberto</dc:creator>
<guid isPermaLink="false">771@http://diymacserver.com/forum/</guid>
<description>&#60;p&#62;No Im using PHP 5.3.1. I will try tips on the link.
&#60;/p&#62;</description>
</item>

</channel>
</rss>

