quimera-solutions / php-ext

Automatically exported from code.google.com/p/php-ext
Other
1 stars 0 forks source link

Problem with XML Reader #2

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Use of ext-xmlreader.inc.php

What is the expected output? What do you see instead?
I got an error message when using this class.

What version of the product are you using? On what operating system?
phpext-full-0.8.1.zip on Windows XP, Apache/2.0.53, PHP 5.1.6

Please provide any additional information below.
I think the problem is in the file ext-xmlreader.inc.php at line 37. I have
this:

$params = parent::getConfigParams($false);

(false with a '$', like a variable name)

Original issue reported on code.google.com by donald.l...@gmail.com on 8 Apr 2008 at 10:58

GoogleCodeExporter commented 9 years ago
Fixed on 0.8.2

Original comment by sergeiw on 14 Apr 2008 at 9:32