Commit Graph

18 Commits

Author SHA1 Message Date
Sebastian Mendel
008734f8b0 do NEVER unset $table or $db;
no need to test for isset() on $db and $table;
always test with strlen() for valid $table or $db;
2007-03-30 09:12:05 +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ř
7e5f61842c Fix path disclossure while passing array as some params. 2006-11-17 09:32:19 +00:00
Marc Delisle
094d4d1db0 security fixes 2006-09-29 13:52:08 +00:00
Michal Čihař
d90fbbf27c Better handle other URL separator than & (bug #1487365). 2006-05-12 15:39:33 +00:00
Michal Čihař
0bf717892f Protect against external links which could perform any action (CVE-2006-1804). 2006-04-20 14:45:42 +00:00
Sebastian Mendel
c51a55ec79 fixed bug: undefined index server ($GLOBALS['server']) 2006-01-19 15:47:22 +00:00
Sebastian Mendel
0ae8842353 (not complete) PEAR coding standard 2006-01-17 17:03:02 +00:00
Sebastian Mendel
7358f5a712 allow 0 as name for database, table collumn, alias and index 2006-01-14 23:17:17 +00:00
Marc Delisle
d1b9d33269 problem with accented table names 2005-12-17 13:48:24 +00:00
Sebastian Mendel
ea2720fe2f respect arg_separator.input from php.ini 2005-11-25 10:39:45 +00:00
Sebastian Mendel
8e029f7ad8 do not htmlentities on whole string 2005-11-25 09:51:18 +00:00
Sebastian Mendel
b9888e570d - dont add variables already in cookie (reduces html output up to 30%)
- can pass all url variables as array to function
2005-11-24 16:16:00 +00:00
Alexander M. Turek
278b126afe The user may now choose his connection character set. This should fix bug #984912. 2004-07-17 22:58:31 +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