phpreports 0.4.9-2.1 source package in Ubuntu
Changelog
phpreports (0.4.9-2.1) unstable; urgency=low * Non-maintainer upload. * Update phpreports to PHP 5.4: fix "Call-time pass-by-reference" errors. Affected files are: ./database/db_oracle.php, database/db_odbc.phpi and php/PHPReportRow.php (Closes: #658874) -- Mònica Ramírez Arceda <email address hidden> Sat, 28 Apr 2012 11:48:23 +0200
Upload details
- Uploaded by:
- Fernando Ike de Oliveira
- Uploaded to:
- Sid
- Original maintainer:
- Fernando Ike de Oliveira
- Architectures:
- all
- Section:
- web
- Urgency:
- Low Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Trusty | release | universe | web |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
phpreports_0.4.9-2.1.dsc | 1.6 KiB | 30235e788ca1c9593257bd440b3bd3ad9535094afb37502f8915f91590ba23aa |
phpreports_0.4.9.orig.tar.gz | 114.4 KiB | 2f5a8ee5222dc5d1bef97dc2f80def717c27466f7108bc67e2b0803cde743dfb |
phpreports_0.4.9-2.1.diff.gz | 2.8 KiB | bfdf36e54977bc9921c838866395c7ff11f0de137ade1cdc74a3cca92d56fd88 |
Available diffs
- diff from 0.4.9-2 (in Ubuntu) to 0.4.9-2.1 (842 bytes)
No changes file available.
Binary packages built by this source
- phpreports: XML-based report generator for PHP
A common business need is the ability to generate reports dynamically from
an SQL database and present the information in a tabular fashion.
PHPReports takes an XML definition of the general layout of the report and a
query, and produces a finished report in one of several formats.
.
PHPReports is both a useful report generation package, as well as an
excellent demonstration of the power of XML/XSLT.