php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #462 Using mSQL2 functions on Windows 95 causes PHP to crash.
Submitted: 1998-06-15 14:43 UTC Modified: 1998-08-13 15:10 UTC
From: jgilbert at nortel dot ca Assigned:
Status: Closed Package: mSQL related
PHP Version: 3.0 Final Release OS: Windows 95
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If this is not your bug, you can add a comment by following this link.
If this is your bug, but you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: jgilbert at nortel dot ca
New email:
PHP Version: OS:

 

 [1998-06-15 14:43 UTC] jgilbert at nortel dot ca
Any PHP script that uses mSQL2 functions in it will cause the interpreter to crash with the standard
"illegal operation" message from Windows 95.

The HTML output, if any (some scripts will produce output before crashing, others will crash before
sending output) reports the following error: "Load of C:\PHP3\msql.conf failed". 

Copying my msql.conf file to the PHP3 directory still causes the scripts to crash, but after doing so the
"Load of C:\PHP3\msql.conf failed" error does not appear. The script simply crashes with the illegal 
operation message.

I'm running the NON-ISAPI, standard CGI version on an OmniHTTPD (non multi-threaded) server. I'm
loading the mSQL2 module by defining "extension=msql2.dll" in the config file.

mSQL 1 appears to work, however that doesn't do me any good. The only apparent work around is to install
an mSQL ODBC driver and go through ODBC, but that means converting all of the SQL statements to ODBC
statements.

Please provide an answer as soon as possible. Thanks in advance.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [1998-08-13 15:10 UTC] shane
Until msql is officialy ported, msql on windows is experimental and unsupported.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue Apr 23 21:01:31 2024 UTC