[PHP-DEV] Bug #11463 Updated: Wrong handling of text string currency

2001-06-19 Thread ta

ID: 11463
User Update by: [EMAIL PROTECTED]
Status: Bogus
Bug Type: *General Issues
Operating system: Linux
PHP Version: 4.0.4pl1
Description: Wrong handling of text string currency

You're right. I already saw that. It's an IE bug, IE auto completes the curren 
statement to curren; while netscape doesn't do that.

Previous Comments:
---

[2001-06-13 13:29:45] [EMAIL PROTECTED]
You gotta be kidding? Don't you know anything about HTML??
This is definately NOT a bug in PHP..



---

[2001-06-13 07:42:29] [EMAIL PROTECTED]
It's not possible to output any content that includes the phrase curren in it. The 
curren gets replaced by some mystic char ¤.

The following script reproduces the error:

?

// This gets displayed wrong
echo curren;
echo BR;
// Ths gets displayed wrong also
echo currency;
echo BR;
// This is rendered correctly
echo curre;

?

This error is reproducable on the php sites also (zend.com/php3.com). Just search for 
something and type curren as the search string.


Sincerely

Tom Arnold
Chief Management Application Services
alea active GmbH

---


Full Bug description available at: http://bugs.php.net/?id=11463


-- 
PHP Development Mailing List http://www.php.net/
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP-DEV] Bug #11463: Wrong handling of text string currency

2001-06-19 Thread ta

From: [EMAIL PROTECTED]
Operating system: Linux
PHP version:  4.0.4pl1
PHP Bug Type: Scripting Engine problem
Bug description:  Wrong handling of text string currency

It's not possible to output any content that includes the phrase curren in it. The 
curren gets replaced by some mystic char ¤.

The following script reproduces the error:

?

// This gets displayed wrong
echo curren;
echo BR;
// Ths gets displayed wrong also
echo currency;
echo BR;
// This is rendered correctly
echo curre;

?

This error is reproducable on the php sites also (zend.com/php3.com). Just search for 
something and type curren as the search string.


Sincerely

Tom Arnold
Chief Management Application Services
alea active GmbH


-- 
Edit Bug report at: http://bugs.php.net/?id=11463edit=1



-- 
PHP Development Mailing List http://www.php.net/
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP-DEV] Bug #10950: GetImageSize doesn't work with some jpeg types

2001-05-18 Thread ta

From: [EMAIL PROTECTED]
Operating system: Linux 2.2.19
PHP version:  4.0.5
PHP Bug Type: GetImageSize related
Bug description:  GetImageSize doesn't work with some jpeg types

hi

i tried to use the GetImageSize function on jpeg coming from a CASIO QV-2800UX digital 
camera

it can't get the image size !

looking at the file with an hex viewer, i saw un-standard header (no JFIF at the 
beginning), and extra-infos related to the camera

other programs such as acdsee or photoshop handle the files quite well

is this special features of jpeg? should it or will it be support by this function?

i'm ready to send you such a file if needed

thanks, regards



-- 
Edit Bug report at: http://bugs.php.net/?id=10950edit=1



-- 
PHP Development Mailing List http://www.php.net/
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]