php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #30943 Server problem
Submitted: 2004-11-30 14:36 UTC Modified: 2004-11-30 17:37 UTC
From: ARM_ARAM at yahoo dot com Assigned:
Status: Not a bug Package: Reproducible crash
PHP Version: 4.3.9 OS: Windows XP
Private report: No CVE-ID: None
 [2004-11-30 14:36 UTC] ARM_ARAM at yahoo dot com
Description:
------------
Standart Php.ini set

Reproduce code:
---------------
<?php
function pr()
{
 echo 'ok<br>';
}
register_tick_function("pr");
pr();
declare(ticks=2) {
    for ($x = 1; $x < 50; ++$x) {}}
?>

Expected result:
----------------
output ok 

Actual result:
--------------
Apache.exe has encountered a problem and needs to close.  We are sorry for the inconvenience.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2004-11-30 14:43 UTC] derick@php.net
Not enough information was provided for us to be able
to handle this bug. Please re-read the instructions at
http://bugs.php.net/how-to-report.php

If you can provide more information, feel free to add it
to this bug and change the status back to "Open".

Thank you for your interest in PHP.

 [2004-11-30 14:53 UTC] tony2001@php.net
Also, please, try latest PHP4 CVS snapshot first.
 [2004-11-30 17:37 UTC] jorton@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.

This is a duplicate of bug 26771, ISTR this fails on any Win32 (threaded in 1.3 or 2.0).
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu May 16 12:01:32 2024 UTC