I created an extension based on some tutorials and began to develop extension using eclipse IDE with PHP source.
I compiled the extension independently using phpize not compiled with whole PHP. Now I have the .so file then I moved it to the /usr/lib/php5/20090626+lfs directory and updated php.ini file, these locations are for already installed php. not from the source where I compiled the extension. (installed PHP and PHP source both are same version PHP 5.3.10 so that i can run the extension on already installed locations)
here is my question, How do i test my extension using the same php source which i used in eclipse. I don't want to install the PHP that resides in eclipse work space again but how do we specify the php.ini and load extensions in compiled php source itself?