Date: 09/21/99
- Next message: Torben Wilson: "[PHP-DEV] cvs: /phpdoc/chapters config.sgml /phpdoc/functions misc.sgml"
- Previous message: Andrei Zmievski: "Re: [PHP-DEV] PHP 4.0 Bug #2344: Apache SEGV on all php4 files"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
From: krauss <email protected>
Operating system: Linux (2.0.36)
PHP version: 3.0.11
PHP Bug Type: Compile Failure
Bug description: overloads, incompatibility with php2
The overload,
$x=1; $x[0]="a"; $x[1]="b";
is valid in PHP2 (and Perl), but not in PHP3 (3.0.11).
Message:
Warning: Illegal string index in /... on line ...
(when $x is from cookie)
or
Warning: Variable $x is not an array or string in /... on line ...
I had problemens with $x from a SetCookie and $x[$i] in script attribs.
-- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: php-dev-unsubscribe <email protected> For additional commands, e-mail: php-dev-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: Torben Wilson: "[PHP-DEV] cvs: /phpdoc/chapters config.sgml /phpdoc/functions misc.sgml"
- Previous message: Andrei Zmievski: "Re: [PHP-DEV] PHP 4.0 Bug #2344: Apache SEGV on all php4 files"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

