Re: [PHP] config options

2001-09-06 Thread David Robley

On Fri,  7 Sep 2001 09:56, Martín Marqués wrote:
 I there a way to get the config options with which the php binary (as a
 binary or as an apache module)?

 Saludos... :-)

It is one of the things shown by phpinfo()

-- 
David Robley  Techno-JoaT, Web Maintainer, Mail List Admin, etc
CENTRE FOR INJURY STUDIES  Flinders University, SOUTH AUSTRALIA  

   Writer's Rule #2: About those sentence fragments.

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




Re: [PHP] config options

2001-09-06 Thread Martín Marqués

On Jue 06 Sep 2001 21:31, David Robley wrote:
 On Fri,  7 Sep 2001 09:56, Martín Marqués wrote:
  I there a way to get the config options with which the php binary (as a
  binary or as an apache module)?
 
  Saludos... :-)

 It is one of the things shown by phpinfo()

Yes, I know. But it has a horrible output. If I want to use the same options 
with a new version I can get stupid (I have done it in the past) copying 
and pasting the options.
All I want is a copyable configure sentence.

Thanks anyway.

Saludos :-)

-- 
Porqué usar una base de datos relacional cualquiera,
si podés usar PostgreSQL?
-
Martín Marqués  |[EMAIL PROTECTED]
Programador, Administrador, DBA |   Centro de Telematica
   Universidad Nacional
del Litoral
-

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




Re: [PHP] config options

2001-09-06 Thread David Robley

On Fri,  7 Sep 2001 10:04, Martín Marqués wrote:
 On Jue 06 Sep 2001 21:31, David Robley wrote:
  On Fri,  7 Sep 2001 09:56, Martín Marqués wrote:
   I there a way to get the config options with which the php binary
   (as a binary or as an apache module)?
  
   Saludos... :-)
 
  It is one of the things shown by phpinfo()

 Yes, I know. But it has a horrible output. If I want to use the same
 options with a new version I can get stupid (I have done it in the
 past) copying and pasting the options.
 All I want is a copyable configure sentence.

 Thanks anyway.

 Saludos :-)

Oh, OK. Look in the root of your php build directory for a file called 
config.nice - it will contain the configure string from your last build 
:-)

-- 
David Robley  Techno-JoaT, Web Maintainer, Mail List Admin, etc
CENTRE FOR INJURY STUDIES  Flinders University, SOUTH AUSTRALIA  

   A Shower is the halfway point between Bed and World.

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]