diff --git a/win32/build/registersyslog.php b/win32/build/registersyslog.php index e5aa1d92c00..ce28cbf4201 100755 --- a/win32/build/registersyslog.php +++ b/win32/build/registersyslog.php @@ -3,7 +3,7 @@ /* This script sets up an event source for use by the php syslog() function. */ if (!extension_loaded("win32std")) { - dl("php_win32std.dll"); + @dl("php_win32std.dll"); } $PATH = "SYSTEM\\CurrentControlSet\\Services\\Eventlog\\Application\\PHP-" . phpversion();