Ver Mensaje Individual
  #1 (permalink)  
Antiguo 26/07/2013, 08:38
martin_9_91
 
Fecha de Ingreso: mayo-2011
Ubicación: Bs.As Argentina
Mensajes: 193
Antigüedad: 13 años
Puntos: 3
Postgree y PHP

Hola Amigos estoy teniendo problemas para que me detecte las funciones de pg (pg_connect, pg_query, etc)

Yo ya habilite en el php.ini, descomentando la lineas donde están las dll (php_pdo_pgsql.dll, php_pgsql.dll) y reinicie el apache, pero al reiniciar el apache no anda y tengo
que volver a comentar las lineas para que pueda arrancar correctamente.

También me fije que apunten bien las carpetas ext y que php.ini este bien apuntando.

La versión de PostgreSQL es la 9.2.4.

Y después de todo esto me aparece el famosos error Call to undefined function pg_connect()

Y en log de apache me da estos mensajes:

[Fri Jul 26 11:03:39 2013] [notice] Parent: Received shutdown signal -- Shutting down the server.
[Fri Jul 26 11:03:39 2013] [notice] Child 2464: Exit event signaled. Child process is ending.
[Fri Jul 26 11:03:40 2013] [notice] Child 2464: Released the start mutex
[Fri Jul 26 11:03:41 2013] [notice] Child 2464: All worker threads have exited.
[Fri Jul 26 11:03:41 2013] [notice] Child 2464: Child process is exiting
[Fri Jul 26 11:03:41 2013] [notice] Parent: Child process exited successfully.
[Fri Jul 26 11:03:42 2013] [notice] Digest: generating secret for digest authentication ...
[Fri Jul 26 11:03:42 2013] [notice] Digest: done

Muchas Gracias de antemano.

Saludos