Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed definitions | Dmitry Stogov | 2007-11-23 | 1 | -2/+2 |
| | |||||
* | Fixed bug #43128 (Very long class name causes segfault) | Dmitry Stogov | 2007-11-22 | 1 | -2/+10 |
| | |||||
* | fix Cygwin build | Antony Dovgal | 2007-02-15 | 1 | -2/+4 |
| | | | | | (costs us nothing, but makes some people happy) | ||||
* | MFB51: Fixed bug #31347 (is_dir and is_file (incorrectly) return true for any | Ilia Alshanetsky | 2005-12-20 | 1 | -0/+2 |
| | | | | | string greater then 255 characters). | ||||
* | Revert bad fix | foobar | 2005-03-17 | 1 | -1/+1 |
| | |||||
* | Fix Jani breakage | Rasmus Lerdorf | 2005-03-16 | 1 | -1/+1 |
| | |||||
* | NetWare can make use of autogenerated config header file | Anantha Kesari H Y | 2005-02-21 | 1 | -2/+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. | ||||
* | - Fixed bug #25240 (spaces before pre-processor directives) | foobar | 2003-08-25 | 1 | -1/+1 |
| | |||||
* | Restore HEAD of TSRM to what it was two days ago. | Sebastian Bergmann | 2003-06-25 | 1 | -0/+2 |
| | |||||
* | bring head into sync with the php4 branch | James Cox | 2003-06-23 | 1 | -2/+0 |
| | |||||
* | Netware related changes/modifications. | Anantha Kesari H Y | 2002-12-19 | 1 | -0/+2 |
| | |||||
* | Fix missing header warnings (alloca.h) on Sun Os & Tru64. | Ilia Alshanetsky | 2002-11-11 | 1 | -3/+5 |
| | |||||
* | make win32 debug output more verbose | Harald Radi | 2002-08-07 | 1 | -4/+0 |
| | |||||
* | Changes to build TSRM on NetWare | Venkat Raghavan S | 2002-05-29 | 1 | -3/+5 |
| | |||||
* | This was needed afterall. Without this Apache segfaulted when accessing PHP ↵ | foobar | 2001-12-09 | 1 | -2/+13 |
| | | | | scripts. | ||||
* | Undo (per Jani's request) | Zeev Suraski | 2001-12-09 | 1 | -13/+2 |
| | |||||
* | Jani's AIX fixes | Sterling Hughes | 2001-12-07 | 1 | -2/+13 |
| | |||||
* | - Fix crash bug on NetBSD and OpenBSD. MAXPATHLEN didn't get defined | Andi Gutmans | 2000-09-07 | 1 | -0/+21 |
| | | | | | correctly and caused a stack overrun. This was *hard* to debug. | ||||
* | - Get rid of build warning on Windows | Andi Gutmans | 2000-09-07 | 1 | -0/+4 |
| | |||||
* | - Centralize some configuration stuff | Andi Gutmans | 2000-09-06 | 1 | -0/+22 |
- Use inline in my strtok_r implementation |