Changes over previous version (0.8), are these:
Also, source code repository has been published on GitHub.
Although more versions have not been published since the end of 2004, OpenClinic development has not been standing all this time. The application has been completely rewritten and has a new graphical look. Changes in MySQL (the default storage is InnoDB now), have led me to publish a new version.
More important changes since 0.7 version (for more details see Changelog):
OpenClinic 0.7 Released!
OpenClinic 0.6 Released!
Changes since 0.5
Changes since 0.4
To resolve this, just do it the following:
1.- Edit openclinic/classes/User.php file
2.- Search "function setPwd($pwd)"
3.- Change $pwd argument to $value
4.- Search "function setPwd2($pwd)"
5.- Change $pwd argument to $value
6.- Save the changes and fixed
Thanks to Ramiro Vergara for reporting this bug.
jact
Changes since 0.3:
Thanks to pazoff, we can enjoy OpenClinic 0.3 in bulgarian language. You can download this extension in http://sourceforge.net/projects/showfiles.php?group_id=70742
Now, PHP >= 4.2 is necessary to run OpenClinic. It is due to session variable changes in PHP 4.2. The application has been tested with versions 4.2.1, 4.2.2 and 4.2.3.