t0k4rt / phpqrcode

php QRcode generator library
GNU Lesser General Public License v3.0
875 stars 389 forks source link

allow to customize temporary directory and to use syslog instead of temporary file #56

Open badpenguin opened 7 months ago

badpenguin commented 7 months ago

1) Allow to customize the logging and cache directory because on some server there are dedicated directories for this.

2) Allow better exception reporting when an exception occurs during PNG generation.

3) Allow to output the errors to syslog since for production server is the best practice.