[PHP-INST] Re: [PHP-WIN] on W2K server

2002-09-20 Thread yasin inat
Yes U're right Olivier Hubert ... in my configration .. php4ts.dll has been changed ... i've noticed by it's size i've remembered that a bit over 1MB ... but i saw 4MB . i've checked ... Overwrited with new one . & it's OK now even i'

[PHP-INST] Re: [PHP-WIN] on W2K server

2002-09-19 Thread Olivier Hubert
Hi, I've had the same kind of problem, I don't know if what I propose will solve yours (my error message was "The specified procedure could not be found"). First of all, make sure your paths are all right and that you copied the php4ts.dll in the good windows directory. If you still have a pr

[PHP-INST] RE: [PHP-WIN] on W2K server

2002-09-19 Thread Dash McElroy
I've got Apache 2.0.40 and PHP 4.2.3 running just fine as a sapi on my win2k pro box. Possible reasons: 1. Apache 2.0.40 and PHP4.2.3 like each other, as do 2.0.39 and php 4.2.2 (but don't mix and match). 2. The path to your sapi plugin is incorrect (mine is at c:/php/sapi/php4apache2.dll). -Da