diff options
author | Stanislav Malyshev <stas@php.net> | 2001-08-23 09:18:21 +0000 |
---|---|---|
committer | Stanislav Malyshev <stas@php.net> | 2001-08-23 09:18:21 +0000 |
commit | d3ceaeb4e85449608ebffeb296433f2691fc76a2 (patch) | |
tree | cac9b274bdaec555f26113d6b1cd62064ee0f638 /TODO | |
parent | a97b1e2341e39560f638c2248e360d51972a8795 (diff) | |
download | php-git-d3ceaeb4e85449608ebffeb296433f2691fc76a2.tar.gz |
Add TODO for DLSYM_NEEDS_UNDRESCORE
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 ------ |