php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #2792 mssql.dll not loaded after compile
Submitted: 1999-11-22 16:51 UTC Modified: 2000-07-23 03:09 UTC
From: anton at concord dot ru Assigned:
Status: Closed Package: Dynamic loading
PHP Version: 4.0 Beta 3 OS: NT 4.0 / IIS 4.0
Private report: No CVE-ID: None
 [1999-11-22 16:51 UTC] anton at concord dot ru
I build mssql.dll from last source code of PHP v.4.3 betta under Microsoft Visual C++ 5.0. It's compiled and build OK.
After this I copied it into my PHP directory and used

dl('mssql.dll');

in my php code. (Error was written to syslog of NT)
After code execution I see:

The description for Event ID ( 2000 ) in Source ( c-client ) could not be found. It contains the following insertion string(s): c-client[296], PHP Warning:  Invalid library (maybe not a PHP library) 'mssql.dll'  in Unknown on line 0.

Thank you.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-07-23 03:09 UTC] zak at cvs dot php dot net
Does the problem still happen with the most recent release?
If so, please submit a new bug report...
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 19 09:01:27 2024 UTC