Commit Graph

36 Commits

Author SHA1 Message Date
Michal Čihař
318dc4b650 Drop @version tag from docblocks. 2010-07-20 13:59:17 +02:00
Michal Čihař
95c0b5125d This function is not used anywhere. 2010-07-20 13:57:25 +02:00
Michal Čihař
79a23fcd01 Forgotten occurence. 2010-07-20 12:20:06 +02:00
Michal Čihař
ee99ed3d39 libiconv is gone as of PHP 4.0.5, no need to support that 2010-07-20 12:19:35 +02:00
Michal Čihař
be6e0eb8f3 Standard warnings for missing extensions. 2010-07-20 12:13:29 +02:00
Michal Čihař
f152dbcf84 The configuration directive is handled by generic config loading. 2010-07-20 12:10:41 +02:00
Michal Čihař
75593e3603 Do not die if RecodingEngine is auto and no engine is found. 2010-07-20 12:09:22 +02:00
Michal Čihař
42532065ab No section for loading extensions.
The dl has been deprecated long time and the code for it removed as well
so we can simplify loading much.
2010-07-20 12:08:43 +02:00
Michal Čihař
11e53fb141 [core] Dropped AllowAnywhereRecoding configuration variable.
It really does not make sense these days, now the recoding of
export/import is available when the necessary extensions are loaded and
it is possible to disable it using RecodingEngine directive.
2010-07-20 12:05:07 +02:00
Michal Čihař
a4055b4773 [core] RecodingEngine now accepts none as valid option. 2010-07-20 11:56:21 +02:00
Michal Čihař
4603f7e881 This function is not used anywhere. 2010-07-20 11:42:53 +02:00
Michal Čihař
5bcca1a6b5 Unified error handling by using PMA_fatalError. 2010-05-05 11:39:24 +02:00
Marc Delisle
f55823f47f strings to gettext, first batch 2010-05-03 12:57:46 -04:00
Marc Delisle
819324ede6 remove author names, as discussed at the 2010 developer meeting and according to the book Producing Open Source Software 2010-03-06 18:04:17 +00:00
Michal Čihař
ebeb0c319f Adding @package, first part. 2008-11-24 10:32:56 +00:00
Marc Delisle
6208585d04 no longer useful since all lang files are UTF-8 2008-10-01 20:48:40 +00:00
Marc Delisle
1bd7ec70e2 bug #2046883 [core] Notices about deprecated dl() (so stop using it) 2008-08-16 14:06:27 +00:00
Marc Delisle
544831fda7 patch #2007196, Typos in comments, thanks to knittl - knittl 2008-07-01 19:21:28 +00:00
Marc Delisle
afbb2a9dc2 protection against XSS when register_globals is on and .htaccess has no effect 2008-06-21 15:01:27 +00:00
Sebastian Mendel
43bd2d44bd removed deprecated PMA_convert_display_charset() 2007-10-02 14:37:33 +00:00
Sebastian Mendel
cfeb306526 coding standard: no spaces inside braces 2007-04-01 11:02:46 +00:00
Sebastian Mendel
adb39168cc coding standard: no braces around include 2007-04-01 09:51:41 +00:00
Sebastian Mendel
374abd5173 fixed/added page level docblock 2007-03-20 10:32:13 +00:00
Sebastian Mendel
817e790762 synced/fixed vim line 2007-03-19 17:55:39 +00:00
Michal Čihař
62431c7cc8 Fixes for AIX wrapper, thanks to Bj��rn Wiberg - bwiberg. 2006-02-22 08:26:32 +00:00
Michal Čihař
c69bebb25b Compatibility with iconv charset names on AIX (patch #1420704, thanks to Bj��rn Wiberg - bwiberg). 2006-02-21 18:14:44 +00:00
Sebastian Mendel
0ae8842353 (not complete) PEAR coding standard 2006-01-17 17:03:02 +00:00
Michal Čihař
6aeabf44d1 Move footer.inc.php, header.inc.php and header_printview.inc.php to libraries folder as it does not require direct access. 2005-11-24 09:12:17 +00:00
Marc Delisle
1d33bd372b undefined constant at login time 2005-10-05 13:19:46 +00:00
Marc Delisle
fa0ff4acd5 diacritics wrongly converted in Browse mode on MySQL 4.1.x if AllowAnywhereRecoding set to TRUE 2005-05-22 11:38:16 +00:00
Michal Čihař
30c6f6f58b Do not convert, if charsets are same. 2004-06-07 13:24:35 +00:00
Michal Čihař
1aaa89fa54 Little code reorganistaion (RFE #957308), removed some remaining php3 compatibility code in SQL parser. 2004-05-20 16:14:13 +00:00
Alexander M. Turek
72701d3a1a Skip charset conversion code if input charset and output charset are the same. 2004-01-06 21:49:42 +00:00
Alexander M. Turek
37d50c1822 Huge set of optimizations, please test! 2003-11-26 22:52:25 +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
Michal Čihař
6884f9701a no more support for php3 2003-11-18 15:20:45 +00:00