dmitry          Thu Jun  9 06:14:38 2005 EDT

  Modified files:              (Branch: PHP_4_4)
    /php-src/tests/lang bug25922.phpt 
  Log:
  Fixed bug #25922 (In error handler, modifying 5th arg (errcontext) may result 
in seg fault)
  
  
http://cvs.php.net/diff.php/php-src/tests/lang/bug25922.phpt?r1=1.1.2.1&r2=1.1.2.1.4.1&ty=u
Index: php-src/tests/lang/bug25922.phpt
diff -u php-src/tests/lang/bug25922.phpt:1.1.2.1 
php-src/tests/lang/bug25922.phpt:1.1.2.1.4.1
--- php-src/tests/lang/bug25922.phpt:1.1.2.1    Wed Oct 22 19:48:48 2003
+++ php-src/tests/lang/bug25922.phpt    Thu Jun  9 06:14:38 2005
@@ -17,5 +17,5 @@
 }
 test();
 ?>
---EXPECT--
-Undefined index here: ''
+--EXPECTF--
+Fatal error: User error handler must not modify error context in 
%sbug25922.php on line 11

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to