1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 16:22:37 +01:00

Add TODO for DLSYM_NEEDS_UNDRESCORE

This commit is contained in:
Stanislav Malyshev
2001-08-23 09:18:21 +00:00
parent a97b1e2341
commit d3ceaeb4e8

3
TODO
View File

@@ -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
------