Alexander M. Turek
fd25405391
fixed my previous fix... (I was just too tired ;-) )
2004-02-14 00:24:57 +00:00
Alexander M. Turek
9abea89287
bug #890186
2004-02-13 23:03:39 +00:00
Alexander M. Turek
2915b5c3ce
Added MySQLi library; Removed calls to old mysql_wrappers library.
2004-01-22 02:13:48 +00:00
Marc Delisle
55d1fe7b93
use PMA_DBI function
2004-01-20 20:31:40 +00:00
Marc Delisle
f8d049ace5
use PMA_DBI function
2004-01-20 20:24:00 +00:00
Marc Delisle
02e945b376
PMA_DBI_get_dblist
2004-01-19 20:09:43 +00:00
Alexander M. Turek
9b427fd7f6
backwards compatibility
2004-01-17 23:08:49 +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
e2b955cc90
yet more charset stuff
2003-12-30 18:24:11 +00:00
Marc Delisle
5e15b1f73a
maximum upload size
2003-12-12 16:54:52 +00:00
Alexander M. Turek
37d50c1822
Huge set of optimizations, please test!
2003-11-26 22:52:25 +00:00
Garvin Hicking
ca7836a684
Fixed transformation system now accepting '.php3' files and using the '.php' pendants. Make use of 's' RegEx pattern modifier. Fixed small (but impacting) typo.
2003-11-25 20:30:12 +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ř
a66b1cc6b3
Use preg again, it just needs a bit more escaping of \ (once for PHP and once for PCRE).
2003-11-24 12:42:38 +00:00
Marc Delisle
096094b74d
regex problem when only_db is used
2003-11-22 19:58:01 +00:00
Garvin Hicking
f0da471ec3
/libraries cleanup hopefully done. Double-Checked every change, my installation still works. ;)
...
Will continue working on remaining files tomorrow and hope to make it to the end of the next day.
2003-11-20 16:31:51 +00:00
Alexander M. Turek
048d4ce7fd
workaround for CVS tag auto-replacements :o)
2003-11-18 21:17:22 +00:00
Alexander M. Turek
1f882147a7
Recognizing new 2.x config.inc.php revisions.
2003-11-18 20:40:36 +00:00
Michal Čihař
6884f9701a
no more support for php3
2003-11-18 15:20:45 +00:00