From: Sebastian Bergmann Date: Sat, 3 Mar 2001 13:10:13 +0000 (+0000) Subject: Jan says: 'Do not load php_gtk.dll through php.ini, only use dl(), otherwise it crash... X-Git-Tag: php-4.0.5RC1~100 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9be9e95f06166a33c47d6b7264b441d40ba3cc2b;p=php Jan says: 'Do not load php_gtk.dll through php.ini, only use dl(), otherwise it crashes (atleast on Win32).' Me thinks: 'There should be no crash, but a warning. Anyways, remove it from php.ini-dist, so others do not run into this... :-) --- diff --git a/php.ini-dist b/php.ini-dist index cb458a9116..24808ee253 100644 --- a/php.ini-dist +++ b/php.ini-dist @@ -380,7 +380,6 @@ allow_url_fopen = On ;extension=php_filepro.dll ;extension=php_gd.dll ;extension=php_gettext.dll -;extension=php_gtk.dll ;extension=php_hyperwave.dll ;extension=php_iconv.dll ;extension=php_ifx.dll