sixd Mon Apr 7 21:55:53 2008 UTC
Added files: (Branch: PHP_5_3)
/php-src/ext/oci8/tests pecl_bug10194_blob_64.phpt testping.phpt
Modified files:
/php-src/ext/oci8/tests pecl_bug10194_blob.phpt
Log:
Test updates
http://cvs.php.net/viewvc.cgi/php-src/ext/oci8/tests/pecl_bug10194_blob.phpt?r1=1.1.2.3.2.1&r2=1.1.2.3.2.2&diff_format=u
Index: php-src/ext/oci8/tests/pecl_bug10194_blob.phpt
diff -u php-src/ext/oci8/tests/pecl_bug10194_blob.phpt:1.1.2.3.2.1
php-src/ext/oci8/tests/pecl_bug10194_blob.phpt:1.1.2.3.2.2
--- php-src/ext/oci8/tests/pecl_bug10194_blob.phpt:1.1.2.3.2.1 Tue Mar 4
21:05:47 2008
+++ php-src/ext/oci8/tests/pecl_bug10194_blob.phpt Mon Apr 7 21:55:53 2008
@@ -1,7 +1,10 @@
--TEST--
PECL Bug #10194 (segfault in Instant Client when memory_limit is reached
inside the callback)
--SKIPIF--
-<?php if (!extension_loaded('oci8')) die("skip no oci8 extension"); ?>
+<?php
+if (!extension_loaded('oci8')) die("skip no oci8 extension");
+if (PHP_INT_SIZE != 4) die("skip this test is for 32bit platform only");
+?>
--INI--
memory_limit=3M
--FILE--
http://cvs.php.net/viewvc.cgi/php-src/ext/oci8/tests/pecl_bug10194_blob_64.phpt?view=markup&rev=1.1
Index: php-src/ext/oci8/tests/pecl_bug10194_blob_64.phpt
+++ php-src/ext/oci8/tests/pecl_bug10194_blob_64.phpt
http://cvs.php.net/viewvc.cgi/php-src/ext/oci8/tests/testping.phpt?view=markup&rev=1.1
Index: php-src/ext/oci8/tests/testping.phpt
+++ php-src/ext/oci8/tests/testping.phpt
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php