Skip to content

Commit 4ab4b68

Browse files
committed
MFH: Silent dl() if it fails
1 parent a008f13 commit 4ab4b68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

win32/build/registersyslog.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/* This script sets up an event source for use by the php syslog() function. */
44

55
if (!extension_loaded("win32std")) {
6-
dl("php_win32std.dll");
6+
@dl("php_win32std.dll");
77
}
88

99
$PATH = "SYSTEM\\CurrentControlSet\\Services\\Eventlog\\Application\\PHP-" . phpversion();

0 commit comments

Comments
 (0)