|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2001-12-13 09:12 UTC] derick@php.net
[2001-12-13 09:19 UTC] mfischer@php.net
[2001-12-13 12:01 UTC] mop at globalpark dot de
[2001-12-13 12:45 UTC] mfischer@php.net
[2002-01-03 18:01 UTC] lobbin@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Wed Nov 05 09:00:01 2025 UTC |
<? 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