<quote who="Michael S. E. Kraus"> > I have PHP 4.2.2 installed on my RedHat-9 box. (Stock standard php from > rpm.) > > How do I know what compile time options were used when building it? (In > particular the "--with-mysql", "--with-apache" and "--enable-track-vars" > parameters.)
a) Download the src.rpm and read the .spec file inside. b) Read the output of phpinfo(), which you can easily put in a script on your webserver. - Jeff -- What's all that about? http://www.no-name-yet.com/ "GIMP is the primary tool in my graphics work. It is my gcc and Emacs." - Tuomas Kuosmanen -- SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/ Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html
