diff options
| author | Sascha Schumann <sas@php.net> | 1999-12-04 19:19:57 +0000 |
|---|---|---|
| committer | Sascha Schumann <sas@php.net> | 1999-12-04 19:19:57 +0000 |
| commit | 5b983c944f66b55192c901ce3fa38fcce6ca21e3 (patch) | |
| tree | 89c7d57484170f274eba416495d88e02be541e6f /ext/ldap/ldap.c | |
| parent | 83ce7c13d1a7f21b4bd7dd0b5ce4f4d6764d7e52 (diff) | |
| download | php-git-5b983c944f66b55192c901ce3fa38fcce6ca21e3.tar.gz | |
Clean up php3.*\.h files. The files itself are renamed, and references in all
.*\.[ch] files were changed. There is a slight chance that my script missed
a few changes, please correct them manually.
Diffstat (limited to 'ext/ldap/ldap.c')
| -rw-r--r-- | ext/ldap/ldap.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ext/ldap/ldap.c b/ext/ldap/ldap.c index ef2b108587..0ca3d18c40 100644 --- a/ext/ldap/ldap.c +++ b/ext/ldap/ldap.c @@ -29,7 +29,7 @@ #include "dl/phpdl.h" #include "ext/standard/dl.h" -#include "php3_ldap.h" +#include "php_ldap.h" #if WIN32|WINNT #include <string.h> @@ -44,7 +44,7 @@ #define __STDC__ 1 #endif -#include "ext/standard/php3_string.h" +#include "ext/standard/php_string.h" #if THREAD_SAFE & HAVE_NSLDAP @@ -109,7 +109,7 @@ DLEXPORT php3_module_entry *get_module(void ) { return &ldap_module_entry; } #endif -#if 0 /* see my note in php3_ldap.h. smc */ +#if 0 /* see my note in php_ldap.h. smc */ /* Function for setting thread-specific LDAP error values */ static void php3_ldap_set_ld_error( int err, char *matched, char *errmsg, void *dummy ) { |
