diff --git a/classesphp/mapa_googleearth.php b/classesphp/mapa_googleearth.php index 151231e..6817234 100644 --- a/classesphp/mapa_googleearth.php +++ b/classesphp/mapa_googleearth.php @@ -36,6 +36,7 @@ i3geo/classesphp/mapa_googleearth.php */ //error_reporting(E_ALL); +error_reporting(0); if (!function_exists('ms_GetVersion')) { $s = PHP_SHLIB_SUFFIX; diff --git a/classesphp/mapa_googlemaps.php b/classesphp/mapa_googlemaps.php index 0a8e260..4acfd32 100644 --- a/classesphp/mapa_googlemaps.php +++ b/classesphp/mapa_googlemaps.php @@ -60,6 +60,7 @@ i3geo/classesphp/mapa_googlemaps.php */ //error_reporting(E_ALL); +error_reporting(0); if (!function_exists('ms_GetVersion')) { $s = PHP_SHLIB_SUFFIX; diff --git a/classesphp/mapa_openlayers.php b/classesphp/mapa_openlayers.php index 2c4c7ea..685e2c5 100644 --- a/classesphp/mapa_openlayers.php +++ b/classesphp/mapa_openlayers.php @@ -59,6 +59,7 @@ Arquivo: i3geo/classesphp/mapa_openlayers.php */ +error_reporting(0); $_COOKIE = array(); if (!function_exists('ms_GetVersion')) { diff --git a/testamapfile.php b/testamapfile.php index f100ea4..f960acf 100644 --- a/testamapfile.php +++ b/testamapfile.php @@ -54,6 +54,7 @@ include("ms_configura.php"); include("classesphp/funcoes_gerais.php"); require_once("classesphp/pega_variaveis.php"); include_once ("classesphp/carrega_ext.php"); +error_reporting(0); // //carrega o phpmapscript // -- libgit2 0.21.2