George A. Theall on 16 May 2008 10:58:29 -0700 |
On Fri, May 16, 2008 at 11:43:50AM -0400, Doug Crompton wrote: > Is there a way to determine how my current version of php was > compiled? With what switches? "php -i" from a commandline, or "phpinfo();" within a script will tell you how it was configured. The output is near the start. Look for things like "--with-zlib" / "--without-zlib" or "--enable-zip" / "--disable-zip". George -- theall@tifaware.com ___________________________________________________________________________ Philadelphia Linux Users Group -- http://www.phillylinux.org Announcements - http://lists.phillylinux.org/mailman/listinfo/plug-announce General Discussion -- http://lists.phillylinux.org/mailman/listinfo/plug
|
|