]> granicus.if.org Git - php/commitdiff
Add TODO for DLSYM_NEEDS_UNDRESCORE
authorStanislav Malyshev <stas@php.net>
Thu, 23 Aug 2001 09:18:21 +0000 (09:18 +0000)
committerStanislav Malyshev <stas@php.net>
Thu, 23 Aug 2001 09:18:21 +0000 (09:18 +0000)
TODO

diff --git a/TODO b/TODO
index 9abac573b467b0af222d58fd1ae67a15cd8b648e..87a4a10d0571377a1f107f0b9073277f30299c56 100644 (file)
--- 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
 ------