|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2004-03-30 11:04 UTC] iliaa@php.net
[2004-04-05 08:57 UTC] sniper@php.net
|
|||||||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Wed Oct 29 07:00:01 2025 UTC |
Description: ------------ Very simple: when calling odbc_pconnect("myDatabase","",""); --> php.exe crashes. odbc_connect("myDatabase","",""); --> works fine. It works also fine on several other versions of PHP. The Database is Access2000. Binary WIN32 version of PHP. Webserver: Apache. Reproduce code: --------------- <? odbc_pconnect("myDatabase","",""); ?> Expected result: ---------------- no crash... Actual result: -------------- php.exe crashes.