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
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
35 - 28 = ?
Subscribe to this entry?

 
 [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 16 17:01:30 2024 UTC