]> granicus.if.org Git - php/commitdiff
Merge branch 'PHP-5.3' into PHP-5.4
authorAnatoliy Belsky <ab@php.net>
Thu, 26 Apr 2012 13:17:46 +0000 (15:17 +0200)
committerAnatoliy Belsky <ab@php.net>
Thu, 26 Apr 2012 13:17:46 +0000 (15:17 +0200)
* PHP-5.3:
  Fix bug #61791 ext\sqlite3\tests\sqlite3_15_open_error.phpt fails

Conflicts:
ext/sqlite3/tests/sqlite3_15_open_error.phpt

1  2 
ext/sqlite3/tests/sqlite3_15_open_error.phpt

index ea1ee429922d5c8eb95d6c7ac4ab21f93d3a8177,9b0496f889176fb100d6554ded089f020aed78c4..fc05b878026a2cde80dbed3b47dfdb49037a6bcd
@@@ -2,7 -2,10 +2,10 @@@
  SQLite3::open error test
  --SKIPIF--
  <?php
 -require_once(dirname(__FILE__) . '/skipif.inc');
+ if(substr(PHP_OS, 0, 3) == 'WIN' ) {
+       die('skip non windows test');
+ }
 +require_once(__DIR__ . '/skipif.inc');
  if (posix_geteuid() == 0) {
      die('SKIP Cannot run test as root.');
  }