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
fendtele83
Forum Commoner
Posts: 27 Joined: Tue Oct 25, 2005 2:21 pm
Location: Woodbridge, NJ
Post
by fendtele83 » Thu Dec 21, 2006 2:35 pm
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?
Kieran Huggins
DevNet Master
Posts: 3635 Joined: Wed Dec 06, 2006 4:14 pm
Location: Toronto, Canada
Contact:
Post
by Kieran Huggins » Thu Dec 21, 2006 2:47 pm
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
feyd
Neighborhood Spidermoddy
Posts: 31559 Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA
Post
by feyd » Tue Dec 26, 2006 7:30 am
..or just download a build of php 5 into a separate directory and ask it what's default.