[PHP-BUG] Bug #55378 [NEW]: binary number literal returns float number though its value is enough small

2011-08-06 Thread for-bugs at hnw dot jp
From: Operating system: MacOSX PHP version: 5.4.0alpha3 Package: Scripting Engine problem Bug Type: Bug Bug description:binary number literal returns float number though its value is enough small Description: The binary numbers format(see #50648,

Bug #54479 [Com]: round(1e15+0.1) returns 1e15+0.1 instead of 1e15

2011-04-06 Thread for-bugs at hnw dot jp
Edit report at http://bugs.php.net/bug.php?id=54479&edit=1 ID: 54479 Comment by: for-bugs at hnw dot jp Reported by: for-bugs at hnw dot jp Summary:round(1e15+0.1) returns 1e15+0.1 instead of 1e15 Status: Bogus Type:

[PHP-BUG] Bug #54479 [NEW]: round(1e15+0.1) returns 1e15+0.1 instead of 1e15

2011-04-06 Thread for-bugs at hnw dot jp
From: Operating system: any PHP version: 5.3.6 Package: Math related Bug Type: Bug Bug description:round(1e15+0.1) returns 1e15+0.1 instead of 1e15 Description: When round() is called with 1 argument which value is between 1e15 and 2^53, round() retu

Bug #54334 [Com]: The behavior for rounding to small precision was changed and is against RFC

2011-04-03 Thread for-bugs at hnw dot jp
Edit report at http://bugs.php.net/bug.php?id=54334&edit=1 ID: 54334 Comment by: for-bugs at hnw dot jp Reported by: for-bugs at hnw dot jp Summary:The behavior for rounding to small precision was changed and is against

[PHP-BUG] Bug #54334 [NEW]: The behavior for rounding to small presicion was changed and is against RFC

2011-03-21 Thread for-bugs at hnw dot jp
From: Operating system: Intel Linux and Intel MacOSX PHP version: 5.3.6 Package: Math related Bug Type: Bug Bug description:The behavior for rounding to small presicion was changed and is against RFC Description: The behavior of function round() was

[PHP-BUG] Bug #53370 [NEW]: Some relative date/time format returns incorrect result at the end of DST

2010-11-21 Thread for-bugs at hnw dot jp
From: Operating system: Linux and MacOSX PHP version: 5.3.3 Package: Date/time related Bug Type: Bug Bug description:Some relative date/time format returns incorrect result at the end of DST Description: Relative date/time format '+[number]sec', '+[

[PHP-BUG] Bug #52826 [NEW]: phpinfo is incorrect for bzip2 stream wrapper

2010-09-13 Thread for-bugs at hnw dot jp
From: Operating system: any PHP version: 5.3.3 Package: Bzip2 Related Bug Type: Bug Bug description:phpinfo is incorrect for bzip2 stream wrapper Description: The bzip2 stream filter 'compress.bzip2://' is introduced by bzip2 extension. However, this

#48418 [Com]: NaN > NaN, NaN > 0, NaN < 0 return true

2010-01-10 Thread for-bugs at hnw dot jp
ID: 48418 Comment by: for-bugs at hnw dot jp Reported By: phplists at stanvassilev dot com Status: Verified Bug Type: Math related Operating System: * PHP Version: 5.*, 6 (2009-08-04) New Comment: Sorry, previous post was incollect

#48418 [Com]: NaN > NaN, NaN > 0, NaN < 0 return true

2010-01-10 Thread for-bugs at hnw dot jp
ID: 48418 Comment by: for-bugs at hnw dot jp Reported By: phplists at stanvassilev dot com Status: Verified Bug Type: Math related Operating System: * PHP Version: 5.*, 6 (2009-08-04) New Comment: This is good fix. The fix affects only

#46926 [Bgs]: mktime() is slow when it gets very small 3rd argument

2009-06-24 Thread for-bugs at hnw dot jp
ID: 46926 User updated by: for-bugs at hnw dot jp Reported By: for-bugs at hnw dot jp Status: Bogus Bug Type: Performance problem Operating System: * PHP Version: 5.2.8 Assigned To: derick New Comment: I noticed this is fixed on PHP 5.2.10

#48375 [NEW]: AppendIterator::append() never ends, which has SplFileObject as inner iterator

2009-05-24 Thread for-bugs at hnw dot jp
From: for-bugs at hnw dot jp Operating system: * PHP version: 5.2.9 PHP Bug Type: SPL related Bug description: AppendIterator::append() never ends, which has SplFileObject as inner iterator Description: The second AppendIterator::append() call goes endless loop

#48254 [NEW]: Inconsistent handling of huge numerical keys for array

2009-05-12 Thread for-bugs at hnw dot jp
From: for-bugs at hnw dot jp Operating system: any PHP version: 5.2.9 PHP Bug Type: Arrays related Bug description: Inconsistent handling of huge numerical keys for array Description: There is inconsistency in dealing with huge numerical array key. We know PHP

#47745 [Asn]: FILTER_VALIDATE_INT doesn't allow minimum integer

2009-03-31 Thread for-bugs at hnw dot jp
ID: 47745 User updated by: for-bugs at hnw dot jp Reported By: for-bugs at hnw dot jp Status: Assigned Bug Type: Filter related Operating System: * PHP Version: 5.2.9 Assigned To: dmitry New Comment: Result on 64bit environment: $ php -r

#47836 [NEW]: array operator [] has inconsistency when the array has PHP_MAX_INT index value.

2009-03-30 Thread for-bugs at hnw dot jp
From: for-bugs at hnw dot jp Operating system: * PHP version: 5.2.9 PHP Bug Type: Arrays related Bug description: array operator [] has inconsistency when the array has PHP_MAX_INT index value. Description: The behavior of operator [] to the array is sometimes

#47752 [NEW]: FILTER_VALIDATE_INT doesn't allow "+0" and "-0"

2009-03-22 Thread for-bugs at hnw dot jp
From: for-bugs at hnw dot jp Operating system: * PHP version: 5.2.9 PHP Bug Type: Filter related Bug description: FILTER_VALIDATE_INT doesn't allow "+0" and "-0" Description: FILTER_VALIDATE_INT doesn't allow "+0" and

#46926 [Bgs]: mktime() is slow when it gets very small 3rd argument

2009-03-21 Thread for-bugs at hnw dot jp
ID: 46926 User updated by: for-bugs at hnw dot jp Reported By: for-bugs at hnw dot jp Status: Bogus Bug Type: Performance problem Operating System: * PHP Version: 5.2.8 Assigned To: derick New Comment: This bug is not same as #45822. This

#47745 [NEW]: FILTER_VALIDATE_INT doesn't allow minimum integer

2009-03-21 Thread for-bugs at hnw dot jp
From: for-bugs at hnw dot jp Operating system: any PHP version: 5.2.9 PHP Bug Type: Filter related Bug description: FILTER_VALIDATE_INT doesn't allow minimum integer Description: Although -2147483648 is the minimum integer in 32bit enviro

#47370 [Asn]: array_unique has backward compatibility problem, and SORT_REGULAR is confusing

2009-02-28 Thread for-bugs at hnw dot jp
ID: 47370 User updated by: for-bugs at hnw dot jp Reported By: for-bugs at hnw dot jp Status: Assigned Bug Type: Arrays related Operating System: * -PHP Version: 5.2.9RC1 +PHP Version: 5.2.9 Assigned To: andrei New Comment: Hi, Andrei

#47399 [Opn]: mb_check_encoding returns true with illegal SJIS string

2009-02-15 Thread for-bugs at hnw dot jp
ID: 47399 User updated by: for-bugs at hnw dot jp Reported By: for-bugs at hnw dot jp Status: Open Bug Type: mbstring related Operating System: any PHP Version: 5.2.9RC2 New Comment: Proposed fix is here: http://hnw.sakura.ne.jp/mb_check_encoding

#47399 [NEW]: mb_check_encoding returns true with illegal SJIS string

2009-02-15 Thread for-bugs at hnw dot jp
From: for-bugs at hnw dot jp Operating system: any PHP version: 5.2.9RC2 PHP Bug Type: mbstring related Bug description: mb_check_encoding returns true with illegal SJIS string Description: mb_check_encoding returns true when specific invalid "SJIS" or

#47370 [Opn->Bgs]: array_unique has backward compatibility problem, and SORT_REGULAR is confusing

2009-02-14 Thread for-bugs at hnw dot jp
ID: 47370 User updated by: for-bugs at hnw dot jp Reported By: for-bugs at hnw dot jp -Status: Open +Status: Bogus Bug Type: Arrays related Operating System: any PHP Version: 5.2.9RC1 New Comment: OK, you think comparing elements as

#47370 [Fbk->Opn]: array_unique has backward compatibility problem, and SORT_REGULAR is confusing

2009-02-12 Thread for-bugs at hnw dot jp
ID: 47370 User updated by: for-bugs at hnw dot jp Reported By: for-bugs at hnw dot jp -Status: Feedback +Status: Open Bug Type: Arrays related Operating System: any PHP Version: 5.2.9RC1 New Comment: Thank you so much. The snapshot

#47370 [Opn]: array_unique has backward compatibility problem, and SORT_REGULAR is confusing

2009-02-12 Thread for-bugs at hnw dot jp
ID: 47370 User updated by: for-bugs at hnw dot jp Reported By: for-bugs at hnw dot jp Status: Open Bug Type: Arrays related Operating System: any PHP Version: 5.2.9RC1 New Comment: Sorry, reproduce code was incorrect. Correct code is below

#47370 [NEW]: array_unique has backward compatibility problem, and SORT_REGULAR is confusing

2009-02-12 Thread for-bugs at hnw dot jp
From: for-bugs at hnw dot jp Operating system: any PHP version: 5.2.9RC1 PHP Bug Type: Arrays related Bug description: array_unique has backward compatibility problem, and SORT_REGULAR is confusing Description: In PHP5.2.9RC1, array_unique() returns different

#46932 [NEW]: strtotime() has inconsistency between 'next Monday' and '+1 Monday'

2008-12-22 Thread for-bugs at hnw dot jp
From: for-bugs at hnw dot jp Operating system: any PHP version: 5.2.8 PHP Bug Type: Date/time related Bug description: strtotime() has inconsistency between 'next Monday' and '+1 Monday' Description: With PHP 5.2.8 or 5.3.0alpha3, 'ne

#46930 [NEW]: 5.3.0alpha3's strtotime() returns inconsistent result with some relative items

2008-12-22 Thread for-bugs at hnw dot jp
From: for-bugs at hnw dot jp Operating system: any PHP version: 5.3.0alpha3 PHP Bug Type: Date/time related Bug description: 5.3.0alpha3's strtotime() returns inconsistent result with some relative items Description: strtotime() of PHP 5.3.0alpha3 re

#45822 [Com]: Invalid value passed to strtotime() causes endless loop

2008-12-22 Thread for-bugs at hnw dot jp
ID: 45822 Comment by: for-bugs at hnw dot jp Reported By: matt at neimeyer dot org Status: Assigned Bug Type: Date/time related Operating System: * PHP Version: 5.2CVS, 5.3CVS, 6CVS (2008-08-14) Assigned To: derick New Comment: As well

#46926 [Opn]: mktime() is slow when it gets very small 3rd argument

2008-12-22 Thread for-bugs at hnw dot jp
ID: 46926 User updated by: for-bugs at hnw dot jp Reported By: for-bugs at hnw dot jp Status: Open Bug Type: Performance problem Operating System: any PHP Version: 5.2.8 New Comment: I'm sorry, reproduce code depends on my timezone. Replace

#46926 [NEW]: mktime() is slow when it gets very small 3rd argument

2008-12-22 Thread for-bugs at hnw dot jp
From: for-bugs at hnw dot jp Operating system: any PHP version: 5.2.8 PHP Bug Type: Performance problem Bug description: mktime() is slow when it gets very small 3rd argument Description: when it gots very small 3rd argument, mktime() performs 1000 times slower

#46478 [NEW]: htmlentities() uses obsolete mapping table for character entity references

2008-11-04 Thread for-bugs at hnw dot jp
From: for-bugs at hnw dot jp Operating system: * PHP version: 5.2.6 PHP Bug Type: Strings related Bug description: htmlentities() uses obsolete mapping table for character entity references Description: ext/standard/html.c has incorrect mapping table which

#45712 [Ctl]: $something == NaN returns true with 5.3, false with 5.2.*

2008-08-05 Thread for-bugs at hnw dot jp
ID: 45712 User updated by: for-bugs at hnw dot jp Reported By: for-bugs at hnw dot jp Status: Critical Bug Type: Variables related Operating System: * PHP Version: 5.2CVS, 5.3CVS, 6CVS (2008-08-05) New Comment: NaN is not exact number. So, NaN

#45712 [NEW]: $something == NaN returns true with PHP 5.3.0, which returns false until 5.2.6

2008-08-04 Thread for-bugs at hnw dot jp
From: for-bugs at hnw dot jp Operating system: MacOSX PHP version: 5.3.0alpha1 PHP Bug Type: Variables related Bug description: $something == NaN returns true with PHP 5.3.0, which returns false until 5.2.6 Description: There is == operator's problem de