Skip to content
This repository has been archived by the owner on Oct 25, 2022. It is now read-only.

Releases: cossou/JasperPHP

SQLite support

16 Nov 11:47
d24bc69
Compare
Choose a tag to compare

Added support for SQLite connections

Allow string parameters

14 Jun 10:33
afda44a
Compare
Choose a tag to compare
Merge pull request #98 from cossou/allow-string-parameters

Allow string parameters

Problem with JSON driver

14 Jun 10:26
c4d9f7a
Compare
Choose a tag to compare

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

07 Dec 11:56
aa1b74d
Compare
Choose a tag to compare

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

20 Nov 14:54
c798e8a
Compare
Choose a tag to compare

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

29 Jun 21:33
Compare
Choose a tag to compare
Merge pull request #70 from ArtisanTinkerer/master

Added .' 2>&1' to the exec command.

Fixed wrong execute as user command

27 Apr 16:58
Compare
Choose a tag to compare
Changed execute() function.

Wrong validation on the `$run_as_user` strlen
Wrong su command -u option

New exception message

16 Oct 09:08
Compare
Choose a tag to compare

Updated the exception message when the report cannot be executed.

New optional database settings

15 Oct 15:16
Compare
Choose a tag to compare

Added optional parameters db_sid and jdbc_dir.

New version compatible with JasperReports 6

13 Oct 11:01
Compare
Choose a tag to compare
  • JasperReports version 6.0.4
  • JasperStarter version 3.0.0 (works with Java8)