Changeset 66

Show
Ignore:
Timestamp:
06/19/08 16:01:19 (7 months ago)
Author:
scott
Message:

Add warning when its the wrong version of SQLite in use.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/sqlite3.c

    r63 r66  
    18711871        /* Refuse to load if this wasn't a threasafe library loaded */ 
    18721872        if (!sqlite3_threadsafe()) { 
     1873                php_error_docref(NULL TSRMLS_CC, E_WARNING, "A thread safe version of SQLite is required when using a thread safe version of PHP."); 
    18731874                return FAILURE; 
    18741875        }