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
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
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
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
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
$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
_s_o = countsignedout
($project_id);
$total_pend = countpending
($project_id);
$total = $total_appr + $total_granted
+ $total_s_o + $total_pend;