summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* new collationsAndrey Hristov2010-10-081-0/+2
* - Added bison 2.4.3 version to the bison version listFelipe Pena2010-10-071-1/+1
* fix some uninitialized variables. also fix shadowing of global symbolsAndrey Hristov2010-10-075-20/+22
* Fixed extrenous warning inside openssl_encrypt() for cases where iv not provi...Ilia Alshanetsky2010-10-071-3/+4
* - Added support for ICU Transformations (Transliterator).Gustavo André dos Santos Lopes2010-10-0626-0/+1763
* - Fixed test for bug #50590 on systems with 64-bit longs.Gustavo André dos Santos Lopes2010-10-061-1/+1
* Fix for Bug #52686 mysql_stmt_attr_[gs]et arg. points to incorrect typeAndrey Hristov2010-10-063-19/+46
* fix broken merge, led to double defineAndrey Hristov2010-10-061-7/+0
* - don't build if no libvpx availablePierre Joye2010-10-061-1/+3
* more variable hiding fixesAndrey Hristov2010-10-061-20/+20
* fix shadowing of parametersAndrey Hristov2010-10-063-24/+24
* Update copyright year for the licenseKalle Sommer Nielsen2010-10-051-1/+1
* rename parameter name - should not shadow the global symbol allocaAndrey Hristov2010-10-052-24/+24
* two more compiler warnings fixed - size does matterAndrey Hristov2010-10-051-3/+3
* Rename a method so it doesn't clash with a global symbol - a functionAndrey Hristov2010-10-052-9/+9
* Fix compiler warnings - on 32bit size_t is smaller than uint64_t, althoughAndrey Hristov2010-10-051-5/+25
* rename parameter, should not conflict with global symbol - Andrey Hristov2010-10-053-13/+13
* remove trailing commas in enumsAndrey Hristov2010-10-051-6/+6
* Fix test: third parameter can be false.Ulf Wendel2010-10-051-1/+1
* fix bug #50345 (nanosleep not detected properly on some solaris versions)Antony Dovgal2010-10-051-1/+1
* Greetings from SunCC.Ulf Wendel2010-10-051-3/+3
* Removed debug codeIlia Alshanetsky2010-10-051-1/+0
* Fixed bug #44248 (RFC2616 transgression while HTTPS request through proxy wit...Dmitry Stogov2010-10-051-0/+7
* Fixed bug #51008 (Zend/tests/bug45877.phpt fails)Dmitry Stogov2010-10-055-250/+202
* add some safe castsAndrey Hristov2010-10-051-2/+2
* Fixed typo in tests (thx Eyal)Patrick Allaert2010-10-051-1/+1
* fixing more typesAndrey Hristov2010-10-051-1/+1
* Fixed constness compiler warning in pdo_mysqlKalle Sommer Nielsen2010-10-051-1/+1
* Fixed compiler warnings in mysqliKalle Sommer Nielsen2010-10-053-6/+6
* fix typesAndrey Hristov2010-10-051-2/+2
* Fix warningsUlf Wendel2010-10-052-3/+5
* fix recent TSRM build break, with --enable-debugAndrey Hristov2010-10-051-2/+2
* - Moved ucgendat.c to a separate directory and included theGustavo André dos Santos Lopes2010-10-053-0/+56
* - Fixed bug #52981 (Unicode casing table was out-of-date).Gustavo André dos Santos Lopes2010-10-053-2735/+6277
* - Fix buildFelipe Pena2010-10-041-1/+1
* - missing file for webpPierre Joye2010-10-041-0/+202
* - initial webp support, rely on libpx, final version will be either w/o dep o...Pierre Joye2010-10-042-0/+1079
* - initial webp support, rely on libpx, final version will be either w/o dep o...Pierre Joye2010-10-046-11/+132
* We do not need this TSRMLS_FETCH() call as we do not use any TSRM stuff in he...Kalle Sommer Nielsen2010-10-041-1/+0
* Skipped this oneKalle Sommer Nielsen2010-10-041-1/+1
* Revert for nowKalle Sommer Nielsen2010-10-043-17/+1
* Un-deprecate mt_rand and deprecate mt_getrandmaxMichael Maclean2010-10-041-2/+2
* Bug #51155 (Unreasonable non-emalloc allocations of memory)Dmitry Stogov2010-10-041-19/+47
* fix two more warningsAndrey Hristov2010-10-042-2/+2
* add some safe casts - lower the number of warnings by 2Andrey Hristov2010-10-041-2/+2
* Fix const-nessAndrey Hristov2010-10-041-1/+1
* Trying to fix compiler warnings (on Windows).Ulf Wendel2010-10-042-3/+3
* Even better patchAndrey Hristov2010-10-041-8/+4
* don't define twice the macro on some platformsAndrey Hristov2010-10-041-0/+2
* Fixing compiler warning.Ulf Wendel2010-10-041-1/+1