From what I understand, Sascha doesn't have time to do that in the near
future, so waiting for this is probably not the right thing to do.
Is this a new issue?
Zeev
At 22:01 08-08-01, Jason Greene wrote:
>There is one issue with 4.0.7 that probably should be fixed before branch.
>The build
>system currently adds a libtool flag into CFLAGS whether libtool is in
>link or compile mode.
>Since this option is only valid in compile, it gets passed to the
>compiler. This causes a
>warning with gcc, but for other compilers (a la SUN CC) they fail
>
>I emailed Sascha about this, and he said that these options have to be
>added to CFLAGS,
>in order to allow automake to still function correctly. So far it looks
>like the only solutions,
>is to get rid of automake, and if that is done, I would think that it
>should occur before branch.
>
>-Jason
>
>----- Original Message -----
>From: "Zeev Suraski" <[EMAIL PROTECTED]>
>To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
>Sent: Wednesday, August 08, 2001 1:48 PM
>Subject: [PHP-DEV] PHP 4.0.7
>
>
> > As those of you who are subscribed to php-cvs may have noticed, Andi and I
> > implemented today the functionality I suggested to replace
> register_globals:
> >
> > - $_GET, $_POST, $_COOKIE, $_FILES, $_ENV and $_SERVER replace
> $HTTP_*_VARS
> > (the old vars still remain for downwards compatibility)
> > - The new variables are auto-globals - they're available in all function
> > contexts - there's no need to import them using the 'global' statement or
> > reference them using $GLOBALS.
> > - $_REQUEST (this name might change) - includes the data from $_GET,
> > $_POST, $_COOKIE and $_FILES, all in one array, for those users who don't
> > really care to differentiate between the various types of input.
> >
> > This change was my last major TODO item for PHP 4.0.7. At this point, we
> > should try to get PHP 4.0.7 out the door soon. I suggest we branch 4.0.7
> > away next Tuesday, and start the QA process. This should give people
> > enough time to make any final changes they want to put into 4.0.7.
> >
> > One other idea I'd like to pitch is releasing 4.0.7 and 4.1.0
> > simultaneously, with the only difference between them being the default
> > value for register_globals. This would create lots of noise and encourage
> > people to start actually using the new $_GET&friends features, which can
> > otherwise go unnoticed.
> >
> > Zeev
> >
> >
> > --
> > 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]
> >
> >
--
Zeev Suraski <[EMAIL PROTECTED]>
CTO & co-founder, Zend Technologies Ltd. http://www.zend.com/
--
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]