summaryrefslogtreecommitdiff
path: root/ext/calendar/tests/bug55797_1.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/calendar/tests/bug55797_1.phpt')
-rw-r--r--ext/calendar/tests/bug55797_1.phpt3
1 files changed, 2 insertions, 1 deletions
diff --git a/ext/calendar/tests/bug55797_1.phpt b/ext/calendar/tests/bug55797_1.phpt
index c9374c9d38..05880803d2 100644
--- a/ext/calendar/tests/bug55797_1.phpt
+++ b/ext/calendar/tests/bug55797_1.phpt
@@ -1,8 +1,9 @@
--TEST--
Bug #55797: Integer overflow in SdnToGregorian leads to segfault (in optimized builds)
+--EXTENSIONS--
+calendar
--SKIPIF--
<?php
-include 'skipif.inc';
if (PHP_INT_SIZE != 4) {
die("skip this test is for 32bit platform only");
}