I have compiled and intalled PHP4.3.4 on a Linux box with configuration options for XML parsing and tree building. Without using php.ini file my codes are working fine. When I use php.ini, I could not get my XML output at all. I have compared the phpinfo outputs for both with php.ini and without php.ini scenarios. There are some differences between the php info outputs. However, I still can not ping point what is wrong with using php.ini.
twigletmac wrote:What are the differences? Have you configured the php.ini to account for those differences?
Mac
I have tried as much as I can to match up the differences. Some phpinfo information are not straight due to the php.ini. This issue is quite tricky now.
twigletmac wrote:What are the differences that you have not been able to correct in the php.ini?
Mac
Hi I turned on the PHP error display key (display_errors = on) in the php.ini file to debug what was really wrong. It seems that the source of the problem is from a missing PEAR.php in the include directory.