#21397 [NEW]: magic_quotes? or some thing is wrongfully modifying specific strings

2003-01-03 Thread danlo
From: [EMAIL PROTECTED]
Operating system: FreeBSD  4.6 Stable
PHP version:  4.3.0
PHP Bug Type: Unknown/Other Function
Bug description:  magic_quotes? or some thing is wrongfully modifying specific strings

Something about magic_qoutes (or the URL=>_GET) is adding extra '>' in
specific situations. (As if it was trying to close the tags.) For example
(magic quotes on).

Input$_GET has
<[<  <[>< 
<-<  <-><

And in addition the ,"\n\n" seams to be adding its own '>'.

A script showing this problem is below:



";
echo "\n";
if ($_GET['text']) echo "htmlentities returns:
",htmlentities($_GET['text']),"\n";

?>










-- 
Edit bug report at http://bugs.php.net/?id=21397&edit=1
-- 
Try a CVS snapshot: http://bugs.php.net/fix.php?id=21397&r=trysnapshot
Fixed in CVS:   http://bugs.php.net/fix.php?id=21397&r=fixedcvs
Fixed in release:   http://bugs.php.net/fix.php?id=21397&r=alreadyfixed
Need backtrace: http://bugs.php.net/fix.php?id=21397&r=needtrace
Try newer version:  http://bugs.php.net/fix.php?id=21397&r=oldversion
Not developer issue:http://bugs.php.net/fix.php?id=21397&r=support
Expected behavior:  http://bugs.php.net/fix.php?id=21397&r=notwrong
Not enough info:http://bugs.php.net/fix.php?id=21397&r=notenoughinfo
Submitted twice:http://bugs.php.net/fix.php?id=21397&r=submittedtwice
register_globals:   http://bugs.php.net/fix.php?id=21397&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=21397&r=php3
Daylight Savings:   http://bugs.php.net/fix.php?id=21397&r=dst
IIS Stability:  http://bugs.php.net/fix.php?id=21397&r=isapi
Install GNU Sed:http://bugs.php.net/fix.php?id=21397&r=gnused




#21397 [Opn]: magic_quotes? or some thing is wrongfully modifying specific strings

2003-01-03 Thread danlo
 ID:   21397
 User updated by:  [EMAIL PROTECTED]
 Reported By:  [EMAIL PROTECTED]
 Status:   Open
 Bug Type: Unknown/Other Function
 Operating System: FreeBSD  4.6 Stable
 PHP Version:  4.3.0
 New Comment:

Thank you for your time, if you have any questions about the script, or
need to see it run on our system, please feel free to contact me.

-daniel


Previous Comments:


[2003-01-03 14:28:16] [EMAIL PROTECTED]

Something about magic_qoutes (or the URL=>_GET) is adding extra '>' in
specific situations. (As if it was trying to close the tags.) For
example (magic quotes on).

Input$_GET has
<[<  <[>< 
<-<  <-><

And in addition the ,"\n\n" seams to be adding its own '>'.

A script showing this problem is below:



";
echo "\n";
if ($_GET['text']) echo "htmlentities returns:
",htmlentities($_GET['text']),"\n";

?>














-- 
Edit this bug report at http://bugs.php.net/?id=21397&edit=1




#21397 [Opn->Csd]: magic_quotes? or some thing is wrongfully modifying specific strings

2003-01-03 Thread danlo
 ID:   21397
 User updated by:  [EMAIL PROTECTED]
 Reported By:  [EMAIL PROTECTED]
-Status:   Open
+Status:   Closed
 Bug Type: Unknown/Other Function
 Operating System: FreeBSD  4.6 Stable
 PHP Version:  4.3.0
 New Comment:

This seams to be something about my computer.  I don't know what is
causing it.  It happens on IE/NS/Opera


Previous Comments:


[2003-01-03 14:29:07] [EMAIL PROTECTED]

Thank you for your time, if you have any questions about the script, or
need to see it run on our system, please feel free to contact me.

-daniel



[2003-01-03 14:28:16] [EMAIL PROTECTED]

Something about magic_qoutes (or the URL=>_GET) is adding extra '>' in
specific situations. (As if it was trying to close the tags.) For
example (magic quotes on).

Input$_GET has
<[<  <[>< 
<-<  <-><

And in addition the ,"\n\n" seams to be adding its own '>'.

A script showing this problem is below:



";
echo "\n";
if ($_GET['text']) echo "htmlentities returns:
",htmlentities($_GET['text']),"\n";

?>














-- 
Edit this bug report at http://bugs.php.net/?id=21397&edit=1




#21397 [Opn]: magic_quotes? or some thing is wrongfully modifying specific strings

2003-01-03 Thread danlo
 ID:   21397
 User updated by:  [EMAIL PROTECTED]
 Reported By:  [EMAIL PROTECTED]
 Status:   Open
 Bug Type: Unknown/Other Function
 Operating System: FreeBSD  4.6 Stable
 PHP Version:  4.3.0
 New Comment:

Thank you for your time,

It is something about my computer, I tried this bug on netscape, ie,
opera (latests), and it appeared on all of them, but when I checked on
another computer, it didn't have that problem.  I have no idea whats
going on.  I think re-install windows 2000 -again.  (I do this about 2
or 3 times a year.)


-daniel


Previous Comments:


[2003-01-03 15:32:47] [EMAIL PROTECTED]

I ran that script, and the output was as could be expected

might I ask what version of PHP you are running? i might be a very old
one which had a bug like that, though that is quite unlikely



[2003-01-03 14:46:24] [EMAIL PROTECTED]

This seams to be something about my computer.  I don't know what is
causing it.  It happens on IE/NS/Opera



[2003-01-03 14:29:07] [EMAIL PROTECTED]

Thank you for your time, if you have any questions about the script, or
need to see it run on our system, please feel free to contact me.

-daniel



[2003-01-03 14:28:16] [EMAIL PROTECTED]

Something about magic_qoutes (or the URL=>_GET) is adding extra '>' in
specific situations. (As if it was trying to close the tags.) For
example (magic quotes on).

Input$_GET has
<[<  <[>< 
<-<  <-><

And in addition the ,"\n\n" seams to be adding its own '>'.

A script showing this problem is below:



";
echo "\n";
if ($_GET['text']) echo "htmlentities returns:
",htmlentities($_GET['text']),"\n";

?>














-- 
Edit this bug report at http://bugs.php.net/?id=21397&edit=1




#21397 [Opn->Csd]: magic_quotes? or some thing is wrongfully modifying specific strings

2003-01-03 Thread danlo
 ID:   21397
 User updated by:  [EMAIL PROTECTED]
 Reported By:  [EMAIL PROTECTED]
-Status:   Open
+Status:   Closed
 Bug Type: Unknown/Other Function
 Operating System: FreeBSD  4.6 Stable
 PHP Version:  4.3.0
 New Comment:

I am closing this bug, as it is a problem on my client (W2k) side, and
the server (FreeBSD) is ok.

-daniel


Previous Comments:


[2003-01-03 16:01:29] [EMAIL PROTECTED]

Thank you for your time,

It is something about my computer, I tried this bug on netscape, ie,
opera (latests), and it appeared on all of them, but when I checked on
another computer, it didn't have that problem.  I have no idea whats
going on.  I think re-install windows 2000 -again.  (I do this about 2
or 3 times a year.)


-daniel



[2003-01-03 15:32:47] [EMAIL PROTECTED]

I ran that script, and the output was as could be expected

might I ask what version of PHP you are running? i might be a very old
one which had a bug like that, though that is quite unlikely



[2003-01-03 14:46:24] [EMAIL PROTECTED]

This seams to be something about my computer.  I don't know what is
causing it.  It happens on IE/NS/Opera



[2003-01-03 14:29:07] [EMAIL PROTECTED]

Thank you for your time, if you have any questions about the script, or
need to see it run on our system, please feel free to contact me.

-daniel



[2003-01-03 14:28:16] [EMAIL PROTECTED]

Something about magic_qoutes (or the URL=>_GET) is adding extra '>' in
specific situations. (As if it was trying to close the tags.) For
example (magic quotes on).

Input$_GET has
<[<  <[>< 
<-<  <-><

And in addition the ,"\n\n" seams to be adding its own '>'.

A script showing this problem is below:



";
echo "\n";
if ($_GET['text']) echo "htmlentities returns:
",htmlentities($_GET['text']),"\n";

?>














-- 
Edit this bug report at http://bugs.php.net/?id=21397&edit=1