Re: [PHP-DEV] implicit_clone

2003-06-23 Thread Zeev Suraski
At 19:49 23/06/2003, Derick Rethans wrote: I think I rather have people bitching about that than bitch about the wrongly set setting. The latter creates bugreports, the first only stupid questions. I don't consider people bumping into problems upgrading asking questions as being stupid... Most pe

Re: [PHP-DEV] implicit_clone

2003-06-23 Thread Derick Rethans
On Mon, 23 Jun 2003, Zeev Suraski wrote: > At 18:39 23/06/2003, Rasmus Lerdorf wrote: > >On Mon, 23 Jun 2003, Zeev Suraski wrote: > > > Maybe we can go for a compromise - enable it with ZEND_INI_PERDIR and > > > ZEND_INI_UUSE. That way it will be possible to use it with httpd.conf / > > > .htacce

Re: [PHP-DEV] implicit_clone

2003-06-23 Thread Sterling Hughes
On Mon, 2003-06-23 at 11:59, Zeev Suraski wrote: > At 18:39 23/06/2003, Rasmus Lerdorf wrote: > >On Mon, 23 Jun 2003, Zeev Suraski wrote: > > > Maybe we can go for a compromise - enable it with ZEND_INI_PERDIR and > > > ZEND_INI_UUSE. That way it will be possible to use it with httpd.conf / > > >

Re: [PHP-DEV] implicit_clone

2003-06-23 Thread Zeev Suraski
At 18:39 23/06/2003, Rasmus Lerdorf wrote: On Mon, 23 Jun 2003, Zeev Suraski wrote: > Maybe we can go for a compromise - enable it with ZEND_INI_PERDIR and > ZEND_INI_UUSE. That way it will be possible to use it with httpd.conf / > .htaccess / ini_set(), but not with php.ini, so people will at lea

Re: [PHP-DEV] implicit_clone

2003-06-23 Thread Rasmus Lerdorf
On Mon, 23 Jun 2003, Zeev Suraski wrote: > Maybe we can go for a compromise - enable it with ZEND_INI_PERDIR and > ZEND_INI_UUSE. That way it will be possible to use it with httpd.conf / > .htaccess / ini_set(), but not with php.ini, so people will at least have > to make a slightly more informed

Re: [PHP-DEV] implicit_clone

2003-06-23 Thread Zeev Suraski
At 20:59 22/06/2003, Sterling Hughes wrote: hi, currently, soley for backwards compatibility purposes we provide the ze2.implicit_clone option. this option is globally settable, and may be used by shared hosting providers to make it more likely that old scripts can run unmodified. this however m

Re: [PHP-DEV] implicit_clone

2003-06-22 Thread Moriyoshi Koizumi
Sterling Hughes <[EMAIL PROTECTED]> wrote: > I think we should remove this ini option in favor of a function that > does the same thing. This way implicit_clone() is not globally > settable, but is settable per script. Something in the way of a: > > pragma_set('implicit_clone', true); > > Whic

Re: [PHP-DEV] implicit_clone

2003-06-22 Thread Martin Jansen
On Sun Jun 22, 2003 at 01:5924PM -0400, Sterling Hughes wrote: > I think we should remove this ini option in favor of a function that > does the same thing. This way implicit_clone() is not globally > settable, but is settable per script. Something in the way of a: > > pragma_set('implicit_clone