RE: [PHP-DEV] PECL vs. CORE .... from a users perspective

2002-05-25 Thread Michael Dransfield
Sorry didnt mean to offend ;) Thanks for clarifying those points I am also just throwing ideas around ;) What do people think of using an xml file format in php.ini even if it is just directive = On ; directive ="not used"; instead of the ini-style [] sections (I understand they

RE: [PHP-DEV] PECL vs. CORE .... from a users perspective

2002-05-25 Thread James Cox
> I have been developing PHP for about 3 years now. I am currently working > on an application to help administrators to manage the ini file. I would > like to contribute to this discussion, from a > users/administrators point of > view. Sorry if you have covered some of the points before ;) >

Re: [PHP-DEV] PECL vs. CORE .... from a users perspective

2002-05-25 Thread Shane Caraveo
Michael Dransfield wrote: > > 1: I assume that for the ext's that are dropped from core and added to > PECL, the extension line will be dropped from the ini file and users > will need to use some kind of 'use EXT::Extension' command. Will there > be a way to override which extensions will nee

[PHP-DEV] PECL vs. CORE .... from a users perspective

2002-05-25 Thread Michael Dransfield
Hi, I have been developing PHP for about 3 years now. I am currently working on an application to help administrators to manage the ini file. I would like to contribute to this discussion, from a users/administrators point of view. Sorry if you have covered some of the points before ;) 1: