ID: 27738
Updated by: [EMAIL PROTECTED]
Reported By: info at bitart dot at
-Status: Open
+Status: Feedback
Bug Type: ODBC related
Operating System: win xp
PHP Version: 4.3.5
New Comment:
Do you have any zend extensions loaded via php.ini?
Previous Comments:
------------------------------------------------------------------------
[2004-03-29 07:35:05] sengelmann at gmx dot de
Same PRoblem with Windows 2000 Prof.
Error: (zend_hash_index_find)
------------------------------------------------------------------------
[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