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,
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:
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
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
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
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', '+[
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
32 matches
Mail list logo