Re: [Bug 978107] Re: not parsing form data as multidimensional variables into $_POST

2012-04-20 Thread GodsMadClown
Yeah, I updated my test VM a few days ago and it's fixed. Go ahead and close it. On 4/20/2012 8:07 PM, Clint Byrum wrote: > I could not reproduce this on the latest 12.04 with PHP 5.3.10-1ubuntu3 > using a basic libapache2-mod-php5 setup. > > _POST comes out as > > Array > ( > [text1] => A

[Bug 978107] Re: not parsing form data as multidimensional variables into $_POST

2012-04-11 Thread GodsMadClown
** No longer affects: php53 (Suse) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/978107 Title: not parsing form data as multidimensional variables into $_POST To manage notifications about this bug

[Bug 978107] Re: not parsing form data as multidimensional variables into $_POST

2012-04-11 Thread GodsMadClown
** Also affects: php53 (Suse) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/978107 Title: not parsing form data as multidimensional variables into $_POST

[Bug 978107] [NEW] not parsing form data as multidimensional variables into $_POST

2012-04-10 Thread GodsMadClown
Public bug reported: I'm having trouble with form data getting into multidimensional data structures on the latest 12.4 beta. I also observe the same behavior on Suse Linux Enterprise, but not on CentOS. What am I missing? I can define one explicitly, demonstrated with $test_array in the code exa