summaryrefslogtreecommitdiff
path: root/main/php_syslog.h
Commit message (Collapse)AuthorAgeFilesLines
* Actually compile on systems without syslog.Sascha Schumann2001-02-241-0/+3
| | | | | PR: #9412
* Real fix for std_syslog issue on OpenServer. This is limited to the nativeSascha Schumann2000-06-091-9/+6
| | | | | development system (/bin/cc and icc) and does not show up with the UDK.
* s/sys_syslog/std_syslog/Sascha Schumann2000-06-011-3/+3
|
* Remove win32/php_registry.h from include list. That slipped in by accident.Sascha Schumann2000-05-281-1/+0
|
* Use php_syslog() for system call. On OpenServer 5, syslog is defined toSascha Schumann2000-05-281-0/+33
var_syslog/sys_syslog which causes various problems. Submitted by: Paul Gardiner <I.T.Manager@barleychalu.co.uk>