mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
MFH: Silent dl() if it fails
This commit is contained in:
parent
a008f130cd
commit
4ab4b6817d
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue