php4-beta | 200004
Date: 04/12/00
- Next message: Max Mukhin: "Re: [PHP4BETA] cat /etc/passwd"
- Previous message: mark kimsal: "[PHP4BETA] session_set_save_handler()"
- In reply to: Dan Larsson: "[PHP4BETA] while/each issue on PHP/4.0RC2-dev"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
This should be fixed in the latest CVS.
Andi
On Wed, 12 Apr 2000, Dan Larsson wrote:
> What am I missing here?
>
> Errormessage:
> -------------
> Warning: Cannot use a scalar value as an array in functions.inc on line 156
>
> functions.inc starting on line 156
> ----------------------------------
> while (list($key, $value) = each($server))
> {
> if (empty($val['hostname']))
> unset($server[$key]);
> }
>
> Regards
> ------------
> Dan Larsson
>
>
>
-- PHP 4.0 Beta Mailing List <http://www.php.net/version4/> To unsubscribe, e-mail: php4beta-unsubscribe <email protected> For additional commands, e-mail: php4beta-help <email protected> To contact the list administrators, e-mail: php4beta-admin <email protected>
- Next message: Max Mukhin: "Re: [PHP4BETA] cat /etc/passwd"
- Previous message: mark kimsal: "[PHP4BETA] session_set_save_handler()"
- In reply to: Dan Larsson: "[PHP4BETA] while/each issue on PHP/4.0RC2-dev"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

