Ticket #411: php_bindings.patch
File php_bindings.patch, 328 bytes (added by , 15 years ago) |
---|
-
except.i
25 25 static void 26 26 XapianExceptionHandler() 27 27 { 28 TSRMLS_FETCH(); 28 29 string msg; 29 30 try { 30 31 // Rethrow so we can look at the exception if it was a Xapian::Error.