Commit 92fc19fa3d06c2ee061026cadb1cdee4ed87668c

Authored by Edmar Moretti
1 parent 8ce89066

inclusao do JSON e GZIP

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
classesphp/carrega_ext.php
... ... @@ -43,7 +43,7 @@ Array com a lista de extensoes que devem ser carregadas pelo i3geo.
43 43  
44 44 Outras extensoes exigidas pelo i3geo também são verificadas, como mapscript e gd.
45 45 */
46   -$extensoes = array("libxml","SimpleXML","dom","xml","simplexml","mbstring");
  46 +$extensoes = array("zlib","libxml","SimpleXML","dom","xml","simplexml","mbstring");
47 47 if (isset($ler_extensoes))
48 48 {
49 49 $extensoes = explode(",",$ler_extensoes);
... ...