Sujet : Re: VMS x86-64 database server
De : ldo (at) *nospam* nz.invalid (Lawrence D'Oliveiro)
Groupes : comp.os.vmsDate : 07. Jul 2025, 23:08:51
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <104hghi$3474l$12@dont-email.me>
References : 1 2 3 4 5 6
User-Agent : Pan/0.162 (Pokrosvk)
On Mon, 7 Jul 2025 15:06:24 -0600, Mark Berryman wrote:
Some of the extensions were built as separate loadable modules either
due to their size or because they require separate optional libraries
that not everyone has. All that is necessary to load them is to have
the following in php_root:[000000]php.ini:
extension=php_pdo_pgsql.exe
extension=php_pgsql.exe
Why did VMS ever adopt the convention that shareable libraries would have
tne same .EXE extension as executables?