ID:               16217
 Updated by:       [EMAIL PROTECTED]
 Reported By:      [EMAIL PROTECTED]
-Status:           Open
+Status:           Feedback
 Bug Type:         Reproducible crash
 Operating System: windows NT 4/ win2000 pro
 PHP Version:      4.1.1
 New Comment:

Does this also happen if you only use the CGI version on command line
and as less modules (i.e. no ldp/oci8/whatever) as possible?


Previous Comments:
------------------------------------------------------------------------

[2002-03-22 03:22:58] [EMAIL PROTECTED]

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.


------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=16217&edit=1

Reply via email to