On Tue, Jan 27, 2004 at 08:02:31PM +0200, Jani Taskinen wrote:
>
> There's open bug about 'register_long_arrays', if it's
> 'Off', some of the super-globals won't work.
BINGO! That's why $_SERVER['argv'] was unpopulated for me.
THANK YOU! I'll update the bug reports.
--Dan
--
T H E
ays. It'd be
>really nice if someone could answer this please so PHP 5 will work...
>
>Thanks!
>
>- Forwarded message -
>
>From: Daniel Convissor <[EMAIL PROTECTED]>
>To: PHP Internals List <[EMAIL PROTECTED]>
>Date: Sat, 17 Jan 2004 15:40:47 -0500
&
Date: Sat, 17 Jan 2004 15:40:47 -0500
Subject: Re: [PHP-DEV] README.PHP4-TO-PHP5-THIN-CHANGES
On Sat, Jan 17, 2004 at 03:08:32PM -0500, Greg Beaver wrote:
>
> $_SERVER should be populated with argc and argv if variables_order
> includes "S".
Unfortunately, this isn't
On Sat, Jan 17, 2004 at 03:08:32PM -0500, Greg Beaver wrote:
>
> $_SERVER should be populated with argc and argv if variables_order
> includes "S".
Unfortunately, this isn't working on my system with the
php5-win32-200401161930 snapshot. Perhaps I'm misunderstanding something?
My variables_ord
Indeed, this was very helpful.
Perhaps the best path is to add Rasmus's words to THIN-CHANGES:
$_SERVER should be populated with argc and argv if variables_order
includes "S". If you have specifically configured your system to not
create $_SERVER, then of course it shouldn't be there. The chang
Hi,
Stefan Walk wrote:
This has been discussed on internals before.
See http://www.zend.com/lists/php-dev/200310/msg00026.html and
follow-ups.
Thanks for pointing out this discussion.
Andrey
--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.ph
This has been discussed on internals before.
See http://www.zend.com/lists/php-dev/200310/msg00026.html and
follow-ups.
--
Regards,
Stefan Walk
<[EMAIL PROTECTED]>
--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php
On Sat, Jan 17, 2004 at 01:55:15PM -0500, Greg Beaver wrote:
>
> In addition, I noticed that argv and argc don't appear to be registered
> in $_SERVER in the cli version any more - is this expected behavior?
I reported this as a bug in November: http://bugs.php.net/bug.php?id=26206
It doesn't se