ID:               44656
 Updated by:       [EMAIL PROTECTED]
 Reported By:      cowmonkey111 at gmail dot com
-Status:           Open
+Status:           Bogus
 Bug Type:         *Compile Issues
 Operating System: Windows XP
 PHP Version:      4.4.8
 New Comment:

Thank you for taking the time to write to us, but this is not
a bug. Please double-check the documentation available at
http://www.php.net/manual/ and the instructions on how to report
a bug at http://bugs.php.net/how-to-report.php

> $hash1=sha1($salt1)

You are missing a semi colon.
Turn display_errors on and you'll see the error.


Previous Comments:
------------------------------------------------------------------------

[2008-04-07 01:49:53] cowmonkey111 at gmail dot com

(The reproduction code probably should not acually reproduce it, it
wasd just the code I used when the parser shut down) And I have
restarted my Apache server, also.

------------------------------------------------------------------------

[2008-04-07 01:48:35] cowmonkey111 at gmail dot com

Description:
------------
I was doing some codeing on my apache server running on my own
computer, then my parser just, stopped parsing. It happened after I used
an E_ALL in error reporting and then it just stopped, from what I
remember. All I got, when there was an error that I made, was a blank
page.

Reproduce code:
---------------
$rand = time();
$salt1="SUPASECURE11215477344";
$salt2="SUPASECUREppepeowo34929093";
$salt3="23457844242235";
$hash1=sha1($salt1)
$hash2=md5(sha1($salt2));
$hash3=md5($salt3);
$h = $hash1.$hash2.$hash3;
echo $h;

Expected result:
----------------
A message telling me that I had an error or the end result.

Actual result:
--------------
A blank page.


------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=44656&edit=1

Reply via email to