Default PHP 5 Extensions

Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy.
This forum is not for asking programming related questions.

Moderator: General Moderators

Post Reply
User avatar
fendtele83
Forum Commoner
Posts: 27
Joined: Tue Oct 25, 2005 2:21 pm
Location: Woodbridge, NJ

Default PHP 5 Extensions

Post by fendtele83 »

Where can i find a place that lists the default extensions that ship with PHP 5????

I've googled it, i've looked all over php.net and zend.com, maybe im an idiot... but does anyone know where i can find this info?
User avatar
Kieran Huggins
DevNet Master
Posts: 3635
Joined: Wed Dec 06, 2006 4:14 pm
Location: Toronto, Canada
Contact:

Post by Kieran Huggins »

It might be more useful to you to do a phpinfo() on your target platform.

If you wanted to know what comes with PHP by default, the easiest way seems to be to take a peak at the man pages for each extension :-(

Cheers,
Kieran
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

..or just download a build of php 5 into a separate directory and ask it what's default. ;)
Post Reply