Re: [PHP-WIN] Problem with Modules

2003-12-21 Thread Cole Hubbard
Tried all that. Couldn't get any of it to work. Would compiling PHP myself have any effect? If so, how would I go about doing this? (What's a good compiler?) Php Maillist wrote: > I just know a little about it > In my memory, the key action is to modify the correct path of dynamic > library in

Re: [PHP-WIN] Problem with Modules

2003-12-21 Thread php maillist
I just know a little about it In my memory, the key action is to modify the correct path of dynamic library in php.ini yesI always be annoyed by it because the PHP sometimes read his configs(php.ini) from c:/winnt/ and sometimes from the path which it be installed in. find the php.ini and test

php-windows Digest 21 Dec 2003 19:39:44 -0000 Issue 2051

2003-12-21 Thread php-windows-digest-help
php-windows Digest 21 Dec 2003 19:39:44 - Issue 2051 Topics (messages 22410 through 22412): Re: Problem with Modules 22410 by: Svensson, B.A.T. (HKG) 22412 by: Cole Hubbard random access 22411 by: Ahmad Khashan Administrivia: To subscribe to the digest, e-mail:

Re: [PHP-WIN] Problem with Modules

2003-12-21 Thread Cole Hubbard
Here's the error message: Unknown(): Unable to load dynamic library 'C:\PHP\extensions\php_.dll' - The specified module could not be found. Yet I know the module file is there. I just don't know why it's not loading them. This happens with different modules every time. After I cycle th

[PHP-WIN] random access

2003-12-21 Thread Ahmad Khashan
Assuming a record length of 100 characters and i want to read approximately the last 5 records, here is the code: --code- Last n records read in last 500 characters:"); echo(""); fseek($handle , $nchars, SEEK_END); // $buf = fgets($handle, 100);// will read till a newli

RE: [PHP-WIN] Problem with Modules

2003-12-21 Thread Svensson, B.A.T. (HKG)
Can you give a more detial error description? And what do you mean it runs fine? Fine excpet when you try to execute a php script via the webserver? IF you want to execute php scritps on IIS, there are several steps that needs to be completed in order to make it work. -Original Message-