Archive for the ‘PHP’ Category

$PHP_AUTOCONF and $PHP_HEADERCONF Problem on ubuntu.

Tuesday, April 8th, 2008

I installed with new php 5.2 version on ubuntu. it was working fine. but when i tried to compile some more extension using phpize. i found errors to define $PHP_AUTOCONF and $PHP_HEADERCONF env variables. i spent about 2 hours to solve that problem and don’t want others to waste their time. just install autoconf and autoheader with the below command

aptitude install autoconf autoheader

That command will install required files at required locations and start rock with phpize :).

CakePHP + AMFPHP + Flex

Thursday, March 20th, 2008

While moving around flex and php i found so many resource of my type combination applications, it’s CakePHP + AMFPHP + Flex. CakePHP is well known framework based over MVC architecture. AMFPHP is a free open-source PHP implementation of the Action Message Format(AMF).

What i like about AMFPHP, Can be easily integrated with CakePHP framework. Right now i’m bit busy so can’t give try to this. but soon i’ll give it serious try and post here continuously.