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
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
37 - 2 = ?
Subscribe to this entry?

 
 [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: Mon May 06 08:01:33 2024 UTC