Bug #37276 [Com]: problems witch $_POST array

2010-03-12 Thread rookiecracker at gmail dot com
Edit report at http://bugs.php.net/bug.php?id=37276edit=1

 ID:  37276
 Comment by:  rookiecracker at gmail dot com
 Reported by: puovils at gmail dot com
 Summary: problems witch $_POST array
 Status:  Closed
 Type:Bug
 Package: *General Issues
 PHP Version: 5.1.3
 Assigned To: dmitry

 New Comment:

A href=http://www.eluxuryin.com/; target=_blankLouis Vuitton/A

A href=http://www.eluxuryin.com/; target=_blankLV/A

A href=http://www.eluxuryin.com/; target=_blanklouis vuitton bags/A


Previous Comments:

[2006-05-03 11:48:07] dmi...@php.net

Fixed in CVS HEAD and PHP_5_1.


[2006-05-03 11:05:16] kervala at jpopdb dot net

I just looked in PHP code and I think problem is in
php_register_variable_ex function in main/php_variables.c file.


[2006-05-03 10:34:15] daffy at evil dot lt

Concerning phpMyAdmin :
http://sourceforge.net/forum/message.php?msg_id=3711167



The same problem exists on win32 too.


[2006-05-03 10:30:43] judas dot iscariote at gmail dot com

