summaryrefslogtreecommitdiff
path: root/main/php3_compat.h
diff options
context:
space:
mode:
authorThies C. Arntzen <thies@php.net>1999-10-13 19:55:25 +0000
committerThies C. Arntzen <thies@php.net>1999-10-13 19:55:25 +0000
commite2d66a6d28d36be54f22fd0175a59eb3dd6b3b88 (patch)
tree376b3c691e02a325b5c5aa9486c213c9bfe71119 /main/php3_compat.h
parentf5fa29184cf620d0c14c0cd848f1df97d99a3200 (diff)
downloadphp-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.h1
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 */