PEAR is archived and read-only

This mirror preserves historical PEAR package releases and metadata so existing references remain available.

Home » HTML » HTML_AJAX » Bug #8304

bug in generateJavaScriptClient()

Details

Submitted2006-07-27 07:33 UTC
Fromjan at motubo dot com
Assignedjeichorn
StatusClosed
PackageHTML_AJAX
PHP Version5.1.4
OSDebian/Sarge
Roadmaps(Not assigned)

Comments

[2006-07-27 07:33 UTC] jan at motubo dot com

Description:
------------
On line 234:
$client .= $this->generateClassStub($this->_exportedInstances[$name]['exportedName']);

Correct (at least that helps):
$client .= $this->generateClassStub($name);

This incorrect line leads to "always true" of the first if-clause in HTML_AJAX::generateClassStub() in line 261 because of different cases between 'name' and 'exportedName'.

[2006-07-31 08:08 UTC] jan at motubo dot com

sorry, auto-fill in has led into false summary

[2006-08-09 05:31 UTC] jeichorn at php dot net

Fixed in SVN thanks