ID: 27738
Comment by: sengelmann at gmx dot de
Reported By: info at bitart dot at
Status: Open
Bug Type: ODBC related
Operating System: win xp
PHP Version: 4.3.5
New Comment:
Same PRoblem with Windows 2000 Prof.
Error: (zend_hash_index_find)
Previous Comments:
------------------------------------------------------------------------
[2004-03-27 15:00:20] info at bitart dot at
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 this bug report at http://bugs.php.net/?id=27738&edit=1