Not the php.ini file. I'm looking for a file wich tell appache to load some extra module for php.
In fact, I have a problem when I start Apache : i have some error which looks like the php lib use 2 config files. I have 3 lib (imap, ldap, pgsql) which cause problems. I tried to put it off from the configure directives of php, but apache still want it. I've put it back on the php configure directives, but now, they seems to be twice. Apache give me a lot of error as :
PHP Warning: Function registration failed - duplicate name - pg_setclientencoding in Unknown on line 0
Could somebody explain me how it works ? What does apache when it launch php ? where could be the fonction registration for pg_setclientcoding (it's not in httpd.conf)
Thanks a lot :+)