ID: 3263
Updated by: [EMAIL PROTECTED]
Reported By: [EMAIL PROTECTED]
-Status: Open
+Status: Won\'t fix
Bug Type: Other
Operating System: GNU/Linux
PHP Version: 3.0.14
New Comment:
We are sorry, but can not support PHP 3 related problems anymore.
Momentum is gathering for PHP 5, and we think supporting PHP 3 will
lead to a waste of resources which we want to put into getting PHP 5
ready. Ofcourse PHP 4 will will continue to be supported for the
forseeable future.
works in php4
Previous Comments:
------------------------------------------------------------------------
[2000-01-20 17:59:18] [EMAIL PROTECTED]
$forwards=sprintf("%s%c%s", "bob@", 0, "[EMAIL PROTECTED]");
$forward[]=$forwards;
$debug=fopen("/tmp/output", "w");
fwrite ($debug, implode("", $forward), 255);
print "Hello";
Produces the output:
bob@<00><string of bytes from memory>
------------------------------------------------------------------------
--
Edit this bug report at http://bugs.php.net/?id=3263&edit=1