File: xapian-wrapper.php

package info (click to toggle)
xapian-bindings 2.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 18,376 kB
  • sloc: cpp: 323,265; cs: 9,646; java: 7,153; python: 5,493; sh: 5,012; perl: 4,455; makefile: 1,146; ruby: 1,027; php: 588; tcl: 262
file content (5 lines) | stat: -rw-r--r-- 212 bytes parent folder | download | duplicates (6)
1
2
3
4
5
<?php
// Debian-specific wrapper to allow PHP5 and PHP7 bindings to be concurrently
// installed.  If this require fails, you probably need to install php7-xapian.
require "_xapian-".PHP_MAJOR_VERSION.".php";
?>