Re: [PHP] HTML forms & php 4.2.3 - how to get cvs fix applied

2002-11-09 Thread Paul Nicholson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hey, Reconfigure php without "--enable-mbstr-enc-trans" and that will fix the problem. HTH! ~Paul On Friday 08 November 2002 06:56 pm, andy wrote: > I recently updated from 4.2.0 to 4.2.3 - since doing so values submitted > to php from HTML forms usi

[PHP] HTML forms & php 4.2.3 - how to get cvs fix applied

2002-11-09 Thread andy
I recently updated from 4.2.0 to 4.2.3 - since doing so values submitted to php from HTML forms using keys - value="foo[bar]" - get truncated in php - example: if I submit "[EMAIL PROTECTED]" it will come out as "eight13.com" with a print_r($_POST) I found these bug reports which say what app