ID: 14614
User updated by: [EMAIL PROTECTED]
Reported By: [EMAIL PROTECTED]
Status: Closed
Bug Type: DOM XML related
Operating System: Windows
PHP Version: 4.1.0
New Comment:
thanx.
Btw. where can I see the list of changes ?
like :
[4.06][4.10]
lastchild() last_child()
/ M
From: [EMAIL PROTECTED]
Operating system: Windows
PHP version: 4.1.0
PHP Bug Type: DOM XML related
Bug description: lastchild();
Under PHP 4.06 this works fine :
return $parent->lastchild();
Under PHP 4.10 it gives an error:
"unknown function"
Did you rename this