]> git.openstreetmap.org Git - nominatim.git/blobdiff - utils/setup.php
update place_id to BIGINT
[nominatim.git] / utils / setup.php
index 5a54ef77ffb9473f5e9559ea90e6da55a0ef5156..6ef22b2d4e81bff5ab5f8f8237a8ce83f589ef0d 100755 (executable)
                        2 => STDERR
                );
                $ahPipes = null;
-               $hProcess = proc_open($sCMD, $aDescriptors, $ahPipes);
+               $hProcess = @proc_open($sCMD, $aDescriptors, $ahPipes);
                if (!is_resource($hProcess)) fail('unable to start pgsql');
 
                while(strlen($sScript))