Cannot redeclare clear_parse() after upgrade to PHP 4.3

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
tcpman
Forum Newbie
Posts: 1
Joined: Sun Jun 08, 2003 5:51 am
Location: Hong Kong
Contact:

Cannot redeclare clear_parse() after upgrade to PHP 4.3

Post by tcpman »

I have searched the net for more information regarding this but cannot seem to find many resources on it - at least, not in English.

I'm trying to install some PHP based applications on my system (a Gentoo Linux source based distro.) but am having some problems in more than one of them. Searching online, it appears that my problem is related to PHP 4.3.x - rather than the packages I am trying to install. I only found one reference to it online - at http://groups.google.com/groups?hl=en&l ... %26hl%3Den , which wasn't that helpful as far as fixing is concerned since i'm not writing the program (and therefore wouldn't know what to change).

That link should probably explain what my problem is - basically, I get errors saying that I cannot redeclare clear_parse() .

As in the newsgroup posting, I did not have this problem before PHP 4.3 . Are there any changes I can make to PHP config to fix this? It seems several packages I am trying to install use this "undocumented" method of doing things.

Thanks,

Terence
Post Reply