Ticket #76: xapian-bindings-0.9.6-php-tests-2.patch

File xapian-bindings-0.9.6-php-tests-2.patch, 244 bytes (added by Marien Zwart, 19 years ago)

Extra php 5 smoketest fixes.

  • smoketest5.php

    old new  
    2626        print "Retrieved non-existent document\n";
    2727        exit(1);
    2828    }
    29 } catch (e) {
     29} catch (Exception $e) {
    3030}
    3131?>