Date: 12/20/00
- Next message: imran <email protected>: "[PHP-DEV] PHP 4.0 Bug #8333 Updated: Error Loading dll, for extensions"
- Previous message: Sascha Schumann: "[PHP-DEV] Re: [PHP-QA] RE: [PHP-DEV] 4.0.4 Release (Summary of thoughts)"
- Next in thread: imran <email protected>: "[PHP-DEV] PHP 4.0 Bug #8333 Updated: Error Loading dll, for extensions"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
ID: 8333
User Update by: imran <email protected>
Status: Open
Bug Type: *Install and Config
Description: Error Loading dll, for extensions
Apparently php_mssql70.dll requires a couple different SQL dll's to be loaded. (These also come with the network client for SQL by microsoft) You shouldn't have this problem if your SQL server and Web Server are on the same machine.
And these are needed on NT 4.0 as well.
You need at least ntwdblib.dll which comes with the PHP4 distribution .. and at least one of the following:
dbmsadsn.dll
dbmsrpcn.dll
dbmsshrn.dll
dbmssocn.dll for tcp/ip connections
dbmsspxn.dll for ipx/spx connections
dbmsvinn.dll
dbnmpntw.dll for netbios connections
Previous Comments:
---------------------------------------------------------------------------
[2000-12-20 13:42:22] imran <email protected>
Error only occurs with php_mssql70.dll, i believe.
---------------------------------------------------------------------------
[2000-12-20 13:27:20] imran <email protected>
No matter what I've tried.. basically it says
"The specified module could not be found"
---------------------------------------------------------------------------
[2000-12-20 09:16:24] imran <email protected>
Also tried to enter in:
c:phpextensions
for the extension_dir ....
and Again it came up with a similar error message.
except it said that It could not find:
c:phpextensionsphp_mssql70.dll
Notice that the third "" is a "" and not a "/" like in the previous try.
Still no resolution.
imran
---------------------------------------------------------------------------
[2000-12-20 09:03:23] imran <email protected>
I just installed php4.0.3pl1 on a system running Windows NT 4.0 and IIS 4.0 .. They're both updated, etc.
PHP works fine ..
Until I try and load an extension. The one specifically that I'm trying to load is "php_mssql70.dll" .. But when I start services it gives me an error.
In the PHP.INI file, I've got my extension directory set to:
c:phpextensions
Whenever I start w3svc, I get an "Error Loading c:phpextensions/php_mssql70.dll"
See the problem? That one "/" ... And I'm not sure where its coming from. I can't seem to find anyone else with the same problem.
Imran Ahmed
---------------------------------------------------------------------------
Full Bug description available at: http://bugs.php.net/?id=8333
-- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: php-dev-unsubscribe <email protected> For additional commands, e-mail: php-dev-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: imran <email protected>: "[PHP-DEV] PHP 4.0 Bug #8333 Updated: Error Loading dll, for extensions"
- Previous message: Sascha Schumann: "[PHP-DEV] Re: [PHP-QA] RE: [PHP-DEV] 4.0.4 Release (Summary of thoughts)"
- Next in thread: imran <email protected>: "[PHP-DEV] PHP 4.0 Bug #8333 Updated: Error Loading dll, for extensions"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

