Changeset 66
- Timestamp:
- 06/19/08 16:01:19 (7 months ago)
- Files:
-
- trunk/sqlite3.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/sqlite3.c
r63 r66 1871 1871 /* Refuse to load if this wasn't a threasafe library loaded */ 1872 1872 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."); 1873 1874 return FAILURE; 1874 1875 }
