From 0f57b15e23758b0e1a1bdfe9260b50bcdb9750f2 Mon Sep 17 00:00:00 2001 From: Sriram Natarajan Date: Fri, 2 Oct 2009 00:13:53 +0000 Subject: - Fixed bug #49738 (calling mcrypt after mcrypt_generic_deinit crashes). --- ext/mcrypt/tests/bug49738.phpt | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 ext/mcrypt/tests/bug49738.phpt (limited to 'ext/mcrypt/tests') diff --git a/ext/mcrypt/tests/bug49738.phpt b/ext/mcrypt/tests/bug49738.phpt new file mode 100644 index 0000000000..8f01bec496 --- /dev/null +++ b/ext/mcrypt/tests/bug49738.phpt @@ -0,0 +1,13 @@ +--TEST-- +Bug #49738 (calling mcrypt after mcrypt_generic_deinit crashes) +--SKIPIF-- + +--FILE-- + +--EXPECTF-- +Warning: mcrypt_generic(): Operation disallowed prior to mcrypt_generic_init(). in %sbug49738.php on line 5 -- cgit v1.2.1