-DPERL_STACKED_HANDLERS

2000-06-24 Thread Joe Lauer
Hi, I'm not sure if this is Embperl or some other issue, but it seems to have only shown up after I installed Embperl, so maybe someone else has had this error happen. After I installed HTML-Embperl 1.2.1 on a system running Apache 1.3.12/mod_perl 1.24, I got this error when I started up Apache:

RE: Outputting binary data with NUL char

2000-06-24 Thread Gerald Richter
> > Is Embperl supposed to suppress the output of NUL characters? > Embperl 1.x is using NUL terminated C strings internaly, so it's interpreting a NUL char as end of string. So currently your only chance is to setup a registry script. Embperl 2.0 (on which I do currently alpha testing) will not