"Gerrit P. Haase" wrote:

> > A) Internal / Built-In:
> > ctype, mime_magic, overload, posix, session, sockets, standard,
> > tokenizer
> 
> > B) Compiled in cygphp4.dll (bundled libs) / won't work shared:
> > bcmath, calendar, dba (gdbm, cdb, cdb_make, inifile, flatfile), dbase,
> > dbx, dio, exif, filepro, ftp, mysql, pcre, xml
> 
> What is the difference between "Internal / Built-In" and "Compiled in"?

I suppose it was mainly an arbitrary delineation that I made... The ones
in A) I didn't even try to build shared because I didn't think they
supported it.  The ones in B) I tried to compile as shared but got the
"not a PHP module" error and so reverted back to compiled-in.  I suppose
I was using the criteria of "is this a bundled lib that PHP includes or
is it a core PHP thing".

Brian

Reply via email to