|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2002-03-22 04:01 UTC] mfischer@php.net
[2002-03-22 04:29 UTC] f dot labanvoye at cg70 dot fr
[2002-06-10 04:33 UTC] f dot labanvoye at cg70 dot fr
[2002-08-30 14:35 UTC] iliaa@php.net
[2002-08-30 14:47 UTC] iliaa@php.net
[2002-09-20 03:39 UTC] f dot labanvoye at cg70 dot fr
[2002-10-28 03:03 UTC] f dot labanvoye at cg70 dot fr
[2003-01-18 17:53 UTC] philip@php.net
|
|||||||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Thu Oct 30 22:00:01 2025 UTC |
Hello, Apache crash on windows platform when i use syslog functions ( openlog, syslog, closelog) and exit(). the script is: 1: <?php 2: define_syslog_variables(); 3: openlog("Test", LOG_PID | LOG_PERROR, LOG_LOCAL0); 4: syslog(LOG_WARNING,"Essai de log"); 5: closelog(); 6: exit(); 7: ?> if i comment line 5 and 6, it's works fine. if i comment line 3, 4, 5 , apache crash after few reload or navigation between index page and this script. if i comment line 6, apache crash in the same case as above... config: w2k pro sp2 apache 1.3.22 ( start in commmand line or as service ) php 4.1.1 + ldap + oci8 (8.1.7) win nt 4 sp 6 apache 1.3.22 php 4.1.0 + ldap + oci8 (8.1.6) thanks for your comment.