Date: 06/08/01
- Next message: Peter Bowyer: "[phplib] Template Problems"
- Previous message: Daniel Bondurant: "RE: [phplib] no headers"
- In reply to: Paul Campbell: "Re: [phplib] Which M to FR"
- Next in thread: Paul Campbell: "Re: [phplib] Which M to FR"
- Reply: Paul Campbell: "Re: [phplib] Which M to FR"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
The vast majority of the PHP functions
(http://www.php.net/manual/en/funcref.php) are always built-in. Some of
them, like GD, database, LDAP, etc. require other libraries at the time
you compile and build PHP. For example, you need the MySQL client
library in order to compile in the MySQL functions (e.g.
mysql_connect()) into the resulting PHP executable or PHP server module.
Read the how to install from source documentation for building PHP. I
don't know that there is a comprehensive list of functions and which
libraries they need, if any, but when you choose what you want to build
in, it will tell you what 3rd-party libraries you need.
PHPLIB is a library of software classes written *in* PHP and meant to
help people developing web sites using PHP. If you want to use the
MySQL class in PHPLIB, then your PHP executable has to have been built
with the MySQL library, as I mentioned above.
Does this cover your question, generally? Can you be more specific,
given this information?
> -----Original Message-----
> From: Paul Campbell [mailto:paul <email protected>]
> Sent: Friday, June 08, 2001 9:44 AM
> To: Ignatius Teo; phplib <email protected>
> Subject: Re: [phplib] Which M to FR
>
>
> Thanks for this, but...
>
> I still a little baffled. I don't quite get what libraries
> come with PHP and
> what libraries must be traced down and installed as
> extensions. At preseent
> I have PHP 4 ? and the GD and TTF libs.
>
> When you refer to PHPLib do you mean the default function
> libraries or an
> extension set?
>
> Thanks again.
>
> Paul Campbell
> http://www.cmm.uklinux.net/
> paul <email protected>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: phplib-unsubscribe <email protected>
> For additional commands, e-mail: phplib-help <email protected>
>
>
---------------------------------------------------------------------
To unsubscribe, e-mail: phplib-unsubscribe <email protected>
For additional commands, e-mail: phplib-help <email protected>
- Next message: Peter Bowyer: "[phplib] Template Problems"
- Previous message: Daniel Bondurant: "RE: [phplib] no headers"
- In reply to: Paul Campbell: "Re: [phplib] Which M to FR"
- Next in thread: Paul Campbell: "Re: [phplib] Which M to FR"
- Reply: Paul Campbell: "Re: [phplib] Which M to FR"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

