summaryrefslogtreecommitdiff
path: root/main/php_syslog.h
Commit message (Collapse)AuthorAgeFilesLines
* Happy New YearXinchen Hui2013-01-011-1/+1
|
* - Year++Felipe Pena2012-01-011-1/+1
|
* - Year++Felipe Pena2011-01-011-1/+1
|
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-031-1/+1
|
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
|
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
|
* MFH: Bump year.Sebastian Bergmann2007-01-011-1/+1
|
* bump year and license versionfoobar2006-01-011-3/+3
|
* - Bumber up yearfoobar2005-08-031-1/+1
|
* NetWare can make use of Autoconf generated header fileAnantha Kesari H Y2005-02-231-5/+0
|
* - Fix outside-source-tree builds. Always include generated header filesfoobar2005-01-091-1/+1
| | | | | with #include <some_header.h> to make sure the correct file is used.
* - Happy new year and PHP 5 for rest of the files too..foobar2004-01-081-2/+2
| | | | | # Should the LICENSE and Zend/LICENSE dates be updated too?
* updating license information in the headers.James Cox2003-06-101-3/+3
|
* ws fixes + missing $Id$ tags, headers addedfoobar2003-02-191-0/+20
|
* NetWare related changes/modificationsAnantha Kesari H Y2002-09-091-0/+5
|
* 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>