Skip to content
Snippets Groups Projects
Select Git revision
  • upstream/7.3.24
  • debian/main/7.4 default
  • debian/main/8.2
  • debian/main/8.1
  • pristine-tar
  • upstream/8.1
  • debian/main/8.0
  • upstream/8.0
  • debian/main/7.3
  • debian/main/7.2
  • debian/main/7.1
  • debian/main/7.0
  • debian/main/5.6
  • upstream/8.2
  • debian/bullseye/7.4
  • upstream/7.4
  • upstream/7.3
  • debian/buster/7.3
  • upstream/7.2
  • debian/stretch/7.0
  • upstream/7.1
  • upstream/8.1.16+repack
  • upstream/8.0.28
  • upstream/8.2.3
  • debian/8.2.2-3
  • debian/8.2.2-1
  • upstream/8.1.15
  • upstream/8.2.2
  • debian/8.2.1-1
  • upstream/8.0.27
  • upstream/8.1.14
  • upstream/8.2.1
  • debian/8.2.0-4
  • debian/8.2.0-1
  • upstream/8.2.0
  • debian/1%8.0.26-1
  • upstream/8.0.26
  • upstream/8.2.0_rc7
  • upstream/8.1.13
  • debian/7.4.33-1+deb11u1
  • debian/1%7.4.33-1
41 results

php_tcadb.h

Blame
  • Forked from Debian PHP Team / php
    1678 commits behind, 17 commits ahead of the upstream repository.
    php_tcadb.h 1.35 KiB
    /*
       +----------------------------------------------------------------------+
       | PHP Version 7                                                        |
       +----------------------------------------------------------------------+
       | Copyright (c) 1997-2018 The PHP Group                                |
       +----------------------------------------------------------------------+
       | This source file is subject to version 3.01 of the PHP license,      |
       | that is bundled with this package in the file LICENSE, and is        |
       | available through the world-wide-web at the following url:           |
       | http://www.php.net/license/3_01.txt                                  |
       | If you did not receive a copy of the PHP license and are unable to   |
       | obtain it through the world-wide-web, please send a note to          |
       | license@php.net so we can mail you a copy immediately.               |
       +----------------------------------------------------------------------+
       | Author: Michael Maclean <mgdm@php.net>                               |
       +----------------------------------------------------------------------+
     */
    
    #ifndef PHP_TCADB_H
    #define PHP_TCADB_H
    
    #if DBA_TCADB
    
    #include "php_dba.h"
    
    DBA_FUNCS(tcadb);
    
    #endif
    
    #endif
    
    /*
     * Local variables:
     * tab-width: 4
     * c-basic-offset: 4
     * End:
     * vim600: sw=4 ts=4 fdm=marker
     * vim<600: sw=4 ts=4
     */