| Commit message (Expand) | Author | Age | Files | Lines |
* | - MFB | Derick Rethans | 2002-12-26 | 4 | -10/+6 |
* | added Wez, Ilia & myself | Georg Richter | 2002-12-26 | 1 | -0/+3 |
* | Remove cruft that opened a stream that was never closed in get_meta_tags(). | Wez Furlong | 2002-12-26 | 1 | -5/+0 |
* | if needle is empty free allocated memory | Sterling Hughes | 2002-12-26 | 1 | -0/+3 |
* | remove memleak | Sterling Hughes | 2002-12-26 | 1 | -0/+2 |
* | Add missing test for db4 handler | Marcus Boerger | 2002-12-26 | 1 | -0/+29 |
* | - Add test for bug #21182 | Derick Rethans | 2002-12-25 | 1 | -0/+12 |
* | Make range operate on the copies of the parameters rather then modify the | Ilia Alshanetsky | 2002-12-25 | 1 | -7/+7 |
* | do correct casting | Stefan Esser | 2002-12-24 | 1 | -3/+3 |
* | Removed pointless assignment. | Ilia Alshanetsky | 2002-12-24 | 1 | -2/+0 |
* | The -1 is no longer needed, since it is done automatically by strlcpy(). | Ilia Alshanetsky | 2002-12-24 | 1 | -2/+2 |
* | Changed strncpy() to strlcpy(). | Ilia Alshanetsky | 2002-12-24 | 1 | -2/+2 |
* | A variety of CS style fixes, which include: | Ilia Alshanetsky | 2002-12-24 | 2 | -468/+439 |
* | Verify if gl_pathv is not NULL, which it is, when GLOB_NOMATCH isn't | Melvyn Sopacua | 2002-12-23 | 1 | -0/+3 |
* | fix compile error on IRIX | Stefan Esser | 2002-12-23 | 1 | -1/+1 |
* | Fixed various memory leaks. | Ilia Alshanetsky | 2002-12-22 | 1 | -4/+10 |
* | Removed "%s" from format strings | Moriyoshi Koizumi | 2002-12-22 | 1 | -5/+5 |
* | Fixed bug #21146. | Ilia Alshanetsky | 2002-12-22 | 3 | -107/+159 |
* | php_error => php_error_docref | Moriyoshi Koizumi | 2002-12-22 | 1 | -7/+7 |
* | WS fix | Moriyoshi Koizumi | 2002-12-22 | 1 | -179/+179 |
* | Fixed bug #21144 | Moriyoshi Koizumi | 2002-12-22 | 3 | -1/+17 |
* | Forgot to include this in my previous commit for #21131 fix. | Wez Furlong | 2002-12-22 | 1 | -0/+23 |
* | Fix for Bug #21131: fopen($file, 'a+') would incorrectly assume that | Wez Furlong | 2002-12-22 | 1 | -1/+16 |
* | (char *) vptr += expr; is refused by the IRIX compiler, so we use | Sascha Schumann | 2002-12-22 | 1 | -1/+1 |
* | 'index' is a function name in the C library, do not use it as variable name. | Sascha Schumann | 2002-12-22 | 1 | -3/+3 |
* | Fixed bug #20987 (no handling for client certificates). | Ilia Alshanetsky | 2002-12-21 | 1 | -0/+1 |
* | MFB: Fix typo | Derick Rethans | 2002-12-21 | 1 | -2/+2 |
* | Alias dba_popen() to dba_open() until persistent STDIO streams are | Andrei Zmievski | 2002-12-21 | 1 | -1/+3 |
* | need more space | Stefan Esser | 2002-12-20 | 1 | -1/+1 |
* | fixed some warning when using external 4.x libs | Georg Richter | 2002-12-20 | 1 | -9/+6 |
* | Fixing Win32 build by adding missing libraries | Frank M. Kromann | 2002-12-20 | 1 | -2/+2 |
* | Minor clarification in meaning of bitmask constants | Sara Golemon | 2002-12-20 | 1 | -2/+2 |
* | -Fix memory handling of persistent dba connections. | Marcus Boerger | 2002-12-20 | 11 | -51/+65 |
* | When low & high are the same return an array containing the low value. | Ilia Alshanetsky | 2002-12-20 | 2 | -31/+1431 |
* | @Make uniqid() parameters optional and allow any prefix length. (Marcus) | Marcus Boerger | 2002-12-20 | 1 | -13/+8 |
* | MFB | Marcus Boerger | 2002-12-20 | 1 | -1/+2 |
* | At least this problem exposed some leaks.. | Andrei Zmievski | 2002-12-20 | 1 | -3/+3 |
* | -disable uniqid() when required lib functions not available | Marcus Boerger | 2002-12-20 | 3 | -10/+17 |
* | silly error, will MFH | Sterling Hughes | 2002-12-20 | 1 | -1/+1 |
* | Correct mistake introduced by my last commit on these files; | Wez Furlong | 2002-12-19 | 1 | -1/+1 |
* | Fixed bug #21098. | Ilia Alshanetsky | 2002-12-19 | 1 | -1/+1 |
* | MFB: Remove dependancy on libtool library which is no longer needed. | Edin Kadribasic | 2002-12-19 | 1 | -2/+2 |
* | Prevented test failure caused by LF code variety | Moriyoshi Koizumi | 2002-12-18 | 1 | -0/+1 |
* | Fix a crash while using an invalid color with imagesetstyle, see the sample | Pierre Joye | 2002-12-18 | 1 | -13/+11 |
* | Fixing WIn32 build after adding support for FreeTDS | Frank M. Kromann | 2002-12-16 | 1 | -1/+1 |
* | Allow the native MSSQL extension to be compiled with FreeTDS on *nix platforms. | Frank M. Kromann | 2002-12-16 | 3 | -10/+88 |
* | - mnogosearch extension updated to compile with mnogosearch-3.2.8 | Sergey Kartashoff | 2002-12-16 | 1 | -1/+15 |
* | fix compiler definition tests | Marcus Boerger | 2002-12-16 | 1 | -1/+1 |
* | fix compiler definition tests | Marcus Boerger | 2002-12-16 | 1 | -7/+7 |
* | fix test | Marcus Boerger | 2002-12-16 | 1 | -2/+1 |