[snip]
OK. One of the silly classes fails, saying --
Fatal error: No parent class available in this context in biff.php on line
52
line 52 is --
49 function BiffWriter()
50 {
51 error_reporting (E_ALL);
52 parent::BiffBase();
53 $this->_fill_AA_notation();
54 }
This is on a server with PHP 4.04. Does anyone have any clues as to why it
might not work?
[/snip]
I actually identified this in the above post without realizing it. The 4.04
version of PHP does not support the parent:: directive. Ah well, looks like
we're going to have to clear some time for an upgrade.
Thanks!
Jay
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php