Date: 06/26/98
- Next message: Bug Database: "[PHP-DEV] Bug #482 Updated: Object file (.o) output directory assumed wrong"
- Previous message: mlemos <email protected>: "[PHP-DEV] Bug #482: Object file (.o) output directory assumed wrong"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
From: khapeman <email protected>
Operating system: Solaris 2.5 and 2.6
PHP version: 3.0 Final Release
PHP Bug Type: Misbehaving function
Bug description:
hudson{root}199: more junk
<?
$a = "hello";
$$a = "again";
echo $a, "\n";
echo $hello, "\n";
echo $$a, "\n";
echo "$a $$a\n";
?>
Here's the result:
hudson{root}200: php junk
Content-type: text/html
hello
again
again
hello $hello
hudson{root}201:
- Next message: Bug Database: "[PHP-DEV] Bug #482 Updated: Object file (.o) output directory assumed wrong"
- Previous message: mlemos <email protected>: "[PHP-DEV] Bug #482: Object file (.o) output directory assumed wrong"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

