php.ini NOT located in usr/local/lib

Frej

Verified User
Joined
Jun 15, 2008
Messages
110
what im saying to be exact, the php ini is on that location however when i check the php.info none of the custom configuration i added on usr/local/lib is not taking into effect despite that i restart httpd service.
im not sure why its using default config and from where

note i did upgrade from 5.3 to 5.4 with custombuild
 
Which PHP mode is used on the system? Please post the output of:
Code:
cd /usr/local/directadmin/custombuild
./build options
 
appears php.ini config was just old and for php 5.3 only so when i upgraded 5.4, it used default config. anyway i used custombuild to get the working php ini now and it works.
 
Back
Top