|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2002-07-31 18:16 UTC] kalowsky@php.net
[2002-08-05 04:03 UTC] f dot labanvoye at cg70 dot fr
[2002-08-15 00:02 UTC] kalowsky@php.net
[2002-09-11 11:16 UTC] sniper@php.net
[2003-11-20 17:47 UTC] alboss at club-internet dot fr
|
|||||||||||||||||||||||||||
Copyright © 2001-2026 The PHP GroupAll rights reserved. |
Last updated: Sun Mar 15 13:00:01 2026 UTC |
On windows 2000 server, apache 1.3.24 and php 4.2.1, i get the following warning: Warning: openlog expects parameter 3 to be long, string given in script.php on line 5 my script: <?php define_syslog_variables(); openlog("testlog", LOG_PID | LOG_PERROR, LOG_LOCAL0); syslog(LOG_ALERT, "pour voir"); ?> I suspect that define_syslog_variables does not define correctly variables (LOG_LOCAL0) . I notice on eventlog, that the source of alerte is c-client and not "testlog".