summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* Fix for bug #21311Rasmus Lerdorf2002-12-311-2/+18
* Fix for #21304 (gzopen did not report errors on open; "a" mode broken)Wez Furlong2002-12-312-7/+1
* Fix ZTS build.Ilia Alshanetsky2002-12-312-2/+2
* Fixed bug #21228 (broken check for ob_gzhandler).Ilia Alshanetsky2002-12-302-18/+29
* testing default handler should be a separate testMarcus Boerger2002-12-301-1/+1
* -disallow using db-<n> with libraries of different major versionsMarcus Boerger2002-12-303-9/+27
* Fixed bug #21226 (parse_url handling of urls without a path).Ilia Alshanetsky2002-12-302-7/+26
* - WhitespaceDerick Rethans2002-12-301-6/+9
* wsMarcus Boerger2002-12-301-1/+2
* Add info function to handlers and return handler info when dba_handlers isMarcus Boerger2002-12-3016-21/+105
* fix state-machine in cases T_AAAA is not availableMarcus Boerger2002-12-301-1/+3
* 2nd part of the patchMarcus Boerger2002-12-301-3/+3
* -better parameter names for DBA_HND macrosMarcus Boerger2002-12-301-2/+6
* - Align mssql comment and clarify DBA handler selectionDerick Rethans2002-12-302-9/+9
* Fixed bug #21267 (opening URLs that result in redirection to a relativeIlia Alshanetsky2002-12-291-9/+15
* Fixed bug #21268 (session_decode() returned FALSE on success).Ilia Alshanetsky2002-12-291-2/+6
* Added support for db3/db4 error handling/informationMarcus Boerger2002-12-292-25/+52
* Add a default handler that makes handler parameter to open functionsMarcus Boerger2002-12-291-8/+88
* Fix order of library additions, so that the imap extension now buildsSascha Schumann2002-12-281-3/+3
* Made DBA tests not dependant on error reporting settings.Ilia Alshanetsky2002-12-271-1/+1
* - 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