mirror of
https://github.com/php/php-src.git
synced 2026-03-29 19:52:20 +02:00
- MFB: declaration and impl match
This commit is contained in:
@@ -52,7 +52,7 @@
|
||||
|
||||
/* {{{ proto int dl(string extension_filename) U
|
||||
Load a PHP extension at runtime */
|
||||
PHP_FUNCTION(dl)
|
||||
PHPAPI PHP_FUNCTION(dl)
|
||||
{
|
||||
char *filename;
|
||||
int filename_len;
|
||||
|
||||
Reference in New Issue
Block a user