#41201 [NEW]: fgets($stdin) does not return after newline if $stdin is filtered

2007-04-26 Thread rganogork at gmail dot com
From: rganogork at gmail dot com Operating system: Gentoo Linux PHP version: 5.2.1 PHP Bug Type: Filter related Bug description: fgets($stdin) does not return after newline if $stdin is filtered Description: If the input stream is filtered then fgets($stdin

#34439 [NEW]: $this present when it shouldn't

2005-09-09 Thread rganogork at gmail dot com
From: rganogork at gmail dot com Operating system: gentoo linux PHP version: 4.4.0 PHP Bug Type: Class/Object related Bug description: $this present when it shouldn't Description: $this should not be defined in the context of a static function call. Repr