From e2d66a6d28d36be54f22fd0175a59eb3dd6b3b88 Mon Sep 17 00:00:00 2001 From: "Thies C. Arntzen" Date: Wed, 13 Oct 1999 19:55:25 +0000 Subject: new api fo dl() - renamed php3_dl to php_dl (added compat header) --- main/php3_compat.h | 1 + 1 file changed, 1 insertion(+) (limited to 'main/php3_compat.h') diff --git a/main/php3_compat.h b/main/php3_compat.h index 1b8db14617..f6e60bea71 100644 --- a/main/php3_compat.h +++ b/main/php3_compat.h @@ -88,5 +88,6 @@ #define _php3_addslashes php_addslashes #define _php3_stripslashes php_stripslashes +#define php3_dl php_dl #endif /* _PHP3_COMPAT_H */ -- cgit v1.2.1