mirror of
https://github.com/php/pecl-authentication-krb5.git
synced 2026-03-23 23:02:16 +01:00
rename compat header and install headers included from php_krb5.h
git-svn-id: http://svn.php.net/repository/pecl/krb5/trunk@350500 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
@@ -69,5 +69,5 @@ if test "$PHP_KRB5" != "no" -o "$PHP_KRB5KADM" != "no"; then
|
||||
PHP_SUBST(CFLAGS)
|
||||
PHP_SUBST(LDFLAGS)
|
||||
PHP_NEW_EXTENSION(krb5, $SOURCE_FILES, $ext_shared)
|
||||
PHP_INSTALL_HEADERS([ext/krb5], [php_krb5.h])
|
||||
PHP_INSTALL_HEADERS([ext/krb5], [php_krb5.h php_krb5_compat.h php_krb5_gssapi.h])
|
||||
fi
|
||||
|
||||
1
gssapi.c
1
gssapi.c
@@ -23,7 +23,6 @@
|
||||
|
||||
#include "php.h"
|
||||
#include "php_krb5.h"
|
||||
#include "compat.h"
|
||||
|
||||
/* Class definition */
|
||||
|
||||
|
||||
1
kadm.c
1
kadm.c
@@ -22,7 +22,6 @@
|
||||
|
||||
#include "php_krb5.h"
|
||||
#include "php_krb5_kadm.h"
|
||||
#include "compat.h"
|
||||
|
||||
|
||||
zend_class_entry *krb5_ce_kadm5;
|
||||
|
||||
@@ -22,7 +22,6 @@
|
||||
|
||||
#include "php_krb5.h"
|
||||
#include "php_krb5_kadm.h"
|
||||
#include "compat.h"
|
||||
|
||||
ZEND_BEGIN_ARG_INFO_EX(arginfo_KADM5Policy_none, 0, 0, 0)
|
||||
ZEND_END_ARG_INFO()
|
||||
|
||||
@@ -22,7 +22,6 @@
|
||||
|
||||
#include "php_krb5.h"
|
||||
#include "php_krb5_kadm.h"
|
||||
#include "compat.h"
|
||||
|
||||
ZEND_BEGIN_ARG_INFO_EX(arginfo_KADM5Principal_none, 0, 0, 0)
|
||||
ZEND_END_ARG_INFO()
|
||||
|
||||
@@ -23,7 +23,6 @@
|
||||
#include "config.h"
|
||||
#include "php_krb5.h"
|
||||
#include "php_krb5_kadm.h"
|
||||
#include "compat.h"
|
||||
|
||||
ZEND_BEGIN_ARG_INFO_EX(arginfo_KADM5TLData_none, 0, 0, 0)
|
||||
ZEND_END_ARG_INFO()
|
||||
|
||||
@@ -22,7 +22,6 @@
|
||||
|
||||
#include "php_krb5.h"
|
||||
#include "php_krb5_gssapi.h"
|
||||
#include "compat.h"
|
||||
#include "config.h"
|
||||
#include "SAPI.h"
|
||||
#include "ext/standard/base64.h"
|
||||
|
||||
@@ -54,7 +54,7 @@ GSSAPI to follow).
|
||||
<file role="src" name="php_krb5.h" />
|
||||
<file role="src" name="php_krb5_kadm.h" />
|
||||
<file role="src" name="php_krb5_gssapi.h" />
|
||||
<file role="src" name="compat.h" />
|
||||
<file role="src" name="php_krb5_compat.h" />
|
||||
<file role="src" name="krb5.c" />
|
||||
<file role="src" name="gssapi.c" />
|
||||
<file role="src" name="kadm.c" />
|
||||
|
||||
@@ -29,7 +29,7 @@
|
||||
|
||||
#include "php.h"
|
||||
#include "Zend/zend_exceptions.h"
|
||||
#include "compat.h"
|
||||
#include "php_krb5_compat.h"
|
||||
#include "php_krb5_gssapi.h"
|
||||
|
||||
#ifdef HAVE_KADM5
|
||||
|
||||
Reference in New Issue
Block a user