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
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
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

Pull Requests

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-2025 The PHP Group
All rights reserved.
Last updated: Sun Jul 06 15:01:35 2025 UTC