Re: [PHP-DEV] php.ini distribution

2001-03-05 Thread Christoph Kassen

Sebastian Bergmann wrote:
 
I just commited a patch that removed the configuration options for the
  debugger, that never(?) existed in PHP 4, namely
  
  - debugger.host
  - debugger.port
  - debugger.enabled
  
I hope this was okay.

I think you should have left the entrys in, because the php debugger DBG ( 
http://dd.cron.ru/dbg/ ) makes use of those entrys.
So imho it would be quite usefull to have them in php.ini by default.

-- 
Christoph Kassen - www.chkassen.de



--
PHP Development 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-DEV] php.ini distribution

2001-03-05 Thread Sebastian Bergmann

Christoph Kassen wrote:
 I think you should have left the entrys in, because the php debugger 
 DBG ( http://dd.cron.ru/dbg/ ) makes use of those entrys.
 So imho it would be quite usefull to have them in php.ini by default.

  Although DBG may be a useful tool, it is not part of the "official" PHP
Distribution.

-- 
 sebastian bergmann e-mail :  [EMAIL PROTECTED]
  homepage :  http://www.sebastian-bergmann.de
   make a gift : http://wishlist.sebastian-bergmann.de
 measure the usability of your web application - http://phpOpenTracker.de

-- 
PHP Development 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-DEV] php.ini distribution

2001-03-04 Thread Sebastian Bergmann

Alexander Feldman wrote:
I just commited a patch that removed the configuration options for the
  debugger, that never(?) existed in PHP 4, namely
 
  - debugger.host
  - debugger.port
  - debugger.enabled
 
I hope this was okay.
 
 Great, I planned to do this... We should also remove the Logging
 section. If there are no objections I will strip it.

  Is the Logging obsolete, too? If so, it should be removed IMHO.

Now, what about the discussion we had some time ago about removing
  php.ini-optimized and add a php.ini-recommended (and yet another version,
  but I can't remember)?
 
 Hm, what about php.ini-win and php.ini-nix??

  There's no big difference between *nix and Win32, as far as the php.ini is
concerned.

-- 
 sebastian bergmann e-mail :  [EMAIL PROTECTED]
  homepage :  http://www.sebastian-bergmann.de
   make a gift : http://wishlist.sebastian-bergmann.de
 measure the usability of your web application - http://phpOpenTracker.de

-- 
PHP Development 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]