Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Actually compile on systems without syslog. | Sascha Schumann | 2001-02-24 | 1 | -0/+3 |
| | | | | | PR: #9412 | ||||
* | Real fix for std_syslog issue on OpenServer. This is limited to the native | Sascha Schumann | 2000-06-09 | 1 | -9/+6 |
| | | | | | development system (/bin/cc and icc) and does not show up with the UDK. | ||||
* | s/sys_syslog/std_syslog/ | Sascha Schumann | 2000-06-01 | 1 | -3/+3 |
| | |||||
* | Remove win32/php_registry.h from include list. That slipped in by accident. | Sascha Schumann | 2000-05-28 | 1 | -1/+0 |
| | |||||
* | Use php_syslog() for system call. On OpenServer 5, syslog is defined to | Sascha Schumann | 2000-05-28 | 1 | -0/+33 |
var_syslog/sys_syslog which causes various problems. Submitted by: Paul Gardiner <I.T.Manager@barleychalu.co.uk> |