php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #25272 undefined exception in php.exe
Submitted: 2003-08-27 08:48 UTC Modified: 2003-08-27 11:16 UTC
From: Fabian dot Bernecker at web dot de Assigned:
Status: Not a bug Package: Scripting Engine problem
PHP Version: 4.3.3 OS: Win2k SP1
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: Fabian dot Bernecker at web dot de
New email:
PHP Version: OS:

 

 [2003-08-27 08:48 UTC] Fabian dot Bernecker at web dot de
Description:
------------
I wrote a script which causes an unknown exception in php.exe. I wasn't able to locate any error in the script.

Reproduce code:
---------------
http://mandrill.fuxx0r.net/c++/paste.php?p=578

Expected result:
----------------
I wrote j4f a small script for bruteforcing md5.

Actual result:
--------------
I wanted to test the script. It caused an unknown exception in php.exe.

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2003-08-27 11:16 UTC] jay@php.net
You're doing some infinite recursion here. Eventually 
you'll hit a wall. (There are logic errors in your script 
-- look at "$cur++" and "!$cur>=$i" for instance.) 
 
Besides, brute forcing MD5 would take forever. Even if you 
could do a trillion attempts per second it would still 
take you from now until the Sun exploded to complete the 
brute force attack.  
 
J 
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Sat Jul 26 12:00:02 2025 UTC