You need to be Payday Loans UK Why would you

Update to php 5.3.6 problem (autoconf: required version 2.68 not found)

Was updating php on FreeBSD to php 5.3.6 lang/php5 updated correctly but when I tried update php5-extensions – it cause problems. I also tried article portupgrade for certain module also didn’t work (php5-mcrypt, for example): howtobsd# portupgrade php5-mcrypt [Updating the pkgdb in /var/db/pkg ... - 951 packages found (-1 +0) (...) done] —> Upgrading ‘php5-mcrypt-5.3.3_2′ [...]

PHP Warning: Xdebug MUST be loaded as a Zend extension in Unknown on line 0

howtobsd# php -v PHP Warning: Xdebug MUST be loaded as a Zend extension in Unknown on line 0 Warning: Xdebug MUST be loaded as a Zend extension in Unknown on line 0 PHP 5.3.3 with Suhosin-Patch (cli) (built: Sep 25 2010 23:22:23) (DEBUG) Copyright (c) 1997-2009 The PHP Group Zend Engine v2.3.0, Copyright (c) 1998-2010 [...]

Update php5-* without portupgrade “php5-*”

The following solution update php5-* without portupgrade “php5-*” For example if you lose db with information about installed ports There is a simple solution to deinstal\reinstall\install extention php5 I suppose you’ve already installed (updated) php5. create script: #touch php5_update.sh #vim php5_update.sh and past this: #!/bin/sh grep -oE ‘=[a-z]+’ /usr/local/etc/php/extensions.ini | \ sed -E ‘s/^./php5-/’ | [...]