1<?php
2
3/* ----------------------------------------------------------------------------
4 * This file was automatically generated by SWIG (http://www.swig.org).
5 * Version 2.0.12
6 *
7 * This file is not intended to be easily readable and contains a number of
8 * coding conventions designed to improve portability and efficiency. Do not make
9 * changes to this file unless you know what you are doing--modify the SWIG
10 * interface file instead.
11 * ----------------------------------------------------------------------------- */
12
13// Try to load our extension if it's not already loaded.
14if (!extension_loaded('zxid')) {
15  if (strtolower(substr(PHP_OS, 0, 3)) === 'win') {
16    if (!dl('php_zxid.dll')) return;
17  } else {
18    // PHP_SHLIB_SUFFIX gives 'dylib' on MacOS X but modules are 'so'.
19    if (PHP_SHLIB_SUFFIX === 'dylib') {
20      if (!dl('zxid.so')) return;
21    } else {
22      if (!dl('zxid.'.PHP_SHLIB_SUFFIX)) return;
23    }
24  }
25}
26
27
28
29/* PHP Proxy Classes */
30
31?>
32