]> granicus.if.org Git - php/commitdiff
- Revert storing handle, got lost in 1.92, noticed by Kamesh Jayachandran
authorMarcus Boerger <helly@php.net>
Tue, 6 Jul 2004 18:48:39 +0000 (18:48 +0000)
committerMarcus Boerger <helly@php.net>
Tue, 6 Jul 2004 18:48:39 +0000 (18:48 +0000)
  <kameshj at fastmail dot fm>

ext/standard/dl.c

index 82925c7c3cdf6fba4feed535f44f56ab4cb64a15..47b35080c1334725efa5d3dff0fce6b2b2e70554 100644 (file)
@@ -250,6 +250,8 @@ void php_dl(pval *file, int type, pval *return_value TSRMLS_DC)
                }
        }
        
+       module_entry->handle = handle;
+
        RETURN_TRUE;
 }
 /* }}} */