Menu

#4 PHP3.XX Compatibility

open
nobody
None
5
2001-11-10
2001-11-10
Anonymous
No

Version 2.01 Won't work with PHP 3 out of the box.
Seems simple to fix.

1. Common.inc needs to have functions defined before
use. Just cut and paste function defs first.

2. Common.inc uses htmlentities($desc,ENT_QUOTES)
PHP3.xx doesn't use ENT_QUOTES. Just use htmlentities
($desc). Not sure if this changes anything or not -
htmlentities in PHP3.xx has different defaults.

Discussion


Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.