Commit Graph

94 Commits

Author SHA1 Message Date
Marc Delisle
5da6e4cc36 protection against XSS when register_globals is on and .htaccess has no effect 2008-06-21 14:01:54 +00:00
Marc Delisle
a6b2edbc6b bug #1964643 wrong content displayed (dev version) 2008-05-16 13:30:29 +00:00
Marc Delisle
582a9e179d bug #1910621 [display] part 1: do not display a TEXT utf8_bin as BLOB (fixed for mysqli extension only) 2008-04-28 16:47:31 +00:00
Marc Delisle
6a17192775 [dbi] Incorrect interpretation for some mysqli field flags 2008-04-27 15:45:50 +00:00
Marc Delisle
e66998c37c bug 1926357, last part of the fix 2008-04-06 12:52:53 +00:00
Marc Delisle
481baeb24b bug #1905711 [compatibility] Functions deprecated in PHP 5.3 2008-03-03 13:51:34 +00:00
Marc Delisle
592f95c76a bug #1875010 [auth] MySQL server and client version mismatch (mysql ext.) 2008-01-27 13:22:36 +00:00
Marc Delisle
609d38a9cd start QA_11 2007-07-18 15:55:11 +00:00
Marc Delisle
e2599e32c5 start QA_2_11 2007-07-18 15:54:09 +00:00
Sebastian Mendel
573a6161bd fixed code indention 2007-05-09 12:18:57 +00:00
Sebastian Mendel
cfeb306526 coding standard: no spaces inside braces 2007-04-01 11:02:46 +00:00
Sebastian Mendel
6455acea34 forgot some debug code to remove 2007-03-19 18:19:13 +00:00
Sebastian Mendel
817e790762 synced/fixed vim line 2007-03-19 17:55:39 +00:00
Sebastian Mendel
420a9d58e7 bug #1662976 Authentication fails when controluser/pass is set 2007-03-19 15:06:53 +00:00
Michal Čihař
fb9a3a598e Check before commit! 2006-11-17 08:49:30 +00:00
Michal Čihař
0e48825a46 Finalise SVN migration. 2006-10-12 16:27:13 +00:00
Sebastian Mendel
1eadc0a41a use @todo tag for todo items, to show up in generated documentation 2006-09-21 14:28:46 +00:00
Sebastian Mendel
45b04ab15d replaced $dblist with new PMA_List_Database class 2006-09-20 11:15:56 +00:00
Sebastian Mendel
59cfae309e PMA_DBI_try_query(): do not force MYSQLI_USE_RESULT if not requested, makes PMA_DBI_num_rows() not to work 2006-08-03 12:58:46 +00:00
Sebastian Mendel
7fbec58bcd bug #1532111 dbi/mysqli: MYSQLI_* constants 2006-08-01 10:42:36 +00:00
Marc Delisle
0254076756 bug #1523623, BIGINT auto_increment and mysql extension 2006-07-17 16:51:51 +00:00
Marc Delisle
48c548e515 bug #1255923, detect and report silent truncation (mysqli) 2006-04-09 11:01:41 +00:00
Marc Delisle
2af02bc0a0 undefined variable cfg nopassword in mysqli 2006-03-17 14:29:29 +00:00
Michal Čihař
5850b36472 Use correct server... 2006-02-22 19:02:56 +00:00
Michal Čihař
4ed1239682 Allow to use external authentication and use empty MySQL passwords (path #1388210, thanks to Patrick MONNERAT - monnerat). 2006-02-22 17:45:52 +00:00
Sebastian Mendel
91b6c00048 workaround for http://bugs.php.net/36007 2006-02-22 13:40:32 +00:00
Sebastian Mendel
ce2a08587d workaround for http://bugs.php.net/36007 2006-02-22 13:38:11 +00:00
Sebastian Mendel
0f695e35f9 - fixed undefined MYSQLI_BINARY_FLAG constant
- documentation
2006-02-20 08:41:16 +00:00
Sebastian Mendel
7a22937583 - make use of MYSQLI_* constants
- added column types newdecimal and bit
2006-02-19 11:02:38 +00:00
Sebastian Mendel
f0c7d5b271 @TODO add missing keys like in from mysqli_query (orgname, orgtable, flags, decimals) 2006-02-19 09:41:19 +00:00
Sebastian Mendel
0ae8842353 (not complete) PEAR coding standard 2006-01-17 17:03:02 +00:00
Michal Čihař
bffbf8c8bc This is mysql extension. 2005-12-09 11:57:12 +00:00
Sebastian Mendel
12f1164148 PMA_DBI_free_result() now accepts more than one resource to be freed 2005-12-09 10:04:01 +00:00
Michal Čihař
9935bfd907 Ignore custom headers and temporary files from Vim. 2005-11-25 08:44:56 +00:00
Sebastian Mendel
0419817bb5 added PMA_DBI_get_client_info(), PMA_DBI_get_proto_info() PMA_DBI_get_host_info() 2005-11-24 12:31:34 +00:00
Sebastian Mendel
f2e910543d fall back to alternative mysql extension if selected fails and switch to error.php if this fails too
- moved loading of extension out of libraries/dbi/* into libraries/database_interface.lib.php
2005-11-17 12:15:59 +00:00
Sebastian Mendel
4d7765c6c2 - added PMA_DBI_convert_message()
- bug #1344654 Not converted mysql error message to chosen user language
2005-11-06 12:14:43 +00:00
Marc Delisle
1cda03955b problem under MySQL 4.0.x with mysqli 2005-10-14 14:36:15 +00:00
Marc Delisle
5b081dabb8 bug #1253453, using mysqli extension with MySQL 4.0.x 2005-08-08 14:57:05 +00:00
Alexander M. Turek
c15147a848 Force separate connection for controluser queries 2005-03-24 20:57:00 +00:00
Marc Delisle
3fa2421b71 strSocketProblem 2005-03-07 20:39:56 +00:00
Marc Delisle
c3a0783613 bug #1116933 parameter to mysqli_free_resul 2005-02-07 18:02:36 +00:00
Marc Delisle
334ed431b2 bug 1108521 part 3: do not send a boolean to mysql_num_rows or mysqli_num_rows 2005-02-02 16:21:54 +00:00
Marc Delisle
b0e1de3732 bug 1111706 undefined function PMA_reloadNavigation 2005-01-28 20:20:45 +00:00
Marc Delisle
8db2f785ae bug 1076213 2005-01-11 11:56:57 +00:00
Marc Delisle
4fb2af8fa5 support for compression and LOCAL_FILE in mysqli 2004-10-16 14:52:28 +00:00
Alexander M. Turek
793363e6c0 bug #1033360 2004-09-28 10:41:49 +00:00
Marc Delisle
08400b2222 typo 2004-09-21 13:33:11 +00:00
Marc Delisle
91b6f4c225 tell the client library to use CLIENT_LOCAL_FILES 2004-09-21 01:34:15 +00:00
Marc Delisle
747bbd14f8 use faster AND comparison 2004-08-02 00:47:25 +00:00