summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* - Added a 3rd parameter to get_html_translation_table. It now takes a charsetGustavo André dos Santos Lopes2010-10-1213-3544/+1844
* - Removed redundant local variable in dns_get_record.Gustavo André dos Santos Lopes2010-10-113-6/+5
* - Fixed a typo in rev #304208 (24 instead of 34/'"').Gustavo André dos Santos Lopes2010-10-083-3/+30
* - Fixed bug #53021 (In html_entity_decode, failure to convert numeric entitie...Gustavo André dos Santos Lopes2010-10-083-6/+19
* 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
* - Fixed test for bug #50590 on systems with 64-bit longs.Gustavo André dos Santos Lopes2010-10-061-1/+1
* here comes the newsAndrey Hristov2010-10-061-0/+2
* Fix for Bug #52686 mysql_stmt_attr_[gs]et arg. points to incorrect typeAndrey Hristov2010-10-063-19/+46
* 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-10/+10
* 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-052-1/+3
* Greetings from SunCC.Ulf Wendel2010-10-051-3/+3
* Fixed bug #44248 (RFC2616 transgression while HTTPS request through proxy wit...Dmitry Stogov2010-10-052-0/+9
* Fixed bug #51008 (Zend/tests/bug45877.phpt fails)Dmitry Stogov2010-10-052-4/+5
* 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
* Fix constness warningsKalle Sommer Nielsen2010-10-051-2/+2
* Fixed compiler warnings in mysqliKalle Sommer Nielsen2010-10-052-8/+8
* 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-054-2735/+6280
* 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
* 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
* Fixing "ext/mysqlnd/mysqlnd.h", line 287: warning: syntax error: empty decla...Ulf Wendel2010-10-041-1/+1
* Next one... ext/mysqli/mysqli_fe.c", line [many]: warning: syntax error: emp...Ulf Wendel2010-10-041-6/+6
* Fixing compiler warning "ext/mysqli/mysqli_prop.c", line [...]: warning: synt...Ulf Wendel2010-10-041-22/+22
* Sorry again, nothing but removal of white space from the end of the lines.Ulf Wendel2010-10-041-75/+75
* Sorry for the commit but compiler warnings are annoying and so are white spac...Ulf Wendel2010-10-0415-155/+155
* - Implemented FR #50692, not uploaded files don't count towardsGustavo André dos Santos Lopes2010-10-044-18/+233