RE: [PHP-DEV] php.ini include directive

2002-09-11 Thread Xavier Spriet
We are indeed talking about the same thing, this is exactly how I was seeing it also. It would definitely help keep things organized since I imagine if this was implemented, the old way of doing it would still remain possible so I don't see why not, though I have no idea of what the technical diff

RE: [PHP-DEV] php.ini include directive

2002-09-11 Thread Brian France
I don't think we are talking about the same thing. I would like to do something like this: php.ini --- [PHP] include = php-mbstring.ini --- php-mbstring.ini --- [mbstring] mbstring.internal_encoding = EUC-JP mbstring.http_input = auto mbstring.http_output = EUC-JP mbstring.detect_order = auto

RE: [PHP-DEV] php.ini include directive

2002-09-11 Thread [EMAIL PROTECTED]
-0400 To: [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED] Subject: RE: [PHP-DEV] php.ini include directive I believe what Brian meant was to be able to use multiple configuration file. I believe there is already an implementation of what you are referring to. auto_append_file and

RE: [PHP-DEV] php.ini include directive

2002-09-11 Thread Xavier Spriet
I believe what Brian meant was to be able to use multiple configuration file. I believe there is already an implementation of what you are referring to. auto_append_file and auto_prepend_file if I'm correct. Using multiple configuration files could also be an interesting thing. Xavier Spriet [EMA

RE: [PHP-DEV] php.ini include directive

2002-09-11 Thread [EMAIL PROTECTED]
I see how this could be useful, possibly for custom session handlers or including something at the top of every file for free hosted customers or something (so that they can't get around the ads or whatever). Anyway, I don't know. I give this maybe +.25 for right now, see what reactions are. I