You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is it possible to set environment variables.
Example HTTP_COOKIE, PHPRC, SERVER_NAME ??
I my case i have php.ini file in another location then php4App.dll & php5ts.dll.
Environment Variables PHPRC can change the location of php.ini.
I tried RegisterVariable(RequestID, "PHPRC", "D:\php.ini"); but it's not working.
The text was updated successfully, but these errors were encountered:
Hello,
Is it possible to set environment variables.
Example HTTP_COOKIE, PHPRC, SERVER_NAME ??
I my case i have php.ini file in another location then php4App.dll & php5ts.dll.
Environment Variables PHPRC can change the location of php.ini.
I tried RegisterVariable(RequestID, "PHPRC", "D:\php.ini"); but it's not working.
The text was updated successfully, but these errors were encountered: