2400 The FreeBSD Forums - View Single Post - PHP 5.3.2 (was: php 5.3.0)
View Single Post
  #21  
Old September 11th, 2009, 17:35
Seeker's Avatar
Seeker Seeker is offline
Member
 
Join Date: May 2009
Location: Europe/Croatia/Zagreb
Posts: 837
Thanks: 13
Thanked 11 Times in 10 Posts
Default

Now that does it!
He "freezes", he doesn't reply, nor notify...

I came to the point where I really need this new PHP, as I code in it.

So, I've built latest php-5.3.1RC1 with almost all you can imagine.
Just no xmlrpc and PostgreSQL.

MySQL is set to utilize newest mysqlnd!

So after setting config, making it and finally installing it.
I've compressed it and you can download it here:
StarForce.biz
Speed is very high, as it is optical fibers with 5Mbit of upload

It is ment to be in /root
So after decompression, it should be /root/latestPHP

Then check it out with:
Code:
# /root/latestPHP/bin/php -v
# /root/latestPHP/bin/php-cgi -v
You link it to apache then.

And finally with:
Code:
# /root/latestPHP/bin/php -i

!!WARNING!!
You are using something that has been built against MINE ports, which were updated today and this php is LINKED against MINE ports binares.
SO if you do not have VERY SIMILAR port/app layout it might NOT work!


In that case the ONLY way is to built it by yourself.

PS: FreeBSD 7.2 with latest patches
PPS: I've messed up: --with-config-file-path==/usr/local/etc
and it was supposed to be: --with-config-file-path=/usr/local/etc
 
0