From: Stanislav Malyshev Date: Thu, 23 Aug 2001 09:18:21 +0000 (+0000) Subject: Add TODO for DLSYM_NEEDS_UNDRESCORE X-Git-Tag: PRE_SUBST_Z_MACROS~387 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d3ceaeb4e85449608ebffeb296433f2691fc76a2;p=php Add TODO for DLSYM_NEEDS_UNDRESCORE --- diff --git a/TODO b/TODO index 9abac573b4..87a4a10d05 100644 --- a/TODO +++ b/TODO @@ -14,6 +14,9 @@ Zend but don't declare those as const. This makes interaction with other interfaces difficult which pass const parameters to us. * add try..catch/throw exception handling + * Add configure test to determine if dlsym() requires underscore and set + DLSYM_NEEDS_UNDERSCORE accordingly. Perl and zsh have it in configure, + for example. global ------