MFH: Silent dl() if it fails

This commit is contained in:
Kalle Sommer Nielsen 2009-05-27 01:38:13 +00:00
parent a008f130cd
commit 4ab4b6817d

View file

@ -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();