php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #828 PHP crashes with Win95 error message when accessing mSQL
Submitted: 1998-10-07 05:22 UTC Modified: 1998-10-12 12:03 UTC
From: pete at worldclubs dot net Assigned:
Status: Closed Package: Reproducible Crash
PHP Version: 3.0.5 OS: Win 95 (original release)
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: pete at worldclubs dot net
New email:
PHP Version: OS:

 

 [1998-10-07 05:22 UTC] pete at worldclubs dot net
Apache 1.3.2 (Win32)
mSQL 2.0.1b for Win32

Error A
 * CGI-BIN contains
     - php.exe
     - php.exp
     - php.lib
     - msql1.dll
     - msql2.dll
  * Script line executed
     - "$result = msql("worldclubs","SELECT * FROM music_codes");" // <line 38>
  * Resultant Error
     - "Warning: -1 is not a mSQL link index in d:\program files\apache group\apache\htdocs\new_version\music_table.php3 on line 38"

Error B
  * CGI-BIN contains
     - <As Above>
     - mSQL.dll
  * Script line executed
     - <Unknown. I presume it is as above>
  * Resultant Error (in Win95 error box)
PHP caused an invalid page fault in module <unknown> at 0000:00b025c1.
Registers:
EAX=00000001 CS=0217 EIP=00b025c1 EFLGS=00010202
EBX=00000000 SS=021f ESP=006afda8 EBP=00000000
ECX=00000041 DS=021f ESI=00432577 FS=41e7
EDX=00c2003c ES=021f EDI=0047a420 GS=0000
Bytes at CS:EIP:
32 00 10 00 00 00 00 01 00 00 00 01 00 00 00 00 
Stack dump:
00432577 00000000 00000000 00000001 00425b8a 0047a420 0042e0d0 006af9a4 0042f7ac 00000000 815d80ec 815db3dc 006afe38 005a0000 00000000 00000001 
  * Resultant Error (in browser window after previous message)
     - Load of F:\PROGRAM FILES\APACHE GROUP\APACHE\CGI-BIN\msql.conf failed


The php3.ini file has all standard settings except for;
extension=msql2.dll
extension=msql1.dll  <- I've tried with and without this line

Hope this helps somewhat!


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [1998-10-12 12:03 UTC] zeev
The mSQL Win32 port is not supported by Hughes, and thus,
the mSQL module isn't supported by us under Win32 either...
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 19 22:01:28 2024 UTC