François Perrad schrieb:
chromatic a écrit :
On Tuesday 08 July 2008 02:36:37 François PERRAD via RT wrote:
This bug starts with r28354 (cache string).
The cache don't handle empty string.
Now, in Pipp (PHP), an empty string is used to stringify boolean False.
// languages/pipp/src/pmc/phpboo
chromatic a écrit :
On Tuesday 08 July 2008 02:36:37 François PERRAD via RT wrote:
This bug starts with r28354 (cache string).
The cache don't handle empty string.
Now, in Pipp (PHP), an empty string is used to stringify boolean False.
// languages/pipp/src/pmc/phpboolean.pmc
STRING* get_s
On Tuesday 08 July 2008 02:36:37 François PERRAD via RT wrote:
> This bug starts with r28354 (cache string).
> The cache don't handle empty string.
>
> Now, in Pipp (PHP), an empty string is used to stringify boolean False.
> // languages/pipp/src/pmc/phpboolean.pmc
> STRING* get_string() {
>