php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #35407 Apache freeze when I use Assertion
Submitted: 2005-11-26 13:58 UTC Modified: 2005-11-26 14:18 UTC
From: t dot prochazka at centrum dot cz Assigned:
Status: Not a bug Package: Reproducible crash
PHP Version: 5.1.0 OS: Windows XP XP2
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: t dot prochazka at centrum dot cz
New email:
PHP Version: OS:

 

 [2005-11-26 13:58 UTC] t dot prochazka at centrum dot cz
Description:
------------
When I use Assert(), Apache freeze.
In PHP 5.0.5 this is OK on the same computer and IS

Reproduce code:
---------------
<?
$id = 1;
assert('is_numeric($id); // $id must be number');
?>

Expected result:
----------------
apache.exe process 100% load CPU time


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2005-11-26 14:05 UTC] tony2001@php.net
Please do not submit the same bug more than once. An existing
bug report already describes this very problem. Even if you feel
that your issue is somewhat different, the resolution is likely
to be the same. 

Thank you for your interest in PHP.

See bug #35406.
 [2005-11-26 14:15 UTC] t dot prochazka at centrum dot cz
I'm sorry. I searched for bugs with assert(). I can't know all bugs and its possible reason.
 [2005-11-26 14:18 UTC] tony2001@php.net
Btw, it has been fixed in CVS couple of minutes ago.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Wed Apr 24 13:01:29 2024 UTC