Some ws fixes and general cleanup.

This commit is contained in:
foobar 2002-04-08 00:46:23 +00:00
parent 994cdb4b14
commit 7770fd5710
2 changed files with 1693 additions and 2000 deletions

File diff suppressed because it is too large Load Diff

View File

@ -16,23 +16,16 @@
+----------------------------------------------------------------------+
*/
#include "php.h"
#ifndef _PHP_MING_H
#define _PHP_MING_H
#ifdef COMPILE_DL_MING
#undef HAVE_MING
#define HAVE_MING 1
#endif
#if HAVE_MING
#include "ming.h"
extern zend_module_entry ming_module_entry;
#define ming_module_ptr &ming_module_entry
#include <ming.h>
PHP_RINIT_FUNCTION(ming);
PHP_MINIT_FUNCTION(ming);
PHP_MINFO_FUNCTION(ming);