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
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
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 /
> > >
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
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
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
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
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