]> granicus.if.org Git - php/shortlog
php
2002-04-21 Sascha Schumannspeling fix and s/FAILURE/HASH_KEY_NON_EXISTANT/
2002-04-21 Sascha SchumannThe default has been changed to assume failure, because...
2002-04-21 Sascha SchumannAdd PGSQL_RETURN_OID which encapsulates the LONG_MAX...
2002-04-21 Sascha SchumannAlso support --disable-shared installations of pgsql
2002-04-21 Stig Bakken* set version to 0.9.1-dev
2002-04-21 Stig Bakken* PHP_PREFIX constant is not defined, use bin_dir pear...
2002-04-21 Sascha SchumannMy patch as posted to php-dev + warnings/errors fixed...
2002-04-21 Martin Jansen* Remove package directory if empty during uninstall...
2002-04-21 foobarTiny typo..
2002-04-21 Tomas V.V.CoxBail on no HTTP.php present in the system
2002-04-21 Tomas V.V.Coxtypo
2002-04-21 Sascha Schumannsimplify and improve speed of smart_str_print_long.
2002-04-21 Sterling Hughesexpletives deleted.
2002-04-21 Sterling Hughessome more fixes towards making it work again
2002-04-21 <changelog... NEWS update
2002-04-21 <changelog... ChangeLog update
2002-04-20 Zeev SuraskiMFZE1
2002-04-20 Sascha Schumannallocate space for NUL
2002-04-20 Derick Rethans- initialize globals properly
2002-04-20 jim winsteadinclude the checks for various support libraries to...
2002-04-20 jim winsteads/.o/.c/
2002-04-20 Sterling Hughesrealloc buffer down
2002-04-20 Sascha SchumannIf I don't want mbstring, I also don't want this transp...
2002-04-20 Yasuo OhgakiMake pg_lo_import()/pg_lo_unlink()/pg_lo_open()/pg_lo_e...
2002-04-20 Derick Rethans- Add missing .cvsignore
2002-04-20 Sander RoobolAnother .cvsignore update
2002-04-20 Sander RoobolRemoved makefiles from most .cvsignores and some minor...
2002-04-20 Sander RoobolAdded missing .cvsignore
2002-04-20 Yasuo OhgakiAdded comment to fix large OID value handling later.
2002-04-20 Yasuo OhgakiAdded missing 'd'.
2002-04-20 Yasuo OhgakiSome cleanup.
2002-04-20 Yasuo OhgakiFixed OID overflow. If value is larger than MAX_LONG,
2002-04-20 Yasuo OhgakiAdded API version for C programs
2002-04-20 Yasuo OhgakiRemove warnings.
2002-04-20 foobarWe call them "extension"..and again, missing period...
2002-04-20 <changelog... NEWS update
2002-04-20 <changelog... ChangeLog update
2002-04-19 Sterling Hughesthrow a warning if encoding support not available...
2002-04-19 Sterling Hughesupdate todo a bit
2002-04-19 Sterling Hughesmake it work with dom processing, this allows DOM tree...
2002-04-19 Adam DickmeissIndentation;)
2002-04-19 Adam Dickmeissfix warning
2002-04-19 Andrei ZmievskiRevert bogus patch.
2002-04-19 Sebastian BergmannMFZE1: make sure the resource-list is always consistent...
2002-04-19 Sebastian BergmannMFZE1: Fix imbalance bug (Zeev).
2002-04-19 Derick Rethans- Fix warnings in VC
2002-04-19 Stig Bakken* add http_proxy config setting
2002-04-19 Stig Bakken* make "pear install package.xml" possible, so you...
2002-04-19 Stig Bakken* reintroduce (un)install -r option for Registeration...
2002-04-19 Stig Bakken* fix phpdoc
2002-04-19 Yasuo OhgakiFixed pg_insert/update/select/delete overflow.
2002-04-19 Yasuo OhgakiUpdate tests
2002-04-19 Yasuo OhgakiAdded "NOT NULL" check and do not add converted variabl...
2002-04-19 Yasuo OhgakiChanged "default" -> "has default" (metadata)
2002-04-19 Wez FurlongMake scheme part decoding rfc2396 compliant.
2002-04-19 Yasuo OhgakiRemove compiler warnings
2002-04-19 Yasuo OhgakiFixed file include error
2002-04-19 Yasuo OhgakiRemove warning.
2002-04-19 Yasuo OhgakiFixed test title (strlen -> mb_strlen)
2002-04-19 Yasuo OhgakiLeave "" (null string) when converting.
2002-04-19 Yasuo OhgakiRemove warnings
2002-04-19 Yasuo OhgakiAdded mbstring.func_overload directive
2002-04-19 Yasuo OhgakiFixed messages
2002-04-19 Yasuo OhgakiRemove gargabe
2002-04-19 Yasuo OhgakiEnable mbstring by default.
2002-04-19 Yasuo OhgakiAdded description to mbstring ini entries
2002-04-19 Yasuo OhgakiAvoid defining/using S_ISDIR macro.
2002-04-19 <changelog... ChangeLog update
2002-04-18 Derick Rethans- Gaurd for problems in fault servers (fixes problem...
2002-04-18 Aaron BannertDocument the new PHPINIDir directive in the apache2filt...
2002-04-18 Aaron BannertThis patch implements a new Apache2 directive called...
2002-04-18 Martin Jansen* Add API documentation.
2002-04-18 Sebastian BergmannAllow for PCRE to be disabled.
2002-04-18 Sebastian BergmannMake use of HAVE_MYSQL. Reviewed by: Sterling.
2002-04-18 Sebastian BergmannConditionally include mbstring.h.
2002-04-18 Sebastian BergmannAdd HAVE_CALENDAR, HAVE_COM, HAVE_SESSION and HAVE_TOKE...
2002-04-18 Aaron BannertFix an intermittent SEGV when an error bubbled up from...
2002-04-18 Sander RoobolRemoved redefinition of MIN()
2002-04-18 Sander RoobolRemoving unused variable
2002-04-18 Derick Rethans- MFH: Make DBA compile as a shared module again
2002-04-18 Sebastian BergmannSome cleanup for the Win32 build configuration.
2002-04-18 Harald Radiwhitespace fixes
2002-04-18 Alan BrownMissing break; causes fallthrough which actually causes...
2002-04-18 Alan BrownWhen V_BSTR() is NULL, we pass a NULL pointer into...
2002-04-18 <changelog... ChangeLog update
2002-04-17 Sebastian BergmannWhitespace fixes.
2002-04-17 Sebastian BergmannOnly include php_bcmath.h when WITH_BCMATH=true.
2002-04-17 Sebastian BergmannGive HAVE_MYSQL meaning on Win32.
2002-04-17 Sebastian BergmannGive HAVE_UODBC meaning on Win32.
2002-04-17 Sebastian BergmannGive HAVE_LIBEXPAT and HAVE_WDDX meaning on Win32.
2002-04-17 Sebastian BergmannGive HAVE_FTP meaning on Win32.
2002-04-17 Sebastian BergmannRemove bogus includes.
2002-04-17 Sebastian BergmannPatch by Marcus Börger.
2002-04-17 Stig Bakken* doooh!
2002-04-17 Uwe Steinmann- fixed memory leak
2002-04-17 Sebastian BergmannSPACEs->TAB.
2002-04-17 Sebastian BergmannBeautify.
2002-04-17 Sebastian BergmannForgot adding phpext_tokenizer_ptr.
2002-04-17 Sebastian BergmannEnable ext/tokenizer by default on Win32, too. Since...
2002-04-17 <changelog... ChangeLog update
next