I like getting bug reports (not that I get many ;-) since it is good way to make pjjTextBase better–and I want to continuously improve my script. However, before you let me know that something doesn't work as you expected, please make sure:
display_errors = On error_reporting = E_ALLor you have following line in your script (equivalent to above setting, but affects only current script):
error_reporting(E_ALL);You can read about error reporting in the PHP manual.
Please let me know: