Ticket #16 (closed defect: fixed)
clientscripts output gzhandler detection
| Reported by: | xue | Owned by: | wei |
|---|---|---|---|
| Priority: | minor | Milestone: | 3.0beta |
| Component: | Prado Framework v3 | Version: | 3.0 |
| Severity: | Keywords: | ||
| Cc: |
Description
1) /framework/Web/Javascripts/clientscripts.php
On lines 29-32:
if ((in_array('gzip', $encodings)
in my php.ini I had output_handler = ob_gzhandler but because ob_gzhandler can't be started twice I got a php error when the above if() condition returned true, because it didn't test for ini_get('output_handler') != 'ob_gzhandler'
2) /framework/Web/Javascripts/extended/base.js AND /framework/Web/Javascripts/extended/util.js
(actual error occurred in /demos/quickstart/assets/5344f349/prado.js)
function isElement (in util.js) has a duplicate (in base.js)
also function $ (in util.js) has a duplicate in prototype lib, but it seems that it's meant to be like that.
Change History
Note: See
TracTickets for help on using
tickets.