Yes, there is something very wrong, I have experienced this problem with
phpmyadmin but neglected to report here :-(


[2006-05-03 10:16:33] kervala at jpopdb dot net

I forgot to add that phpMyAdmin isn't working anymore and put Array
strings almost everywhere instead of correct datas...




The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at

http://bugs.php.net/bug.php?id=37276


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


Bug #37276 [Com]: problems witch $_POST array

2010-03-12 Thread rookiecracker at gmail dot com
Edit report at http://bugs.php.net/bug.php?id=37276edit=1

 ID:  37276
 Comment by:  rookiecracker at gmail dot com
 Reported by: puovils at gmail dot com
 Summary: problems witch $_POST array
 Status:  Closed
 Type:Bug
 Package: *General Issues
 PHP Version: 5.1.3
 Assigned To: dmitry

 New Comment:

[url=http://www.linkslondonsale.com/]links of london[/url]

[url=http://www.linkslondonsale.com/]links london[/url]

[url=http://www.linkslondonsale.com/]links of london jewellery[/url]

[url=http://www.linkslondonsale.com/]links of london charms[/url]

[url=http://www.linkslondonsale.com/]links of london on sale[/url]

[url=http://www.linkslondonsale.com/]friendship bracelets[/url]

[url=http://www.linkslondonsale.com/]links of london bracelets[/url]

[url=http://www.linkslondonsale.com/]links of london charms[/url]

[url=http://www.linkslondonsale.com/]links of london charms
bracelets[/url]

[url=http://www.linkslondonsale.com/]links of london necklace[/url]

[url=http://www.linkslondonsale.com/]Links of London Earrings[/url]

[url=http://www.linkslondonsale.com/]Links of London Rings[/url]

[url=http://www.linkslondonsale.com/]links of london watches[/url]

[url=http://www.linkslondonsale.com/]links of london accessories[/url]

[url=http://www.linkslondonsale.com/]links of london sweetie
bracelets[/url]

[url=http://www.eluxuryin.com/]Louis Vuitton[/url]

[url=http://www.eluxuryin.com/]LV[/url]

[url=http://www.eluxuryin.com/]louis vuitton bags[/url]

[url=http://www.eluxuryin.com/]LV bags[/url]


Previous Comments:

[2010-03-13 04:12:07] rookiecracker at gmail dot com

A href=http://www.eluxuryin.com/; target=_blankLouis Vuitton/A

A href=http://www.eluxuryin.com/; target=_blankLV/A

A href=http://www.eluxuryin.com/; target=_blanklouis vuitton bags/A


[2006-05-03 11:48:07] dmi...@php.net

Fixed in CVS HEAD and PHP_5_1.


[2006-05-03 11:05:16] kervala at jpopdb dot net

I just looked in PHP code and I think problem is in
php_register_variable_ex function in main/php_variables.c file.


[2006-05-03 10:34:15] daffy at evil dot lt

Concerning phpMyAdmin :
http://sourceforge.net/forum/message.php?msg_id=3711167



The same problem exists on win32 too.


[2006-05-03 10:30:43] judas dot iscariote at gmail dot com

Yes, there is something very wrong, I have experienced this problem with
phpmyadmin but neglected to report here :-(




The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at

http://bugs.php.net/bug.php?id=37276


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


#37276 [Com]: problems witch $_POST array

2006-05-03 Thread zc dot job at gmx dot net
 ID:  37276
 Comment by:  zc dot job at gmx dot net
 Reported By: puovils at gmail dot com
 Status:  Open
 Bug Type:*General Issues
 PHP Version: 5.1.3
 New Comment:

i also get the problem on a fedora core 5/php 5.1.3,
the problem dosn't apear if the form is submit via GET!

is there a bug fix?

zc


Previous Comments:


[2006-05-03 02:12:58] eric dot caron at gmail dot com

I really don't mean to be chicken little, but isn't this serious
enough that it warrants 5.1.3.1 and/or a recall of 5.1.3?

Its happening on all the linux boxes I've tried.



[2006-05-02 21:25:17] mjackson at datahost dot com

To add to puovils at gmail dot com's comments, you get the expected
results if the form is submitted via GET.



[2006-05-02 14:17:39] puovils at gmail dot com

Description:

problems witch $_POST array

Reproduce code:
---
?php
echo pre;
print_r($_POST);
echo /pre;
?
html
head
titletest/title
meta http-equiv=Content-Type content=text/html; charset=utf-8 /
/head
body
form method=post action= enctype=multipart/form-data
input type=text name=masivasid[id_1] value=Nzzz1/br/
input type=text name=masivasid[id_2] value=Nzzz2/br/
input type=submit/
/form
/body
/html

Expected result:

Array
(
[masivasid] = Array
(
[id_1] = Nzzz1
[id_2] = Nzzz2
)

)

Actual result:
--
Array
(
[masivasid] = Array
(
[id_1] = Nzzz1
[id_2] = Array
(
[id_1] = Nzzz2
)

)

)





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


#37276 [Com]: problems witch $_POST array

2006-05-03 Thread kervala at jpopdb dot net
 ID:  37276
 Comment by:  kervala at jpopdb dot net
 Reported By: puovils at gmail dot com
 Status:  Open
 Bug Type:*General Issues
 PHP Version: 5.1.3
 New Comment:

I also have the same problem on a LFS Linux with PHP 5.1.3 and Apache
2.2.2, all forms of my sites are not working anymore due to this
critical bug...

My HTML code :
--
input class=forminputtext type=text
name=tab[38][partenaire_responsable]
id=tab[38][partenaire_responsable] value=Correct Name
maxlength=100 size=69 /
--

$_POST data returned by this form :
---
[partenaire_responsable] = Array
(
   [tion] = Correct Name
)
---

instead of :
--
[partenaire_responsable] = Correct Name
--

I think the tion index comes from a previous field named
partenaire_description so it could be possible that previous field
name was incorrectly deleted from memory.


Previous Comments:


[2006-05-03 09:17:53] zc dot job at gmx dot net

i also get the problem on a fedora core 5/php 5.1.3,
the problem dosn't apear if the form is submit via GET!

is there a bug fix?

zc



[2006-05-03 02:12:58] eric dot caron at gmail dot com

I really don't mean to be chicken little, but isn't this serious
enough that it warrants 5.1.3.1 and/or a recall of 5.1.3?

Its happening on all the linux boxes I've tried.



[2006-05-02 21:25:17] mjackson at datahost dot com

To add to puovils at gmail dot com's comments, you get the expected
results if the form is submitted via GET.



[2006-05-02 14:17:39] puovils at gmail dot com

Description:

problems witch $_POST array

Reproduce code:
---
?php
echo pre;
print_r($_POST);
echo /pre;
?
html
head
titletest/title
meta http-equiv=Content-Type content=text/html; charset=utf-8 /
/head
body
form method=post action= enctype=multipart/form-data
input type=text name=masivasid[id_1] value=Nzzz1/br/
input type=text name=masivasid[id_2] value=Nzzz2/br/
input type=submit/
/form
/body
/html

Expected result:

Array
(
[masivasid] = Array
(
[id_1] = Nzzz1
[id_2] = Nzzz2
)

)

Actual result:
--
Array
(
[masivasid] = Array
(
[id_1] = Nzzz1
[id_2] = Array
(
[id_1] = Nzzz2
)

)

)





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


#37276 [Com]: problems witch $_POST array

2006-05-03 Thread kervala at jpopdb dot net
 ID:  37276
 Comment by:  kervala at jpopdb dot net
 Reported By: puovils at gmail dot com
 Status:  Critical
 Bug Type:*General Issues
 PHP Version: 5.1.3
 New Comment:

I forgot to add that phpMyAdmin isn't working anymore and put Array
strings almost everywhere instead of correct datas...


Previous Comments:


[2006-05-03 10:14:01] kervala at jpopdb dot net

I also have the same problem on a LFS Linux with PHP 5.1.3 and Apache
2.2.2, all forms of my sites are not working anymore due to this
critical bug...

My HTML code :
--
input class=forminputtext type=text
name=tab[38][partenaire_responsable]
id=tab[38][partenaire_responsable] value=Correct Name
maxlength=100 size=69 /
--

$_POST data returned by this form :
---
[partenaire_responsable] = Array
(
   [tion] = Correct Name
)
---

instead of :
--
[partenaire_responsable] = Correct Name
--

I think the tion index comes from a previous field named
partenaire_description so it could be possible that previous field
name was incorrectly deleted from memory.



[2006-05-03 09:17:53] zc dot job at gmx dot net

i also get the problem on a fedora core 5/php 5.1.3,
the problem dosn't apear if the form is submit via GET!

is there a bug fix?

zc



[2006-05-03 02:12:58] eric dot caron at gmail dot com

I really don't mean to be chicken little, but isn't this serious
enough that it warrants 5.1.3.1 and/or a recall of 5.1.3?

Its happening on all the linux boxes I've tried.



[2006-05-02 21:25:17] mjackson at datahost dot com

To add to puovils at gmail dot com's comments, you get the expected
results if the form is submitted via GET.



[2006-05-02 14:17:39] puovils at gmail dot com

Description:

problems witch $_POST array

Reproduce code:
---
?php
echo pre;
print_r($_POST);
echo /pre;
?
html
head
titletest/title
meta http-equiv=Content-Type content=text/html; charset=utf-8 /
/head
body
form method=post action= enctype=multipart/form-data
input type=text name=masivasid[id_1] value=Nzzz1/br/
input type=text name=masivasid[id_2] value=Nzzz2/br/
input type=submit/
/form
/body
/html

Expected result:

Array
(
[masivasid] = Array
(
[id_1] = Nzzz1
[id_2] = Nzzz2
)

)

Actual result:
--
Array
(
[masivasid] = Array
(
[id_1] = Nzzz1
[id_2] = Array
(
[id_1] = Nzzz2
)

)

)





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


#37276 [Com]: problems witch $_POST array

2006-05-03 Thread judas dot iscariote at gmail dot com
 ID:  37276
 Comment by:  judas dot iscariote at gmail dot com
 Reported By: puovils at gmail dot com
 Status:  Critical
 Bug Type:*General Issues
 PHP Version: 5.1.3
 New Comment:

Yes, there is something very wrong, I have experienced this problem
with phpmyadmin but neglected to report here :-(


Previous Comments:


[2006-05-03 10:16:33] kervala at jpopdb dot net

I forgot to add that phpMyAdmin isn't working anymore and put Array
strings almost everywhere instead of correct datas...



[2006-05-03 10:14:01] kervala at jpopdb dot net

I also have the same problem on a LFS Linux with PHP 5.1.3 and Apache
2.2.2, all forms of my sites are not working anymore due to this
critical bug...

My HTML code :
--
input class=forminputtext type=text
name=tab[38][partenaire_responsable]
id=tab[38][partenaire_responsable] value=Correct Name
maxlength=100 size=69 /
--

$_POST data returned by this form :
---
[partenaire_responsable] = Array
(
   [tion] = Correct Name
)
---

instead of :
--
[partenaire_responsable] = Correct Name
--

I think the tion index comes from a previous field named
partenaire_description so it could be possible that previous field
name was incorrectly deleted from memory.



[2006-05-03 09:17:53] zc dot job at gmx dot net

i also get the problem on a fedora core 5/php 5.1.3,
the problem dosn't apear if the form is submit via GET!

is there a bug fix?

zc



[2006-05-03 02:12:58] eric dot caron at gmail dot com

I really don't mean to be chicken little, but isn't this serious
enough that it warrants 5.1.3.1 and/or a recall of 5.1.3?

Its happening on all the linux boxes I've tried.



[2006-05-02 21:25:17] mjackson at datahost dot com

To add to puovils at gmail dot com's comments, you get the expected
results if the form is submitted via GET.



The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
http://bugs.php.net/37276

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


#37276 [Com]: problems witch $_POST array

2006-05-03 Thread daffy at evil dot lt
 ID:  37276
 Comment by:  daffy at evil dot lt
 Reported By: puovils at gmail dot com
 Status:  Critical
 Bug Type:*General Issues
 PHP Version: 5.1.3
 Assigned To: dmitry
 New Comment:

Concerning phpMyAdmin :
http://sourceforge.net/forum/message.php?msg_id=3711167

The same problem exists on win32 too.


Previous Comments:


[2006-05-03 10:30:43] judas dot iscariote at gmail dot com

Yes, there is something very wrong, I have experienced this problem
with phpmyadmin but neglected to report here :-(



[2006-05-03 10:16:33] kervala at jpopdb dot net

I forgot to add that phpMyAdmin isn't working anymore and put Array
strings almost everywhere instead of correct datas...



[2006-05-03 10:14:01] kervala at jpopdb dot net

I also have the same problem on a LFS Linux with PHP 5.1.3 and Apache
2.2.2, all forms of my sites are not working anymore due to this
critical bug...

My HTML code :
--
input class=forminputtext type=text
name=tab[38][partenaire_responsable]
id=tab[38][partenaire_responsable] value=Correct Name
maxlength=100 size=69 /
--

$_POST data returned by this form :
---
[partenaire_responsable] = Array
(
   [tion] = Correct Name
)
---

instead of :
--
[partenaire_responsable] = Correct Name
--

I think the tion index comes from a previous field named
partenaire_description so it could be possible that previous field
name was incorrectly deleted from memory.



[2006-05-03 09:17:53] zc dot job at gmx dot net

i also get the problem on a fedora core 5/php 5.1.3,
the problem dosn't apear if the form is submit via GET!

is there a bug fix?

zc



[2006-05-03 02:12:58] eric dot caron at gmail dot com

I really don't mean to be chicken little, but isn't this serious
enough that it warrants 5.1.3.1 and/or a recall of 5.1.3?

Its happening on all the linux boxes I've tried.



The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
http://bugs.php.net/37276

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


#37276 [Com]: problems witch $_POST array

2006-05-03 Thread kervala at jpopdb dot net
 ID:  37276
 Comment by:  kervala at jpopdb dot net
 Reported By: puovils at gmail dot com
 Status:  Critical
 Bug Type:*General Issues
 PHP Version: 5.1.3
 Assigned To: dmitry
 New Comment:

I just looked in PHP code and I think problem is in
php_register_variable_ex function in main/php_variables.c file.


Previous Comments:


[2006-05-03 10:34:15] daffy at evil dot lt

Concerning phpMyAdmin :
http://sourceforge.net/forum/message.php?msg_id=3711167

The same problem exists on win32 too.



[2006-05-03 10:30:43] judas dot iscariote at gmail dot com

Yes, there is something very wrong, I have experienced this problem
with phpmyadmin but neglected to report here :-(



[2006-05-03 10:16:33] kervala at jpopdb dot net

I forgot to add that phpMyAdmin isn't working anymore and put Array
strings almost everywhere instead of correct datas...



[2006-05-03 10:14:01] kervala at jpopdb dot net

I also have the same problem on a LFS Linux with PHP 5.1.3 and Apache
2.2.2, all forms of my sites are not working anymore due to this
critical bug...

My HTML code :
--
input class=forminputtext type=text
name=tab[38][partenaire_responsable]
id=tab[38][partenaire_responsable] value=Correct Name
maxlength=100 size=69 /
--

$_POST data returned by this form :
---
[partenaire_responsable] = Array
(
   [tion] = Correct Name
)
---

instead of :
--
[partenaire_responsable] = Correct Name
--

I think the tion index comes from a previous field named
partenaire_description so it could be possible that previous field
name was incorrectly deleted from memory.



[2006-05-03 09:17:53] zc dot job at gmx dot net

i also get the problem on a fedora core 5/php 5.1.3,
the problem dosn't apear if the form is submit via GET!

is there a bug fix?

zc



The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
http://bugs.php.net/37276

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


#37276 [Com]: problems witch $_POST array

2006-05-02 Thread mjackson at datahost dot com
 ID:  37276
 Comment by:  mjackson at datahost dot com
 Reported By: puovils at gmail dot com
 Status:  Open
 Bug Type:*General Issues
 PHP Version: 5.1.3
 New Comment:

To add to puovils at gmail dot com's comments, you get the expected
results if the form is submitted via GET.


Previous Comments:


[2006-05-02 14:17:39] puovils at gmail dot com

Description:

problems witch $_POST array

Reproduce code:
---
?php
echo pre;
print_r($_POST);
echo /pre;
?
html
head
titletest/title
meta http-equiv=Content-Type content=text/html; charset=utf-8 /
/head
body
form method=post action= enctype=multipart/form-data
input type=text name=masivasid[id_1] value=Nzzz1/br/
input type=text name=masivasid[id_2] value=Nzzz2/br/
input type=submit/
/form
/body
/html

Expected result:

Array
(
[masivasid] = Array
(
[id_1] = Nzzz1
[id_2] = Nzzz2
)

)

Actual result:
--
Array
(
[masivasid] = Array
(
[id_1] = Nzzz1
[id_2] = Array
(
[id_1] = Nzzz2
)

)

)





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


#37276 [Com]: problems witch $_POST array

2006-05-02 Thread eric dot caron at gmail dot com
 ID:  37276
 Comment by:  eric dot caron at gmail dot com
 Reported By: puovils at gmail dot com
 Status:  Open
 Bug Type:*General Issues
 PHP Version: 5.1.3
 New Comment:

I really don't mean to be chicken little, but isn't this serious
enough that it warrants 5.1.3.1 and/or a recall of 5.1.3?

Its happening on all the linux boxes I've tried.


Previous Comments:


[2006-05-02 21:25:17] mjackson at datahost dot com

To add to puovils at gmail dot com's comments, you get the expected
results if the form is submitted via GET.



[2006-05-02 14:17:39] puovils at gmail dot com

Description:

problems witch $_POST array

Reproduce code:
---
?php
echo pre;
print_r($_POST);
echo /pre;
?
html
head
titletest/title
meta http-equiv=Content-Type content=text/html; charset=utf-8 /
/head
body
form method=post action= enctype=multipart/form-data
input type=text name=masivasid[id_1] value=Nzzz1/br/
input type=text name=masivasid[id_2] value=Nzzz2/br/
input type=submit/
/form
/body
/html

Expected result:

Array
(
[masivasid] = Array
(
[id_1] = Nzzz1
[id_2] = Nzzz2
)

)

Actual result:
--
Array
(
[masivasid] = Array
(
[id_1] = Nzzz1
[id_2] = Array
(
[id_1] = Nzzz2
)

)

)





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