hey all,
i have a php script in which i take a certain chars buffer and 'echo' it as it is to the caller of the script.
the problem is that it actually prints only the first chars, until it reaches a 0x00 char in the middle of the buffer and stops right there.
i consider this as a problem because i've checked it on other apache boxes and there it prints all the buffer, including the unregular chars.
10x.
i have a php script in which i take a certain chars buffer and 'echo' it as it is to the caller of the script.
the problem is that it actually prints only the first chars, until it reaches a 0x00 char in the middle of the buffer and stops right there.
i consider this as a problem because i've checked it on other apache boxes and there it prints all the buffer, including the unregular chars.
10x.