ID: 19033
Comment by: [EMAIL PROTECTED]
Reported By: [EMAIL PROTECTED]
Status: Critical
Bug Type: Program Execution
Operating System: Windows
PHP Version: 4.2.1
Assigned To: edink
New Comment:
Confirming. Newest Windows snapshot works OK.
Thanks for fixing this bug.
Previous Comments:
------------------------------------------------------------------------
[2002-10-11 08:22:26] [EMAIL PROTECTED]
Windows build was broken since Oct 7, so no new snapshots were
generated. Now that has been fixed, so could you please try the latest
snapshot?
------------------------------------------------------------------------
[2002-10-10 17:50:12] [EMAIL PROTECTED]
Making this critical and assigned to edin.
------------------------------------------------------------------------
[2002-10-10 11:00:07] [EMAIL PROTECTED]
OS update.
------------------------------------------------------------------------
[2002-10-10 10:55:56] [EMAIL PROTECTED]
Verified:
linux works
Win32 snapshot from snaps.php.net seems to be b0rked.
Can't check out CVS HEAD and test (besides that it's currently broken
because of some recent changes).
Reopening and thanks for insisting it doesn't work ;-)
------------------------------------------------------------------------
[2002-10-10 10:44:30] [EMAIL PROTECTED]
works fine for me with a 2 days old HEAD. you're doing something
wrong.
roman@freepuppy ~ 1005:0 > php -v
PHP 4.4.0-dev (cli), Copyright (c) 1997-2002 The PHP Group
Zend Engine v1.4.0, Copyright (c) 1998-2002 Zend Technologies
roman@freepuppy ~ 1006:1 > tmp/scratch2
Notice: Undefined variable: fafa in /usr/home/roman/tmp/scratch2 on
line 13
AAError Handled
roman@freepuppy ~ 1007:0 > uname -sr
FreeBSD 4.7-RC
roman@freepuppy ~ 1008:0 > < tmp/scratch2
#!/usr/bin/env php
<?
error_reporting(E_ALL);
class Test
{
function ErrorHandler($a,$b)
{
print("Error Handled\n");
}
}
$error=new Test();
print("AA".$fafa);
set_error_handler(array($error, 'ErrorHandler'));
print("AA".$fafa);
roman@freepuppy ~ 1009:0 >
------------------------------------------------------------------------
The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
http://bugs.php.net/19033
--
Edit this bug report at http://bugs.php.net/?id=19033&edit=1