From: [EMAIL PROTECTED]
Operating system: Win98SE/Linux
PHP version: 4.0.6
PHP Bug Type: XML related
Bug description: XML methods don't have $this set!
When you use XML methods in a script, $this doesn't get set or is buggy.
That means you can't use instance variables or met
ID: 12959
User updated by: [EMAIL PROTECTED]
Reported By: [EMAIL PROTECTED]
Old Status: Bogus
Status: Open
Bug Type: XML related
Operating System: Win98SE/Linux
PHP Version: 4.0.6
New Comment:
I noticed this bug is reported in several ways here (I didn't see these before
posting, the 10 bug on 1
ID: 12959
User updated by: [EMAIL PROTECTED]
Reported By: [EMAIL PROTECTED]
Old Status: Bogus
Status: Open
Bug Type: XML related
Operating System: Win98SE/Linux
PHP Version: 4.0.6
New Comment:
$this outside a class? All references to $this are inside the class methods.
Previous Comments:
---