summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* - MFBDerick Rethans2002-12-264-10/+6
* added Wez, Ilia & myselfGeorg Richter2002-12-261-0/+3
* Remove cruft that opened a stream that was never closed in get_meta_tags().Wez Furlong2002-12-261-5/+0
* if needle is empty free allocated memorySterling Hughes2002-12-261-0/+3
* remove memleakSterling Hughes2002-12-261-0/+2
* Add missing test for db4 handlerMarcus Boerger2002-12-261-0/+29
* - Add test for bug #21182Derick Rethans2002-12-251-0/+12
* Make range operate on the copies of the parameters rather then modify theIlia Alshanetsky2002-12-251-7/+7
* do correct castingStefan Esser2002-12-241-3/+3
* Removed pointless assignment.Ilia Alshanetsky2002-12-241-2/+0
* The -1 is no longer needed, since it is done automatically by strlcpy().Ilia Alshanetsky2002-12-241-2/+2
* Changed strncpy() to strlcpy().Ilia Alshanetsky2002-12-241-2/+2
* A variety of CS style fixes, which include:Ilia Alshanetsky2002-12-242-468/+439
* Verify if gl_pathv is not NULL, which it is, when GLOB_NOMATCH isn'tMelvyn Sopacua2002-12-231-0/+3
* fix compile error on IRIXStefan Esser2002-12-231-1/+1
* Fixed various memory leaks.Ilia Alshanetsky2002-12-221-4/+10
* Removed "%s" from format stringsMoriyoshi Koizumi2002-12-221-5/+5
* Fixed bug #21146.Ilia Alshanetsky2002-12-223-107/+159
* php_error => php_error_docrefMoriyoshi Koizumi2002-12-221-7/+7
* WS fixMoriyoshi Koizumi2002-12-221-179/+179
* Fixed bug #21144Moriyoshi Koizumi2002-12-223-1/+17
* Forgot to include this in my previous commit for #21131 fix.Wez Furlong2002-12-221-0/+23
* Fix for Bug #21131: fopen($file, 'a+') would incorrectly assume thatWez Furlong2002-12-221-1/+16
* (char *) vptr += expr; is refused by the IRIX compiler, so we useSascha Schumann2002-12-221-1/+1
* 'index' is a function name in the C library, do not use it as variable name.Sascha Schumann2002-12-221-3/+3
* Fixed bug #20987 (no handling for client certificates).Ilia Alshanetsky2002-12-211-0/+1
* MFB: Fix typoDerick Rethans2002-12-211-2/+2
* Alias dba_popen() to dba_open() until persistent STDIO streams areAndrei Zmievski2002-12-211-1/+3
* need more spaceStefan Esser2002-12-201-1/+1
* fixed some warning when using external 4.x libsGeorg Richter2002-12-201-9/+6
* Fixing Win32 build by adding missing librariesFrank M. Kromann2002-12-201-2/+2
* Minor clarification in meaning of bitmask constantsSara Golemon2002-12-201-2/+2
* -Fix memory handling of persistent dba connections.Marcus Boerger2002-12-2011-51/+65
* When low & high are the same return an array containing the low value.Ilia Alshanetsky2002-12-202-31/+1431
* @Make uniqid() parameters optional and allow any prefix length. (Marcus)Marcus Boerger2002-12-201-13/+8
* MFBMarcus Boerger2002-12-201-1/+2
* At least this problem exposed some leaks..Andrei Zmievski2002-12-201-3/+3
* -disable uniqid() when required lib functions not availableMarcus Boerger2002-12-203-10/+17
* silly error, will MFHSterling Hughes2002-12-201-1/+1
* Correct mistake introduced by my last commit on these files;Wez Furlong2002-12-191-1/+1
* Fixed bug #21098.Ilia Alshanetsky2002-12-191-1/+1
* MFB: Remove dependancy on libtool library which is no longer needed.Edin Kadribasic2002-12-191-2/+2
* Prevented test failure caused by LF code varietyMoriyoshi Koizumi2002-12-181-0/+1
* Fix a crash while using an invalid color with imagesetstyle, see the samplePierre Joye2002-12-181-13/+11
* Fixing WIn32 build after adding support for FreeTDSFrank M. Kromann2002-12-161-1/+1
* Allow the native MSSQL extension to be compiled with FreeTDS on *nix platforms.Frank M. Kromann2002-12-163-10/+88
* - mnogosearch extension updated to compile with mnogosearch-3.2.8Sergey Kartashoff2002-12-161-1/+15
* fix compiler definition testsMarcus Boerger2002-12-161-1/+1
* fix compiler definition testsMarcus Boerger2002-12-161-7/+7
* fix testMarcus Boerger2002-12-161-2/+1