diff options
author | Zeev Suraski <zeev@php.net> | 1999-06-04 10:45:54 +0000 |
---|---|---|
committer | Zeev Suraski <zeev@php.net> | 1999-06-04 10:45:54 +0000 |
commit | 3cad348509b66828f421d1b843a025b555519a83 (patch) | |
tree | c088457cf498c7b157b4691f670080b8d9d68e95 /main/php.h | |
parent | a3a60dd4e704189fbdea808805797d5b11b275e7 (diff) | |
download | php-git-3cad348509b66828f421d1b843a025b555519a83.tar.gz |
* Add a new workspace for dynamic PHP extensions.
* Add a few functions to PHP's API.
* Get the MySQL extension up-to-date and thread safe.
* Add a project for building the MySQL extension under Win32.
Diffstat (limited to 'main/php.h')
-rw-r--r-- | main/php.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/main/php.h b/main/php.h index 955cbe66ca..8872f198a0 100644 --- a/main/php.h +++ b/main/php.h @@ -190,7 +190,7 @@ extern char *strerror(int); #endif #if HAVE_PWD_H -# if MSVC5 +# if WIN32||WINNT #include "win32/pwd.h" #include "win32/param.h" # else @@ -258,8 +258,6 @@ extern pval *data; extern char **environ; #endif -extern PHPAPI int le_index_ptr; /* list entry type for index pointers */ - extern void phperror(char *error); extern PHPAPI void php3_error(int type, const char *format,...); extern PHPAPI int php3_printf(const char *format,...); |