Commit d926bf5862a6c80a40bd4fe0c629a9fdb1edca32
1 parent
1baef7ab
Exists in
master
and in
7 other branches
--no commit message
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
classesphp/carrega_ext.php
... | ... | @@ -44,7 +44,7 @@ Array com a lista de extensoes que devem ser carregadas pelo i3geo. |
44 | 44 | Outras extensoes exigidas pelo i3geo também são verificadas, como mapscript e gd. |
45 | 45 | */ |
46 | 46 | $ler_extensoes = ""; |
47 | -if(function_exists("dl")){ | |
47 | +if(!function_exists("dl")){ | |
48 | 48 | $extensoes = array("zlib","libxml","SimpleXML","dom","xml","simplexml","mbstring"); |
49 | 49 | if (isset($ler_extensoes)) |
50 | 50 | { | ... | ... |