Michal Čihař
c35f015a10
Main page now uses lists instead of nested tables.
2004-04-27 13:35:59 +00:00
Alexander M. Turek
860282b789
more collation stuff
2004-04-17 03:07:15 +00:00
Alexander M. Turek
ced513ee97
alter db collations
2004-04-17 01:19:06 +00:00
Alexander M. Turek
1ecafa5e23
Added ability to choose the collation for new databases.
2004-04-17 00:52:04 +00:00
Marcel Tschopp
4e62f7658f
Changed some queries to use MYSQLI_STORE_RESULT.
...
phpMyAdmin now works with MYSQLI_USE_RESULT as default.
2004-04-10 16:19:21 +00:00
Marc Delisle
c350428b49
bug 922054 new fix attempt
2004-04-06 13:22:20 +00:00
Marc Delisle
5ed7072490
bug 922054
2004-04-01 18:34:17 +00:00
Alexander M. Turek
6279474b3a
Charset stuff
2004-02-15 01:07:20 +00:00
Marc Delisle
2f4da69965
bug 884606
2004-01-27 18:18:28 +00:00
Alexander M. Turek
2915b5c3ce
Added MySQLi library; Removed calls to old mysql_wrappers library.
2004-01-22 02:13:48 +00:00
Alexander M. Turek
6a6953899e
Freed main.php from all direct calls to mysql_wrappers or the MySQL API.
2004-01-17 23:04:34 +00:00
Alexander M. Turek
7eced930bc
database abstraction, part I
2004-01-17 01:47:36 +00:00
Alexander M. Turek
df3982dd8b
MySQL 4.1.1 compatibility, part II: Ability to specify a default character set for a new database.
2003-12-11 23:16:22 +00:00
Marc Delisle
20e1209f96
bug 851564
2003-12-09 15:07:19 +00:00
Garvin Hicking
fac00668ba
preg_match fix
2003-11-28 10:56:49 +00:00
Alexander M. Turek
37d50c1822
Huge set of optimizations, please test!
2003-11-26 22:52:25 +00:00
Garvin Hicking
8d1bfe6f3b
Reverted some obfuscated RegExes. Nijel, as you where working on that: I removed the bugfixes you threw in for my faulty code because there where some issue left (for me):
...
The lines
$re0 = '@(^|(\\\\\\\\)+|[^\\\\])'; // non-escaped wildcards
$re1 = '@(^|[^\])(\\\)+'; // escaped wildcards
as they currently where made no sense to me, because the single [^\] should be replaced to [^\\\\] as well, doesn't it? To not seriously break more stuff I decided to revert to the previous mechanism here.
I will do more serious tests the next days and will actually work with my PMA again and I pay close attention to see if there are any issues left.
I also searched through the code to see if the setting of the array points from former while() constructs was in any way used [current(), next(), prev(), key(), end(), each()] but did find none.
2003-11-25 19:20:20 +00:00
Michal Čihař
bf543ae759
One more regex escaping fix.
2003-11-24 14:34:42 +00:00
Garvin Hicking
c2b46ac945
Final batch of PHP3-Compatibility fixes. Please test. :-)
2003-11-22 20:57:48 +00:00
Marc Delisle
469c79d599
warnings for old MySQL or PHP version
2003-11-18 16:21:50 +00:00
Michal Čihař
6884f9701a
no more support for php3
2003-11-18 15:20:45 +00:00