diff options
| author | Thies C. Arntzen <thies@php.net> | 1999-10-13 19:55:25 +0000 |
|---|---|---|
| committer | Thies C. Arntzen <thies@php.net> | 1999-10-13 19:55:25 +0000 |
| commit | e2d66a6d28d36be54f22fd0175a59eb3dd6b3b88 (patch) | |
| tree | 376b3c691e02a325b5c5aa9486c213c9bfe71119 /main/configuration-parser.y | |
| parent | f5fa29184cf620d0c14c0cd848f1df97d99a3200 (diff) | |
| download | php-git-e2d66a6d28d36be54f22fd0175a59eb3dd6b3b88.tar.gz | |
new api fo dl() - renamed php3_dl to php_dl (added compat header)
Diffstat (limited to 'main/configuration-parser.y')
| -rw-r--r-- | main/configuration-parser.y | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/configuration-parser.y b/main/configuration-parser.y index 4c41f7e10f..db7f950d54 100644 --- a/main/configuration-parser.y +++ b/main/configuration-parser.y @@ -370,7 +370,7 @@ statement: printf("Loading '%s'\n",$3.value.str.val); #endif - php3_dl(&$3,MODULE_PERSISTENT,&dummy); + php_dl(&$3,MODULE_PERSISTENT,&dummy); } | T_ZEND_EXTENSION '=' string { #if !defined(ZTS) && !ZEND_DEBUG |
