Quien: Tito Sam Cuando: jueves, 08 de junio del 2000, a las 02:21, Qu�: Re: postgresql+web
> El Wed, Jun 07, 2000 at 09:59:20AM +0200, Vicente Arteaga G�mez dijo:
> > Por ejemplo (Extraido del manual de php3):
> > <?php
>
> yo tengo que poner esto antes, en mi debian 2.2 (frozen) (no s� si influir� la
> distribuci�n)
>
> dl ("pgsql.so");
En el php.ini pon esto:
#############################################################################
[...]
;;;;;;;;;;;;;;;;;;;;;;
; Dynamic Extensions ;
;;;;;;;;;;;;;;;;;;;;;;
; if you wish to have an extension loaded automaticly, use the
; following syntax: extension=modulename.extension
; for example, on windows,
; extension=msql.dll
; or under UNIX,
; extension=msql.so
; Note that it should be the name of the module only, no directory information
; needs to go here. Specify the location of the extension with the
; extension_dir directive above.
extension=pgsql.so
[...]
#############################################################################
De esta forma, ya lo tienes cargado por defecto :)
--
=============================8<=========================================
___ _
/ ___|_ _| (_) ___ Grupo de Usuarios de LInux de Canarias
| | _| | | | | |/ __| Pasate por nuestro web....
| |_| | |_| | | | (__ http://www.gulic.org/
\____|\__,_|_|_|\___| Clave GPG en las paginas de Gulic
Clave GPG en search.keyserver.net
Key fingerprint = F734 17F5 3AB6 E1F6 11C4 B498 5B3E 1111 FEDF 90DF
=============================================================>8=========
pgpsqueX3axSj.pgp
Description: PGP signature

