Commit 1d0367e381b25dee94317845add01855597f36d3
1 parent
53ac5003
Exists in
master
and in
7 other branches
Remoção da compactação zlib que estava apresentando erros na carga de wms
Showing
2 changed files
with
5 additions
and
5 deletions
Show diff stats
classesphp/funcoes_gerais.php
| ... | ... | @@ -2275,12 +2275,12 @@ function echojson($a) |
| 2275 | 2275 | //ob_clean(); |
| 2276 | 2276 | error_reporting(0); |
| 2277 | 2277 | ob_end_clean(); |
| 2278 | - if(extension_loaded('zlib')) | |
| 2279 | - {ob_start('ob_gzhandler');} | |
| 2278 | + //if(extension_loaded('zlib')) | |
| 2279 | + //{ob_start('ob_gzhandler');} | |
| 2280 | 2280 | header("Content-type: text/html"); |
| 2281 | 2281 | echo $a; |
| 2282 | - if(extension_loaded('zlib')) | |
| 2283 | - {ob_end_flush();} | |
| 2282 | + //if(extension_loaded('zlib')) | |
| 2283 | + //{ob_end_flush();} | |
| 2284 | 2284 | exit; |
| 2285 | 2285 | } |
| 2286 | 2286 | /* | ... | ... |
classesphp/mapa_controle.php