I have php-4.0.6 running on sun cobalt raq 550.
I installed the php-4.3.0. And use the configure command as this
./configure' '--prefix=/usr' '--with-apxs=/usr/sbin/apxs' '--with-curl' '--with-openssl' '--with-png' '--with-regex=system' '--with-mysql' '--enable-sockets' '--with-xml' '--enable-wddx'
but somehow my interbase is not working
so
i go back to configure, make and make install
this time
my configure command is
./configure' '--prefix=/usr' '--with-apxs=/usr/sbin/apxs' '--with-curl' '--with-openssl' '--with-png' '--with-regex=system' '--with-mysql' '--with-interbase' '--enable-sockets' '--with-xml' '--enable-wddx'
configure, make, make install all passed. and http.conf changes, restart apache all passed.
but when i do the phpinfo(), it is still giving me the old configure command (without the interbase option i added in the second time).
and interbase is still not working.
what is wrong?
help please!!!