From:             info at bitart dot at
Operating system: win xp
PHP version:      4.3.5
PHP Bug Type:     ODBC related
Bug description:  php crashes when calling odbc_pconnect(...)

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.

-- 
Edit bug report at http://bugs.php.net/?id=27738&edit=1
-- 
Try a CVS snapshot (php4):  http://bugs.php.net/fix.php?id=27738&r=trysnapshot4
Try a CVS snapshot (php5):  http://bugs.php.net/fix.php?id=27738&r=trysnapshot5
Fixed in CVS:               http://bugs.php.net/fix.php?id=27738&r=fixedcvs
Fixed in release:           http://bugs.php.net/fix.php?id=27738&r=alreadyfixed
Need backtrace:             http://bugs.php.net/fix.php?id=27738&r=needtrace
Need Reproduce Script:      http://bugs.php.net/fix.php?id=27738&r=needscript
Try newer version:          http://bugs.php.net/fix.php?id=27738&r=oldversion
Not developer issue:        http://bugs.php.net/fix.php?id=27738&r=support
Expected behavior:          http://bugs.php.net/fix.php?id=27738&r=notwrong
Not enough info:            http://bugs.php.net/fix.php?id=27738&r=notenoughinfo
Submitted twice:            http://bugs.php.net/fix.php?id=27738&r=submittedtwice
register_globals:           http://bugs.php.net/fix.php?id=27738&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=27738&r=php3
Daylight Savings:           http://bugs.php.net/fix.php?id=27738&r=dst
IIS Stability:              http://bugs.php.net/fix.php?id=27738&r=isapi
Install GNU Sed:            http://bugs.php.net/fix.php?id=27738&r=gnused
Floating point limitations: http://bugs.php.net/fix.php?id=27738&r=float

Reply via email to