]> granicus.if.org Git - php/shortlog
php
2001-04-25 Stig Bakken* define PEAR_EXTENSION_DIR as well
2001-04-25 Hartmut Holzgraefea backslash was missing (+ whitespace)
2001-04-25 Rasmus Lerdorf- Make the printf functions binary clean
2001-04-25 Andrei Zmievski* Made ENT_* defines availabe to other functions.
2001-04-25 Frank M. KromannRemove c++ comment
2001-04-25 Frank M. Kromannmake fbsql_field_flags return a value
2001-04-25 Frank M. Kromannremoved unused code
2001-04-25 Andy Sautins Collections cleanup
2001-04-25 Andy Sautins Cleanup collections - removed unused members from...
2001-04-25 Sascha SchumannFix optimization -- we did not send out custom Response...
2001-04-25 Andi Gutmans- Fix filetype() and lstat() too.
2001-04-25 Andi Gutmans- Another fix
2001-04-25 Andi Gutmans- Nuke warning. This signed/unsigned stuff gets really...
2001-04-25 Andi Gutmans- Fix problem with is_link(), there seem to be at least...
2001-04-25 <changelog... ChangeLog update
2001-04-24 Stig Bakkenwhoops, two less items for 4.1
2001-04-24 Sterling HughesFixed a crash bug.
2001-04-24 Sascha SchumannAccomodate Apache HTTPD 2.0 API change
2001-04-24 Ulf WendelMade Cache::save() a wrapper for Cache::extSave()
2001-04-24 <changelog... ChangeLog update
2001-04-24 David HedborDisable use of th_farm since it doesn't seem to work...
2001-04-23 Zeev SuraskiRemove unnecessary tab (was killing Tru64 make)
2001-04-23 Chuck HagenbuchFix for bug 9908: check that the result of mail_sort...
2001-04-23 Frank M. KromannFix build on WIn32
2001-04-23 Thies C. Arntzenfixed ZTS buidl - still some WS pollution left
2001-04-23 foobarFixed bugs: #10194, #9177.
2001-04-23 Rasmus LerdorfUh, weird typo. Wonder when that crept in.
2001-04-23 <changelog... ChangeLog update
2001-04-23 Jon PariseUpdater.php -> Uploader.php
2001-04-22 Sterling HughesFix bug #10447.
2001-04-22 Sascha SchumannFix freeing of a NULL pointer
2001-04-22 Sascha Schumannremove Only.* lines from patch
2001-04-22 Sascha Schumannbytes in the conn structure was renamed to bytes_sent.
2001-04-22 Sascha SchumannUpdate patch to thttpd-2.21
2001-04-22 Stig Bakken* fixed PEAR_Common::infoFromDescriptionFile
2001-04-22 Stig Bakken* don't override $libdir and $datadir if they are speci...
2001-04-22 <changelog... ChangeLog update
2001-04-22 Stig Bakken* expanded the following constants and made them availa...
2001-04-21 Andi Gutmans- Add typedef for function pointer of llist dtor
2001-04-21 Andi Gutmans- Get rid of warning.
2001-04-21 <changelog... ChangeLog update
2001-04-20 Andrei ZmievskiLet people know what the heck I was up to.
2001-04-20 Andrei ZmievskiEnabling WDDX by default.
2001-04-20 Andrei ZmievskiThat made it into 4.0.5.
2001-04-20 foobarws pollution removed.
2001-04-20 Stig Bakken* update class doc-comment
2001-04-20 Stig Bakken* fixed up the XML-RPC class so it's useful at least...
2001-04-20 Andi Gutmans- Fix for crash bug when using invalid arguments in...
2001-04-20 <changelog... ChangeLog update
2001-04-19 Tomas V.V.Coxfix small bug on error reporting (PEAR::raiseError...
2001-04-19 Jason GreeneChange all // to /* */, fixed small whitespace.
2001-04-19 Stig Bakken* fixed DB_common::getXxx when using the parameter...
2001-04-19 Andi Gutmans- Use memcpy() instead of strlcpy() which is faster.
2001-04-19 Dan Kalowskyappling patch for joey since he has no ODBC karma....
2001-04-19 Andi Gutmans- Patch from Jason Greene.
2001-04-19 Sterling Hughesfix crash bug 10400.
2001-04-19 Wez FurlongPatch from Adam Dickmeiss to make configure detect...
2001-04-19 Stig Bakken* cotcha, Tomas
2001-04-19 Ulf Wendel- fixed the garbage collection
2001-04-19 Andi Gutmans- \r\n -> \n
2001-04-19 Andi Gutmans- WS
2001-04-19 Stig Bakken* forgot to update this test too
2001-04-19 Stig Bakken* DB_common now inherits PEAR and its error handling...
2001-04-19 Stig Bakken* check that error callbacks exist
2001-04-19 Stig Bakken* added Colin's connect/factory error reporting fix
2001-04-19 Dan Kalowskycorrects bug #7488, patch supplied by submitter (torben...
2001-04-19 <changelog... ChangeLog update
2001-04-18 Stig Bakken* fix handling of broken DSNs like Colin suggested
2001-04-18 Derick Rethans- Fixed some more problems with keys being chopped...
2001-04-18 Adam DickmeissFunction yaz_record returns database for record if...
2001-04-18 Marc BoerenRemoved some old commented code (Mc)
2001-04-18 Marc BoerenAdded DBX_CMP_TEXT and DBX_CMP_NUMBER constants and...
2001-04-18 Wez FurlongInformation about php streams
2001-04-18 <changelog... ChangeLog update
2001-04-17 Frank M. KromannAdding fbsql_fetch_assoc() functon
2001-04-17 Wez FurlongDiscovered warn_not_available and used it.
2001-04-17 Wez FurlongChanges for streams. Added temporary fopenstream funct...
2001-04-17 Wez FurlongAdded files for PHP streams
2001-04-17 Wez FurlongAdded --enable-php-streams option for experimental...
2001-04-17 Zeev Suraskismall beautification
2001-04-17 Stig Bakken* PEAR_Installer un-broken again, it still doesn't...
2001-04-17 Dan KalowskyThis change seems to fix bugs 7158, 7807, 8531, and...
2001-04-17 Stig Bakken* have DB.php use PEAR::raiseError in factory methods
2001-04-17 Stig Bakken* enable static use of PEAR::raiseError
2001-04-17 Stig Bakken* implemented PEAR_Packager to make distribution packag...
2001-04-17 <changelog... ChangeLog update
2001-04-17 <changelog... NEWS update
2001-04-17 Wez FurlongFixed lame attempt to prevent ttf linkage when using...
2001-04-16 Stig Bakken* using CGI -C option, you no longer have to specify...
2001-04-16 Stig Bakken@Added -C command-line option to avoid chdir to the...
2001-04-16 Stig Bakken* DB::isManip now handles create, drop, alter, grant...
2001-04-16 Stig Bakken* make the error class used by raiseError configurable...
2001-04-16 Stig Bakken* actually commit the stuff I said I had committed :-)
2001-04-16 Frank M. KromannFixing memory leek on CancelFetch.
2001-04-16 Sebastian BergmannDaniel fixed this for PHP 4.0.6.
2001-04-16 Andrei ZmievskiMore todo stuff.
2001-04-16 James Moore- Updating order slighly so the install is easier to...
2001-04-16 Andrei Zmievski@- Fixed a bug with /e modifier in preg_replace(),...
2001-04-16 <changelog... ChangeLog update
2001-04-15 Stig Bakken* added sgml/xml catalog file
next