On 19 Mar 2004 at 19:23, Lester Caine wrote: > [EMAIL PROTECTED] wrote: > > > I'm trying to run PHP5 RC1 on a Windows 2000 test server with Apache 2.0.47. > > Mines 2.0.48, but no problem. > > > Upon installation, when I first started Apache again, I got an error message to > > the effect > > that php4ts.dll could not be found in the c:\winnt\system32 directory. This is > > curious for > > two reasons: first and foremost, if anything is missing, it should be php5ts.dll, > > not > > php4ts.dll; second, php4ts.dll never used to be in the system32 directory and that > > never > > caused any problems. But it's no use cursing PHP5, so I copied php4ts.dll to the > > system32 directory and stopped getting the error message. Not a pretty solution, > > though. > > First - you did change httpd.conf to point at the new module? > Second option, is there something 'extra' in your setup that > is from PHP4?
Yes, certainly, to the first question, and no to the second. I went over httpd.conf very carefully a couple of times to make sure nothing else in the file refers to PHP 4 or to an old directory. On 19 Mar 2004 at 20:28, Red Wingate wrote: > I'm running RC1 on Win2k 2.0.47 without any problems. Make sure u updated > your PATH settings as some folders got renamed or moved. Add /path/to/php > and /path/to/php/dlls to your PATH setup. Switch 'extensions' to 'ext' in your > php.ini as well if you still have an old version from an old PHP5 beta or PHP4 > release. I simply copy all needed DLLs to my system32 directory, so there's no need to add anything to my system paths. Also, I went over php.ini with ExamDiff to make sure I wouldn't miss any changes; the "extensions" directory is properly set. > Otherwise consult the updated install.txt for more information As I said, the installation instructions haven't changed much. Mostly, it seems that PHP5 was simply substituted for PHP4 in the text. There's even a bit about it not being safe to use PHP as a module because it's "new", which is later contradicted by the statement "Now that version 4.1 introduces a safer sapi module, we recommend that you configure PHP as a module in Apache". I'm not complaining because of course these instructions are provided free of charge etc, but you can't really rely on them as being accurate for the latest release of PHP. Thanks anyway, Erik -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php