[PHP-DEV] Bug #11828: Useless flock()

2001-07-01 Thread \Hot Soon\
From: \Hot Soon\ [EMAIL PROTECTED] Operating system: Windows 98 SE PHP version: 4.0.6 PHP Bug Type: Filesystem function related Bug description: Useless flock() Both flock($fp,1) and flock($fp,2) always return false. It makes flock() a useless function. -- Edit Bug

[PHP-DEV] Bug #11685 Updated: Bad Auto-Cast

2001-06-30 Thread Hot Soon
ID: 11685 User Update by: Hot Soon[EMAIL PROTECTED] Status: Closed Bug Type: Scripting Engine problem Operating system: Windows 98 SE PHP Version: 4.0.6 Description: Bad Auto-Cast Previous Comments: --- [2001-06-26 07:55

[PHP-DEV] Bug #11685: Bad Auto-Cast

2001-06-26 Thread Hot Soon
From: Hot Soon[EMAIL PROTECTED] Operating system: Windows 98 SE PHP version: 4.0.6 PHP Bug Type: Performance problem Bug description: Bad Auto-Cast Just run this program: ?php $var=-1073741824; #^ Here! $var*=2;$var*=2; var_dump($var); ? It will print out int(0