View Single Post
Old 01-09-2004, 05:36 AM  
anjo
Junior Member
 
Join Date: Dec 2003
Posts: 5
Default

With the cli (php v4.3.4) and the windir/systemdir in enivronment everything seems to be working as it should.

How to add windir and systemdir to environment, iotrial:
"
$windir="c:\\windows\\";
putenv("WINDIR=".$windir);
putenv("SYSTEMROOT=".$windir);
"
anjo is offline