Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Happy New Year | Xinchen Hui | 2013-01-01 | 1 | -1/+1 |
| | |||||
* | - Year++ | Felipe Pena | 2012-01-01 | 1 | -1/+1 |
| | |||||
* | - Year++ | Felipe Pena | 2011-01-01 | 1 | -1/+1 |
| | |||||
* | sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php | Sebastian Bergmann | 2010-01-03 | 1 | -1/+1 |
| | |||||
* | MFH: Bump copyright year, 3 of 3. | Sebastian Bergmann | 2008-12-31 | 1 | -1/+1 |
| | |||||
* | MFH: Bump copyright year, 2 of 2. | Sebastian Bergmann | 2007-12-31 | 1 | -1/+1 |
| | |||||
* | MFH: Bump year. | Sebastian Bergmann | 2007-01-01 | 1 | -1/+1 |
| | |||||
* | bump year and license version | foobar | 2006-01-01 | 1 | -3/+3 |
| | |||||
* | - Bumber up year | foobar | 2005-08-03 | 1 | -1/+1 |
| | |||||
* | NetWare can make use of Autoconf generated header file | Anantha Kesari H Y | 2005-02-23 | 1 | -5/+0 |
| | |||||
* | - Fix outside-source-tree builds. Always include generated header files | foobar | 2005-01-09 | 1 | -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.. | foobar | 2004-01-08 | 1 | -2/+2 |
| | | | | | # Should the LICENSE and Zend/LICENSE dates be updated too? | ||||
* | updating license information in the headers. | James Cox | 2003-06-10 | 1 | -3/+3 |
| | |||||
* | ws fixes + missing $Id$ tags, headers added | foobar | 2003-02-19 | 1 | -0/+20 |
| | |||||
* | NetWare related changes/modifications | Anantha Kesari H Y | 2002-09-09 | 1 | -0/+5 |
| | |||||
* | 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> |