Commit: 56d9edbbb93a2a338211b2e7c05cf52347a963ce Author: Felipe Pena <[email protected]> Thu, 20 Dec 2012 22:35:05 -0200 Parents: c46e1cdcae70254cfc0b7d5781f2c71162a3734d Branches: PHP-5.3
Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=56d9edbbb93a2a338211b2e7c05cf52347a963ce Log: - Fixed typo on "SKIPIF" (causing make test to abort on some systems) Changed paths: M tests/output/bug63377.phpt Diff: diff --git a/tests/output/bug63377.phpt b/tests/output/bug63377.phpt index 82d4189..4757d4e 100644 --- a/tests/output/bug63377.phpt +++ b/tests/output/bug63377.phpt @@ -1,6 +1,6 @@ --TEST-- Bug #63377 (Segfault on output buffer > 2GB) ---SKIPF-- +--SKIPIF-- <?php if (PHP_INT_SIZE == 4) { die('skip Not for 32-bits OS'); -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
