View previous topic :: View next topic |
Author |
Message |
edykory -
Joined: 05 Apr 2005 Posts: 2
|
Posted: Tue Apr 05, 2005 7:23 am Post subject: Abyss Service and php.ini configuration |
|
|
Hello everyone.
I'm using Abyss X1 last version and PHP 5.0.3. The problem which I noticed is that if I run the Abyss server from the shortcut (from the start menu) my php.ini gets read, but if I start the service version I tries to read it from c:\windows.
I have set up PHPRC=c:\php and IniFilePath in the registry.
Does anybody know how to configure Abyss to read my php.ini ? (I need it for debugging).
Thanx |
|
Back to top |
|
 |
edykory -
Joined: 05 Apr 2005 Posts: 2
|
Posted: Tue Apr 05, 2005 7:31 am Post subject: PHPIniDir solution |
|
|
Oh, I found some fix.
I guess that the Abyss service doesn't use environment variables or something. One fix was to declare server variables in Scripting parameters.
You can declare PHPRC or PHPIniDir as being c:\php and that will do it. |
|
Back to top |
|
 |
aprelium -
Joined: 22 Mar 2002 Posts: 6800
|
Posted: Tue Apr 05, 2005 12:47 pm Post subject: Re: PHPIniDir solution |
|
|
edykory wrote: | Oh, I found some fix.
I guess that the Abyss service doesn't use environment variables or something. One fix was to declare server variables in Scripting parameters.
You can declare PHPRC or PHPIniDir as being c:\php and that will do it. |
That's the recommended method to configure PHP 5. See http://www.aprelium.com/abyssws/php5win.html . _________________ Support Team
Aprelium - http://www.aprelium.com |
|
Back to top |
|
 |
|