Ticket #411: php_bindings.patch

File php_bindings.patch, 328 bytes (added by Charlie Hull, 15 years ago)
  • except.i

     
    2525static void
    2626XapianExceptionHandler()
    2727{
     28    TSRMLS_FETCH();
    2829    string msg;
    2930    try {
    3031        // Rethrow so we can look at the exception if it was a Xapian::Error.