Recent content by euricojunior

  1. euricojunior

    System Error 233

    Olá… Criei um sistema que transporta informações entre um computador e um endereço na internet utulizando conexão PostgreSQL. Após a compilação do sistema, ocorre um erro, aleatoriamente, que ainda não consegui identificar e nem corrigir. Hello … I created a system that transports information...
  2. euricojunior

    PostgreSQL Extension not load

    I had already tried to copy the libpq.dll file to the same folder as the executable, but to no avail. I was able to make the extension work by replacing the extension php_pgsql.dll with another file of the same version (5.4) that I found.
  3. euricojunior

    PostgreSQL Extension not load

    Hi, I created a project that requires the PostgreSQL extension, but even enabling the extension correctly (compiling and copying to external folder), the extension is not loaded. I created a page with phpinfo () to check the extensions. It seems that some DLL is missing to be copied along with...
Back
Top