]> granicus.if.org Git - php/commitdiff
- MFH: remove dl() usage
authorPierre Joye <pajoye@php.net>
Sun, 13 Aug 2006 19:34:40 +0000 (19:34 +0000)
committerPierre Joye <pajoye@php.net>
Sun, 13 Aug 2006 19:34:40 +0000 (19:34 +0000)
ext/zip/examples/dir.php

index c362a72ba36f803654cf6b0ea5755887d1fc5271..00e4b405852980ae63f55a0a47ee10b41f2132e0 100644 (file)
@@ -1,8 +1,4 @@
 <?php
-if (!extension_loaded('zip')) {
-    dl('zip.so');
-}
-
 $za = new ZipArchive();
 
 $za->open('test_with_comment.zip');