This repository has been archived by the owner on Oct 25, 2022. It is now read-only.
Releases: cossou/JasperPHP
Releases · cossou/JasperPHP
SQLite support
Allow string parameters
Merge pull request #98 from cossou/allow-string-parameters Allow string parameters
Problem with JSON driver
It will now check if the username in driver is set.
If not it will not print it to the command.
Fix problem of missing JDBC drivers
This versions fixes the problem introduced in the 2.4.0 version of missing JDBC jars in the JasperStarter/jdbc directory.
New JasperStarter 3.2 and JSON support
Changes:
- New JasperStarter version 3.2.1
- This versions add support for JSON datasource (check Readme)
(thanks to @StarkLiew )
Throw exception from jasperstarter output command
Merge pull request #70 from ArtisanTinkerer/master Added .' 2>&1' to the exec command.
Fixed wrong execute as user command
Changed execute() function. Wrong validation on the `$run_as_user` strlen Wrong su command -u option
New exception message
Updated the exception message when the report cannot be executed.
New optional database settings
Added optional parameters db_sid
and jdbc_dir
.
New version compatible with JasperReports 6
- JasperReports version 6.0.4
- JasperStarter version 3.0.0 (works with Java8)