#15267 [Csd]: "declare" makes apacke crashes under Windows.

2004-01-20 Thread ferguson at becon dot org
ID: 15267 User updated by: ferguson at becon dot org Reported By: ferguson at becon dot org Status: Closed Bug Type: Scripting Engine problem Operating System: Windows 2000 PHP Version: 4.2.3 New Comment: Should the documentation not mention that

Bug #17418: if statment not working?

2002-05-24 Thread ferguson
From: [EMAIL PROTECTED] Operating system: win98 PHP version: 4.2.1 PHP Bug Type: Unknown/Other Function Bug description: if statment not working? I belive this is a bug but i could be wrong because i find it hard to belive the the if statment would not be wroking. $YesMen

Bug #17412: security problem with set_error_handler()

2002-05-24 Thread ferguson
From: [EMAIL PROTECTED] Operating system: any PHP version: 4.2.1 PHP Bug Type: Unknown/Other Function Bug description: security problem with set_error_handler() One reason I use set_error_handler() is to catch possible security problems... if a cracker/hacker is trying to ga

Bug #17395: isset not properly documented

2002-05-23 Thread ferguson
From: [EMAIL PROTECTED] Operating system: win98 PHP version: 4.2.1 PHP Bug Type: Documentation problem Bug description: isset not properly documented no where can i find that iset will check for array elements. eg. isset($HTTP_SESSION_VARS['LoginStat']) if it is set, i

Bug #17393: @ operator does not work properly

2002-05-23 Thread ferguson
From: [EMAIL PROTECTED] Operating system: Win98 PHP version: 4.2.1 PHP Bug Type: *General Issues Bug description: @ operator does not work properly When using set_error_handler() the @ operator does not work. It could be that it is not ment to work! If this is the case, i

Bug #16777 Updated: Multiple odbc connections failing

2002-04-30 Thread jarod . ferguson
$total_s_o = countsignedout ($project_id); $total_pend = countpending ($project_id); $total = $total_appr + $total_granted + $total_s_o + $total_pend; print ("$p_name$total$total_appr$total_pend$total_granted$total_s_o"); I may just be doing something wrong, but I have had very good performance untill now. Any feedback would be appreciative. Thanks. Jarod Ferguson -- Edit this bug report at http://bugs.php.net/?id=16777&edit=1

Bug #16777: Multiple odbc connections failing

2002-04-23 Thread jarod . ferguson
_s_o = countsignedout ($project_id); $total_pend = countpending ($project_id); $total = $total_appr + $total_granted + $total_s_o + $total_pend;