diff options
author | Thies C. Arntzen <thies@php.net> | 1999-10-13 19:55:25 +0000 |
---|---|---|
committer | Thies C. Arntzen <thies@php.net> | 1999-10-13 19:55:25 +0000 |
commit | e2d66a6d28d36be54f22fd0175a59eb3dd6b3b88 (patch) | |
tree | 376b3c691e02a325b5c5aa9486c213c9bfe71119 /main/php3_compat.h | |
parent | f5fa29184cf620d0c14c0cd848f1df97d99a3200 (diff) | |
download | php-git-e2d66a6d28d36be54f22fd0175a59eb3dd6b3b88.tar.gz |
new api fo dl() - renamed php3_dl to php_dl (added compat header)
Diffstat (limited to 'main/php3_compat.h')
-rw-r--r-- | main/php3_compat.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 */ |