Hi !
I'm a frenchie people who would like to modify some things in the source code, but I have some problems :
*** When I modify a value in PHP.INI, phpinfo() shows to me it's OK. But when I create a new variable in PHP.INI, I don't find it then in phpinfo(). I have restarted apache but it doesn't change anything.... Why ??
*** I would like to acess in the source code of PHP to the variable SERVER_ADMIN that you can find in HTTPD.CONF. To access a variable in PHP.INI, you must use INI_STR, INI_INT..., to access an environment variable, you must use GETENV(), but to access a server variable ... ??
Thanks to answer and to help, because I think these problems will drive me crazy !!!