I download the windows binary for php 3.2.3. However, I am getting problems with string parsing and I read that the solution is to compile without the following directive:
"--enable-mbstr-enc-trans"
Is there a way to disable this feature since I don't compile it myself, such as a modification to the php.ini?
Thanks!

