ID: 14486
Updated by: mfischer
Reported By: [EMAIL PROTECTED]
Status: Feedback
Bug Type: Reproducible crash
Operating System: Linux 2.4.x
PHP Version: 4.0.6
New Comment:
Not reproducable with 4.0.6.
Are you using external mysql libs?
Please give latest 4.1.0 a try.
Previous Comments:
------------------------------------------------------------------------
[2001-12-13 09:12:22] [EMAIL PROTECTED]
Can you make a backtrace? >> bugs.php.net/how-to-report.php
Derick
------------------------------------------------------------------------
[2001-12-13 09:01:29] [EMAIL PROTECTED]
<?
mysql_connect("localhost","hund","test");
mysql_select_db("test");
mysql_query("describe hund");
echo "test";
?>
This small script causes a funny segfault.
Tested with apache 1.3.20 and 1.3.19 with php versions 4.0.2 and 4.0.6
------------------------------------------------------------------------
Edit this bug report at http://bugs.php.net/?id=14486&edit=1
--
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]