Page 1 of 1

Default PHP 5 Extensions

Posted: Thu Dec 21, 2006 2:35 pm
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?

Posted: Thu Dec 21, 2006 2:47 pm
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

Posted: Tue Dec 26, 2006 7:30 am
by feyd
..or just download a build of php 5 into a separate directory and ask it what's default. ;)