Re: [PHP] Compiling PHP with external mySQL libraries

2005-01-07 Thread Richard Lynch
DAvid wrote: > 1) Does adding 'shared,' as a ./configure option mean the module is > compiled > as an external, dynamically loaded module as compared to the module being > statically linked into the 'exe' file? So that adding 'shared,' means I > must > add a line in the PHP ini file to load the ext

[PHP] Compiling PHP with external mySQL libraries

2005-01-06 Thread DAvid
1) Does adding 'shared,' as a ./configure option mean the module is compiled as an external, dynamically loaded module as compared to the module being statically linked into the 'exe' file? So that adding 'shared,' means I must add a line in the PHP ini file to load the extension (or load with a