From: [EMAIL PROTECTED]
Operating system: OpenBSD 2.7
PHP version: 4.0.3pl1
PHP Bug Type: Date/time related
Bug description: date() doesn't return the RFC 822 date
echo date("r") returns "r" instead of RFC 822 date.
--
Edit Bug report at: http://bugs.php.net/?id=9146&edi
From: [EMAIL PROTECTED]
Operating system: OpenBSD 2.7
PHP version: 4.0.3pl1
PHP Bug Type: Strings related
Bug description: unexpected behavior of chop(), ltrim(), rtrim(), and trim()
chop(), trim(), ltrim(), and rtrim() do not remove \v, \r, or \n.
# chop();
echo "
From: [EMAIL PROTECTED]
Operating system: OpenBSD 2.7
PHP version: 4.0.3pl1
PHP Bug Type: Strings related
Bug description: a possible bug in count_chars
The following code stops at 254, whereas the documentation says count_chars ought to
generate an array of 256 element.
v
From: [EMAIL PROTECTED]
Operating system: OpenBSD 2.7
PHP version: 4.0.3pl1
PHP Bug Type: *General Issues
Bug description: Only one var allowed in a class
The following class definition lists three vars, yet they are all treated as one, as
the call to report() shows. I'd l