|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
Patchessqlite_5.4.diff (last revision 2012-04-20 20:13 UTC by ab@php.net)sqlite_5.3.diff (last revision 2012-04-20 20:12 UTC by ab@php.net) Pull RequestsHistoryAllCommentsChangesGit/SVN commits
[2012-04-20 20:12 UTC] ab@php.net
[2012-04-20 20:13 UTC] ab@php.net
[2012-04-26 13:19 UTC] ab@php.net
[2012-04-26 13:42 UTC] ab@php.net
-Status: Open
+Status: Closed
-Assigned To:
+Assigned To: ab
[2012-04-26 13:42 UTC] ab@php.net
[2014-10-07 23:26 UTC] stas@php.net
[2014-10-07 23:37 UTC] stas@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Sun Dec 07 12:00:02 2025 UTC |
Description: ------------ Test diff: 001- exception 'Exception' with message 'Unable to open database: %s' in %ssqlite3_15_open_error.php:%d 002- Stack trace: 003- #0 %ssqlite3_15_open_error.php(%d): SQLite3->__construct('%s') 004- #1 {main} 002+ 003+ Warning: unlink(C:\php-sdk\php53\vc9\x86\php-src\ext\sqlite3\tests/unreadable.db): Permission denied in C:\php-sdk\php53\vc9\x86\php-src\ext\sqlite3\tests\sqlite3_15_open_error.php on line 11 The reason for the test to fail is - chmod() doesn't work on windows. Expected result: ---------------- test pass Actual result: -------------- test fail